How can finding limits by conjugates be used to solve for rational expressions?

  • Thread starter Thread starter atomicpedals
  • Start date Start date
  • Tags Tags
    Limit
atomicpedals
Messages
202
Reaction score
7
The other day in a fit of boredom I decided to dust off my old math books (high school and undergrad) and see if I can still do basic calculus. These days if I need to solve anything I ask a computer to do it, the hazards of getting a job in industry I suppose.

All that said, I have been tripped up by finding limits by conjugates.

1. Homework Statement


Rationalize the following expression by conjugates: $$ \lim_{x \rightarrow -1} \frac { (x+1) } { \sqrt{x+5} - 2}$$

Homework Equations


Not applicable.

The Attempt at a Solution


So the easy way to solve this is to simply plot the function, there you clearly see that the limit is 4. However, that's too easy as this can clearly be done by hand (otherwise the exercise would have said "graph it"). The basic algebra is where I go horribly astray.

$$ \frac { (x+1) } { \sqrt{x+5} - 2} = \frac { (x+1) } { \sqrt{x+5} - 2} \frac { \sqrt{x+5} + 2 } {\sqrt{x+5} + 2} $$
Having cheated and graphed the function I can tell by inspection that the denominator should go to ## (x + 1) ## to cancel out the ## (x + 1) ## in the numerator and yield the limit of 4. And as I'm writing this I think I've answered my own question (huzzah!); it's a simple application of FOIL. $$ ( \sqrt {x + 5} - 2 ) ( \sqrt {x + 5} + 2 ) = x + 5 - 4 = (x + 1) $$ And so $$ \lim_{x \rightarrow -1} \frac { (x+1) } { \sqrt{x+5} - 2} = \lim_{x \rightarrow -1} \sqrt{x+5} + 2 = \sqrt{4} + 2 = 2 + 2 = 4 $$ Have I gone about this the right way or did I just get lucky?
 
Physics news on Phys.org
Well done!
 
  • Like
Likes atomicpedals
atomicpedals said:
Have I gone about this the right way or did I just get lucky?
Both.

This is a nice example how inserting the value for ##x## does not work: instead of ##\dfrac{0}{0} =## indeterminate, we get a real limit. It also shows why division by zero is prohibited: it could be any value and hence no meaningful one.

Additionally it shows, that the function ##x \longmapsto \dfrac{x+1}{\sqrt{x+5}-2}## can be continuously extended, although it is not defined at ##x=-1##.
 
  • Like
Likes atomicpedals
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top