Skip to main content
United StatesCalculusSyllabus dot point

How do you build a Taylor polynomial that approximates a function near a point?

Topic 10.11 Finding Taylor Polynomial Approximations of Functions: construct the Taylor (or Maclaurin) polynomial of a function about a center using its derivatives at that point (BC).

A focused answer to AP Calculus BC Topic 10.11, building Taylor and Maclaurin polynomial approximations of a function from its derivatives at the center, and using them to estimate values, with worked examples.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The formula
  3. Why each coefficient is a derivative over a factorial
  4. A worked Maclaurin polynomial
  5. Building from a table of derivatives
  6. Using the polynomial to approximate values and derivatives

What this topic is asking

The College Board (Topic 10.11, BC only) builds the Taylor polynomial, a polynomial that matches a function's value and several derivatives at a chosen center, giving an excellent local approximation. It generalizes the tangent-line (linear) approximation of Unit 4 to higher degree, adding curvature, concavity, and beyond.

The formula

Why each coefficient is a derivative over a factorial

The structure f(k)(a)k!\frac{f^{(k)}(a)}{k!} is exactly what makes PnP_n match ff's derivatives at the center. Differentiating (xa)k(x-a)^k exactly kk times gives k!k!, and the division by k!k! cancels it so that Pn(k)(a)=f(k)(a)P_n^{(k)}(a) = f^{(k)}(a). In other words, the polynomial is engineered so its value, slope, concavity, and higher derivatives at aa agree with the function's. This is the higher-order generalization of the tangent line: the degree-1 polynomial f(a)+f(a)(xa)f(a) + f'(a)(x - a) is precisely the linearization from Unit 4, matching value and slope; degree 2 adds the f(a)2(xa)2\frac{f''(a)}{2}(x-a)^2 term to match concavity; and so on. Each extra degree captures one more derivative, tightening the fit near aa.

A worked Maclaurin polynomial

Building from a table of derivatives

A frequent free-response format gives you the derivative values f(a),f(a),f(a),f(a), f'(a), f''(a), \ldots at the center, often in a table, rather than a formula for ff. You then plug these directly into f(k)(a)k!(xa)k\frac{f^{(k)}(a)}{k!}(x - a)^k without computing any derivatives yourself, as in the worked exam question. The watchpoints are the factorials (2!=22! = 2, 3!=63! = 6, 4!=244! = 24) and the powers of (xa)(x - a) about the correct center, not about 00 unless a=0a = 0. Writing the general term first, then substituting each given value, keeps the bookkeeping straight and avoids dropping a factorial.

Using the polynomial to approximate values and derivatives

Once you have Pn(x)P_n(x), you approximate ff at a nearby point by evaluating PnP_n there, as in estimating cos(0.2)\cos(0.2) or f(2.1)f(2.1) above. The approximation is best when xx is close to the center aa, and accuracy improves with higher degree. You can also read derivative information off the polynomial: the coefficient of (xa)k(x-a)^k equals f(k)(a)k!\frac{f^{(k)}(a)}{k!}, so multiplying by k!k! recovers f(k)(a)f^{(k)}(a). Conversely, given a Taylor polynomial you can find, say, f(a)f''(a) by taking the (xa)2(x-a)^2 coefficient and multiplying by 2!2!. This two-way relationship between coefficients and derivatives is a common exam twist.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2021 (BC, style)1 marksSection I (multiple choice, no calculator). The second-degree Taylor polynomial for f(x)=exf(x) = e^x about x=0x = 0 is (A) 1+x+x221 + x + \frac{x^2}{2} (B) 1+x+x21 + x + x^2 (C) 1+x1 + x (D) x+x22x + \frac{x^2}{2}
Show worked answer →

The correct answer is (A), 1+x+x221 + x + \frac{x^2}{2}.

For f(x)=exf(x) = e^x, f(0)=f(0)=f(0)=1f(0) = f'(0) = f''(0) = 1. The degree-2 Taylor polynomial is f(0)+f(0)x+f(0)2!x2=1+x+x22f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 = 1 + x + \frac{x^2}{2}.

AP 2023 (BC, style)4 marksSection II (free response, no calculator). A function ff has f(2)=3f(2) = 3, f(2)=1f'(2) = -1, f(2)=4f''(2) = 4, and f(2)=12f'''(2) = 12. (a) Write the third-degree Taylor polynomial P3(x)P_3(x) about x=2x = 2. (b) Use it to approximate f(2.1)f(2.1).
Show worked answer →

A 4-point Taylor-polynomial problem.

(a) (3 points) P3(x)=3+(1)(x2)+42!(x2)2+123!(x2)3=3(x2)+2(x2)2+2(x2)3P_3(x) = 3 + (-1)(x-2) + \frac{4}{2!}(x-2)^2 + \frac{12}{3!}(x-2)^3 = 3 - (x-2) + 2(x-2)^2 + 2(x-2)^3.
(b) (1 point) At x=2.1x = 2.1, (x2)=0.1(x - 2) = 0.1: P3(2.1)=30.1+2(0.01)+2(0.001)=30.1+0.02+0.002=2.922P_3(2.1) = 3 - 0.1 + 2(0.01) + 2(0.001) = 3 - 0.1 + 0.02 + 0.002 = 2.922.

Related dot points

Sources & how we know this