Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

AP Calculus BC Quiz

AP Calculus BC Quiz: Representing Series As Power Series

Practice Representing Series As Power Series in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

Question 1 / 20

0 of 20 answered

In a finance model, q(x)=x1+xq(x)=\dfrac{x}{1+x}q(x)=1+xx​ for ∣x∣<1|x|<1∣x∣<1. Which power series represents q(x)q(x)q(x)?

Select an answer to continue

What this quiz covers

This quiz focuses on Representing Series As Power Series, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

In a finance model, q(x)=x1+xq(x)=\dfrac{x}{1+x}q(x)=1+xx​ for ∣x∣<1|x|<1∣x∣<1. Which power series represents q(x)q(x)q(x)?

  1. ∑n=0∞(−1)nxn\displaystyle \sum_{n=0}^{\infty}(-1)^n x^{n}n=0∑∞​(−1)nxn
  2. ∑n=0∞(−1)nxn+1\displaystyle \sum_{n=0}^{\infty}(-1)^n x^{n+1}n=0∑∞​(−1)nxn+1 (correct answer)
  3. ∑n=1∞(−1)nxn\displaystyle \sum_{n=1}^{\infty}(-1)^n x^{n}n=1∑∞​(−1)nxn
  4. ∑n=0∞(−1)n−1xn+1\displaystyle \sum_{n=0}^{\infty}(-1)^{n-1} x^{n+1}n=0∑∞​(−1)n−1xn+1
  5. ∑n=0∞(−1)nx2n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n x^{2n+1}n=0∑∞​(−1)nx2n+1

Explanation: Representing functions as power series is a key skill in AP Calculus BC, essential for financial models involving rational functions. For q(x) = x/(1+x), express it as x * 1/(1 - (-x)). Apply the geometric series sum_{n=0}^∞ (-x)^n = 1/(1 - (-x)), then multiply by x to get sum_{n=0}^∞ (-1)^n x^{n+1}. This aligns with choice B. Choice A is tempting but represents 1/(1+x) without the x multiplier, omitting the initial power shift. A transferable strategy is to factor out terms like polynomials and combine with geometric series, reindexing as needed for the correct powers.

Question 2

In a lab model, f(x)=11−3xf(x)=\dfrac{1}{1-3x}f(x)=1−3x1​ for ∣x∣<13|x|<\tfrac13∣x∣<31​. Which power series represents f(x)f(x)f(x)?

  1. ∑n=0∞3n+1xn\displaystyle \sum_{n=0}^{\infty}3^{n+1}x^nn=0∑∞​3n+1xn
  2. ∑n=1∞3nxn\displaystyle \sum_{n=1}^{\infty}3^{n}x^{n}n=1∑∞​3nxn
  3. ∑n=0∞(−3)nxn\displaystyle \sum_{n=0}^{\infty}(-3)^{n}x^nn=0∑∞​(−3)nxn
  4. ∑n=0∞3nxn\displaystyle \sum_{n=0}^{\infty}3^{n}x^{n}n=0∑∞​3nxn (correct answer)
  5. ∑n=0∞3nxn+1\displaystyle \sum_{n=0}^{\infty}3^{n}x^{n+1}n=0∑∞​3nxn+1

Explanation: Representing functions as power series is a key skill in AP Calculus BC, allowing us to express functions like rational ones as infinite sums for analysis. To derive the series for f(x) = 1/(1-3x), start with the geometric series sum_{n=0}^∞ r^n = 1/(1-r) for |r|<1. Replace r with 3x, yielding sum_{n=0}^∞ (3x)^n = sum_{n=0}^∞ 3^n x^n = 1/(1-3x) for |3x|<1 or |x|<1/3. This matches choice D directly. A tempting distractor like choice C fails because it uses (-3)^n x^n, which would represent 1/(1+3x) instead of 1/(1-3x), altering the sign and thus the function. Remember, a transferable strategy is to manipulate known series like the geometric one by substitution and algebraic adjustments to match the target function.

Question 3

For all real xxx, what is the Maclaurin series for f(x)=cos⁡(2x)f(x)=\cos(2x)f(x)=cos(2x)?

  1. ∑n=0∞(−1)n(2x)2n(2n)!\displaystyle \sum_{n=0}^{\infty} (-1)^n\frac{(2x)^{2n}}{(2n)!}n=0∑∞​(−1)n(2n)!(2x)2n​ (correct answer)
  2. ∑n=0∞(−1)n(2x)2n+1(2n+1)!\displaystyle \sum_{n=0}^{\infty} (-1)^n\frac{(2x)^{2n+1}}{(2n+1)!}n=0∑∞​(−1)n(2n+1)!(2x)2n+1​
  3. ∑n=1∞(−1)n(2x)2n(2n)!\displaystyle \sum_{n=1}^{\infty} (-1)^n\frac{(2x)^{2n}}{(2n)!}n=1∑∞​(−1)n(2n)!(2x)2n​
  4. ∑n=0∞(−1)n22nx2n+1(2n)!\displaystyle \sum_{n=0}^{\infty} (-1)^n\frac{2^{2n}x^{2n+1}}{(2n)!}n=0∑∞​(−1)n(2n)!22nx2n+1​
  5. ∑n=0∞(−1)n+1(2x)2n(2n)!\displaystyle \sum_{n=0}^{\infty} (-1)^{n+1}\frac{(2x)^{2n}}{(2n)!}n=0∑∞​(−1)n+1(2n)!(2x)2n​

