* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Download CONTINUITY
Abuse of notation wikipedia , lookup
Big O notation wikipedia , lookup
Vincent's theorem wikipedia , lookup
Mathematics of radio engineering wikipedia , lookup
Series (mathematics) wikipedia , lookup
Proofs of Fermat's little theorem wikipedia , lookup
History of the function concept wikipedia , lookup
Function (mathematics) wikipedia , lookup
Fundamental theorem of algebra wikipedia , lookup
Elementary mathematics wikipedia , lookup
Brouwer fixed-point theorem wikipedia , lookup
Dirac delta function wikipedia , lookup
CONTINUITY Definition: A function f is continuous at a point x = a if lim f (x) = f (a) x→a In other words, the function f is continuous at a if ALL three of the conditions below are true: 1. f (a) is defined. (i.e., a is in the domain of f .) 2. lim f (x) exists. (i.e., both one-sided limits exist and are equal at a.) x→a 3. lim f (x) = f (a). x→a If any one of the conditions is false, then we say that f is discontinuous at a, or that it has a discontinuity at a. A consequence of this definition is that if we know a function f is continuous at a point x = a, then we also know that it has a limit at a, equal to f (a). A function f is said to be continuous from the right at a if lim f (x) = f (a). x → a+ A function f is said to be continuous from the left at a if lim f (x) = f (a). x → a− A function f is said to be continuous on an interval if it is continuous at each and every point in the interval. Continuity at an endpoint, if one exists, means f is continuous from the right (for the left endpoint) or continuous from the left (for the right endpoint). ex. f (x) = 1/x is continuous on (− ∞, 0) and on (0, ∞). ex. f (x) = sin x is continuous on (− ∞, ∞). ex. f (x) = csc x is continuous on (0, π), (π, 2π), (2π, 3π), (3π, 4π), … Note: Usually, if we say a function is continuous, without specifying an interval, we mean that it is continuous everywhere on the real line, i.e. the set of all real numbers (− ∞, ∞). Or that it is continuous at every point of its domain, if its domain does not include all real numbers. Theorem: (i.) Every polynomial function is continuous everywhere on (− ∞, ∞). (ii.) Every rational function is continuous everywhere it is defined, i.e., at every point in its domain. Its only discontinuities occur at the zeros of its denominator. Corollary: If p is a polynomial and a is any number, then lim p(x) = p(a). x→a Similarly, if r is a rational function and a is any number where r is defined, then lim r(x) = r(a). x→a Fact: Every n-th root function, trigonometric, and exponential function is continuous everywhere within its domain. Continuity of the algebraic combinations of functions If f and g are both continuous at x = a and c is any constant, then each of the following functions is also continuous at a: 1. f + g (sum) 2. f − g (difference) 3. cf (constant multiple) (product) 4. f g 5. f / g , if g (a) ≠ 0 (quotient) ex. f (x) = x3 – 2x + sin x and g(x) = x2 cos x are both continuous on (− ∞, ∞). Continuity of composite functions If g is continuous at x = a, and f is continuous at x = g(a), then the composite function f ◦ g given by (f ◦ g)(x) = f (g(x)) is also continuous at a. That is, the composite of two continuous functions is continuous. Example: Since both f (x) = x2 + 1 and g(x) = cos x are continuous on (− ∞, ∞). Therefore, both (f ◦ g)(x) = cos2 x + 1, and (g ◦ f)(x) = cos(x2 + 1) are continuous on (− ∞, ∞). Discontinuities Types of discontinuities: Removable discontinuity Infinite discontinuity Jump discontinuity How to identify the type of a discontinuity? Suppose f has a discontinuity at x = a, but is otherwise continuous on some interval containing a. Then it has An infinite discontinuity at a if either (or both) of the two one-sided limits is ∞ or − ∞. (Therefore, x = a is a vertical asymptote of f .) ex. f (x) = 1/x, at x = 0. A removable discontinuity at a if the two one-sided limits exist and are equal (i.e., the limit exists), but f is either undefined at a, or lim f (x) ≠ f (a). x→a ex. f (x) = (x2 − 4) / (x − 2), at x = 2. A jump discontinuity at a if the two one-sided limits are not equal (and neither is an infinite limit). x 2 + 1, 1− x, ex. f ( x) = x ≤1 x >1 at x = 1. The Intermediate Value Theorem Theorem: Suppose that f is continuous on the closed interval [a, b] and let N be any number between f (a) and f (b), where f (a) ≠ f (b). Then there always exists a number c in the open interval (a, b) such that f (c) = N. Application: Root-finding If f is defined on [a, b] and if either (i.) f (a) < 0 and f (b) > 0, or (ii.) f (a) > 0 and f (b) < 0, then the equation f (x) = 0 has (at least one) a root on (a, b). Proof: Let N = 0 be the intermediate value, which is between f (a) and f (b). Apply the Intermediate Value Theorem. The root will be at x = c. Example: x3 − x + 1 = 0 has a root on (−2, −1). Because f (−2) = −5 and f (−1) = 1. Example: Prove that square roots of 2 are real numbers. (Hint: they are the roots of x2 − 2 = 0.)