Finding the radius of convergence of a power series

Click For Summary
SUMMARY

The radius of convergence for the power series Σ(n=0 to ∞) ((20)(-1)^n(x^(3n))/8^(n+1) is determined using the ratio test for power series. The correct application of the ratio test reveals that the radius of convergence is 2, not 2/5 as initially calculated. The error in the original calculation stemmed from incorrect exponent handling in the ratio test, specifically in the transition from x^(3n) to x^(3n+3). This was confirmed by both manual calculations and verification using Mathematica.

PREREQUISITES
  • Understanding of power series and convergence
  • Familiarity with the ratio test for power series
  • Basic algebraic manipulation skills
  • Experience with Mathematica for computational verification
NEXT STEPS
  • Review the ratio test for power series in detail
  • Practice solving power series convergence problems
  • Learn how to use Mathematica for series convergence analysis
  • Explore the concept of variable substitution in power series, such as setting x^3 = t
USEFUL FOR

Students studying calculus, particularly those focusing on power series and convergence tests, as well as educators looking for examples of common mistakes in series convergence calculations.

R Letter
Messages
2
Reaction score
1

Homework Statement


Σ(n=0 to ∞) ((20)(-1)^n(x^(3n))/8^(n+1)

Homework Equations


Ratio test for Power Series: ρ=lim(n->∞) a_(n+1)/a_n

The Attempt at a Solution


I tried the ratio test for Power Series and it went like this:

ρ=lim(n->∞) (|x|^(3n+1)*8^(n+1))/(|x|^(3n)*8^(n+2))
=20|x|/8 lim(n->∞) 1
=20|x|/8

20|x|/8<1
|x|<2/5

So radius of convergence=2/5. However when I input the power series into Mathematica, it says that the radius of convergence should be 2 (http://goo.gl/9nAHoS)

Where am I going wrong in my calculation?
 
Physics news on Phys.org
Hi there mate, I am going to attempt to help.

Here are some possible errors that I am looking into:

First, x^(3n) when you make it n+1 in the numerator of the ratio test, it should be x^(3n+3), correct?

Well, that might do it. Does this help?
 
R Letter said:

Homework Statement


Σ(n=0 to ∞) ((20)(-1)^n(x^(3n))/8^(n+1)

Homework Equations


Ratio test for Power Series: ρ=lim(n->∞) a_(n+1)/a_n

The Attempt at a Solution


I tried the ratio test for Power Series and it went like this:

ρ=lim(n->∞) (|x|^(3n+1)*8^(n+1))/(|x|^(3n)*8^(n+2))
=20|x|/8 lim(n->∞) 1
=20|x|/8

20|x|/8<1
|x|<2/5

So radius of convergence=2/5.However when I input the power series into Mathematica, it says that the radius of convergence should be 2 (http://goo.gl/9nAHoS)

Where am I going wrong in my calculation?
Try setting ##x^3 = t## and finding the radius of ##t##-convergence for ##\sum_n c_n t^n##. Then translate those results into statements about ##x##. Alternatively, do it over again, but repair the algebraic errors you made. (Avoidance of such errors is the reason I suggested looking at ##t## instead of ##x##.)
 
Also, one other thing --> In your solution you have a 20 sticking out, however, it seems to me that when you take the a^(n+1) term and the a^n term and divide them, the 20 on each will cancel leaving |x^3|/8 <1
 
  • Like
Likes RJLiberator

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K