Explanation: This question tests the skill of representing functions as power series, using the cosine expansion. The Maclaurin series for cos(y) is ∑n=0∞(−1)ny2n(2n)!\sum_{n=0}^{\infty} (-1)^n \frac{y^{2n}}{(2n)!}∑n=0∞​(−1)n(2n)!y2n​ for all real y. Replacing y with 2x gives ∑n=0∞(−1)n(2x)2n(2n)!=∑n=0∞(−1)n22nx2n(2n)!\sum_{n=0}^{\infty} (-1)^n \frac{(2x)^{2n}}{(2n)!} = \sum_{n=0}^{\infty} (-1)^n \frac{2^{2n} x^{2n}}{(2n)!}∑n=0∞​(−1)n(2n)!(2x)2n​=∑n=0∞​(−1)n(2n)!22nx2n​, but choice A keeps it as (2x)2n(2x)^{2n}(2x)2n. This is equivalent and converges everywhere. A tempting distractor is choice B, which has odd powers and represents sin(2x) instead. A transferable strategy for representing functions as power series is to substitute into standard Taylor series for transcendental functions like cosine.

Question 4

An optics model uses r(x)=21−4xr(x)=\frac{2}{1-4x}r(x)=1−4x2​ for ∣x∣<14|x|<\frac14∣x∣<41​; which power series equals r(x)r(x)r(x)?

  1. ∑n=0∞2⋅4n+1xn\displaystyle \sum_{n=0}^{\infty} 2\cdot 4^{n+1} x^{n}n=0∑∞​2⋅4n+1xn
  2. ∑n=0∞2⋅4nxn\displaystyle \sum_{n=0}^{\infty} 2\cdot 4^{n} x^{n}n=0∑∞​2⋅4nxn (correct answer)
  3. ∑n=0∞2⋅(−4)nxn\displaystyle \sum_{n=0}^{\infty} 2\cdot (-4)^{n} x^{n}n=0∑∞​2⋅(−4)nxn
  4. ∑n=0∞4nxn\displaystyle \sum_{n=0}^{\infty} 4^{n} x^{n}n=0∑∞​4nxn
  5. ∑n=1∞2⋅4nxn\displaystyle \sum_{n=1}^{\infty} 2\cdot 4^{n} x^{n}n=1∑∞​2⋅4nxn

Explanation: This problem asks for the power series of r(x) = 2/(1-4x). We factor out the constant: r(x) = 2·1/(1-4x), where the geometric series gives 1/(1-4x) = Σ(n=0 to ∞) (4x)^n = Σ(n=0 to ∞) 4^n x^n. Therefore, r(x) = 2·Σ(n=0 to ∞) 4^n x^n = Σ(n=0 to ∞) 2·4^n x^n. Choice A would have 2·4^(n+1) = 2·4·4^n = 8·4^n as coefficients, which is four times too large. When constants appear in the numerator, factor them out and multiply the entire series by that constant.

Question 5

A signal is modeled by g(x)=ln⁡(1+x)g(x)=\ln(1+x)g(x)=ln(1+x) for ∣x∣<1|x|<1∣x∣<1. Which power series represents g(x)g(x)g(x)?

  1. ∑n=1∞(−1)n−1xnn\displaystyle \sum_{n=1}^{\infty}(-1)^{n-1}\frac{x^n}{n}n=1∑∞​(−1)n−1nxn​ (correct answer)
  2. ∑n=0∞(−1)nxnn\displaystyle \sum_{n=0}^{\infty}(-1)^{n}\frac{x^n}{n}n=0∑∞​(−1)nnxn​
  3. ∑n=1∞(−1)nxnn\displaystyle \sum_{n=1}^{\infty}(-1)^{n}\frac{x^n}{n}n=1∑∞​(−1)nnxn​
  4. ∑n=1∞(−1)n−1xn−1n\displaystyle \sum_{n=1}^{\infty}(-1)^{n-1}\frac{x^{n-1}}{n}n=1∑∞​(−1)n−1nxn−1​
  5. ∑n=0∞(−1)n−1xn+1n+1\displaystyle \sum_{n=0}^{\infty}(-1)^{n-1}\frac{x^{n+1}}{n+1}n=0∑∞​(−1)n−1n+1xn+1​

