Taylor polynomial: Difference between revisions
(Created page with "==Definition== ===About a general point=== Suppose a function <math>f</math> of one variable is defined and at least <math>n</math> times differentiable at a point <math>x_0...") |
No edit summary |
||
| Line 3: | Line 3: | ||
===About a general point=== | ===About a general point=== | ||
Suppose a function <math>f</math> of one variable is defined and at least <math>n</math> times differentiable at a point <math>x_0</math> in its domain. The <math>n^{th}</math> Taylor polynomial for a function <math>f</math> at a point <math>x_0</math> in the domain is the truncation of the [[Taylor series]] to powers up to the <math>n^{th}</math> power. If we denote the polynomial by <math>P_n(f;x_0)</math>, it is given as: | Suppose <math>n</math> is a nonnegative integer. Suppose a function <math>f</math> of one variable is defined and at least <math>n</math> times differentiable at a point <math>x_0</math> in its domain. The <math>n^{th}</math> Taylor polynomial for a function <math>f</math> at a point <math>x_0</math> in the domain is the truncation of the [[Taylor series]] to powers up to the <math>n^{th}</math> power. If we denote the polynomial by <math>P_n(f;x_0)</math>, it is given as: | ||
<math>P_n(f;x_0) = x \mapsto \sum_{k=0}^n \frac{f^{(k)}(x_0)}{k!}(x - x_0)^k</math> | <math>P_n(f;x_0) = x \mapsto \sum_{k=0}^n \frac{f^{(k)}(x_0)}{k!}(x - x_0)^k</math> | ||
| Line 16: | Line 16: | ||
Note that this is a polynomial of degree ''at most'' <math>n</math>. The degree is exactly <math>n</math> if and only if <math>f^{(n)}(0) \ne 0</math>. | Note that this is a polynomial of degree ''at most'' <math>n</math>. The degree is exactly <math>n</math> if and only if <math>f^{(n)}(0) \ne 0</math>. | ||
===Intuition=== | |||
The <math>n^{th}</math> Taylor polynomial, intuitively, is an attempt to be the ''best local approximation'' of <math>f</math> about <math>x_0</math> among polynomials of degree <math>\le n</math>. | |||
==Particular cases== | |||
{| class="sortable" border="1" | |||
! Value of <math>n</math> !! <math>n^{th}</math> Taylor polynomial about <math>x_0</math> !! What it means !! <math>n^{th}</math> Taylor polynomial about <math>x_0</math> case <math>x_0 = 0</math> | |||
|- | |||
| 0 || <math>f(x_0)</math> || This is a constant function whose value is the value of <math>f</math> at <math>x_0</math>. Clearly, this is the best approximation for <math>f</math> among approximations by constant functions. || <math>f(0)</math> | |||
|- | |||
| 1 || <math>f(x_0) + f'(x_0)(x - x_0)</math> || The graph of the function is a straight line that equals the tangent line to the graph of <math>f</math> at <math>(x_0,f(x_0))</math>. The tangent line is intuitively the ''best linear approximation'' of the graph of the function, so this makes sense. || <math>f(0) + f'(0)x</math>. | |||
|} | |||
Latest revision as of 14:39, 7 July 2012
Definition
About a general point
Suppose is a nonnegative integer. Suppose a function of one variable is defined and at least times differentiable at a point in its domain. The Taylor polynomial for a function at a point in the domain is the truncation of the Taylor series to powers up to the power. If we denote the polynomial by , it is given as:
Note that this is a polynomial of degree at most . The degree is exactly if and only if .
About the point 0
Suppose a function of one variable is defined and at least times differentiable at a point . The Taylor polynomial of at 0 is:
Note that this is a polynomial of degree at most . The degree is exactly if and only if .
Intuition
The Taylor polynomial, intuitively, is an attempt to be the best local approximation of about among polynomials of degree .
Particular cases
| Value of | Taylor polynomial about | What it means | Taylor polynomial about case |
|---|---|---|---|
| 0 | This is a constant function whose value is the value of at . Clearly, this is the best approximation for among approximations by constant functions. | ||
| 1 | The graph of the function is a straight line that equals the tangent line to the graph of at . The tangent line is intuitively the best linear approximation of the graph of the function, so this makes sense. | . |