De-Rationalizing a Surd Fraction: Step-by-Step Guide

  • Thread starter Thread starter lkh1986
  • Start date Start date
  • Tags Tags
    Fraction
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
lkh1986
Messages
96
Reaction score
0

Homework Statement



Find the lim of [itex]\frac{\sqrt{6-x}-2}{\sqrt{3-x}-1}[/itex]when x approaches 2, without using L'hopital rule or the definition.

Homework Equations


The Attempt at a Solution


I try to multiply both the numerator and the denominator to get [itex]\frac{(\sqrt{6-x}-2)(\sqrt{3-x}-1)}{2-x}[/itex], but when I substitute x = 2, the term becomes undefined.

Any suggestion? Thanks.

I am thinking of de'rationalize' the rational surd fraction, but nothing works.
 
Last edited:
Physics news on Phys.org
1. First off:
There should be a "+1" rather than "-1" in the remaining factor after you myliplied both denominator and numerator with the 2conjugate".

2. secondly:
do the same "conjugate trick", with the surd expression that is contained in the numerator.
 
Oops, sorry. Now I have

[itex]\frac{\sqrt{6-x}-2}{\sqrt{3-x}-1}[/itex]

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

=[itex]\frac{(\sqrt{6-x}-2)(\sqrt{3-x}+1)}{2-x}[/itex]
 
Yay, I get it. I multiply by another conjugate and eventually the (2-x) term will cancel out. Then I will get 2/4 which is equal to 1/2. Thanks so much for the help. :)

[itex]\frac{\sqrt{6-x}-2}{\sqrt{3-x}-1}[/itex]

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

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

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

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

=[itex]\frac{\sqrt{3-x}+1}{\sqrt{6-x}+2}[/itex]

So if I replace x = 2, I will get 2/4 = 1/2. :)
 
Another question:

Find the limit of [itex]\frac{sin^{-1}x}{x}[/itex] when x approaches 0.

The answer given is 1.

Seems like I can't express arcsin explicitly. Any clue on how to start? :)
 
Can I use the series expansion?

[itex]\frac{sin^{-1}x}{x}[/itex]

=[itex]\frac{x+\frac{X^3}{6}+\frac{3x^5}{40}+...}{x}[/itex]

=1+[itex]\frac{x^2}{6}+\frac{3x^4}{40}+...[/itex]

Then I can get limit = 1 when I substitute x = 0.

Can we get the same answer without using the series expansion thingy?