Solving a Basic Limit Problem Using Conjugate Multiplication

  • Thread starter Thread starter Dissonance in E
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Dissonance in E
Messages
71
Reaction score
0

Homework Statement


Find the limit of [tex](x-3)/(\sqrt{1+x}-2)[/tex] as x tends to 3


Homework Equations


Conjugate multiplication.


The Attempt at a Solution



[tex](x-3)(\sqrt{1+x}+2)/(\sqrt{1+x}-2)(\sqrt{1+x}+2)[/tex]

[tex](x\sqrt{1+x}+2x-3\sqrt{1+x}-6)/x-3[/tex]

This is where i get stuck, I am thinking to get rid of the x in the denominator but the -6 in the numerator is what stumps me. Am i supposed to just factor the top somehow?
 
Physics news on Phys.org
When you multiply by 1 in the form of (sqrt(1 + x) + 2) over itself, you should get
[tex]\frac{(x - 3)(\sqrt{1 + x} + 2}{x - 3}[/tex]

I think you made a mistake in multiplying your original denominator by its conjugate.
 
Oh man, how could I not see that. Thanks!