Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A Maclaurin series is a power series that represents a function using powers of x centered at x = 0. These series matter because they turn complicated functions like e^x, sin x, and cos x into polynomials that are easier to calculate, graph, and analyze. In calculus, they connect derivatives, approximation, and infinite sums in one powerful idea.

They are also used throughout physics and engineering to model motion, waves, signals, and small changes.

Understanding Calculus: Common Maclaurin Series

The coefficients in a Maclaurin series are not chosen by guesswork. Each one is fixed by the function's behavior at zero. The constant term gives the function value there.

The next term matches its slope. Later terms match how the slope changes, how that change changes again, and so on. Factorials appear because repeated differentiation multiplies the powers by increasing whole numbers.

Dividing by the matching factorial makes the desired derivative reappear when the term is differentiated enough times. This is why the series can copy a function very closely near zero.

The common series have patterns worth learning rather than memorizing as long strings. The exponential function keeps every power and every coefficient is positive. This happens because every derivative of the exponential function is the same function.

Sine uses only odd powers because its graph has opposite values at equal distances on opposite sides of zero. Cosine uses only even powers because its graph has matching values on those two sides. Their signs alternate because the curves bend first in one direction, then in the other.

Angles must be measured in radians for the sine and cosine series to work in their standard form. This is an important detail in calculator work.

An infinite series is useful only when its partial sums get closer to a definite value. This behavior is called convergence. For the exponential, sine, and cosine series, adding more terms works for every real input.

The geometric series has a limit only when the size of x is less than one. Near the boundary, terms shrink slowly, so a short approximation can be poor. Outside that range, the terms do not shrink toward zero and the sum cannot settle.

Students should always notice where a series is valid, not just copy its pattern. A graph or a few numerical partial sums can reveal whether an approximation is improving.

In practice, people stop after a finite number of terms, so error matters. Close to zero, the first few terms often give an excellent estimate. Farther away, more terms may be needed.

The first omitted term is often a useful clue about the likely size of the error, especially for alternating series whose term sizes decrease. Known series can produce new ones through careful operations. Replacing x by a related expression can model a shifted or scaled input.

Differentiation and integration change the powers and coefficients in predictable ways. Multiplying series combines effects, such as products of waves or small corrections in physics. The main skill is to track every coefficient, sign, power, and interval where the result converges.

Key Facts

  • Maclaurin series formula: f(x) = f(0) + f'(0)x + f''(0)x^2/2! + f'''(0)x^3/3! + ...
  • Exponential series: e^x = 1 + x + x^2/2! + x^3/3! + ... = sum from n = 0 to infinity of x^n/n!
  • Sine series: sin x = x - x^3/3! + x^5/5! - x^7/7! + ...
  • Cosine series: cos x = 1 - x^2/2! + x^4/4! - x^6/6! + ...
  • Geometric series: 1/(1 - x) = 1 + x + x^2 + x^3 + ... for |x| < 1
  • New series can be built by substitution, differentiation, integration, and multiplication of known Maclaurin series.

Vocabulary

Maclaurin series
A Maclaurin series is a Taylor series centered at x = 0 that writes a function as an infinite polynomial.
Power series
A power series is an infinite sum of terms involving powers of a variable, usually written in the form sum a_n x^n.
Coefficient
A coefficient is the number multiplying a power of x in a polynomial or power series.
Radius of convergence
The radius of convergence is the distance from the center of a power series within which the series converges.
Partial sum
A partial sum is a polynomial formed by adding only the first several terms of an infinite series.

Common Mistakes to Avoid

  • Forgetting factorials in e^x, sin x, and cos x. The denominators 2!, 3!, 4!, and so on are essential because they come from the derivative formula for Taylor coefficients.
  • Using the geometric series outside its convergence interval. The formula 1/(1 - x) = 1 + x + x^2 + ... is valid only when |x| < 1.
  • Mixing up the sine and cosine patterns. Sine has only odd powers and starts with x, while cosine has only even powers and starts with 1.
  • Substituting incorrectly when building a new series. If x is replaced by 2x or x^2, every occurrence of x in the original series must be replaced, including the powers.

Practice Questions

  1. 1 Use the first four nonzero terms of the Maclaurin series for e^x to approximate e^0.2.
  2. 2 Find the Maclaurin series for sin(3x) through the x^7 term.
  3. 3 Explain why the Maclaurin series for cos x contains only even powers of x, while the Maclaurin series for sin x contains only odd powers of x.