Hello so I'm wondering if anyone has a quicker way of proving convergence of my function
a_n = \frac{1}{\sqrt[3]{n^4 - \frac{2}{3}}}
What I found out was the series b_n = n^(-4/3) converges by p-test thing -4/3 < -1 and I found that c_n = b_(n-1) must also then converge by tails
Since i'm trying to do it by comparison I found the original isn't less than b_n which is why I found c_n because the original is less than c_n and I proved this by rearranging and showing that for all n >= 1, the
1/(cn)^3 = (n^4 - g(x)) and I showed that g(1) = -1, and g'(x) < 0 implying decreasing which means g(x) x> 1 is always less than -1
which implies 1/(cn)^3 <= n^4 - 1 < n^4 - 2/3
which means 1/(cn)^3 < 1/(an)^3 which means a_n < c_n for any n >= 1
and since c_n converges, a_n must by the limit comparison test.
as you can see this is such a lengthy way of doing it and I was wandering if there is aynthing quicker since the question isn't really worth many marks compared to the others: