When do you rationalize the denominator to calculate the limit?

1 Answer
Mar 10, 2015

At the risk of sounding like I'm being flippant, you rationalize the denominator when you need to and it helps.

Example 1: Evaluate: #lim_(xrarr9)x/(sqrtx+5)#
The limits of the numerator and denominator are: #lim_(xrarr9)x=9# and#lim_(xrarr9)(sqrtx+5)=8#. So we can find the requested limit by using the quotient property of limits. There is no need to rationalize.

#lim_(xrarr9)x/(sqrtx+5)=9/8#

Example 2: Evaluate: #lim_(xrarr4)(x-4)/(sqrtx-2)#
This time the limits of the numerator and denominator are #lim_(xrarr4)(x-4)=0# and #lim_(xrarr4)(sqrtx-2)=0#

We cannot use the quotient rule for limits, so we'll try rationalizing the denominator to see if that helps.

(Yes, really, seriously. Try something and see if it works. There is no 'cookbook'. for solving all problems.)

#(x-4)/(sqrtx-2)(sqrtx+2)/(sqrtx+2)=((x-4)(sqrtx+2))/(x-4)=(sqrtx+2)/1# (for #x!=4#).

The denominator of this new ratio does not go to #0# as #xrarr4#, so we can use the quotient property of limits. It worked. We get:

#lim_(xrarr4)(x-4)/(sqrtx-2)=lim_(xrarr4)(sqrtx+2)/1=4# .