Subject: Calculus
Taylors Theorem
From Mean Value Theorem, a function f(a+b) can be written as
where c is some point between a and a + b. By writing the definition of c in this way, we have a statement that works whether b > 0 or b < 0. We have already met the approximation
when we studied the Newton - Raphson method for solving an equation, and have already observed that the Mean Value Theorem provides a more accurate version of this. Now consider what happens when f is a polynomial of degree n
Note that f(0) = a_0. Differentiating this equation gives us
and so f(0) = a_1. Differentiating this again would give us,
Therefore, our f''(0) = 2a_2 . After the next differentiation, we get f''(0) = 3!a_3. We can generalize this behavior as f^k(0) = k!a_k. Thus we can rewrite the polynomial, using its value, and the value of its derivatives at 0, as
This opens up the possibility of representing more general functions than polynomials in this way, and so getting a generalization of the Mean Value Theorem. This is now the fundamentals of Taylor and Maclaurin Series and is called Taylor’s Theorem.
In general, we can restate the Taylor’s theorem as
for some c between a and x.
NEXT TOPIC: L'Hôpital's rule