Power Series Help: Find Interval of Convergence

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
STJ
Messages
6
Reaction score
0

Homework Statement


Find interval of convergence and radius of convergence of the following infinite series.

Series from n=1 to infinity ((-3)^n * x^n) / (n*(n)^1/2)

Homework Equations


Ratio test

The Attempt at a Solution



I've started with the ratio test and end up getting 3xn^(3/2) / (n+1)^(3/2) after cancellation. I don't know how to cancel anything else out, I'm guessing L'Hopital's rule but that doesn't seem right. I feel like I should be able to do more cancellation here.
 
Physics news on Phys.org
STJ said:

Homework Statement


Find interval of convergence and radius of convergence of the following infinite series.

Series from n=1 to infinity ((-3)^n * x^n) / (n*(n)^1/2)


Homework Equations


Ratio test


The Attempt at a Solution



I've started with the ratio test and end up getting 3xn^(3/2) / (n+1)^(3/2) after cancellation. I don't know how to cancel anything else out, I'm guessing L'Hopital's rule but that doesn't seem right. I feel like I should be able to do more cancellation here.

Just use elementary algebra:
[tex]\frac{n^{3/2}}{(n+1)^{3/2}} = \left( \frac{n}{n+1}\right)^{3/2}[/tex]
What happens to this ratio when ##n \to \infty?##
 
  • Like
Likes   Reactions: 1 person
I swear I think to hard sometimes. Thanks.

And as n/(n+1) n →∞ = 1

R=1/3, Interval of convergence will be [-1/3, 1/3]