Power Series Calculator

Radius and interval of convergence, endpoint tests and series sums with step-by-step solutions
Find the interval of convergence of sum (x-2)^n / (n * 3^n) from n=1 to infinity
Find the radius of convergence of sum 2^n x^n / n!
Evaluate sum (x/2)^n from n=0 to infinity at x = 1.5
Does sum 1/n^(3/2) converge?

Radius and Interval of Convergence

A power series centred at cc is

โˆ‘n=0โˆžan(xโˆ’c)n\sum_{n=0}^{\infty} a_n (x - c)^n

and the question is always the same: for which xx does it converge? The answer is always an interval centred on cc, of half-width RR, the radius of convergence.

Get RR from the ratio test. Form

L=limโกnโ†’โˆžโˆฃan+1(xโˆ’c)n+1an(xโˆ’c)nโˆฃL = \lim_{n\to\infty} \left| \frac{a_{n+1}(x-c)^{n+1}}{a_n (x-c)^n} \right|

and demand L<1L < 1. Three outcomes:

  • R=0R = 0 โ€” converges only at x=cx = c (e.g. โˆ‘n!โ€‰xn\sum n!\,x^n)
  • 0<R<โˆž0 < R < \infty โ€” converges on (cโˆ’R,ย c+R)(c-R,\ c+R), diverges outside
  • R=โˆžR = \infty โ€” converges for every real xx (e.g. โˆ‘xn/n!\sum x^n/n!)

The assumption people forget: the ratio test says nothing at โˆฃxโˆ’cโˆฃ=R|x - c| = R, because there L=1L = 1 exactly. The two endpoints must be tested separately, and they can behave differently from each other.

Testing the Endpoints

Substituting an endpoint turns the power series into an ordinary numerical series, and two standard results usually settle it.

p-series:

โˆ‘n=1โˆž1npconvergesย iffp>1\sum_{n=1}^{\infty} \frac{1}{n^p} \quad\text{converges iff}\quad p > 1

So โˆ‘1/n3/2\sum 1/n^{3/2} converges and โˆ‘1/n\sum 1/n โ€” the harmonic series, p=1p = 1 โ€” diverges, marginally but definitely.

Alternating series test: โˆ‘(โˆ’1)nbn\sum (-1)^n b_n converges if bnb_n decreases monotonically to zero. This is why โˆ‘(โˆ’1)n/n\sum (-1)^n/n converges while โˆ‘1/n\sum 1/n does not; the first is conditionally convergent.

Geometric series, worth recognising instantly:

โˆ‘n=0โˆžarn=a1โˆ’rforย โˆฃrโˆฃ<1\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r} \quad \text{for } |r| < 1

When it applies: the geometric sum formula needs โˆฃrโˆฃ<1|r| < 1 strictly; at โˆฃrโˆฃ=1|r| = 1 the terms do not shrink and the series diverges by the nnth term test.

Common Mistakes to Avoid

  • Reporting an open interval without checking the endpoints โ€” half the marks on a typical exam question live there.
  • Assuming both endpoints behave the same way โ€” โˆ‘(xโˆ’2)n/(n3n)\sum (x-2)^n/(n3^n) converges at one end and diverges at the other.
  • Confusing pp-series with geometric โ€” โˆ‘1/np\sum 1/n^p has nn in the base, โˆ‘rn\sum r^n has nn in the exponent. They converge under completely different conditions.
  • Thinking anโ†’0a_n \to 0 proves convergence โ€” the harmonic series is the standing counterexample. The nnth term test can only prove divergence.
  • Dropping the absolute values in the ratio test โ€” the limit is of a modulus.
  • Forgetting the centre โ€” the interval is centred at cc, not at 00, so a radius of 33 about c=2c = 2 gives (โˆ’1,5)(-1, 5).

Examples

