Power Series Differentiator or Integrator
Math Calculus • Infinite Series and Sequences
Frequently Asked Questions
How do you differentiate a power series term-by-term?
For sum a_n (x-a)^n, the term-by-term derivative is sum n a_n (x-a)^(n-1), using the same center a. This transformation is valid for |x-a| < R, where R is the radius of convergence.
How do you integrate a power series term-by-term?
For sum a_n (x-a)^n, the term-by-term integral is sum a_n (x-a)^(n+1)/(n+1) + C. It is valid for |x-a| < R, and C is the integration constant.
Does differentiation or integration change the radius of convergence?
For a power series, term-by-term differentiation and integration keep the same radius R. Endpoint behavior at x=a±R can differ and must be checked separately.
What does the target epsilon option measure at x0?
It uses a numeric next-term magnitude computed at x0 and searches for a smallest n (up to a cap) such that the next-term size is less than or equal to epsilon. This is a practical helper for choosing how many terms are needed for a desired tolerance at that point.