Screwdriver
- 125
- 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.