Series Convergence: Does \sum_{k=1}^{\infty }{a_k}^{5/4} Necessarily Converge?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
Screwdriver
Messages
125
Reaction score
0

Homework Statement



Say that

[tex]\sum_{k=1}^{\infty }a_k[/tex]

converges and has positive terms. Does the following necessarily converge?

[tex]\sum_{k=1}^{\infty }{a_k}^{5/4}[/tex]

Homework Equations



If it necessarily converges, a proof is required, if not, a counter-example is required.

The Attempt at a Solution



I suspect that it diverges, so I tried an arbitrary geometric series, but it didn't work:

[tex]\sum_{k=1}^{\infty }({\frac{1}{k^n}})^{5/4} = \sum_{k=1}^{\infty }({\frac{1}{k^{5n/4}}})[/tex]

But [tex]n[/tex] must be greater than 1 since ak must converge, and anything greater than 1 times 5/4 is still greater than one, so nothing's been proven.

Alternatively, I could suspect that it will necessarily converge, and use the comparison test:

[tex]{a_k}^{5/4}{\leq }^?a_k[/tex]
[tex]{a_k}^{1/4}{\leq }^?1[/tex]
[tex]{a_k}{\leq }^?1[/tex]

But that's not going to happen in general.
 
Physics news on Phys.org
Think about it what means for

[tex] \sum_{k=1}^{\infty }a_k[/tex]

To converge. What does that imply about a_k? And with that knowledge, what does that entail about a_k ^(c) for c > 1 with relation to a_k?
 
If

[tex]\sum_{k=1}^{\infty }a_k[/tex]

converges, then the terms of the series [tex]a_k[/tex] are approaching zero since

[tex]\lim_{x \to 0 }x^c = 0[/tex]

for [tex]c>1[/tex]. Therefore, the terms of [tex]{a_k}^{5/4}[/tex] are also approaching zero, and they must converge.

Right?
 
You have the right idea, except you got to use a slightly different argument. After all, if a_k = 1/k, the terms still go to zero, and it all fails.

Try comparison.
 
But [tex]a_k \neq \frac{1}{k}[/tex] because it was given that the series converges. Should I do something like

[tex]{a_k}^{c}\leq^? a_k[/tex]

[tex]{a_k}^{c-1}\leq^? 1[/tex]

And then argue that this will be true for c > 1 (which is required) because ak converges, so the terms must be approaching zero so they will be less than 1?