13. Taylor and Maclaurin Series

Common Expansions And Applications

Common Expansions and Applications in Taylor and Maclaurin Series

students, have you ever wondered how calculators can handle tricky functions like $e^x$, $\sin x$, or $\ln(1+x)$ so quickly? 📱 The secret is that many complicated functions can be replaced by polynomials that are much easier to work with. In this lesson, you will learn the most common Taylor and Maclaurin series, why they matter, and how they are used in real calculations.

What you will learn

  • The most important common power series expansions in Calculus 2
  • How to recognize and use Taylor and Maclaurin series
  • How these series help approximate functions and solve problems
  • Why common expansions are a major tool in the study of Taylor and Maclaurin series

The big idea is simple: instead of working directly with a difficult function, we use a polynomial approximation that behaves almost the same near a chosen point. This is useful in science, engineering, computer calculations, and even physics. ✅

The Core Idea Behind Common Expansions

A Taylor series expresses a function as an infinite sum of powers of $x-a$ near a point $x=a$. When $a=0$, the series is called a Maclaurin series. The general Taylor series for a function $f$ is

$$f(x)=\sum_{n=0}^{\infty}\frac{f^{(n)}(a)}{n!}(x-a)^n.$$

The Maclaurin series is the special case

$$f(x)=\sum_{n=0}^{\infty}\frac{f^{(n)}(0)}{n!}x^n.$$

In practice, many functions appear so often that their series are memorized and reused. These are called common expansions. Instead of re-deriving every series from scratch, students, you can use these standard forms as tools. 🔧

The most important feature of a power series is that, near the center point, the first few terms often give a very good approximation. For example, if $x$ is small, then $e^x$ is close to $1+x$, and $\sin x$ is close to $x$. These approximations are not just shortcuts; they come from the exact series expansions.

The Most Common Maclaurin Series

Here are several series you should know well.

1. Exponential function

The Maclaurin series for $e^x$ is

$$e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!}=1+x+\frac{x^2}{2!}+\frac{x^3}{3!}+\cdots.$$

This series converges for every real number $x$. That means it works no matter how large or small $x$ is.

A useful example is approximating $e^{0.1}$. Using the first three terms,

$$e^{0.1}\approx 1+0.1+\frac{(0.1)^2}{2}=1.105.$$

The actual value is close to this, which shows how powerful the series can be.

2. Sine and cosine

The Maclaurin series for $\sin x$ is

$$\sin x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{(2n+1)!}=x-\frac{x^3}{3!}+\frac{x^5}{5!}-\cdots.$$

The Maclaurin series for $\cos x$ is

$$\cos x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n}}{(2n)!}=1-\frac{x^2}{2!}+\frac{x^4}{4!}-\cdots.$$

These series are especially useful when $x$ is near $0$ and when angles are measured in radians. For small angles, $\sin x\approx x$ and $\cos x\approx 1-\frac{x^2}{2}$. This helps in physics when modeling motion or waves 🌊.

3. Geometric series

The geometric series is one of the most important starting points in the subject:

$$\frac{1}{1-x}=\sum_{n=0}^{\infty}x^n=1+x+x^2+x^3+\cdots, \quad |x|<1.$$

This is a foundational expansion because many other series can be built from it by substitution, differentiation, or integration.

For example,

$$\frac{1}{1+x}=\frac{1}{1-(-x)}=\sum_{n=0}^{\infty}(-x)^n=1-x+x^2-x^3+\cdots, \quad |x|<1.$$

4. Natural logarithm

A common Maclaurin series is

$$\ln(1+x)=\sum_{n=1}^{\infty}(-1)^{n+1}\frac{x^n}{n}=x-\frac{x^2}{2}+\frac{x^3}{3}-\frac{x^4}{4}+\cdots, \quad -1<x\le 1.$$

This series is very useful for approximations near $x=0$. For instance, if $x=0.05$, then

$$\ln(1.05)\approx 0.05-\frac{(0.05)^2}{2}=0.04875.$$

5. Arctangent

Another major expansion is

$$\arctan x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{2n+1}=x-\frac{x^3}{3}+\frac{x^5}{5}-\cdots, \quad |x|\le 1 \text{ with endpoint behavior handled carefully}.$$

This series appears in applications involving angles and inverse trigonometric functions.

How Common Expansions Are Used

Common expansions are more than memorized formulas. They are tools for solving problems. Here are the main ways they appear in Calculus 2.

Approximation of difficult functions

Suppose you need to estimate

