Screwdriver
- 125
- 0
Homework Statement
Say that
\sum_{k=1}^{\infty }a_k
converges and has positive terms. Does the following necessarily converge?
\sum_{k=1}^{\infty }{a_k}^{5/4}
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:
\sum_{k=1}^{\infty }({\frac{1}{k^n}})^{5/4} = \sum_{k=1}^{\infty }({\frac{1}{k^{5n/4}}})
But n 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:
{a_k}^{5/4}{\leq }^?a_k
{a_k}^{1/4}{\leq }^?1
{a_k}{\leq }^?1
But that's not going to happen in general.