Explanation: Representing functions as power series is a key skill in AP Calculus BC, enabling approximation and integration of functions like logarithms. The series for ln(1+x) derives from integrating the geometric series for 1/(1+t) = sum_{n=0}^∞ (-1)^n t^n for |t|<1. Integrating from 0 to x gives ln(1+x) = integral sum_{n=0}^∞ (-1)^n t^n dt = sum_{n=0}^∞ (-1)^n x^{n+1}/(n+1), then reindexing to n=1 yields sum_{n=1}^∞ (-1)^{n-1} x^n / n. This corresponds to choice A. Choice C is a common distractor but fails as it has (-1)^n instead of (-1)^{n-1}, flipping the signs and representing -ln(1+x). A transferable strategy is to derive new series by integrating or differentiating known ones, adjusting indices accordingly for the desired function.

Question 6

In a finance model, g(x)=51+2xg(x)=\frac{5}{1+2x}g(x)=1+2x5​ for ∣x∣<12|x|<\frac{1}{2}∣x∣<21​; which power series equals g(x)g(x)g(x)?

  1. 5∑n=0∞(2x)n\displaystyle 5\sum_{n=0}^{\infty} (2x)^n5n=0∑∞​(2x)n
  2. 5∑n=0∞(−2)nxn\displaystyle 5\sum_{n=0}^{\infty} (-2)^n x^{n}5n=0∑∞​(−2)nxn (correct answer)
  3. ∑n=0∞5(−2)nxn+1\displaystyle \sum_{n=0}^{\infty} 5(-2)^n x^{n+1}n=0∑∞​5(−2)nxn+1
  4. ∑n=0∞5(−2)n+1xn\displaystyle \sum_{n=0}^{\infty} 5(-2)^{n+1} x^{n}n=0∑∞​5(−2)n+1xn
  5. ∑n=1∞5(−2)nxn\displaystyle \sum_{n=1}^{\infty} 5(-2)^n x^{n}n=1∑∞​5(−2)nxn

Explanation: This problem asks for the power series of g(x)=51+2xg(x) = \frac{5}{1+2x}g(x)=1+2x5​. We can rewrite this as 5⋅11−(−2x)5 \cdot \frac{1}{1 - (-2x)}5⋅1−(−2x)1​, matching the geometric series form 11−r=∑rn\frac{1}{1-r} = \sum r^n1−r1​=∑rn. With r=−2xr = -2xr=−2x, we get g(x)=5⋅∑n=0∞(−2x)n=5⋅∑n=0∞(−2)nxn=∑n=0∞5(−2)nxng(x) = 5 \cdot \sum_{n=0}^{\infty} (-2x)^n = 5 \cdot \sum_{n=0}^{\infty} (-2)^n x^n = \sum_{n=0}^{\infty} 5(-2)^n x^ng(x)=5⋅∑n=0∞​(−2x)n=5⋅∑n=0∞​(−2)nxn=∑n=0∞​5(−2)nxn. Choice A incorrectly writes (2x)n(2x)^n(2x)n instead of (−2x)n(-2x)^n(−2x)n, missing the alternating signs from the +2x+2x+2x in the denominator. When the denominator has 1+ax1 + ax1+ax, remember to use r=−axr = -axr=−ax in the geometric series.

Question 7

For ∣x∣<1|x|<1∣x∣<1, what is the power series for f(x)=11−3xf(x)=\dfrac{1}{1-3x}f(x)=1−3x1​ about x=0x=0x=0?

  1. ∑n=0∞3nxn\displaystyle \sum_{n=0}^{\infty}3^{n}x^{n}n=0∑∞​3nxn (correct answer)
  2. ∑n=0∞(−3)nxn\displaystyle \sum_{n=0}^{\infty}(-3)^{n}x^{n}n=0∑∞​(−3)nxn
  3. ∑n=1∞3nxn\displaystyle \sum_{n=1}^{\infty}3^{n}x^{n}n=1∑∞​3nxn
  4. ∑n=0∞3nxn+1\displaystyle \sum_{n=0}^{\infty}3^{n}x^{n+1}n=0∑∞​3nxn+1
  5. ∑n=0∞3n+1xn\displaystyle \sum_{n=0}^{\infty}3^{n+1}x^{n}n=0∑∞​3n+1xn

Explanation: This problem requires finding the power series representation of f(x) = 1/(1-3x) about x = 0. We start with the known geometric series formula 1/(1-u) = Σ(n=0 to ∞) u^n for |u| < 1. By substituting u = 3x, we get 1/(1-3x) = Σ(n=0 to ∞) (3x)^n = Σ(n=0 to ∞) 3^n x^n, which converges for |3x| < 1 or |x| < 1/3. Choice C might tempt students who think the series should start at n = 1, but the geometric series includes the n = 0 term, giving us 1 + 3x + 9x² + ... The key strategy is recognizing when a function matches the form 1/(1-u) and making the appropriate substitution.

Question 8

