Find the Limit: x→0 of 1-sqrt(x^2-1)/x^2

  • Thread starter Thread starter andrewjacobs
  • Start date Start date
  • Tags Tags
    Limit
andrewjacobs
Messages
1
Reaction score
0

Homework Statement


2. Find the limit.
lim
x->0
for
1-sqrt(x^2-1)
---------------
x^2

Homework Equations


No clue, that's why I am asking.


The Attempt at a Solution


I inverted the signs and multiplied by sqrt(x^1+1)+1
So:
sqrt(x^2+1)-1 sqrt(x^2+1)+1
--------------- * --------------
-(x^2) sqrt(x^2+1)+1
and came up with
x+1-1
----------------------
-(x^2)*sqrt(x^2+1)+1
which gave me
0/2

I am sure this isn't correct, but I do not know were I messed up.
 
Physics news on Phys.org
(sqrt(x^2+1)-1)*(sqrt(x^2+1)+1)=(x^2+1)-1. Now isn't it? Not (x+1)-1. As (a+b)*(a-b)=a^2-b^2?
 
when i graphed it, i found the answer to be
infinity - infinity*i
or
(1-i)*infinity
none of those answer sound like what a teacher would be looking for, so i would guess the answer is either "limit does not exsist" or you copied the problem wrong
 
andrewjacobs said:

Homework Statement


2. Find the limit.
lim
x->0
for
1-sqrt(x^2-1)
---------------
x^2

Homework Equations


No clue, that's why I am asking.


The Attempt at a Solution


I inverted the signs and multiplied by sqrt(x^1+1)+1
So:
sqrt(x^2+1)-1 sqrt(x^2+1)+1
--------------- * --------------
-(x^2) sqrt(x^2+1)+1
and came up with
x+1-1
----------------------
-(x^2)*sqrt(x^2+1)+1
which gave me
0/2

I am sure this isn't correct, but I do not know were I messed up.
Your method is perfectly good. You algebra needs some work!
First you can't just change the x^2- 1 inside the square root into x^2+ 1 by "inverting the sign". Second, (1- sqrt(x^2+ 1))(1+ sqrt(x^2+ 1))= 1- (x^2+11)= -x^2.

In any case, if you just let x= 0 in the original form, you get (1- i)/0. Since the numerator is not 0, that limit does not exist.
 
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