Question
Write \(1/(1+x^2)\) as a power series and find its convergence interval
Original question: 1) Express as the sum of power series and find the interval of convergence
Expert Verified Solution
Key concept: This is a classic geometric-series move in disguise. Once you rewrite the function in the right form, the series and its convergence interval fall out naturally.
Step by step
We start with
Step 1: Match the geometric series form
Recall the geometric series identity
Here we want to rewrite
So take
Then
Step 2: Simplify the series
after expanding the power,
Step 3: Find the interval of convergence
The geometric series converges when
Since ,
Now check the endpoints:
-
At :
which diverges.
-
At :
which also diverges.
So the interval of convergence is
Final answer
with interval of convergence
Pitfall alert
The biggest mistake is forgetting that the geometric series condition is on the ratio , not directly on the denominator. Here the denominator is , so the right substitution is .
Another easy miss is assuming the endpoints work because the function itself is defined there. A power series representation can still diverge at the endpoints even when the original function is perfectly finite.
Try different conditions
If the function were
then the same method gives
which converges when
for . The exact endpoint behavior would still need checking separately.
Further reading
geometric series, power series, interval of convergence
FAQ
How do you expand 1/(1+x^2) as a power series?
Rewrite 1/(1+x^2) as 1/(1-(-x^2)) and use the geometric series formula. The expansion is sum from n=0 to infinity of (-1)^n x^(2n).
What is the interval of convergence for this series?
The geometric series requires |-x^2|<1, which gives |x|<1. The endpoints x=1 and x=-1 both diverge, so the interval of convergence is (-1,1).