A probability model uses u(x)=e2xu(x)=e^{2x}u(x)=e2x; which power series represents u(x)u(x)u(x) for all real xxx?

  1. ∑n=0∞2xnn!\displaystyle \sum_{n=0}^{\infty} \frac{2x^{n}}{n!}n=0∑∞​n!2xn​
  2. ∑n=0∞(2x)nn!\displaystyle \sum_{n=0}^{\infty} \frac{(2x)^{n}}{n!}n=0∑∞​n!(2x)n​ (correct answer)
  3. ∑n=1∞(2x)nn!\displaystyle \sum_{n=1}^{\infty} \frac{(2x)^{n}}{n!}n=1∑∞​n!(2x)n​
  4. ∑n=0∞2nxn+1n!\displaystyle \sum_{n=0}^{\infty} \frac{2^{n}x^{n+1}}{n!}n=0∑∞​n!2nxn+1​
  5. ∑n=0∞(2x)n(n+1)!\displaystyle \sum_{n=0}^{\infty} \frac{(2x)^{n}}{(n+1)!}n=0∑∞​(n+1)!(2x)n​

Explanation: This problem requires the power series for u(x) = e^(2x). The exponential series is e^y = Σ(n=0 to ∞) y^n/n! for all y. With y = 2x, we get u(x) = Σ(n=0 to ∞) (2x)^n/n! = Σ(n=0 to ∞) 2^n x^n/n!. Choice A incorrectly separates the 2 from x^n, giving only 2x^n instead of (2x)^n = 2^n x^n in the numerator. The key is to substitute the entire expression 2x into the exponential series, keeping 2x grouped together when raising to the nth power.

Question 9

For all real xxx, what is the Maclaurin series for f(x)=e2xf(x)=e^{2x}f(x)=e2x?

  1. ∑n=0∞(2x)n(n+1)!\displaystyle \sum_{n=0}^{\infty} \frac{(2x)^n}{(n+1)!}n=0∑∞​(n+1)!(2x)n​
  2. ∑n=1∞(2x)nn!\displaystyle \sum_{n=1}^{\infty} \frac{(2x)^n}{n!}n=1∑∞​n!(2x)n​
  3. ∑n=0∞2nxnn!\displaystyle \sum_{n=0}^{\infty} \frac{2^n x^n}{n!}n=0∑∞​n!2nxn​ (correct answer)
  4. ∑n=0∞2xnn!\displaystyle \sum_{n=0}^{\infty} \frac{2x^{n}}{n!}n=0∑∞​n!2xn​
  5. ∑n=0∞(2x)n+1n!\displaystyle \sum_{n=0}^{\infty} \frac{(2x)^{n+1}}{n!}n=0∑∞​n!(2x)n+1​

Explanation: This question tests the skill of representing functions as power series, using the exponential series. The Maclaurin series for eye^yey is ∑n=0∞ynn!\sum_{n=0}^{\infty} \frac{y^n}{n!}∑n=0∞​n!yn​ for all real y. Substituting y = 2x gives ∑n=0∞(2x)nn!=∑n=0∞2nxnn!\sum_{n=0}^{\infty} \frac{(2x)^n}{n!} = \sum_{n=0}^{\infty} \frac{2^n x^n}{n!}∑n=0∞​n!(2x)n​=∑n=0∞​n!2nxn​, which is the series for e^{2x}. This holds for all real x since the exponential series converges everywhere. A tempting distractor is choice A, which has (n+1)! in the denominator, altering it to something like an integral of the exponential. A transferable strategy for representing functions as power series is to substitute scaled variables into known Taylor series like the exponential.

Question 10

A displacement model is p(x)=arctan⁡(x)p(x)=\arctan(x)p(x)=arctan(x) for ∣x∣<1|x|<1∣x∣<1. Which power series represents p(x)p(x)p(x)?

  1. ∑n=0∞(−1)nx2n2n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{2n}}{2n+1}n=0∑∞​(−1)n2n+1x2n​
  2. ∑n=0∞(−1)nx2n+12n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{2n+1}n=0∑∞​(−1)n2n+1x2n+1​ (correct answer)
  3. ∑n=1∞(−1)nx2n+12n+1\displaystyle \sum_{n=1}^{\infty}(-1)^n\frac{x^{2n+1}}{2n+1}n=1∑∞​(−1)n2n+1x2n+1​
  4. ∑n=0∞(−1)n+1x2n+12n+1\displaystyle \sum_{n=0}^{\infty}(-1)^{n+1}\frac{x^{2n+1}}{2n+1}n=0∑∞​(−1)n+12n+1x2n+1​
  5. ∑n=0∞(−1)nx2n+12n\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{2n}n=0∑∞​(−1)n2nx2n+1​

