I try to calculate $\lim \limits_{x \to 2}{\frac{\sqrt{x^3 - 3x^2 + 4}-x +2}{x^2 - 4}}$. So, $\frac{\sqrt{x^3 - 3x^2 + 4}-x +2}{x^2 - 4} = \frac{(x-2)x}{(x+2)(x+\sqrt{(x-2)^2(x+1)}-2)}$ but I don't know what to do next.
-
What methods are you allowed to use? For instance L'Hopital's rule could be helpful – DanZimm Jan 13 '15 at 13:31
-
I cannot use L'Hopital's rule. – alex Jan 13 '15 at 13:37
-
use a change of variable $2 + h$ and binomial theorem $(2+h)^3 = 8 + 12h + \cdots, (2=h)^2 = 4 + 4h + \cdots$ – abel Jan 13 '15 at 14:57
4 Answers
$$ \begin{aligned} \lim _{x\to 2}\left(\frac{\sqrt{x^3\:-\:3x^2\:+\:4}-x\:+2}{x^2\:-\:4}\right) & = \lim _{t\to 0}\left(\frac{\sqrt{\left(t+2\right)^3\:-\:3\left(t+2\right)^2\:+\:4}-\left(t+2\right)\:+2}{\left(t+2\right)^2\:-\:4}\right) \\& = \lim _{t\to 0}\left(\frac{\left|t\right|\sqrt{\left(t+3\right)}-t}{t\left(t+4\right)}\right) \\& = \lim _{t\to 0^+}\left(\frac{\left|t\right|\sqrt{\left(t+3\right)}-t}{t\left(t+4\right)}\right) = \color{red}{\frac{1}{4}\left(\sqrt{3}-1\right)} \\& = \lim _{t\to 0^-}\left(\frac{\left|t\right|\sqrt{\left(t+3\right)}-t}{t\left(t+4\right)}\right) = \color{blue}{\frac{1}{4}\left(-\sqrt{3}-1\right)} \end{aligned} $$
Solved with substitution $\color{green}{t = x-2}$
- 2,162
- 14
- 20
HINT: Take $x=t+2$ and take limit as $t\to 0$ also notice that $\sqrt{t^2}=|t|$ and than take $\lim_{t\to0^+}$ and $\lim_{t\to 0^-}$
- 13,496
No L'Hospital, too messy. You are almost there, rewrite the expression as $$ \frac{(x-2)x}{(x+2)(x-2)(1 +\sqrt{\frac{(x-2)^2(x+1)}{(x-2)^2}}} $$
what do you get?
- 19,262
$$\lim \limits_{x \to 2}{\frac{\sqrt{x^3 - 3x^2 + 4}-x +2}{x^2 - 4}} =$$
$$=\lim \limits_{x \to 2}{\frac{\sqrt{x^3 - 2x^2-x^2 + 4}-(x -2)}{(x - 2)(x+2)}}=$$
$$=\lim \limits_{x \to 2}{\frac{\sqrt{x^2(x-2)-(x-2)(x+2)}}{(x - 2)(x+2)}}-\lim \limits_{x \to 2}{\frac{1}{x+2}}=$$
$$=\lim \limits_{x \to 2}{\frac{\sqrt{(x-2)(x^2-x-2)}}{(x - 2)(x+2)}}-\frac{1}{4}=$$
$$=\lim \limits_{x \to 2}{\frac{\sqrt{(x-2)(x-2)(x+1)}}{(x - 2)(x+2)}}-\frac{1}{4}=$$
$$=\lim \limits_{x \to 2}{\frac{|x-2| \cdot \sqrt{(x+1)}}{(x-2)(x+2)}}-\frac{1}{4}$$
Next , find limit when $x \to 2^{-}$ and when $x \to 2^{+}$
- 12,883