So I found this function$$f(x)=x\sqrt{x^2-1}$$Why does it appear that as $x$ gets greater, the function approaches $x^2-0.5$ $$\lim_{x\to\infty}f(x)=x^2-\frac12$$I don't understand where the $(-0.5)$ comes from, the only logical conclusion I could make is that it has to do with the $(-1)$ under the square root but I would've assumed it would become negligible eventually, with the function tending towards $x^2$. Why does the function behave like that?
2026-04-13 05:51:18.1776059478
On
Why does the limit of this function have such a different result than what I expected?
46 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
see that $$\sqrt{x^2-1}=x\sqrt{1-\frac{1}{x^2}}= x\left(1-\frac{1}{2x^2}+\frac{1}{6x^4} \cdots \right)$$
From the binomial theorem, for $x>0$ $$\sqrt{x^2-1}=x(1-1/x^2)^{1/2}=x\left(1-\frac{1}{2x^2}+\textrm{higher terms in $1/x^2$}\right)$$ and so $$f(x)=x^2-\frac12+\textrm{higher terms in $1/x^2$}$$ and these higher terms approach zero as $x\to\infty$.