Taylor Polynomial Definition: Approximating Functions with Polynomials

By Vegard Gjerde Based on Masterful Learning 12 min read
taylor-polynomial-definition math calculus derivatives learning-strategies

The Taylor polynomial definition states that the nth Taylor polynomial of ff at aa is Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k, the unique polynomial of degree at most nn that matches ff and its first nn derivatives at aa. It applies when ff has derivatives up to order nn at aa. This guide helps you recognize that structure and use it cleanly in local approximation problems.

Unisium hero image titled Taylor Polynomial Definition showing the principle equation and a conditions card.
The Taylor polynomial definition Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x)=\sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k with the condition “f has derivatives up to order n at a”.

On this page: The Principle | Conditions | Misconceptions | EE Questions | Retrieval Practice | Worked Example | Solve a Problem | FAQ


The Principle

Statement

The Taylor polynomial definition says that for a function ff with derivatives up to order nn at aa, the nth Taylor polynomial at aa is the polynomial Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k, where f(0)(a)=f(a)f^{(0)}(a) = f(a) by convention. TnT_n is the unique polynomial of degree at most nn satisfying Tn(k)(a)=f(k)(a)T_n^{(k)}(a) = f^{(k)}(a) for every k=0,1,,nk = 0, 1, \ldots, n.

Mathematical Form

Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k

Where:

  • nn = the degree of the polynomial (a non-negative integer)
  • xx = the input variable
  • aa = the center (the point at which the polynomial is built)
  • f(k)(a)f^{(k)}(a) = the kkth derivative of ff evaluated at aa (with f(0)(a)=f(a)f^{(0)}(a) = f(a))
  • k!k! = kk factorial, with 0!=10! = 1

Alternative Forms

