Icon for AP® Calculus AB-BC

AP® Calculus AB-BC

Representation of Power Series for Functions: AP® Calculus AB-BC Review

representation of power series

Power series are central to many concepts in calculus. They help express complicated functions as sums of simpler terms. This is useful because, near a specific point, a power series can approximate a function remarkably well. In advanced classes like AP® Calculus AB-BC, the representation of power series often appears in problems involving differentiation and integration.

This article explores what a power series is, outlines methods to find a power series representation for the function, and demonstrates these methods step by step. It also offers practical examples and ends with a quick reference chart of important terms. Mastering these essentials builds a strong foundation for deeper calculus studies.

What Is a Power Series?

Power series are infinite sums of powers of a variable, typically xx, about a certain point (often 00). The most common form looks like: n=0an(xc)n\displaystyle \sum_{n=0}^{\infty} a_n (x-c)^n

Here, cc is the center of the expansion, and the coefficients ana_n can be constants determined by the function’s behavior.

When asked, “What is the power series for a specific function?” or “How can a function be represented using a series?”, the goal is to rewrite the function as a sum of terms in increasing powers of xcx-c. This representation of power series makes it easier to analyze the function’s behavior near cc and perform advanced operations, such as differentiation and integration.

Methods to Find a Power Series Representation for the Function

There are multiple approaches to find a power series representation for the function:

Using Known Series (Geometric and Others)

  • The geometric series is one of the most popular starting points: 11r=n=0rn\displaystyle \frac{1}{1-r} = \sum_{n=0}^{\infty} r^n
  • By substituting a specific expression in place of rr, it becomes possible to rewrite many functions in series form.
  • After substitution, simplify the expression to ensure the series lines up with the function’s terms.

Power Series by Differentiation

  • Power series by differentiation involves starting with a known series, such as the geometric series.
  • Differentiate term by term to obtain a new series that corresponds to the derivative of the original function.
  • This technique is especially helpful in AP® Calculus AB-BC problems because it simplifies the process of finding higher-order derivatives in series form.

Integrating Power Series

  • Integrating power series follows a similar idea: take a known series and integrate each term.
  • Always recall that an integration constant may be required.
  • Integrating power series is useful in obtaining antiderivatives or checking definite integrals under certain convergence conditions.

Substitution and Algebraic Processes

  • Some functions do not immediately match a standard series. Substitution or algebraic manipulation is often needed.
  • Take care when replacing variables or constants to ensure correct alignment with the center of the series.

Example 1: Constructing a Series Through a Geometric Expansion

Consider the function:

f(x)=112xf(x) = \frac{1}{1 - 2x}

The goal is to find a power series representation for the function around x=0x = 0. Notice that it matches the form of a geometric series 11r\frac{1}{1-r} if r=2xr=2x. Follow these steps:

  1. Recognize that 112x\frac{1}{1 - 2x} resembles 11r\frac{1}{1-r} with r=2xr=2x.
  2. Substitute r=2xr=2x into the geometric series: 112x=n=0(2x)n\displaystyle \frac{1}{1 - 2x} = \sum_{n=0}^{\infty} (2x)^n
  3. Simplify the expression: n=0(2x)n=n=02nxn\displaystyle \sum_{n=0}^{\infty} (2x)^n = \sum_{n=0}^{\infty} 2^n x^n

Hence, the power series is: n=02nxn\displaystyle \sum_{n=0}^{\infty} 2^n x^n

Example 2: Power Series by Differentiation

Start with the known series for 11x\frac{1}{1 - x}, which is: 11x=n=0xn\displaystyle \frac{1}{1 - x} = \sum_{n=0}^{\infty} x^n

Differentiate both sides to find the power series by differentiation:

  1. Differentiate the left-hand side: ddx(11x)=1(1x)2\displaystyle \frac{d}{dx}\left(\frac{1}{1-x}\right) = \frac{1}{(1-x)^2}
  2. Differentiate the right-hand side term by term: ddx(n=0xn)=n=0ddx(xn)\displaystyle \frac{d}{dx}\left(\sum_{n=0}^{\infty} x^n\right) = \sum_{n=0}^{\infty} \frac{d}{dx}(x^n) =n=1nxn1\displaystyle = \sum_{n=1}^{\infty} n x^{n-1}(Note that the n=0n=0 term is a constant and disappears upon differentiation.)
  3. Thus, the new representation of the derivative is: 1(1x)2=n=1nxn1\displaystyle \frac{1}{(1-x)^2} = \sum_{n=1}^{\infty} n x^{n-1}

Example 3: Integrating a Known Power Series

Consider the same starting series: 11x=n=0xn\displaystyle \frac{1}{1-x} = \sum_{n=0}^{\infty} x^n

Now, interpret integrating power series by integrating both sides:

  1. Integrate the left-hand side with respect to xx: 11x,dx=ln(1x)+C\displaystyle \int \frac{1}{1-x} , dx = -\ln(1-x) + C
  2. Integrate the right-hand side term by term: n=0xn,dx=n=0xn,dx=n=0xn+1n+1+C\displaystyle \int \sum_{n=0}^{\infty} x^n , dx = \sum_{n=0}^{\infty} \int x^n , dx = \sum_{n=0}^{\infty} \frac{x^{n+1}}{n+1} + C
  3. Therefore, the final integrated form can be written as: ln(1x)+C=n=0xn+1n+1+C\displaystyle -\ln(1-x) + C = \sum_{n=0}^{\infty} \frac{x^{n+1}}{n+1} + C

Adjust CC if a definite integral or initial condition is given.

Quick Reference Chart: Key Terms and Definitions

TermDefinition
Representation of Power SeriesA way to express a function as an infinite sum of terms in powers of xcx-c.
Power Series by DifferentiationGenerating a new series by taking the derivative of a known power series term by term.
Integrating Power SeriesA procedure to find the antiderivative by integrating each term of a known power series individually.
Power Series CalculatorA tool (often online) used to expand functions into their respective power series.
Radius of ConvergenceThe distance from the center cc within which the series converges.
Interval of ConvergenceThe set of xx values for which the series converges.

Conclusion

A power series is a helpful way to analyze functions in a form that highlights each power of xx. The representation of power series allows students to see local behavior more clearly and perform operations such as power series by differentiation and integrating power series. In addition, it is often possible to use a power series calculator to check expansions or test partial results.

This article covered the basics of what is the power series, how to find a power series representation for the function using geometric expansions, and how to transform a known series through differentiation or integration. Each technique builds upon the previous one, creating a versatile set of tools for further exploration in calculus. Practicing these methods fosters greater comfort with advanced calculus topics and prepares learners for more complicated analysis.

Sharpen Your Skills for AP® Calculus AB-BC

Are you preparing for the AP® Calculus exam? We’ve got you covered! Try our review articles designed to help you confidently tackle real-world math problems. You’ll find everything you need to succeed, from quick tips to detailed strategies. Start exploring now!

Need help preparing for your AP® Calculus AB-BC exam?

Albert has hundreds of AP® Calculus AB-BC practice questions, free responses, and an AP® Calculus AB-BC practice test to try out.

Interested in a school license?​

Bring Albert to your school and empower all teachers with the world's best question bank for:

➜ SAT® & ACT®
➜ AP®
➜ ELA, Math, Science, & Social Studies
➜ State assessments

Options for teachers, schools, and districts.