Explanation: Representing functions as power series is a key skill in AP Calculus BC, applied in models like displacement with inverse trig functions. The series for arctan(x) comes from integrating the geometric series for 1/(1+t^2) = sum_{n=0}^∞ (-1)^n t^{2n} for |t|<1. Integrating from 0 to x yields arctan(x) = sum_{n=0}^∞ (-1)^n integral t^{2n} dt = sum_{n=0}^∞ (-1)^n x^{2n+1}/(2n+1). This is choice B. Choice D fails as a distractor by using (-1)^{n+1}, which negates the series and represents -arctan(x). A transferable strategy is to integrate known geometric series adaptations for inverse functions, carefully handling the powers and signs.

Question 11

For ∣x∣<1|x|<1∣x∣<1, what is the power series for h(x)=ln⁡(1+x)h(x)=\ln(1+x)h(x)=ln(1+x) about x=0x=0x=0?

  1. ∑n=0∞(−1)nxn+1n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{n+1}}{n+1}n=0∑∞​(−1)nn+1xn+1​ (correct answer)
  2. ∑n=1∞(−1)nxnn\displaystyle \sum_{n=1}^{\infty}(-1)^n\frac{x^{n}}{n}n=1∑∞​(−1)nnxn​
  3. ∑n=0∞(−1)n+1xnn+1\displaystyle \sum_{n=0}^{\infty}(-1)^{n+1}\frac{x^{n}}{n+1}n=0∑∞​(−1)n+1n+1xn​
  4. ∑n=0∞(−1)nxnn+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{n}}{n+1}n=0∑∞​(−1)nn+1xn​
  5. ∑n=0∞(−1)nxn+1n\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{n+1}}{n}n=0∑∞​(−1)nnxn+1​

Explanation: This problem requires finding the power series representation of h(x) = ln(1+x) about x = 0. We use the fact that ln(1+x) is the antiderivative of 1/(1+x), which has the series Σ(n=0 to ∞) (-1)^n x^n. Integrating term by term gives ∫[Σ(n=0 to ∞) (-1)^n x^n]dx = Σ(n=0 to ∞) (-1)^n x^(n+1)/(n+1), where the constant of integration is 0 since ln(1) = 0. This series converges for |x| < 1, matching the radius of convergence of 1/(1+x). Choice B might appeal to students who forget to adjust the denominator after integration, but integration increases the power by 1 and divides by the new power. Remember that integrating a power series term by term preserves the radius of convergence and requires adjusting both the power and coefficient.

Question 12

For ∣x∣<2|x|<2∣x∣<2, find the power series centered at 000 for f(x)=12−xf(x)=\dfrac{1}{2-x}f(x)=2−x1​.

  1. ∑n=0∞(x2)n\displaystyle \sum_{n=0}^{\infty} \left(\frac{x}{2}\right)^nn=0∑∞​(2x​)n
  2. ∑n=0∞xn2n+1\displaystyle \sum_{n=0}^{\infty} \frac{x^n}{2^{n+1}}n=0∑∞​2n+1xn​ (correct answer)
  3. ∑n=0∞xn+12n+1\displaystyle \sum_{n=0}^{\infty} \frac{x^{n+1}}{2^{n+1}}n=0∑∞​2n+1xn+1​
  4. ∑n=0∞(−1)nxn2n+1\displaystyle \sum_{n=0}^{\infty} (-1)^n\frac{x^n}{2^{n+1}}n=0∑∞​(−1)n2n+1xn​
  5. ∑n=0∞xn2n\displaystyle \sum_{n=0}^{\infty} \frac{x^n}{2^{n}}n=0∑∞​2nxn​

Explanation: This question tests the skill of representing functions as power series, particularly by adjusting the geometric series for different denominators. To find the series for f(x)=12−xf(x) = \frac{1}{2-x}f(x)=2−x1​, factor out the 2 from the denominator to get 1/21−x/2\frac{1/2}{1 - x/2}1−x/21/2​. This matches the geometric form (1/2)∑n=0∞(x/2)n(1/2) \sum_{n=0}^{\infty} (x/2)^n(1/2)∑n=0∞​(x/2)n, which expands to ∑n=0∞xn2n+1\sum_{n=0}^{\infty} \frac{x^n}{2^{n+1}}∑n=0∞​2n+1xn​ for ∣x∣<2|x| < 2∣x∣<2. The adjustment ensures the common ratio is x/2x/2x/2 with ∣x/2∣<1|x/2| < 1∣x/2∣<1. A tempting distractor is choice A, ∑n=0∞(x/2)n\sum_{n=0}^{\infty} (x/2)^n∑n=0∞​(x/2)n, which forgets to divide by 2 and represents 11−x/2=22−x\frac{1}{1 - x/2} = \frac{2}{2-x}1−x/21​=2−x2​ instead. A transferable strategy for representing functions as power series is to factor constants out of the denominator to align with the standard geometric series form.

Question 13

