Proving that functions are Big-O

416 Views Asked by At

Show that $$|x-1|\sin{3\over(x-1)} + \ln(x)= O(x-1)$$ as $x$ approaches $1$.

I have a hard time understanding Big-O and Small-o notations in Calculus. I have tried to prove this by using limits, considering two cases with module and I've got $$M \leq 2$$

1

There are 1 best solutions below

1
On

Hint: What needs to be shown is that the quotient of the left hand side expression and $x - 1$ can be bounded as $x \to 1$.

By L'Hospital's rule,

$$\lim_{x \to 1} \frac{\ln x}{x - 1} = \lim_{x \to 1} \frac{1}{x} = 1.$$ and notice that $$\left|\sin(1/(x - 1))\right| \leq 1.$$