The Core Idea: Finding Taylor Polynomial Approximations of Functions
In calculus, we often encounter complex functions that are difficult to evaluate or analyze directly. The core idea of this topic is to approximate such functions using simpler ones: polynomials. A Taylor polynomial is a specifically constructed polynomial that "matches" a function's behavior at a single point, known as the center (). By ensuring the polynomial's value and the values of its first several derivatives are identical to the function's at that center point, we create an approximation that is highly accurate for inputs near the center.
The degree of the Taylor polynomial determines how many derivatives are matched, and generally, a higher-degree polynomial provides a better approximation to the original function in the vicinity of the center. This powerful technique allows us to represent complicated functions with manageable polynomials, enabling us to approximate function values, analyze local behavior, and solve problems that would otherwise be intractable. A Maclaurin polynomial is simply the special case of a Taylor polynomial that is centered at .
Key Formulas
The construction of a Taylor polynomial is based on a precise formula for its coefficients, which are derived from the function's derivatives at the center point.
**The n$th-degree Taylor Polynomial** The $n$th-degree Taylor polynomial for a function $f about , denoted , is given by the formula:
Expanding this sum gives the more explicit form:
where is the k$th derivative of $f evaluated at , and by convention, and .
**The Coefficient of the Formula138^n$ in the Taylor polynomial for centered at is:
The Maclaurin Polynomial
A Maclaurin polynomial is a Taylor polynomial centered at . The formula for the n$th-degree Maclaurin polynomial is: Formula[3] ## Understanding the Approximation The power of a Taylor polynomial lies in its ability to mimic a function locally. The formula is not arbitrary; it is designed so that at the center $x=c, the polynomial and the function have the exact same value and the exact same first derivatives.
Consider the 2nd-degree Taylor polynomial, .
Value:. The values match.
First Derivative:, so . The slopes match.
Second Derivative:, so . The concavities match.
This matching of derivatives ensures that the polynomial's graph is an excellent approximation of the function's graph near .
The primary use of this construction is to approximate the value of a function. For a value of close to the center , the value of the Taylor polynomial, , will be very close to the actual function value, . The accuracy of this approximation is directly related to the degree of the polynomial. In general, for a fixed value of near , a higher-degree Taylor polynomial ( vs. , for example) will provide a more accurate approximation of .
Core Concepts & Rules
Purpose: A Taylor polynomial is used to create a polynomial approximation of a function near a specific point .
Center of Approximation: The point is called the center (or the point of expansion).
Coefficients: The coefficients of the polynomial are determined by the derivatives of the function evaluated at the center . The coefficient for the term is always .
General Form: The n$th-degree Taylor polynomial is built by summing terms of the form\frac{f^{(k)}(c)}{k!}(x-c)^k$ from to .
Maclaurin Polynomials: This is a special name for a Taylor polynomial that is centered at . The formula simplifies by replacing with .
Approximation: A Taylor polynomial can be used to approximate the value of for -values near the center . That is, .
Accuracy: The accuracy of the approximation generally improves as the degree of the polynomial, , increases.
Step-by-Step Example 1: Finding a Maclaurin Polynomial
Problem: Find the 4th-degree Maclaurin polynomial for the function .
Solution:
A Maclaurin polynomial is a Taylor polynomial centered at . We need to find the terms up to degree 4.
Step 1: Find the first four derivatives of the function.
Step 2: Evaluate the function and its derivatives at the center, .
Step 3: Construct the 4th-degree Maclaurin polynomial, .
The general formula is .
Substitute the values from Step 2:
Step 4: Simplify the coefficients.
This is the 4th-degree Maclaurin polynomial for .
Step-by-Step Example 2: Exam-Style Application
Problem: A function has derivatives of all orders. The table below gives the values of and its first three derivatives at .
| -1 | 6 | -3 | 12 | -10 |
(a) Write the 3rd-degree Taylor polynomial for about .
(b) Use the polynomial from part (a) to approximate the value of .
Solution:
(a) Write the 3rd-degree Taylor polynomial.
Step 1: Identify the center and the required degree.
The problem asks for the Taylor polynomial for about , so the center is . The required degree is .
Step 2: Identify the necessary derivative values from the table.
Step 3: Write the general formula for the 3rd-degree Taylor polynomial.
Step 4: Substitute the center c=-1 and the derivative values.
Step 5: Simplify the expression.
This is the 3rd-degree Taylor polynomial for about .
(b) Use the polynomial to approximate .
Step 1: Use the approximation .
We want to approximate , so we will evaluate .
Step 2: Substitute into the polynomial from part (a).
Step 3: Perform the arithmetic.
The approximation for is .
Using Your Calculator
The process of finding a Taylor polynomial is purely analytical and must be done by hand. A calculator cannot derive the formula for you. However, it is a useful tool for the arithmetic involved in evaluating the polynomial and for visualizing the quality of the approximation.
1. Arithmetic Calculations:
For problems like Example 2(b), a calculator is useful for evaluating the final numerical approximation. You can type the expression directly into your calculator to get the final answer without arithmetic errors.
If the derivative values themselves are complex (e.g., involving or ), a calculator can help compute the coefficients.
2. Checking Your Work and Visualization:
If you are given the original function (as in Example 1), you can use your calculator to check how well your polynomial approximates the function.
In your calculator's graphing menu (e.g.,
Y=on a TI-84):Enter the original function in
Y1(e.g.,Y1 = e^(2x)).Enter your calculated Taylor polynomial in
Y2(e.g., ).
Graph both functions.
Zoom in near the center of the approximation (e.g., for Example 1). You should see that the graphs of
Y1andY2are nearly indistinguishable very close to the center. This provides a strong visual confirmation that your polynomial is correct.
AP Exam Quick Hit
Common Question Types
Constructing a Polynomial from a Function: Given a function like , find the 3rd-degree Taylor polynomial for about . This requires you to compute derivatives, evaluate them at the center, and assemble the polynomial.
Constructing a Polynomial from a Table: Given a table of values for , write the n$th-degree Taylor polynomial and use it to approximate a function value near $c. This is a very common Free Response Question (FRQ) format.
Finding a Specific Term or Coefficient: You may be asked to find just one piece of the polynomial. For example: "Let be the 4th-degree Taylor polynomial for about . Find the coefficient of the term." This tests your knowledge of the coefficient formula without requiring the full polynomial.
Common Mistakes
Forgetting the Factorial: A very frequent error is forgetting the in the denominator of the coefficients. Students will write the coefficient as instead of the correct .
Incorrect Center: Using instead of when evaluating derivatives. The coefficients must be constants, so derivatives must be evaluated at the center point . For example, writing is incorrect; it must be .
Power and Factorial Mismatch: Using the wrong factorial for a given power. The term with must have in the denominator and use the k$th derivative, $f^{(k)}(c).
Sign Errors with the Center: When the center is negative, for example , the terms are of the form . Mixing up this sign is a common algebraic mistake.
Basic Derivative Errors: Simple mistakes in calculating the derivatives of the function will lead to an entirely incorrect polynomial. Double-check all derivatives before proceeding.