I'm currently stuck on solving this limit in my calculus course.
$$\lim_{x \to \infty } x(\sqrt[3]{x^3+3x^2}-\sqrt{x^2+2x-3})$$
We are currently reading about Taylor and Maclaurin series, so I'm assuming that the solution should be based on that. I've tried to use the standard expressions $(1+x)^{\alpha}$ and also tried to simplify and re-write the expression within the root-signs, but to no success. If anyone has the time to help me with this I would be most grateful!
Thanks in advance!
As $x \to \infty$, \begin{align} (x^3+3x^2)^{1/3} &= (x^3)^{1/3}\left(1+\frac{3}{x}\right)^{1/3} = x\left(1+\frac{1}{x}-\frac{1}{x^2} +O(x^{-3})\right) \\ &= x+1-\frac{1}{x} +O(x^{-2}) \\ \left(x^2+2x-3\right)^{1/2} &= (x^2)^{1/2}\left(1+\frac{2}{x}-\frac{3}{x^2}\right)^{1/2} = x\left(1+\frac{1}{x}-\frac{2}{x^2}+O(x^{-3})\right) \\ &=x+1-\frac{2}{x}+O(x^{-2}) \\ (x^3+3x^2)^{1/3}&-\left(x^2+2x-3\right)^{1/2} = \frac{1}{x}+O(x^{-2}) \\ x\big((x^3+3x^2)^{1/3}&-\left(x^2+2x-3\right)^{1/2}\big) = 1+O(x^{-1}) \\ \lim_{x\to\infty}x\big((x^3+3x^2)^{1/3}&-\left(x^2+2x-3\right)^{1/2}\big) =1 . \end{align}
I used the two Maclaurin series $$ (1+t)^{1/3} = 1+\frac{1}{3}t -\frac{1}{9}t^2+\dots \\ (1+2t-3t^3)^{1/2} = 1 +t-2t^2+\dots $$