Solving limit without L'Hôpital's rule: $\lim\limits_{x \to 0} \frac{\sqrt{1+\tan x}-\sqrt{1+\sin x}}{x^3}$

205 Views Asked by At

How can I solve this limit without L'Hôpital's rule?

$$\begin{align}\lim\limits_{x \to 0} \frac{\sqrt{1+\tan x}-\sqrt{1+\sin x}}{x^3}&=\lim\limits_{x \to 0} \frac{\tan x-\sin x}{x^3(\sqrt{1+\tan x}+\sqrt{1+\sin x})}\\&=\lim\limits_{x \to 0} \frac{\frac{\tan x-\sin x}{x^3}}{\sqrt{1+\tan x}+\sqrt{1+\sin x}}\end{align}$$

I can't proceed anymore from here.

4

There are 4 best solutions below

0
On BEST ANSWER

Hint:

$\frac{\tan x- \sin x}{x^3}=\frac{1}{ \cos x} \cdot \frac{\sin x}{x} \cdot \frac{1 - \cos x}{x^2}.$

0
On

$$\frac{\sqrt{1+\tan x}-\sqrt{1+\sin x}}{x^3} =\frac{\tan x-\sin x}{x^3(\sqrt{1+\tan x}+\sqrt{1+\sin x})}.$$ From Maclaurin series $\sin x=x-x^3/6+O(x^5)$ and $\tan x=x+x^3/3+O(x^5)$. Therefore $$\frac{\sqrt{1+\tan x}-\sqrt{1+\sin x}}{x^3} \sim\frac{x^3/2}{x^3(\sqrt{1+\tan x}+\sqrt{1+\sin x})}$$ as $x\to0$, and so the limit is $1/4$.

0
On

Hint: $$\tan x- \sin x=\frac{x^3}{3}-\frac{x^3}{3!}+......$$

0
On

We can work asymptotically also: We denote the limit by $L$

As $x \to 0$

$$L=\frac{(\sqrt{1+\tan x}-1) -(\sqrt{1+\sin x}-1)}{x^3} \sim \frac{1}{2} \,\,\left[ \frac{\tan x (1-\cos x)}{x^3} \right] \sim \frac{1}{4}\,\,\frac{\tan x}{x} \sim \frac{1}{4}$$