Computing a Limit + Justification

  • Thread starter Thread starter Heute
  • Start date Start date
  • Tags Tags
    Computing Limit
Heute
Messages
24
Reaction score
0

Homework Statement



find the limit of \sqrt{x^2+x}-\sqrt{x^2-x} as x approaches infinity

Homework Equations





The Attempt at a Solution




Multiplying the original expression by
\frac{sqrt(x^2+x)+sqrt(x^2-x)}{sqrt(x^2+x)+sqrt(x^2-x)}

I get the following:

\frac{2x}{sqrt(x^2+x)+sqrt(x^2-x)}

I could use L'Hopital's rule here, but that just makes the expression more ugly and my professor recommended another way to solve it (but I've forgotten his recommendation!). The idea was something like this though:

We notice that the denominator looks a lot like \sqrt{x^2}+\sqrt{x^2} that is 2x suggesting the limit is 1. However, we have to deal with the other terms in the denominator to justify that answer.
 
Physics news on Phys.org
Heute said:

Homework Statement



find the limit of \sqrt{x^2+x}-\sqrt{x^2-x} as x approaches infinity

Homework Equations





The Attempt at a Solution




Multiplying the original expression by
\frac{sqrt(x^2+x)+sqrt(x^2-x)}{sqrt(x^2+x)+sqrt(x^2-x)}

I get the following:

\frac{2x}{sqrt(x^2+x)+sqrt(x^2-x)}

I could use L'Hopital's rule here, but that just makes the expression more ugly and my professor recommended another way to solve it (but I've forgotten his recommendation!). The idea was something like this though:

We notice that the denominator looks a lot like \sqrt{x^2}+\sqrt{x^2} that is 2x suggesting the limit is 1. However, we have to deal with the other terms in the denominator to justify that answer.
Factor the expressions in each of the radicals in the denominator like so:
x2(1 + 1/x) and x2(1 - 1/x)

Now bring the x2 factors out of the radicals and factor the resulting expression. You should be able to evaluate the limit then.
 
Ah! It's so obvious now! Thanks.
 
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