$$\sqrt{1.04}.$$

You can rewrite it as

$$\sqrt{1.04}=(1.04)^{1/2}=(1+0.04)^{1/2}.$$

A binomial-style series or Taylor expansion near $x=0$ can be used to estimate this value. The first few terms give a close approximation without a calculator.

This is helpful when exact values are hard to compute. Engineers often use such approximations when measuring small changes in quantity, such as error estimates or signal analysis.

Simplifying limits

Series can make limits much easier. For example, consider

$$\lim_{x\to 0}\frac{\sin x}{x}.$$

Using the series

$$\sin x=x-\frac{x^3}{3!}+\cdots,$$

we get

$$\frac{\sin x}{x}=1-\frac{x^2}{3!}+\cdots,$$

so the limit is $1$. This matches the standard result and shows why expansions are powerful in limit problems.

Another example is

$$\lim_{x\to 0}\frac{e^x-1}{x}.$$

Since

$$e^x-1=x+\frac{x^2}{2!}+\cdots,$$

we have

$$\frac{e^x-1}{x}=1+\frac{x}{2!}+\cdots,$$

so the limit is also $1$.

Deriving new series from known ones

If you know a basic expansion, you can create new ones. For example, starting from

$$\frac{1}{1-x}=\sum_{n=0}^{\infty}x^n,$$

you can differentiate both sides to get

$$\frac{1}{(1-x)^2}=\sum_{n=1}^{\infty}n x^{n-1}.$$

You can also substitute values like $x^2$ or $-x$ into known series to generate new formulas. This is one reason common expansions are so central: they act like building blocks 🧱.

Solving differential equations

Series solutions often begin with common expansions. For some differential equations, the exact solution is one of the standard functions whose series is already known. For instance, equations whose solutions involve $e^x$, $\sin x$, or $\cos x$ can be understood through their series.

Even when a differential equation does not have an elementary closed-form solution, a power series approach can still produce a useful approximation.

Why These Expansions Matter in Taylor and Maclaurin Series

Common expansions fit into the broader topic because they are the standard examples that connect theory to practice. Taylor’s theorem explains why the polynomial approximation works and how accurate it is. The theorem also includes a remainder term, which measures the error after using a finite number of terms.

For a Taylor polynomial centered at $a$, the $n$th-degree polynomial is

$$P_n(x)=\sum_{k=0}^{n}\frac{f^{(k)}(a)}{k!}(x-a)^k.$$

The better you understand common expansions, the easier it becomes to build and use these polynomials. Instead of viewing Taylor series as abstract infinite sums, you can see them as practical approximations with real uses.

For example, the Maclaurin series for $e^x$ shows that the function is completely determined by its derivatives at $0$, since every derivative of $e^x$ is also $e^x$. The series for $\sin x$ and $\cos x$ alternate in sign and use only odd or even powers. These patterns help you recognize functions quickly.

Conclusion

Common expansions are the everyday tools of Taylor and Maclaurin series. They give students a fast way to approximate functions, evaluate limits, and build new series from known ones. The most important ones to know include $e^x$, $\sin x$, $\cos x$, $\frac{1}{1-x}$, $\ln(1+x)$, and $\arctan x$. Together, these expansions show how calculus turns complicated behavior into manageable polynomial form. In Calculus 2, this topic connects theory with computation and gives you methods that are useful far beyond the classroom. 🎯

Study Notes

  • A Taylor series is centered at $x=a$ and has the form $\sum_{n=0}^{\infty}\frac{f^{(n)}(a)}{n!}(x-a)^n$.
  • A Maclaurin series is a Taylor series centered at $x=0$.
  • Memorize the common expansions for $e^x$, $\sin x$, $\cos x$, $\frac{1}{1-x}$, $\ln(1+x)$, and $\arctan x$.
  • The geometric series $\frac{1}{1-x}=\sum_{n=0}^{\infty}x^n$ for $|x|<1$ is the most basic building block.
  • Near $x=0$, $e^x\approx 1+x$, $\sin x\approx x$, and $\cos x\approx 1-\frac{x^2}{2}$.
  • Series can be used to estimate values, simplify limits, and derive new formulas.
  • Taylor polynomials provide a finite approximation, while Taylor series give the infinite exact expansion when the series converges to the function.
  • Common expansions are important because they connect polynomial approximation, Taylor’s theorem, and real-world applications in science and engineering.

Practice Quiz

5 questions to test your understanding

Common Expansions And Applications — Calculus 2 | A-Warded