Finding Taylor polynomial approximations of functions
AP Calculus BCΒ· 35 min read
1. Definition of a Taylor Polynomialβ β ββββ± 10 min
nth-degree Taylor polynomial centered at $a$
The unique nth-degree polynomial that matches the value of and its first derivatives at , given by the formula:
Example:
The first-degree Taylor polynomial of at is exactly the tangent line approximation you learned earlier in calculus.
Find the 0th-degree Taylor polynomial of centered at .
- 1
For , the sum only includes the term. Recall that the 0th derivative of is itself, and .
- 2
Evaluate
- 3
Substitute into the Taylor formula:
- 4
2. Step-by-Step Calculation of Taylor Polynomialsβ β β βββ± 15 min
To avoid common mistakes, follow this consistent process to build any Taylor polynomial:
Compute all derivatives of up to the th derivative
Evaluate each derivative at the center point
Divide each evaluated derivative by the corresponding factorial for the th term
Multiply each term by and add all terms together
Find the 3rd-degree Taylor polynomial of centered at .
- 1
Compute derivatives up to 3rd order:
- 2
- 3
Evaluate each derivative at :
- 4
- 5
Calculate coefficients for each term from to :
- 6
- 7
Write the full polynomial:
- 8
Test your understanding of coefficient calculation:
What is the coefficient of in the 4th-degree Taylor polynomial of centered at ?
1
4
24
\frac{1}{24}
Reveal answer
1 βThe 4th derivative of is . The coefficient is .
3. Common Maclaurin Polynomialsβ β ββββ± 10 min
Maclaurin polynomials (Taylor at ) for basic functions appear constantly on the AP exam. You can use these standard forms to quickly construct new polynomials for related functions by substitution, instead of recalculating derivatives from scratch.
Function | General nth-degree Maclaurin Polynomial |
|---|---|
Find the 4th-degree Maclaurin polynomial for using the standard form for .
- 1
Start with the 4th-degree Maclaurin for :
- 2
- 3
Substitute into the expression:
- 4
- 5
Simplify each term to get the final polynomial:
- 6
4. Common Pitfalls
Wrong move:
Forgetting to divide the kth derivative by when calculating the coefficient.
Why:
The Taylor formula requires division by factorial to match the derivative of the polynomial. Skipping this step gives a coefficient that is off by a factor of .
Correct move:
Always write the denominator explicitly for each term, and double-check factorial values (e.g. , not 3).
Wrong move:
Writing instead of for a Taylor polynomial centered at .
Why:
Confusing Taylor and Maclaurin polynomials leads to an approximation that is only accurate near 0, not near the required center.
Correct move:
Always confirm the center first, and write for every non-constant term before simplifying.
Wrong move:
Making sign errors when taking repeated derivatives of trigonometric or logarithmic functions.
Why:
Signs flip every time you take a derivative of , , or negative powers of , so it is easy to end up with the wrong sign.
Correct move:
Write out each derivative one at a time, checking the sign and exponent at each step before evaluating at .
Wrong move:
Stopping at the th term for an nth-degree polynomial, giving you only total terms.
Why:
Since counting starts at , you need total terms to get an nth-degree polynomial.
Correct move:
Count your terms after constructing the polynomial to confirm you have terms.
Wrong move:
When substituting into a known Maclaurin, forgetting to raise the entire substituted expression to the correct power.
Why:
For example, substituting into often leads to the incorrect term instead of .
Correct move:
Always wrap the substituted expression in parentheses before raising it to the term power.
5. Quick Reference Cheatsheet
Concept | Key Formula | Exam Note |
|---|---|---|
nth-degree Taylor (center ) | Matches and first derivatives at | |
nth-degree Maclaurin | Taylor centered at | |
Maclaurin | No alternating signs | |
Maclaurin | Only odd powers, alternating signs | |
Maclaurin | Only even powers, alternating signs |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2023 Β· BC
6(a) Find 3rd degree Taylor
- 2022 Β· BC
2(b) Construct Maclaurin polynomial
- 2021 Β· BC
4(a) Find Taylor centered at
What's Next
Taylor polynomials are the foundation for all power series approximations in AP Calculus BC. Once you master how to construct them, you can move on to studying the error of these approximations using Lagrange error bounds, and extend finite Taylor polynomials to infinite Taylor series that converge to the original function on an interval of convergence. Taylor polynomials also have wide applications beyond the exam, used in physics, engineering, and computer science to approximate complicated functions that are hard to compute directly. Mastering this core skill will make every subsequent topic in infinite sequences and series much easier to understand.
