Rolle's Theorem is a special case of the Mean Value Theorem. It gives conditions under which a differentiable function must have a horizontal tangent line.
Let f(x) be a function that satisfies three conditions:Then, there exists at least one number c in the open interval (a, b) such that f'(c) = 0.
- f(x) is continuous on the closed interval [a, b].
- f(x) is differentiable on the open interval (a, b).
- f(a) = f(b) (the function has the same value at the endpoints).
If a continuous and smooth curve starts and ends at the same height (f(a) = f(b)), there must be at least one point 'c' between 'a' and 'b' where the tangent line is horizontal (slope = 0).
This is a more general version of Rolle's Theorem. It states that the slope of the secant line between two points is equal to the slope of the tangent line at some intermediate point.
Let f(x) be a function that satisfies two conditions:Then, there exists at least one number c in the open interval (a, b) such that: f'(c) = [f(b) - f(a)] / [b - a]
- f(x) is continuous on the closed interval [a, b].
- f(x) is differentiable on the open interval (a, b).
The term [f(b) - f(a)] / [b - a] is the slope of the secant line connecting the endpoints (a, f(a)) and (b, f(b)). The term f'(c) is the slope of the tangent line at x = c.
The theorem guarantees that there is at least one point 'c' where the tangent line is parallel to the secant line connecting the endpoints.
This theorem involves two functions and is used to prove L'Hospital's Rule.
Let f(x) and g(x) be two functions that satisfy:Then, there exists at least one number c in the open interval (a, b) such that: [f(b) - f(a)] / [g(b) - g(a)] = f'(c) / g'(c)
- f(x) and g(x) are continuous on the closed interval [a, b].
- f(x) and g(x) are differentiable on the open interval (a, b).
- g'(x) ≠ 0 for all x in (a, b).
Note: If we let g(x) = x, then g'(x) = 1, g(b) = b, and g(a) = a. The formula becomes [f(b) - f(a)] / [b - a] = f'(c) / 1, which is exactly Lagrange's MVT. Thus, Lagrange's MVT is a special case of Cauchy's MVT.
This is a more powerful generalization, also known as Taylor's Theorem with Remainder. It allows us to approximate a function f(x) near a point 'a' using a polynomial, and it gives a formula for the error (remainder) in that approximation.
If a function f(x) and its first n derivatives (f', f'', ..., fⁿ) are continuous on [a, b] and fⁿ(x) is differentiable on (a, b), then for any x in [a, b]: f(x) = f(a) + f'(a)(x-a)/1! + f''(a)(x-a)²/2! + ... + fⁿ⁻¹(a)(x-a)ⁿ⁻¹/(n-1)! + Rₙ Where Rₙ is the Lagrange Form of the Remainder, given by: Rₙ = fⁿ(c)(x-a)ⁿ / n! for some number c between 'a' and 'x'.
Under the same conditions, the Cauchy Form of the Remainder is: Rₙ = fⁿ(c)(x-c)ⁿ⁻¹(x-a) / (n-1)! for some number c between 'a' and 'x'.
Lagrange's MVT is just Taylor's Theorem for n = 1.
If the remainder term Rₙ from Taylor's Theorem approaches 0 as n approaches infinity (lim (n → ∞) Rₙ = 0), then the function can be represented exactly by an infinite power series.
The Taylor series expansion of f(x) about the point x = a is: f(x) = Σ [fⁿ(a) / n!] * (x-a)ⁿ (from n=0 to ∞) f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)²/2! + f'''(a)(x-a)³/3! + ...
This is just a special case of the Taylor series where a = 0.
The Maclaurin series expansion of f(x) is: f(x) = Σ [fⁿ(0) / n!] * xⁿ (from n=0 to ∞) f(x) = f(0) + f'(0)x + f''(0)x²/2! + f'''(0)x³/3! + ...
Example: Evaluate lim (x → 0) (eˣ - 1 - x) / x²
This is a re-statement of the topic from Unit 2, now formally provable using the Mean Value Theorem.
Let f(x) be differentiable on (a, b).
Critical Points: Points 'c' where f'(c) = 0 or f'(c) is undefined. These are the only points where the function can change from increasing to decreasing (or vice versa).
This test finds local maxima and minima by checking the sign of f'(x) around a critical point c.
This topic involves finding the "highest" (maximum) and "lowest" (minimum) points on a function's graph.
This is often a faster way to classify critical points, but it only works if f''(x) is easy to find and f''(c) ≠ 0.
Let 'c' be a critical point where f'(c) = 0.
To find the absolute highest and lowest values of a continuous function f(x) on [a, b]: