Solving Limit as x approaches 3 using Multiplication and Division

  • Context:
  • Thread starter Thread starter tmt1
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
tmt1
Messages
230
Reaction score
0
I have to solve this limit.

$$\lim_{{x}\to{3}} \frac{\sqrt{6x - 14} - \sqrt{x + 1}}{x -3}$$

Now, I think that by definition x - 3 is a divisor of the numerator, but how do I advance from here? Do I do long division?
 
Physics news on Phys.org
tmt said:
I have to solve this limit.

$$\lim_{{x}\to{3}} \frac{\sqrt{6x - 14} - \sqrt{x + 1}}{x -3}$$

Now, I think that by definition x - 3 is a divisor of the numerator, but how do I advance from here? Do I do long division?

How about making the x - 3 in the numerator explicit?
What do you get if you multiply both numerator and denominator by $\sqrt{6x - 14} + \sqrt{x + 1}$?
 
I like Serena said:
How about making the x - 3 in the numerator explicit?
What do you get if you multiply both numerator and denominator by $\sqrt{6x - 14} + \sqrt{x + 1}$?

Okay thanks, now I got it.