Taylor Series

College Depth 82 in the knowledge graph I know this Set as goal
Unlocks 287 downstream topics
series Taylor representation

Core Idea

The Taylor series of f centered at a is the infinite power series sum from n=0 to infinity of f^(n)(a)/n! * (x - a)^n. If this series converges to f(x), then f has a power series representation. The Taylor series extends the Taylor polynomial to infinite degree, providing an exact representation (not just an approximation) within the radius of convergence. Not all functions equal their Taylor series (the remainder must go to zero).

How It's Best Learned

Derive Taylor series for e^x, sin(x), cos(x), and 1/(1 - x) from the definition. Verify convergence using the ratio test. Show that the remainder term goes to zero (at least for the standard functions). Practice manipulating known Taylor series (substitution, differentiation, integration) to find new ones.

Common Misconceptions

Explainer

You have already worked with Taylor polynomials, which approximate a smooth function near a point by matching the function's value and derivatives up to some finite degree. A degree-3 Taylor polynomial for sin(x) near 0 gives x − x³/6, which is excellent near x = 0 but drifts away from sin(x) as x grows. The natural question is: what if we never stop adding terms? The Taylor series is the answer — it extends the Taylor polynomial to an infinite sum, and when it converges to the function, it gives an *exact* representation rather than an approximation.

The Taylor series of f centered at a is the infinite sum: f(a) + f'(a)(x−a) + f''(a)(x−a)²/2! + f'''(a)(x−a)³/3! + ··· You write this compactly as Σ (f⁽ⁿ⁾(a)/n!) (x−a)ⁿ from n = 0 to ∞. You have already computed these coefficients for Taylor polynomials; the Taylor series just keeps going. The coefficients are determined entirely by the derivatives of f at the single point a — the remarkable claim is that, for well-behaved functions, all the information about f near a is encoded in those derivatives.

But here is the critical caveat: not every infinitely differentiable function equals its Taylor series. The series always converges to *something*, but that something may not equal f(x). To confirm that f(x) equals its Taylor series on an interval, you must show that the remainder term Rₙ(x) — the error between f and the nth partial sum — goes to zero as n → ∞. For e^x, sin(x), cos(x), and 1/(1−x) this can be verified directly, which is why these are the standard examples. A pathological function like e^(−1/x²), however, has all zero derivatives at x = 0, so its Taylor series is identically 0 — clearly not equal to the function for x ≠ 0.

The radius of convergence from your power series work remains central here. The Taylor series for 1/(1−x) = 1 + x + x² + ··· converges only for |x| < 1, even though the function itself is defined for all x ≠ 1. Within the radius, the series equals the function; outside it, the series diverges. For e^x the radius is infinite — the series converges everywhere. Understanding where equality holds is as important as knowing the series itself.

In practice, the most powerful technique is often *not* recomputing from the definition but instead manipulating known series. If you know the series for e^x, you can substitute −x² to get the series for e^(−x²) without computing a single new derivative. You can differentiate or integrate term-by-term inside the radius of convergence. This toolkit — derive the four or five standard series once, then transform them — is what makes Taylor series genuinely useful in applied mathematics, physics, and numerical analysis.

Practice Questions 3 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for IntegrationImproper Integrals - ConvergenceIntegral TestP-SeriesComparison TestLimit Comparison TestAbsolute vs. Conditional ConvergencePower SeriesTaylor PolynomialsTaylor Series

Longest path: 83 steps · 352 total prerequisite topics

Prerequisites (5)

Leads To (10)