Finding Taylor polynomial approximations of functions — AP Calculus BC Study Guide
For: AP Calculus BC candidates sitting AP Calculus BC.
Covers: This chapter covers definition of Taylor polynomials, nth-degree Taylor polynomials centered at a point, Maclaurin polynomials, coefficient derivation, and manipulation-based construction of polynomial approximations for sufficiently differentiable functions.
You should already know: How to compute higher-order derivatives, how to evaluate derivatives at a point, basic polynomial algebra.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus BC style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.
1. What Is Finding Taylor polynomial approximations of functions?
A Taylor polynomial is a polynomial approximation of a general non-polynomial function built to match the original function’s value and first derivatives at a specific point called the center. Unlike first-degree tangent line (linear) approximation, higher-degree Taylor polynomials match more derivatives, producing a much more accurate approximation over a larger interval around the center. When centered at , Taylor polynomials are called Maclaurin polynomials, a common special case tested heavily on the exam.
According to the AP Calculus BC CED, this topic is part of Unit 10 (Infinite Sequences and Series), which accounts for 17-18% of total exam score, with this subtopic contributing roughly 2-4% of total points. This topic appears in both multiple-choice (MCQ) and free-response (FRQ) sections: MCQ typically asks for a specific coefficient or full nth-degree polynomial, while FRQ often combines polynomial construction with approximation or error analysis.
2. nth-Degree Taylor Polynomial: Definition and Coefficient Derivation
If a function is times differentiable at a point , the th-degree Taylor polynomial of centered at is the unique polynomial that matches and its first derivatives at . To derive the formula, we start with the general form of a polynomial centered at : To match , plug : all terms except vanish, so . Take the first derivative: , so . Repeating this for the th derivative gives , so rearranging gives the general coefficient formula , where is the th derivative of at , , and by convention. The full Taylor polynomial formula is: This formula ensures the polynomial behaves identically to near ; higher gives more matched derivatives and a more accurate approximation.
Worked Example
Problem: Find the 3rd-degree Taylor polynomial of centered at .
Solution:
- Compute and its first 3 derivatives, evaluate each at :
- Calculate each coefficient using :
- , , ,
- Substitute into the Taylor polynomial formula:
- If required, simplify to standard polynomial form: , which matches the original function truncated to degree 3, as expected.
Exam tip: Always write each derivative and its evaluation at the center explicitly step by step. AP exam readers award partial credit for correct intermediate derivatives even if your final coefficient is wrong, so never skip these steps.
3. Maclaurin Polynomials (Taylor Polynomials Centered at 0)
A Maclaurin polynomial is simply a Taylor polynomial with center , the most common type of Taylor polynomial on the AP exam. The formula simplifies directly from the general Taylor formula by substituting : Because , the term reduces to , making calculations faster. Maclaurin polynomials are used to approximate functions near , which is often the point of interest for applications, and standard Maclaurin polynomials for common functions (like , , ) are frequently tested. The process for constructing a Maclaurin polynomial is identical to the general Taylor process, only the evaluation point for derivatives changes.
Worked Example
Problem: Find the 4th-degree Maclaurin polynomial for .
Solution:
- Compute and its first 4 derivatives, evaluate each at :
- Calculate coefficients:
- , , , ,
- Substitute into the Maclaurin formula: Because all even derivatives of at 0 are zero, the 4th-degree polynomial matches the 3rd-degree polynomial, which is expected for this odd function.
Exam tip: If you are asked for an nth-degree Maclaurin polynomial, you only need to include all terms up to degree ; if higher coefficients are zero, explicitly note this (or write the zero term) to show you completed the requirement.
4. Constructing Taylor Polynomials by Manipulation
Once you know the Taylor polynomial of centered at , you can find the Taylor polynomial of related transformed functions (like , , ) by substituting, scaling, or differentiating the known polynomial, instead of computing all derivatives from scratch. This technique saves significant time on the AP exam, especially for multiple-choice questions where speed is critical. Common valid manipulations include:
- Substitution: If is the nth-degree Maclaurin polynomial for , then is the Maclaurin polynomial for , up to degree .
- Scaling: The Taylor polynomial for is times the Taylor polynomial of , term by term.
- Differentiation/integration: The derivative of the Taylor polynomial of is the Taylor polynomial of , with the same center and degree . When using manipulation, always discard any terms that become higher degree than the requested after substitution or multiplication.
Worked Example
Problem: The 5th-degree Maclaurin polynomial for is given as . Use this to find the 4th-degree Maclaurin polynomial for .
Solution:
- Substitute into the given polynomial for :
- We only need terms up to degree 4 after multiplying by , so discard any terms that will become higher than degree 4: the term is degree 6, which becomes degree 7 after multiplying by , so we discard it. Simplify the remaining terms:
- Multiply by and keep only terms up to degree 4:
- The term is degree 5, which is higher than the requested 4, so we drop it. The final polynomial is:
Exam tip: When substituting, always check the degree of each term after substitution before writing your final answer. It is extremely common for higher-degree terms from the original polynomial to become higher than the requested degree after substitution, so always double-check.
5. Common Pitfalls (and how to avoid them)
- Wrong move: Forgetting to divide by when calculating the coefficient of . Why: Students confuse the Taylor polynomial formula with general power series, or forget the derivation step that introduces the factorial. Correct move: Every time you write a coefficient, explicitly write before simplifying, even if for or .
- Wrong move: Evaluating derivatives at 0 for a Taylor polynomial with center . Why: Students get used to Maclaurin polynomials and automatically evaluate at 0 by habit. Correct move: Immediately after reading the problem, write "Center " at the top of your work, and check the evaluation point every time you compute a derivative.
- Wrong move: Forgetting to apply the chain rule when computing derivatives of composite functions. Why: Students rush derivative calculations and miss the inner function derivative, leading to incorrect coefficients. Correct move: After computing each derivative, pause and confirm you applied the chain rule before evaluating at the center.
- Wrong move: Keeping higher-degree terms after substitution that exceed the requested degree . Why: Students substitute all terms from the original polynomial without checking the final degree after transformation. Correct move: After manipulation, sort terms by degree and drop any term with degree strictly greater than the requested .
- Wrong move: Incorrectly expanding . Why: Students make a basic algebra mistake when converting to standard polynomial form. Correct move: Expand step-by-step or use the binomial theorem, never split the exponent across subtraction.
- Wrong move: Stopping at the last non-zero term and not including all terms up to degree . Why: Students think that nth-degree means n non-zero terms, but the AP exam requires all terms up to . Correct move: Always write out all terms from degree 0 up to degree , writing a 0 coefficient if needed, to show you completed the requirement.
6. Practice Questions (AP Calculus BC Style)
Question 1 (Multiple Choice)
Which of the following is the coefficient of in the 3rd-degree Taylor polynomial of centered at ? A) B) C) D)
Worked Solution: To find the coefficient of in a Taylor polynomial, we use the formula . First compute the third derivative of : , , . Evaluate the third derivative at : . Divide by to get the coefficient: . The correct answer is A.
Question 2 (Free Response)
Let . (a) Find the 4th-degree Maclaurin polynomial for . (b) Use the polynomial from part (a) to approximate . Round your approximation to 4 decimal places. (c) Find the 3rd-degree Taylor polynomial for centered at .
Worked Solution: (a) First compute derivatives and evaluate at 0: , , , , . Coefficients: , so . The 4th-degree Maclaurin polynomial is .
(b) , so substitute : . The approximation is 0.8336.
(c) Evaluate derivatives at : , , , . Coefficients: , , , . The 3rd-degree Taylor polynomial is .
Question 3 (Application / Real-World Style)
The position of a particle moving along the x-axis at time (seconds, ) is given by , where is measured in meters. For small values of near 0, physicists use a 3rd-degree Taylor polynomial approximation of to simplify calculations. Find the 3rd-degree Maclaurin polynomial for , then use it to approximate the particle's position at seconds.
Worked Solution: First compute and its first 3 derivatives evaluated at : , , , . Coefficients: , , , . The 3rd-degree Maclaurin polynomial is . Evaluate at : meters. In context, this approximation means the particle is approximately 1.625 meters from the origin at 0.5 seconds.
7. Quick Reference Cheatsheet
| Category | Formula | Notes |
|---|---|---|
| nth-degree Taylor polynomial (general center ) | , , applies to any center | |
| nth-degree Maclaurin polynomial | Special case of Taylor polynomial with center , most common on AP exam | |
| General Taylor coefficient | Always divide by , never skip the factorial step | |
| Manipulation by substitution | Drop all terms with degree higher than requested after substitution | |
| Maclaurin polynomial for (up to ) | Valid for all , matches all derivatives of at 0 | |
| Maclaurin polynomial for (up to ) | All even coefficients are zero, is an odd function | |
| Maclaurin polynomial for (up to ) | All odd coefficients are zero, is an even function | |
| Maclaurin polynomial for (up to ) | Truncated geometric series, valid for $ |
8. What's Next
Mastering Taylor polynomial construction is the non-negotiable foundation for all remaining topics in Unit 10, Infinite Sequences and Series. Without being able to correctly find Taylor coefficients and build nth-degree approximations, you cannot work with infinite Taylor series, test convergence, or calculate approximation error, all of which are heavily weighted on the AP Calculus BC exam. This topic specifically prepares you for Taylor's theorem and Lagrange error bound, a common FRQ topic that requires you to use your constructed polynomial to bound the error of your approximation. Next, you will extend the finite nth-degree Taylor polynomial to an infinite Taylor series, which lets you represent non-polynomial functions as infinite power series, enabling calculations like integrating non-elementary functions that cannot be done with basic integration rules.