We're asked to find the $\lim_{x\to\infty}(\sqrt{x^2+x}-\sqrt{x^2-x })\cos(x)$. I've tried to break down the expression a little bit but couldn't get far. The graph clearly shows that the function oscillates and thus the limit doesn't exist but how would one get to the conclusion algebraically? Perhaps we could do so with the Squeeze theorem by stating that $\cos(x)\leq1$
My attempt:
$$=\lim_{x\to\infty}(\sqrt{x^2+x}-\sqrt{x^2-x })\cos(x)$$ $$=\lim_{x\to\infty}x\sqrt{\Big(1+\frac{1}{x}\Big)}-x\sqrt{\Big(1-\frac{1}{x}\Big)}\cos(x)$$
Use the fact that\begin{align}\sqrt{x^2+x}-\sqrt{x^2-x}&=\frac{\left(\sqrt{x^2+x}-\sqrt{x^2-x}\right)\left(\sqrt{x^2+x}+\sqrt{x^2-x}\right)}{\sqrt{x^2+x}+\sqrt{x^2-x}}\\&=\frac{x^2+x-(x^2-x)}{\sqrt{x^2+x}+\sqrt{x^2-x}}\\&=\frac{2x}{\sqrt{x^2+x}+\sqrt{x^2-x}}\end{align}