Power Series Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Power Series.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
A power series is an 'infinite polynomial' centered at c. For each value of x, you get a number series that may or may not converge. The set of x-values where it converges forms an interval centered at c, and within that interval, the power series behaves like a well-defined function.
Read the full concept explanation βHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: Every power series has a radius of convergence R: it converges absolutely for |x-c| < R and diverges for |x-c| > R. At the endpoints x = c \pm R, convergence must be checked individually. Within its interval, a power series can be differentiated and integrated term by term.
Common stuck point: Finding the radius of convergence is usually straightforward (ratio or root test), but checking the endpoints requires separate analysisβoften using alternating series test or p-series comparison. Don't forget the endpoints!
Sense of Study hint: Apply the ratio test to |a_(n+1)(x-c)^(n+1) / (a_n(x-c)^n)| and solve for which x-values make the limit less than 1.
Worked Examples
Example 1
mediumSolution
- 1 Apply the ratio test: compute \left|\frac{a_{n+1}}{a_n}\right| where a_n = \frac{x^n}{n+1}.
- 2 Simplify the ratio: \left|\frac{x^{n+1}}{n+2} \cdot \frac{n+1}{x^n}\right| = |x|\cdot\frac{n+1}{n+2} \xrightarrow{n\to\infty} |x|
- 3 The series converges when L = |x| < 1, so the radius of convergence is R = 1.
Answer
Example 2
hardPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
easyExample 2
mediumRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.