In different contexts, this appears as:

  • Explicit terms (degree 3, center aa): T3(x)=f(a)+f(a)(xa)+f(a)2(xa)2+f(a)6(xa)3T_3(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2}(x-a)^2 + \frac{f'''(a)}{6}(x-a)^3
  • Maclaurin polynomial (a=0a = 0): Tn(x)=k=0nf(k)(0)k!xkT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(0)}{k!}x^k

Conditions of Applicability

Condition: f has derivatives up to order n at a

Practical modeling notes

  • “Has derivatives up to order nn at aa” means f(a),f(a),,f(n)(a)f'(a),\, f''(a),\, \ldots,\, f^{(n)}(a) all exist as finite real numbers. For elementary functions (exe^x, sinx\sin x, cosx\cos x, polynomials), all derivatives exist everywhere, so the condition holds for any nn and any aa.
  • The 1k!\frac{1}{k!} factor is not optional—it is the exact correction that makes Tn(k)(a)=f(k)(a)T_n^{(k)}(a) = f^{(k)}(a). Omitting it produces a polynomial whose derivatives at aa do not match ff‘s.
  • Choose aa at a value where evaluation is easy: a=0a = 0 (the Maclaurin case) often gives the simplest arithmetic for exe^x, sinx\sin x, and cosx\cos x.
  • Tn(x)T_n(x) is the definition of the polynomial and says nothing about how accurate the approximation is away from aa. How quickly the error grows with xa|x - a| is determined by the Taylor remainder theorem, which is a separate result.

When It Doesn’t Apply

  • Insufficient differentiability: If ff does not have an nnth derivative at aa, the nnth Taylor polynomial at aa is not defined. For example, x|x| is not differentiable at x=0x = 0, so T1(x)T_1(x) at a=0a = 0 does not exist for x|x|.

Want the complete framework behind this guide? Read Masterful Learning.


Common Misconceptions

Misconception 1: Tn(x)T_n(x) equals f(x)f(x) on its entire domain

The truth: Tn(x)T_n(x) agrees with ff and all its derivatives up to order nn at aa, but Tn(x)f(x)T_n(x) \ne f(x) in general. The degree-1 polynomial T1(x)=1+xT_1(x) = 1 + x agrees with exe^x and its first derivative at x=0x = 0, but their values diverge for any x0x \ne 0.

Why this matters: Treating TnT_n as equal to ff leads to errors when computing ff far from aa or when identifying when an approximation loses reliability.

Misconception 2: The k!k! in the denominator is just a scaling convention

The truth: dkdxk(xa)k=k!\frac{d^k}{dx^k}(x-a)^k = k!, so dividing by k!k! is exactly what makes the kkth derivative of TnT_n at aa equal f(k)(a)f^{(k)}(a). The factorial is not cosmetic—it is the mechanism behind the defining matching property.

Why this matters: Students who drop or misplace the k!k! produce polynomials whose derivatives at aa do not match ff‘s, violating the definition and giving incorrect coefficients.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • In Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k, what does each factor in the kkth term (f(k)(a)f^{(k)}(a), k!k!, and (xa)k(x-a)^k) contribute? Why must all three factors be present?
  • What is the value of Tn(a)T_n(a)? What is Tn(a)T_n'(a)? What does this reveal about what “matching at aa” means geometrically and analytically?

For the Principle

  • Given a function ff and a target degree nn, how do you identify the center aa that makes the derivatives easiest to evaluate?
  • Suppose ff is three-times differentiable at aa but not four-times differentiable. For which values of nn can you build Tn(x)T_n(x) there, and for which does the definition fail?

Between Principles

  • The tangent line equation at aa is y=f(a)+f(a)(xa)y = f(a) + f'(a)(x-a). How does T1(x)T_1(x) compare to it? What does TnT_n for n2n \ge 2 capture that the tangent line cannot?

Generate an Example

  • Describe a function ff and a center aa where the Taylor polynomial T2(x)T_2(x) is exactly equal to f(x)f(x) for all xx. What does this say about functions that are themselves polynomials of low degree?

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the principle in words: _____The nth Taylor polynomial of f at a is the unique polynomial of degree at most n matching f and its first n derivatives at a, given by the sum from k=0 to n of f^(k)(a) over k! times (x-a)^k.
Write the canonical equation: _____Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x)=\sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k
State the canonical condition: _____f has derivatives up to order n at a

Worked Example

Use this worked example to practice Self-Explanation.

Problem

Let f(x)=exf(x) = e^x. Find the Taylor polynomial T3(x)T_3(x) at a=0a = 0.

Step 1: Verbal Decoding

Target: T3(x)T_3(x), the degree-3 Taylor polynomial of ff at a=0a = 0
Given: ff, aa, nn
Constraints: f(x)=exf(x) = e^x; a=0a = 0; n=3n = 3; exe^x is differentiable everywhere

Step 2: Visual Decoding

Mark a=0a = 0 on the xx-axis. T3T_3 will touch exe^x at x=0x = 0 and match its slope, curvature, and third-derivative rate there; it diverges from exe^x as x|x| grows. (The polynomial is a cubic that closely tracks the exponential only near x=0x = 0.)

Step 3: Mathematical Modeling

  1. T3(x)=k=03f(k)(0)k!xkT_3(x) = \sum_{k=0}^3 \frac{f^{(k)}(0)}{k!}x^k

Step 4: Mathematical Procedures

  1. f(0)(0)=1,f(1)(0)=1,f(2)(0)=1,f(3)(0)=1f^{(0)}(0)=1,\quad f^{(1)}(0)=1,\quad f^{(2)}(0)=1,\quad f^{(3)}(0)=1
  2. T3(x)=10!+11!x+12!x2+13!x3T_3(x) = \frac{1}{0!} + \frac{1}{1!}x + \frac{1}{2!}x^2 + \frac{1}{3!}x^3
  3. T3(x)=1+x+x22+x36\underline{T_3(x) = 1 + x + \frac{x^2}{2} + \frac{x^3}{6}}

Step 5: Reflection

  • Verification: T3(0)=1=e0T_3(0) = 1 = e^0 ✓; T3(0)=1=(ex)x=0T_3'(0) = 1 = (e^x)'|_{x=0} ✓; T3(0)=1=(ex)x=0T_3''(0) = 1 = (e^x)''|_{x=0} ✓.
  • Graphical meaning: Near x=0x = 0, T3(x)T_3(x) tracks exe^x closely; for x>2|x| > 2 the cubic departs noticeably.
  • Limiting case: At n=1n = 1, T1(x)=1+xT_1(x) = 1 + x—the tangent line to exe^x at a=0a = 0.

Before moving on: self-explain the model

Try explaining Step 3 out loud (or in writing): why the definition uses f(k)(0)/k!f^{(k)}(0)/k! rather than f(k)(0)f^{(k)}(0) alone, why all four coefficients equal 11 for exe^x, and how T3T_3 would change if the center were a=1a = 1 instead of a=0a = 0.

Mathematical model with explanation

Principle: Taylor polynomial definition — Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k instantiated with n=3n = 3, a=0a = 0.

Conditions: exe^x has derivatives of all orders everywhere, so the condition is satisfied for any nn and any aa.

Relevance: Every derivative of exe^x equals exe^x, so every f(k)(0)=e0=1f^{(k)}(0) = e^0 = 1, making the coefficient evaluation trivial.

Description: Substitute f(k)(0)=1f^{(k)}(0) = 1 for k=0,1,2,3k = 0, 1, 2, 3 and simplify 1/k!1/k! for each term.

Goal: Produce the explicit cubic 1+x+x22+x361 + x + \frac{x^2}{2} + \frac{x^3}{6}, which matches exe^x and its first three derivatives at x=0x = 0.


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem

Let f(x)=cosxf(x) = \cos x. Find the Taylor polynomial T4(x)T_4(x) at a=0a = 0.

Hint (if needed): Compute f(k)(0)f^{(k)}(0) for k=0,1,2,3,4k = 0, 1, 2, 3, 4 by cycling through the known derivatives of cosx\cos x.

Show Solution

Step 1: Verbal Decoding

Target: T4(x)T_4(x), the degree-4 Taylor polynomial of cosx\cos x at a=0a = 0
Given: ff, aa, nn
Constraints: f(x)=cosxf(x) = \cos x; a=0a = 0; n=4n = 4; cosx\cos x is differentiable everywhere

Step 2: Visual Decoding

Mark a=0a = 0 on the xx-axis. Derivatives of cosx\cos x cycle: cosxsinxcosxsinxcosx\cos x \to -\sin x \to -\cos x \to \sin x \to \cos x. At x=0x = 0 the pattern gives values 1,0,1,0,11, 0, -1, 0, 1 for orders 00 through 44. (Only even-order terms survive because sin(0)=0\sin(0) = 0.)

Step 3: Mathematical Modeling

  1. T4(x)=k=04f(k)(0)k!xkT_4(x) = \sum_{k=0}^4 \frac{f^{(k)}(0)}{k!}x^k

Step 4: Mathematical Procedures

  1. f(0)(0)=1,f(2)(0)=1,f(4)(0)=1f^{(0)}(0)=1,\quad f^{(2)}(0)=-1,\quad f^{(4)}(0)=1
  2. f(1)(0)=0,f(3)(0)=0f^{(1)}(0)=0,\quad f^{(3)}(0)=0
  3. T4(x)=10!+01!x+12!x2+03!x3+14!x4T_4(x) = \frac{1}{0!} + \frac{0}{1!}x + \frac{-1}{2!}x^2 + \frac{0}{3!}x^3 + \frac{1}{4!}x^4
  4. T4(x)=1x22+x424\underline{T_4(x) = 1 - \frac{x^2}{2} + \frac{x^4}{24}}

Step 5: Reflection

  • Verification: T4(0)=1=cos(0)T_4(0) = 1 = \cos(0) ✓; T4(0)=1=(cosx)x=0T_4''(0) = -1 = (\cos x)''|_{x=0} ✓.
  • Graphical meaning: Odd-degree terms vanish because cosx\cos x is even; T4T_4 is a polynomial in x2x^2 only, symmetric about the yy-axis.
  • Domain check: The zero coefficients at k=1,3k = 1, 3 are correct—f(0)=sin(0)=0f'(0) = -\sin(0) = 0 and f(0)=sin(0)=0f'''(0) = \sin(0) = 0, not missing terms.

PrincipleRelationship to Taylor Polynomial Definition
Derivative at a point (f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0}\frac{f(a+h)-f(a)}{h})Prerequisite — each f(k)(a)f^{(k)}(a) is a derivative value; without the ability to evaluate derivatives at aa, no Taylor polynomial can be built
Linear approximation (f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x-a))The degree-1 case: T1(x)=f(a)+f(a)(xa)T_1(x) = f(a) + f'(a)(x-a) is the linear approximation, matching only value and slope
Tangent line equation (yf(a)=f(a)(xa)y - f(a) = f'(a)(x-a))T1(x)T_1(x) is exactly the tangent line rewritten; the Taylor polynomial generalizes the tangent line to higher-order polynomial fits

See Principle Structures for how these relationships fit hierarchically in calculus.


FAQ

What is the Taylor polynomial definition?

The Taylor polynomial of degree nn at center aa is Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k. It is the unique polynomial of degree at most nn that matches ff and each of its first nn derivatives at aa. The condition is that ff must have derivatives up to order nn at aa.

What does “f has derivatives up to order n at a” mean?

It means f(a),f(a),,f(n)(a)f'(a),\, f''(a),\, \ldots,\, f^{(n)}(a) all exist as finite real numbers at exactly the point x=ax = a. For exe^x, sinx\sin x, cosx\cos x, and polynomials, all derivatives exist everywhere, so the condition holds for any nn at any aa.

What is a Maclaurin polynomial?

A Maclaurin polynomial is the Taylor polynomial built at the center a=0a = 0: Tn(x)=k=0nf(k)(0)k!xkT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(0)}{k!}x^k. The name honors Colin Maclaurin, but it is just the a=0a = 0 special case of the Taylor polynomial definition.

