Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: Manipulating Power Series (Differentiation, Integration, Multiplication, Substitution)
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-manipulating-power-series-differentiation-integration-multiplication-substitution

AP Calculus: Manipulating Power Series (Differentiation, Integration, Multiplication, Substitution)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

Manipulating Power Series (Differentiation, Integration, Multiplication, Substitution)

Concept Summary

  • Power Series: A series of the form (\sum_{n=0}^{\infty} c_n (x-a)^n) representing a function within its interval of convergence (IOC).
  • Term-by-Term Differentiation: Differentiating a power series inside its IOC yields another power series with the same radius of convergence (ROC).
  • Term-by-Term Integration: Integrating a power series inside its IOC yields another power series with the same ROC.
  • Multiplication of Power Series: The product of two power series is a Cauchy product, valid within the intersection of their IOCs.
  • Substitution (Composition): Replacing (x) with a function (g(x)) in a power series requires (|g(x)| < \text{ROC}) for convergence.

Core Questions

WHAT (definitional)

Q: What is term-by-term differentiation of a power series? A: Differentiating each term of (\sum c_n (x-a)^n) individually to obtain (\sum n c_n (x-a)^{n-1}). Trap/Clarification: The new series may lose convergence at endpoints (e.g., (\sum \frac{x^n}{n}) converges at (x=-1), but its derivative (\sum x^{n-1}) does not).

Q: What is the Cauchy product of two power series? A: The series (\sum_{n=0}^{\infty} \left( \sum_{k=0}^n a_k b_{n-k} \right) (x-a)^n), formed by multiplying (\sum a_n (x-a)^n) and (\sum b_n (x-a)^n). Trap/Clarification: The product’s IOC is the intersection of the original IOCs, not their union.


WHY (causal/explanatory)

Q: Why does term-by-term differentiation preserve the radius of convergence? A: The ratio test shows (\limsup |n c_n / c_{n+1}| = \limsup |c_n / c_{n+1}|), so the ROC remains unchanged. Trap/Clarification: Endpoint behavior may change (e.g., (\sum \frac{x^n}{n^2}) converges at (x=1), but its derivative does not).

Q: Why is substitution in power series useful? A: It allows representing composite functions (e.g., (e^{x^2} = \sum \frac{(x^2)^n}{n!})) without recomputing coefficients. Trap/Clarification: The substituted function (g(x)) must satisfy (|g(x)| < \text{ROC}) for convergence.


HOW (process/application)

Q: How do you differentiate a power series? A: Replace (\sum c_n (x-a)^n) with (\sum n c_n (x-a)^{n-1}) and adjust the index if needed (e.g., start at (n=1)). Trap/Clarification: Forgetting to shift the index (e.g., (\sum_{n=0}^{\infty} n c_n (x-a)^{n-1} = \sum_{n=1}^{\infty} n c_n (x-a)^{n-1})).

Q: How do you integrate a power series? A: Replace (\sum c_n (x-a)^n) with (\sum \frac{c_n}{n+1} (x-a)^{n+1} + C). Trap/Clarification: The constant (C) is critical (e.g., (\int \sum x^n \,dx = \sum \frac{x^{n+1}}{n+1} + C)).

Q: How do you multiply two power series? A: Compute the Cauchy product: (\sum_{n=0}^{\infty} \left( \sum_{k=0}^n a_k b_{n-k} \right) (x-a)^n). Trap/Clarification: The inner sum is not (\sum_{k=0}^{\infty} a_k b_{n-k}) (upper limit is (n), not (\infty)).


CAN (conditions/possibilities)

Q: Can you differentiate/integrate a power series outside its interval of convergence? A: No; the operations are only valid within the ROC (though endpoint behavior may change). Trap/Clarification: The ROC itself doesn’t change, but convergence at endpoints may differ.

Q: Can you substitute any function into a power series? A: Only if (|g(x)| < \text{ROC}) of the original series (e.g., (e^{x^2}) works for (\sum \frac{x^n}{n!}) because (|x^2| < \infty)). Trap/Clarification: Substituting (g(x) = 1/x) into (\sum x^n) fails because (|1/x|) may exceed the ROC.


Quick Facts & Traps

  • Fact: ROC is preserved under differentiation/integration, but endpoint convergence may change.
  • Trap: Index errors-Reality: Differentiating (\sum c_n x^n) gives (\sum n c_n x^{n-1}), not (\sum n c_n x^n).
  • Fact: Cauchy product requires finite sums: (\sum_{k=0}^n a_k b_{n-k}), not (\sum_{k=0}^{\infty} a_k b_{n-k}).
  • Trap: Substitution ROC-Reality: (|g(x)|) must be strictly less than the original ROC (not equal).
  • Fact: Geometric series shortcut: (\frac{1}{1-g(x)} = \sum g(x)^n) if (|g(x)| < 1).
  • Trap: Ignoring constants-Reality: Integration introduces (C); differentiation removes it.

Rapid-Fire True/False

  • Statement: The derivative of (\sum \frac{x^n}{n}) has the same IOC as the original series. Answer: FALSE Why the common mistake happens: The ROC is the same, but the derivative diverges at (x=1) (original converges at (x=-1)).

  • Statement: The product of two power series converges wherever both original series converge. Answer: FALSE Why the common mistake happens: The product converges only in the intersection of the IOCs, not their union.

  • Statement: Substituting (x = 2x) into (\sum x^n) yields a valid series for (|x| < 0.5). Answer: TRUE Why the common mistake happens: Students forget the ROC scales with substitution (original ROC = 1, new ROC = 0.5).