2

Find $\displaystyle \lim_{x\to 1}\frac {\sqrt{x+3}-2}{\sqrt{x+8}-3}$.

I tried to rationalize it, but doesn't help either. Please give me some hints. Thank you.

JSCB
  • 13,456
  • 15
  • 59
  • 123

2 Answers2

8

Hint: $$ \frac {\sqrt{x+3}-2}{\sqrt{x+8}-3}=\left(\frac {\sqrt{x+3}-2}{\sqrt{x+8}-3}\frac {\sqrt{x+3}+2}{\sqrt{x+8}+3}\right)\frac {\sqrt{x+8}+3}{\sqrt{x+3}+2} $$

Norbert
  • 56,803
2

I suggest using heavy artillery. Denote $y=x-1$ for convenience. We need to find $$ \lim_{y \to 0}\frac{\sqrt{4+y}-2}{\sqrt{9+y}-3}. $$ Not you just need to use the fact $$ \sqrt{a^2+y} = a + \frac{y}{2a} + o(y) $$ when $y \to 0$.

Dan Shved
  • 15,862
  • 39
  • 55