Why is the coefficient f(k)(a)k!\frac{f^{(k)}(a)}{k!} and not simply f(k)(a)f^{(k)}(a)?

Differentiating (xa)k(x-a)^k exactly kk times yields k!k!, so the kkth derivative of ck(xa)kc_k(x-a)^k at aa is ckk!c_k \cdot k!. Setting ck=f(k)(a)k!c_k = \frac{f^{(k)}(a)}{k!} makes Tn(k)(a)=f(k)(a)T_n^{(k)}(a) = f^{(k)}(a) exactly. The factorial is the mechanism, not decoration.

How does the Taylor polynomial relate to the Taylor series?

The Taylor series of ff at aa is the infinite sum k=0f(k)(a)k!(xa)k\sum_{k=0}^{\infty} \frac{f^{(k)}(a)}{k!}(x-a)^k (requiring all derivatives to exist at aa). The nnth Taylor polynomial TnT_n is the partial sum of the series through degree nn. Whether the series converges to ff for a given xx is a separate question addressed by the Taylor remainder theorem and the radius of convergence.


  • Principle Structures — Organize the Taylor polynomial in a hierarchical framework with the derivative definition and approximation principles
  • Linear Approximation — The first-order Taylor polynomial is the nearest downstream special case and the first approximation model most students use
  • Self-Explanation — Practice explaining why each term carries f(k)(a)/k!f^{(k)}(a)/k! as you work through examples
  • Retrieval Practice — Make the equation and condition accessible under exam pressure
  • Problem Solving — Apply the Five-Step Strategy to Taylor polynomial problems systematically

How This Fits in Unisium

Unisium structures the Taylor polynomial definition as a representational principle: the equation Tn(x)=k=0nf(k)(a)k!(xa)kT_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k is the model you instantiate by evaluating derivatives at aa, and expanding the sum is the procedure. The platform surfaces this principle through elaborative encoding exercises, retrieval cues, and worked problem sets so you build the habit of identifying ff, aa, and nn before computing any coefficient—rather than trying to reconstruct the formula from scratch under pressure. Because the Taylor polynomial reappears in local approximation, Taylor series convergence, differential equations, and numerical methods, mastering its definition here compounds into fluency across the rest of calculus.

Ready to master the Taylor polynomial definition? Start practicing with Unisium or explore the full learning framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The study system for physics, math, & programming that works: retrieval, connection, explanation, problem solving, and more.

Read the book (opens in new tab) ISBN 979-8-2652-9642-9

Ready to apply this strategy?

Join Unisium and start implementing these evidence-based learning techniques.

Start Learning with Unisium Read More Guides

Want the complete framework? This guide is from Masterful Learning.

Learn about the book →