For ∣x∣<2|x|<2∣x∣<2, what is the power series for v(x)=x2−xv(x)=\dfrac{x}{2-x}v(x)=2−xx​ about x=0x=0x=0?

  1. ∑n=0∞xn2n+1\displaystyle \sum_{n=0}^{\infty}\frac{x^{n}}{2^{n+1}}n=0∑∞​2n+1xn​
  2. ∑n=0∞xn+12n\displaystyle \sum_{n=0}^{\infty}\frac{x^{n+1}}{2^{n}}n=0∑∞​2nxn+1​
  3. ∑n=0∞xn+12n+1\displaystyle \sum_{n=0}^{\infty}\frac{x^{n+1}}{2^{n+1}}n=0∑∞​2n+1xn+1​ (correct answer)
  4. ∑n=1∞xn+12n+1\displaystyle \sum_{n=1}^{\infty}\frac{x^{n+1}}{2^{n+1}}n=1∑∞​2n+1xn+1​
  5. ∑n=0∞(−1)nxn+12n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{n+1}}{2^{n+1}}n=0∑∞​(−1)n2n+1xn+1​

Explanation: This problem asks for the power series representation of v(x) = x/(2-x) about x = 0. We first rewrite v(x) = x · 1/(2-x) = x · (1/2) · 1/(1-x/2). Using the geometric series 1/(1-u) = Σ(n=0 to ∞) u^n with u = x/2 gives 1/(1-x/2) = Σ(n=0 to ∞) (x/2)^n. Therefore, v(x) = x · (1/2) · Σ(n=0 to ∞) (x/2)^n = (x/2) · Σ(n=0 to ∞) x^n/2^n = Σ(n=0 to ∞) x^(n+1)/2^(n+1), which converges for |x/2| < 1 or |x| < 2. Choice A incorrectly separates the factors of 2, placing 2^n in the denominator instead of 2^(n+1). When multiplying a series by x/k, both the power of x and the power of k increase by 1.

Question 14

For ∣x∣<4|x|<4∣x∣<4, what is the power series for g(x)=14+xg(x)=\dfrac{1}{4+x}g(x)=4+x1​ about x=0x=0x=0?

  1. ∑n=0∞(−1)nxn4n\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{n}}{4^{n}}n=0∑∞​(−1)n4nxn​
  2. ∑n=0∞(−1)nxn4n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{n}}{4^{n+1}}n=0∑∞​(−1)n4n+1xn​ (correct answer)
  3. ∑n=0∞xn4n+1\displaystyle \sum_{n=0}^{\infty}\frac{x^{n}}{4^{n+1}}n=0∑∞​4n+1xn​
  4. ∑n=1∞(−1)nxn4n+1\displaystyle \sum_{n=1}^{\infty}(-1)^n\frac{x^{n}}{4^{n+1}}n=1∑∞​(−1)n4n+1xn​
  5. ∑n=0∞(−1)nxn+14n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{n+1}}{4^{n+1}}n=0∑∞​(−1)n4n+1xn+1​

Explanation: This problem asks for the power series representation of g(x) = 1/(4+x) about x = 0. We first factor out 4 from the denominator to get g(x) = 1/4 · 1/(1+x/4). Using the geometric series 1/(1-u) = Σ(n=0 to ∞) u^n with u = -x/4, we obtain 1/(1-(-x/4)) = Σ(n=0 to ∞) (-x/4)^n. Therefore, g(x) = 1/4 · Σ(n=0 to ∞) (-1)^n (x/4)^n = Σ(n=0 to ∞) (-1)^n x^n/4^(n+1), which converges for |x/4| < 1 or |x| < 4. Choice A incorrectly places the factor of 1/4 inside the sum without adjusting the exponent. When factoring constants from denominators, always factor completely before applying the geometric series formula.

Question 15

For all xxx, what is the power series for s(x)=sin⁡(3x)s(x)=\sin(3x)s(x)=sin(3x) about x=0x=0x=0?

  1. ∑n=0∞(−1)n(3x)2n+1(2n+1)!\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{(3x)^{2n+1}}{(2n+1)!}n=0∑∞​(−1)n(2n+1)!(3x)2n+1​ (correct answer)
  2. ∑n=0∞(−1)n(3x)2n(2n)!\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{(3x)^{2n}}{(2n)!}n=0∑∞​(−1)n(2n)!(3x)2n​
  3. ∑n=0∞(−1)n+1(3x)2n+1(2n+1)!\displaystyle \sum_{n=0}^{\infty}(-1)^{n+1}\frac{(3x)^{2n+1}}{(2n+1)!}n=0∑∞​(−1)n+1(2n+1)!(3x)2n+1​
  4. ∑n=1∞(−1)n(3x)2n+1(2n+1)!\displaystyle \sum_{n=1}^{\infty}(-1)^n\frac{(3x)^{2n+1}}{(2n+1)!}n=1∑∞​(−1)n(2n+1)!(3x)2n+1​
  5. ∑n=0∞(−1)n32n+1x2n+1(2n)!\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{3^{2n+1}x^{2n+1}}{(2n)!}n=0∑∞​(−1)n(2n)!32n+1x2n+1​

