The limit in question is: $$\lim_{\color{red}n\to\infty} 2n\left(\sqrt{n^6+5n^2}-n^3\right)$$
By looking it up on wolfram alpha I found out the answer is 5 but I am not so sure how to arrive to it. I tried to change the indetermination to infinity/infinity and apply L'Hopital's rule but to no avail. Thanks in advance.
$\begin{align}\lim_{n\to\infty}2n(\sqrt{n^6+5n^2}-n^3)&=\lim_{n\to\infty}2n(\sqrt{n^6+5n^2}-n^3)\cdot\frac{(\sqrt{n^6+5n^2}+n^3)}{\sqrt{n^6+5n^2}+n^3}\\&=\lim_{n\to\infty} \frac{2n(n^6+5n^2-n^6)}{\sqrt{n^6+5n^2}+n^3}\\&=\lim_{n\to\infty}\frac{10n^3}{\sqrt{n^6+5n^2}+n^3}\\&=\lim_{n\to\infty}\frac{10n^3}{n^3(\sqrt{1+\frac{5}{n^4}}+1)}\\&=5\end{align}$