So one example from an online software I'm using for university gives examples on how to work with a problem, but typically doesn't go through the algebra. My background in algebra isn't strong, but I'm a bit messed up here.
The problem is
$$ \Sigma^{\infty}_{n=1} {{{(2x-3)}^{2n+1}}\over{n}^{3/2}} $$ And, I went to use the ratio test. I'm stuck with it in this form.
$$ \lim_{n\rightarrow\infty}{{{(n)^{3/2}*(2x-3)^{2n+3}}}\over{(n+1)^{3/2}*(2x-3)^{2n+1}}} $$
And the tutorial shows an identical problem (aside from the 2, being replaced by a 4) factoring out to be $$ \lim_{n\rightarrow\infty}(2x-3)^2 $$ Which looks lovely and all, but I'm not certain how the $$ n^{3/2}\over{(n+1)}^{3/2} $$ factors out to be one. I could simply work with the problem as the example shows but I'd like to know where I goofed. Thanks for reading my long problem with something that's likely a simple algebra mistake.
It doesn't factor to be $1$, but rather, the quotient is asymptotic to $1$. What that means is they grow at approximately the same rate, and so eventually their ratio is close to $1$.
You can also see that they have the same power, and thus $$ \lim_{n \to \infty} \frac{n^{3/2}}{(n+1)^{3/2}} = 1.$$
And by the way, you're not being asked to simplify with the ratio test. The ratio test is a test for convergence. Please do ensure you're using the jargon correctly.