6.3 Taylor and Maclaurin Series

3 min readjune 24, 2024

Taylor and are powerful tools for approximating functions using polynomials. They allow us to represent complex functions as simpler polynomial expressions, making calculations and analysis much easier.

These series are especially useful when dealing with functions that are hard to evaluate directly. By using , we can get close approximations of function values and analyze their behavior near specific points.

Taylor and Maclaurin Series

Construction of Taylor polynomials

Top images from around the web for Construction of Taylor polynomials
Top images from around the web for Construction of Taylor polynomials
  • Approximate functions near a specific point aa using Taylor polynomials
    • Denote the nnth degree as Pn(x)P_n(x)
    • Express the general form of a Taylor polynomial as:
      • Pn(x)=f(a)+f(a)(xa)+f(a)2!(xa)2++f(n)(a)n!(xa)nP_n(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots + \frac{f^{(n)}(a)}{n!}(x-a)^n
  • Recognize Maclaurin polynomials as a special case of Taylor polynomials where a=0a=0
    • Write the general form of a as:
      • Pn(x)=f(0)+f(0)x+f(0)2!x2++f(n)(0)n!xnP_n(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \cdots + \frac{f^{(n)}(0)}{n!}x^n
  • Construct a Taylor polynomial using the following steps:
    1. Select the degree nn of the polynomial
    2. Compute the derivatives f(a),f(a),,f(n)(a)f'(a), f''(a), \ldots, f^{(n)}(a) at the point aa
    3. Substitute the calculated derivatives and the point aa into the general form of the Taylor polynomial

Interpretation of Taylor's theorem

  • State for a function f(x)f(x) that is n+1n+1 times differentiable on an interval containing aa
    • Express the function as f(x)=Pn(x)+Rn(x)f(x) = P_n(x) + R_n(x), where Rn(x)R_n(x) is the
    • Define the remainder term as Rn(x)=f(n+1)(c)(n+1)!(xa)n+1R_n(x) = \frac{f^{(n+1)}(c)}{(n+1)!}(x-a)^{n+1}, where cc is a value between aa and xx
  • Interpret the remainder term Rn(x)R_n(x) as the error between the actual function value and the Taylor polynomial approximation
  • Understand that increasing the degree nn of the Taylor polynomial generally decreases the remainder term
    • Conclude that higher-order Taylor polynomials provide more accurate approximations
  • Apply Taylor polynomials to approximate functions in practical situations when:
    • Evaluating the function directly is challenging
    • The function is not explicitly known, but its derivatives at a point are available
    • A simpler approximation is required for numerical computations or analysis (e.g., for analytic functions like exe^x, sin(x)\sin(x), cos(x)\cos(x))

Error analysis in Taylor series

  • Identify the error in a approximation as the remainder term Rn(x)R_n(x)
  • Calculate the error using the following steps:
    1. Identify the degree nn of the Taylor polynomial
    2. Determine the (n+1)(n+1)th derivative of the function f(n+1)(x)f^{(n+1)}(x)
    3. Evaluate the (n+1)(n+1)th derivative at a point cc between aa and xx
    4. Substitute the values into the remainder term formula: Rn(x)=f(n+1)(c)(n+1)!(xa)n+1R_n(x) = \frac{f^{(n+1)}(c)}{(n+1)!}(x-a)^{n+1}
  • Analyze the error using the following properties:
    • Increasing the degree nn of the Taylor polynomial decreases the error
    • The error is smaller when the point xx is closer to the expansion point aa (x=0.1x=0.1 vs. x=1x=1)
    • The magnitude of the (n+1)(n+1)th derivative of the function affects the error
  • Determine bounds for the error in some cases using:
    • The Lagrange error bound: Rn(x)M(n+1)!xan+1|R_n(x)| \leq \frac{M}{(n+1)!}|x-a|^{n+1}, where MM is the maximum value of f(n+1)(x)|f^{(n+1)}(x)| on the interval between aa and xx
    • The (for alternating series): Rn(x)an+1|R_n(x)| \leq |a_{n+1}|, where an+1a_{n+1} is the first neglected term in the series (sin(x)\sin(x), ln(1+x)\ln(1+x))

Convergence and Applications of Taylor Series

  • Understand that are representations of functions
  • Determine the for a Taylor series
    • Identify the , which includes the radius and endpoints
  • Recognize that Taylor series converge to the original function within their
  • Apply Taylor series to various mathematical and practical problems, such as:
    • Approximating complex functions
    • Solving differential equations
    • Analyzing the behavior of functions near specific points

Key Terms to Review (30)

Alternating Series Error Bound: The alternating series error bound is a mathematical concept that provides an upper bound on the error when approximating an infinite alternating series with a partial sum. It is particularly relevant in the context of Taylor and Maclaurin series, which are infinite series representations of functions.
Analytic Function: An analytic function is a function that can be expressed as a convergent power series in a neighborhood of each point in its domain. This means the function can be represented by an infinite sum of polynomial terms, allowing it to be analyzed and manipulated using calculus techniques.
Big O Notation: Big O notation is a mathematical notation used to describe the upper bound of the growth rate of a function. It is a way to analyze the efficiency of algorithms and the time complexity of computer programs.
Binomial series: The binomial series is the Taylor series expansion of the function $(1 + x)^n$ around $x = 0$. It generalizes the binomial theorem to cases where the exponent $n$ is not necessarily an integer.
Binomial Series: The binomial series is an infinite series representation of a binomial expression, which can be used to approximate functions and study their behavior. It is a powerful tool in the context of power series and Taylor series, allowing for the expansion of functions into infinite series form.
Brook Taylor: Brook Taylor was an English mathematician who made significant contributions to the field of calculus, particularly in the development of Taylor series and Taylor's theorem. His work on series expansions of functions has become an essential tool in the study of mathematical analysis and has widespread applications in various branches of science and engineering.
Colin Maclaurin: Colin Maclaurin was an 18th century Scottish mathematician who made significant contributions to the field of calculus. He is particularly known for his work on Taylor and Maclaurin series, which are power series expansions used to approximate functions around a given point.
Infinite series: An infinite series is the sum of the terms of an infinite sequence. It can converge to a finite value or diverge to infinity or negative infinity.
Infinite Series: An infinite series is a sequence of terms that continues indefinitely, where each term is added to the previous terms to form a sum. Infinite series are a fundamental concept in calculus and are closely related to the topics of ratio and root tests, as well as Taylor and Maclaurin series.
Interval of convergence: The interval of convergence is the set of all real numbers for which a given power series converges. It includes the radius of convergence and specifies whether the endpoints are included or excluded.
Interval of Convergence: The interval of convergence is the range of values of the independent variable for which a power series converges, or in other words, the set of values where the series represents a function. This concept is central to understanding the properties and applications of power series, Taylor series, and Maclaurin series.
Lagrange Remainder: The Lagrange remainder is a formula that provides an upper bound for the error in approximating a function using a Taylor series expansion. It quantifies the difference between the actual function value and the approximation provided by the Taylor series up to a certain degree.
Little o Notation: Little o notation is a mathematical symbol used to describe the asymptotic behavior of functions. It provides a way to quantify how fast a function approaches a limit, typically as the input variable approaches a particular value.
Maclaurin Polynomial: A Maclaurin polynomial is a special type of Taylor series expansion where the center point of the expansion is at the origin, x = 0. It is a power series representation of a function that allows for approximation of the function around the point x = 0.
Maclaurin series: A Maclaurin series is a special case of the Taylor series, centered at zero. It represents a function as an infinite sum of its derivatives at zero.
Maclaurin Series: A Maclaurin series is a type of Taylor series, which is a power series expansion of a function about its value at a specific point. The Maclaurin series is a special case of the Taylor series where the expansion point is the origin, or $x = 0$. This series is used to approximate and analyze the behavior of functions near the origin.
Power series: A power series is an infinite series of the form $\sum_{n=0}^{\infty} a_n (x - c)^n$, where $a_n$ represents the coefficient of the nth term and $c$ is a constant. Power series can be used to represent functions within their interval of convergence.
Power Series: A power series is an infinite series where each term is a variable raised to a non-negative integer power, multiplied by a constant coefficient. Power series are a fundamental concept in calculus, used to represent and analyze functions in a variety of contexts.
Radius of convergence: The radius of convergence is the distance within which a power series converges to a finite value. It determines the interval around the center point where the series is valid.
Radius of Convergence: The radius of convergence is a crucial concept in the study of infinite series and power series. It defines the range of values for the independent variable within which the series converges, or in other words, the region where the series can be used to accurately approximate the function it represents.
Remainder Term: The remainder term, also known as the error term or the Lagrange remainder, is a mathematical concept that represents the difference between the actual value of a function and its approximation using a Taylor series or a Maclaurin series. It quantifies the error or the accuracy of the approximation, and is crucial in understanding the convergence and the applicability of these series expansions.
Series Convergence: Series convergence refers to the behavior of an infinite series, specifically whether the sum of the series approaches a finite value or diverges to infinity as more terms are added. This concept is crucial in understanding the properties and applications of Taylor and Maclaurin series, which are used to approximate functions.
Taylor Expansion: A Taylor expansion is a way to approximate a function by representing it as an infinite sum of terms calculated from the values of the function's derivatives at a single point. It allows for the representation of a function as a polynomial, which can be used to estimate the function's value near that point.
Taylor Polynomial: A Taylor polynomial is a special type of polynomial approximation used to represent a function near a particular point. It is constructed by taking the derivatives of the function at that point and using them to build a polynomial that closely matches the behavior of the function in the vicinity of the chosen point.
Taylor polynomials: Taylor polynomials are approximations of functions as polynomials derived from the function's derivatives at a single point. They provide a means to estimate the value of functions near that point.
Taylor series: A Taylor series is an infinite sum of terms that represents a function as a series of its derivatives evaluated at a single point. The series converges to the function within a certain interval around that point.
Taylor Series: A Taylor series is a mathematical representation of a function as an infinite sum of terms, each of which is calculated from the values of the function's derivatives at a single point. It is a powerful tool for approximating and analyzing the behavior of functions in the vicinity of a specific point.
Taylor's Theorem: Taylor's Theorem is a fundamental result in calculus that provides a way to approximate a function near a point using a polynomial. It describes how a function can be represented as an infinite series expansion around a particular point, allowing for the study of the local behavior of functions.
Taylor’s theorem with remainder: Taylor's Theorem with remainder provides an approximation of a function as a finite sum of terms calculated from the values of its derivatives at a single point, with an additional term that represents the error (remainder) of the approximation. This remainder term gives insight into how good the approximation is.
Taylor's Theorem with Remainder: Taylor's Theorem with Remainder is a fundamental result in calculus that provides a formula for approximating the value of a function near a given point using the function's derivatives. It allows for the construction of Taylor series, which are power series representations of functions that can be used for analysis and computation.
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.