3

when faced with this kind of limit: $\lim _{x\to 1}\left(\frac{\sqrt[3]{x}+2\sqrt{x}-3}{x-1}\right)$

i know i can use l'hopital's rule to solve it because we get $\frac{0}{0}$ replacing $x$ with $1$, still i want to learn the other method which is cancelling the common factor, in this case i know the common factor is $x-1$

with normal polynomial function i use Euclidean division, tried it with square root but didn't seem to work.

a limit calculator gave me this answer:

$\mathrm{Cancel\:the\:common\:factors\:of}\:\frac{\sqrt[3]{x}+2\sqrt{x}-3}{x-1}$ = $\frac{2\sqrt[3]{x}+3x^{\frac{1}{6}}+3}{x^{\frac{5}{6}}+x^{\frac{2}{3}}+\sqrt{x}+\sqrt[3]{x}+x^{\frac{1}{6}}+1}$

but i don't understand yet how it is done.

Laythe Leo
  • 33
  • 3

1 Answers1

4

It'll be much easier to visualize if you rewrite $x^{1/6}$ as $y$

$$\frac{2y^3+y^2-3}{y^6-1}=\frac{(y-1)(2y^2+3y+3)}{(y-1)(y^5+y^4+y^3+y^2+y+1)}$$