Explanation: This problem requires finding the power series representation of s(x) = sin(3x) about x = 0. We use the known Maclaurin series sin(u) = Σ(n=0 to ∞) (-1)^n u^(2n+1)/(2n+1)! for all u. Substituting u = 3x gives sin(3x) = Σ(n=0 to ∞) (-1)^n (3x)^(2n+1)/(2n+1)!, which converges for all x. Choice E incorrectly separates 3^(2n+1) and x^(2n+1) but uses factorial (2n)! instead of (2n+1)! in the denominator, mixing up the sine and cosine series formulas. The key is maintaining the odd powers and odd factorials that characterize the sine series.

Question 16

For ∣x∣<1|x|<1∣x∣<1, a calibration curve is u(x)=1+xu(x)=\sqrt{1+x}u(x)=1+x​. Which power series represents u(x)u(x)u(x)?

  1. ∑n=0∞(1/2n)xn\displaystyle \sum_{n=0}^{\infty}\binom{1/2}{n}x^{n}n=0∑∞​(n1/2​)xn (correct answer)
  2. ∑n=0∞(1/2n)xn+1\displaystyle \sum_{n=0}^{\infty}\binom{1/2}{n}x^{n+1}n=0∑∞​(n1/2​)xn+1
  3. ∑n=1∞(1/2n)xn\displaystyle \sum_{n=1}^{\infty}\binom{1/2}{n}x^{n}n=1∑∞​(n1/2​)xn
  4. ∑n=0∞(−1/2n)xn\displaystyle \sum_{n=0}^{\infty}\binom{-1/2}{n}x^{n}n=0∑∞​(n−1/2​)xn
  5. ∑n=0∞(1/2n)(−x)n\displaystyle \sum_{n=0}^{\infty}\binom{1/2}{n}(-x)^{n}n=0∑∞​(n1/2​)(−x)n

Explanation: Representing functions as power series is a key skill in AP Calculus BC, applied in calibrations with binomial expansions. The generalized binomial series (1+y)^a = sum_{n=0}^∞ binom{a}{n} y^n for |y|<1. For u(x) = (1+x)^{1/2}, set a=1/2 and y=x, directly giving sum_{n=0}^∞ binom{1/2}{n} x^n. This is choice A. Choice D tempts with binom{-1/2}{n}, which represents 1/sqrt(1+x) instead. A transferable strategy is to use the binomial theorem for non-integer exponents, confirming the leading term matches the function at x=0.

Question 17

For ∣x∣<2|x|<2∣x∣<2, a temperature correction uses h(x)=12+xh(x)=\dfrac{1}{2+x}h(x)=2+x1​. Which power series represents h(x)h(x)h(x)?

  1. ∑n=0∞(−1)nxn2n\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^n}{2^{n}}n=0∑∞​(−1)n2nxn​
  2. ∑n=0∞(−1)nxn2n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^n}{2^{n+1}}n=0∑∞​(−1)n2n+1xn​ (correct answer)
  3. ∑n=0∞xn2n+1\displaystyle \sum_{n=0}^{\infty}\frac{x^n}{2^{n+1}}n=0∑∞​2n+1xn​
  4. ∑n=1∞(−1)nxn2n+1\displaystyle \sum_{n=1}^{\infty}(-1)^n\frac{x^n}{2^{n+1}}n=1∑∞​(−1)n2n+1xn​
  5. ∑n=0∞(−1)nxn+12n+1\displaystyle \sum_{n=0}^{\infty}(-1)^n\frac{x^{n+1}}{2^{n+1}}n=0∑∞​(−1)n2n+1xn+1​

Explanation: Representing functions as power series is a key skill in AP Calculus BC, useful for modeling phenomena like temperature corrections. For h(x) = 1/(2+x), rewrite it as 1/(2(1 + x/2)) = (1/2) * 1/(1 - (-x/2)). Use the geometric series sum_{n=0}^∞ r^n = 1/(1-r) with r = -x/2, giving (1/2) sum_{n=0}^∞ (-x/2)^n = (1/2) sum_{n=0}^∞ (-1)^n x^n / 2^n = sum_{n=0}^∞ (-1)^n x^n / 2^{n+1}. This matches choice B. Choice A tempts by omitting the 1/2 factor, representing 1/(1 + x/2) instead, which is twice the actual function. A transferable strategy is to factor constants and adjust the geometric form to fit the denominator, ensuring the radius of convergence aligns.

Question 18

