How do I calculate the following limit
$$\lim_{x\to\infty} \frac{3x-\sin x}{x+\sin x}$$
It's an indeterminate limit but how can I solve it? Does it help if I split it?The answer I got is $-1$ but it's $3$.
How do I calculate the following limit
$$\lim_{x\to\infty} \frac{3x-\sin x}{x+\sin x}$$
It's an indeterminate limit but how can I solve it? Does it help if I split it?The answer I got is $-1$ but it's $3$.
Just for the sake of variety, without dividing by $x$,
$$\frac{3x - \sin x}{x + \sin x} = \frac{3(x+ \sin x) - 4\sin x}{x + \sin x} = 3 - \frac{4\sin x}{x + \sin x}$$
For the second expression, the numerator is bounded while the denominator tends to positive infinity, so $\displaystyle \lim_{x \to \infty}\frac{4\sin x}{x + \sin x} = 0$, hence the original limit is $3$.
For the second expression, the numerator is bounded while the denominator is not, so
It's not enough that denominator is not bounded (if it was smth like 1/(xsinx + 1) limit would not exist.
– RiaD May 17 '17 at 21:00One has
$$0\leq\left\vert{\sin{x}\over x}\right\vert\leq{1\over |x|}$$
And so ${\sin{x}\over x}\to 0$ as $x\to\infty$. Now in the fraction divide the numerator and denominator by $x$ to get
$${3-{\sin{x}\over x}\over 1-{\sin{x}\over x}}\to 3$$
$$\lim_{x\to \infty} \frac{3x-\sin x}{x+\sin x}=\lim_{x\to \infty} \frac{3-\frac{\sin x}{x}}{1+\frac{\sin x}{x}}$$
and $\sin x$ is bounded in $\mathbb{R}$