Question

Write \(1/(1+x^2)\) as a power series and find its convergence interval

Original question: 1) Express 11+x2\frac{1}{1+x^2} as the sum of power series and find the interval of convergence

Expert Verified Solution

thumb_up100%(1 rated)

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

11+x2.\frac{1}{1+x^2}.

Step 1: Match the geometric series form

Recall the geometric series identity

11r=n=0rn,r<1.\frac{1}{1-r}=\sum_{n=0}^{\infty} r^n, \qquad |r|<1.

Here we want to rewrite

11+x2=11(x2).\frac{1}{1+x^2}=\frac{1}{1-(-x^2)}.

So take

r=x2.r=-x^2.

Then

11+x2=n=0(x2)n.\frac{1}{1+x^2}=\sum_{n=0}^{\infty} (-x^2)^n.

Step 2: Simplify the series

after expanding the power,

11+x2=n=0(1)nx2n.\frac{1}{1+x^2}=\sum_{n=0}^{\infty} (-1)^n x^{2n}.

Step 3: Find the interval of convergence

The geometric series converges when

r<1.|r|<1.

Since r=x2r=-x^2,

x2<1x2<1x<1.|-x^2|<1 \quad \Longrightarrow \quad x^2<1 \quad \Longrightarrow \quad |x|<1.

Now check the endpoints:

  • At x=1x=1:

    n=0(1)n,\sum_{n=0}^{\infty} (-1)^n,

    which diverges.

  • At x=1x=-1:

    n=0(1)n,\sum_{n=0}^{\infty} (-1)^n,

    which also diverges.

So the interval of convergence is

(1,1).(-1,1).

Final answer

11+x2=n=0(1)nx2n,x<1,\frac{1}{1+x^2}=\sum_{n=0}^{\infty} (-1)^n x^{2n}, \qquad |x|<1,

with interval of convergence

(1,1).(-1,1).

Pitfall alert

The biggest mistake is forgetting that the geometric series condition is on the ratio rr, not directly on the denominator. Here the denominator is 1+x21+x^2, so the right substitution is r=x2r=-x^2.

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

11ax2,\frac{1}{1-ax^2},

then the same method gives

11ax2=n=0(ax2)n,\frac{1}{1-ax^2}=\sum_{n=0}^{\infty} (ax^2)^n,

which converges when

ax2<1x<1a|ax^2|<1 \quad \Longrightarrow \quad |x|<\frac{1}{\sqrt{|a|}}

for a0a\neq 0. 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).

chat