A response function is v(x)=x21−2xv(x)=\dfrac{x^2}{1-2x}v(x)=1−2xx2​ for ∣x∣<12|x|<\tfrac12∣x∣<21​. Which power series represents v(x)v(x)v(x)?

  1. ∑n=0∞2nxn\displaystyle \sum_{n=0}^{\infty}2^{n}x^{n}n=0∑∞​2nxn
  2. ∑n=0∞2nxn+1\displaystyle \sum_{n=0}^{\infty}2^{n}x^{n+1}n=0∑∞​2nxn+1
  3. ∑n=0∞2nxn+2\displaystyle \sum_{n=0}^{\infty}2^{n}x^{n+2}n=0∑∞​2nxn+2 (correct answer)
  4. ∑n=0∞2n+1xn+2\displaystyle \sum_{n=0}^{\infty}2^{n+1}x^{n+2}n=0∑∞​2n+1xn+2
  5. ∑n=1∞2nxn+2\displaystyle \sum_{n=1}^{\infty}2^{n}x^{n+2}n=1∑∞​2nxn+2

Explanation: Representing functions as power series is a key skill in AP Calculus BC, useful for response functions in systems. For v(x) = x^2 / (1-2x), first express 1/(1-2x) = sum_{n=0}^∞ (2x)^n = sum_{n=0}^∞ 2^n x^n for |2x|<1. Multiply by x^2: x^2 sum_{n=0}^∞ 2^n x^n = sum_{n=0}^∞ 2^n x^{n+2}. This matches choice C. Choice A distracts by lacking the x^2 factor, representing just 1/(1-2x). A transferable strategy is to multiply polynomial factors by geometric series, shifting indices to incorporate higher starting powers.

Question 19

For ∣x∣<1|x|<1∣x∣<1, a growth factor is s(x)=1(1−x)2s(x)=\dfrac{1}{(1-x)^2}s(x)=(1−x)21​. Which power series represents s(x)s(x)s(x)?

  1. ∑n=0∞(n+1)xn\displaystyle \sum_{n=0}^{\infty}(n+1)x^{n}n=0∑∞​(n+1)xn (correct answer)
  2. ∑n=0∞nxn\displaystyle \sum_{n=0}^{\infty}n x^{n}n=0∑∞​nxn
  3. ∑n=1∞(n+1)xn\displaystyle \sum_{n=1}^{\infty}(n+1)x^{n}n=1∑∞​(n+1)xn
  4. ∑n=0∞(n+1)xn+1\displaystyle \sum_{n=0}^{\infty}(n+1)x^{n+1}n=0∑∞​(n+1)xn+1
  5. ∑n=0∞(n−1)xn\displaystyle \sum_{n=0}^{\infty}(n-1)x^{n}n=0∑∞​(n−1)xn

Explanation: Representing functions as power series is a key skill in AP Calculus BC, crucial for growth models with higher powers. For s(x) = 1/(1-x)^2, start with the geometric series sum_{n=0}^∞ x^n = 1/(1-x), then differentiate to get sum_{n=1}^∞ n x^{n-1} = 1/(1-x)^2. Multiply by x: sum_{n=1}^∞ n x^n = x/(1-x)^2, but to match, note the standard form is sum_{n=0}^∞ (n+1) x^n = 1/(1-x)^2. This matches choice A. Choice B tempts by using n instead of n+1, representing the derivative form without adjustment. A transferable strategy is to differentiate known series and manipulate to achieve higher-order denominators, verifying with small n terms.

Question 20

A damping function is t(x)=e2xt(x)=e^{2x}t(x)=e2x. Which power series represents t(x)t(x)t(x) about x=0x=0x=0?

  1. ∑n=0∞(2x)n+1n!\displaystyle \sum_{n=0}^{\infty}\frac{(2x)^{n+1}}{n!}n=0∑∞​n!(2x)n+1​
  2. ∑n=0∞2nxn(n+1)!\displaystyle \sum_{n=0}^{\infty}\frac{2^{n}x^{n}}{(n+1)!}n=0∑∞​(n+1)!2nxn​
  3. ∑n=0∞2nxnn!\displaystyle \sum_{n=0}^{\infty}\frac{2^{n}x^{n}}{n!}n=0∑∞​n!2nxn​ (correct answer)
  4. ∑n=1∞2nxnn!\displaystyle \sum_{n=1}^{\infty}\frac{2^{n}x^{n}}{n!}n=1∑∞​n!2nxn​
  5. ∑n=0∞(2x)n(n+1)!\displaystyle \sum_{n=0}^{\infty}\frac{(2x)^{n}}{(n+1)!}n=0∑∞​(n+1)!(2x)n​

Explanation: Representing functions as power series is a key skill in AP Calculus BC, vital for exponential functions in damping models. The exponential e^y = sum_{n=0}^∞ y^n / n! is well-known for all real y. Substitute y = 2x to get e^{2x} = sum_{n=0}^∞ (2x)^n / n! = sum_{n=0}^∞ 2^n x^n / n!. This corresponds to choice C. Choice D distracts by starting from n=1, omitting the constant term and representing e^{2x} - 1. A transferable strategy is to substitute linear arguments into fundamental series like exponential or trigonometric, preserving the factorial denominator.