I'm analyzing the function $f(n) = n^{4.5} - (n-2)^{4.5} $. It has become apparent to me that $f(n) \in \Theta(n^{3.5})$ after experimenting several times on Wolfram Alpha. For more complex expressions of non-polynomial functions that have rational powers like $f(n)$, how can I arrive at the correct growth rate of the function without guessing? Furthermore, how can I solve limits like the one below to prove that the growth rate is true?
$$\lim_{n \to \infty}{\frac{n^{4.5} - (n-2)^{4.5}}{n^{3.5}}}$$