Step 1: Ratio test: โˆฃ(xโˆ’2)n+1(n+1)3n+1โ‹…nโ€‰3n(xโˆ’2)nโˆฃ=โˆฃxโˆ’2โˆฃ3โ‹…nn+1\left|\dfrac{(x-2)^{n+1}}{(n+1)3^{n+1}} \cdot \dfrac{n\,3^n}{(x-2)^n}\right| = \dfrac{|x-2|}{3}\cdot\dfrac{n}{n+1}
Step 2: As nโ†’โˆžn \to \infty this tends to โˆฃxโˆ’2โˆฃ/3|x-2|/3; require โˆฃxโˆ’2โˆฃ/3<1|x-2|/3 < 1, so R=3R = 3
Step 3: Open interval: โˆ’1<x<5-1 < x < 5
Step 4: Endpoint x=5x = 5: โˆ‘3n/(n3n)=โˆ‘1/n\sum 3^n/(n3^n) = \sum 1/n, the harmonic series โ€” diverges (p=1p = 1)
Step 5: Endpoint x=โˆ’1x = -1: โˆ‘(โˆ’3)n/(n3n)=โˆ‘(โˆ’1)n/n\sum (-3)^n/(n3^n) = \sum (-1)^n/n โ€” converges conditionally by the alternating series test
Answer: R=3R = 3, interval of convergence [โˆ’1,ย 5)[-1,\ 5)

Step 1: Ratio: โˆฃ2n+1xn+1(n+1)!โ‹…n!2nxnโˆฃ=2โˆฃxโˆฃn+1\left|\dfrac{2^{n+1}x^{n+1}}{(n+1)!} \cdot \dfrac{n!}{2^n x^n}\right| = \dfrac{2|x|}{n+1}
Step 2: limโกnโ†’โˆž2โˆฃxโˆฃn+1=0<1\lim_{n\to\infty} \dfrac{2|x|}{n+1} = 0 < 1 for every real xx
Step 3: So the series converges everywhere and R=โˆžR = \infty
Step 4: Matching โˆ‘un/n!=eu\sum u^n/n! = e^{u} with u=2xu = 2x identifies the sum
Answer: R=โˆžR = \infty, interval (โˆ’โˆž,ย โˆž)(-\infty,\ \infty), and the sum is e2xe^{2x}

Step 1: This is geometric with ratio r=x/2r = x/2, so it converges for โˆฃx/2โˆฃ<1|x/2| < 1, i.e. โˆฃxโˆฃ<2|x| < 2 and R=2R = 2
Step 2: At x=1.5x = 1.5: r=1.5/2=0.75r = 1.5/2 = 0.75, and โˆฃ0.75โˆฃ<1|0.75| < 1, so it converges
Step 3: S=a1โˆ’r=11โˆ’0.75S = \dfrac{a}{1-r} = \dfrac{1}{1 - 0.75}
Step 4: S=1รท0.25=4S = 1 \div 0.25 = 4
Answer: Converges at x=1.5x = 1.5 with sum S=4S = 4

Frequently Asked Questions

Apply the ratio test to |aโ‚™โ‚Šโ‚(xโˆ’c)โฟโบยน / aโ‚™(xโˆ’c)โฟ|, take the limit as n โ†’ โˆž, and set it less than 1. Solving that inequality gives |x โˆ’ c| < R, and R is the radius. If the limit is 0 the radius is infinite; if it is infinite for every x โ‰  c the radius is 0.

Because at |x โˆ’ c| = R the ratio-test limit equals 1, and the test is inconclusive there. Substitute each endpoint to get a numerical series and apply a p-series, alternating series or comparison test. The two endpoints often give different answers.

The series ฮฃ 1/nแต– converges when p > 1 and diverges when p โ‰ค 1. The boundary case p = 1 is the harmonic series, which diverges even though its terms go to zero โ€” the classic warning against the nth term test being used as a convergence proof.

A series converges absolutely if ฮฃ|aโ‚™| converges, and conditionally if ฮฃaโ‚™ converges but ฮฃ|aโ‚™| does not. ฮฃ(โˆ’1)โฟ/n is conditionally convergent. Inside its radius of convergence a power series always converges absolutely; conditional convergence only ever shows up at an endpoint.

Related Solvers

Try AI-Math for Free

Get step-by-step solutions to any math problem. Upload a photo or type your question.

Start Solving