Does the Sequence a_n Converge or Diverge as n Approaches Infinity?

  • Thread starter Thread starter ProBasket
  • Start date Start date
AI Thread Summary
The sequence a_n = (1^2/n^3) + (2^2/n^3) + ... + (n^2/n^3) is under discussion for convergence as n approaches infinity. Initial thoughts suggest it may converge to 0, but the increasing number of terms complicates this assumption. The sequence can be expressed as a_n = (1/n^3) * Σ(i^2) from i=1 to n, raising questions about the limit due to the infinite sum. The limit comparison test with b_n = 1/n is proposed, indicating potential divergence. Ultimately, while the terms approach zero, the behavior of the sum as n increases requires further analysis for a definitive conclusion.
ProBasket
Messages
140
Reaction score
0
Determine whether the sequence a_n = \frac{1^2}{n^3} + \frac{2^2}{n^3} + ... + \frac{n^2}{n^3} converges or diverges. If it converges, find the limit.


wouldnt it converge to 0?
 
Physics news on Phys.org
Maybe, maybe not. Why do you think it will go to 0? Any ideas on how to go about trying to prove it?
 
That seems like a difficult problem, since you have a sequence of series.

The first few terms in the sequence would be:

\left{1, \frac{1^2}{2^3} + \frac{2^2}{2^3}, \frac{1^2}{3^3} + \frac{2^2}{3^3} + \frac{3^2}{3^3}, \frac{1^2}{4^3} + \frac{2^2}{4^3} + \frac{3^2}{4^3} + \frac{4^2}{4^3},...\right}
 
The nth term is increasing and bounded by one

a_n \leq \frac{n^2}{n^3} + \frac{n^2}{n^3} + ... + \frac{n^2}{n^3} = n\frac{n^2}{n^3} = 1
 
Actually, the nth term can be rewritten as

a_n = \frac{1}{n^3}\sum_{i=1}^{n}i^2

Do you recognize this sum?
 
The reason why the value of convergence of this sequence is not simply obtained by doing

\lim_{n\rightarrow \infty} \frac{1^2}{n^3} + \frac{2^2}{n^3} + ... + \frac{n^2}{n^3} = \lim_{n\rightarrow \infty} \frac{1^2}{n^3} + \lim_{n\rightarrow \infty} \frac{2^2}{n^3} + ... + \lim_{n\rightarrow \infty} \frac{n^2}{n^3} = 0+0+...+0

is that the NUMBER OF TERMS in the sum augment to infinity as well! So you can't be sure what the sum's going to be: even though all members of the sum go to zero, there is an infinity of them.
 
so it converges, but no answer?
 
just a thought, wouldn't the limit comparison test work on this if you choose your b_n to be 1/n, and use the p-series to say b_n diverges?
 
Pro: we're here to help, not give answers. You should have enough information to figure it out yourself.

mug: what are you comparing to 1/n?
 

Similar threads

Replies
3
Views
1K
Replies
1
Views
1K
Replies
17
Views
1K
Replies
5
Views
1K
Replies
1
Views
2K
Replies
3
Views
3K
Back
Top