Summary
Highlights
Continuity in a function means it has no holes, breaks, or asymptotes. Graphically, a continuous function can be drawn without lifting your pencil. More precisely, a function is continuous at a point 'C' if three conditions are met: the function is defined at 'C', the limit exists at 'C', and the limit of the function as X approaches 'C' equals the function's value at 'C'.
The lecture illustrates different types of discontinuities. A 'removable discontinuity' (hole) occurs when the function is undefined at a point, but the limit exists. A 'jump discontinuity' happens when the limit does not exist, as the function approaches different values from the left and right. An 'infinite discontinuity' occurs with asymptotes where the function approaches infinity.
Examples are given to analyze continuity at specific points, like x=2. For a rational function, if plugging in the value results in an undefined expression, it's discontinuous. If a factor can be canceled out, it indicates a removable discontinuity (a hole). If the factor cannot be canceled, it indicates an asymptote.
If a function is continuous at every point between A and B, it is continuous on the open interval (A, B). For closed intervals, one-sided limits are used to check continuity at the endpoints. The limit from the left or right must equal the function's value at that endpoint. An example proves continuity on the closed interval [-4, 4] for a given function, checking the open interval and then each endpoint using one-sided limits.
Properties of continuous functions are discussed: If f and g are continuous at a point, then f+g, f-g, and f*g are also continuous at that point. F/G is continuous unless G(C) = 0, which results in a discontinuity (either a hole or an asymptote). Polynomials are continuous everywhere. Rational functions are continuous everywhere except where their denominator is zero.
The lecture proves that the absolute value function is continuous everywhere by examining its piecewise definition and using one-sided limits at zero. It then introduces the theorem for compositions: if the limit of G(x) as X approaches C is L, and F is continuous at L, then the limit of F(G(x)) as X approaches C is F(L). This allows limits to be separated by composition for continuous outer functions.
If a function F is continuous on its domain, its inverse F inverse will also be continuous on its respective domain (which is the range of F). An example with X cubed and its inverse (cube root of X) illustrates this. The key takeaway is that if a function is continuous, its inverse also enjoys continuity on its domain.
The Intermediate Value Theorem states that for a continuous function F on a closed interval [A, B], if K is any value between F(A) and F(B), then there must exist at least one number C in the interval (A, B) such that F(C) = K. This implies that a continuous function must take on every value between its endpoint values.
A cool application of the IVT is approximating roots (where the function crosses the x-axis). If F(A) and F(B) have different signs (one positive, one negative), and the function is continuous, then there must be at least one root between A and B. The method involves narrowing down the interval by evaluating the function at increasingly smaller increments within the range where the sign changes, thereby approximating the root to any desired accuracy.