Finding the limit of a function with absolute values.

drunkenfool
Messages
29
Reaction score
0
I need a little help and reassurance here.

The question is as follows,

Find the following limit, if it exists.

\lim_{x \rightarrow 1} \frac{x ^ 2 + |x -1| - 1}{|x-1|}

Here is what I did, first I did the two one-sided limits, as \lim_{x \rightarrow 1^+} and as \lim_{x \rightarrow 1^-}. (the values in the absolute value would be (x-1) and -(x-1) respectively, in this case) The answers I got were 3 and -1 respectively. Since the one-sided limits aren't the same, I concluded that the limit for this function does not exist. Am I correct?
 
Last edited:
Physics news on Phys.org
Makes sense to me.
 
One correction: the limit as x approaches 1 from below, \lim_{x \rightarrow 1^-}, is 1, not -1. Of course, the limit still doesn't exist.
 
Oh, how so? Am I doing this right?

=\frac{x ^ 2 + |x -1| - 1}{|x-1|}
=\frac{x ^ 2 + -(x -1) - 1}{-(x-1)}
=\frac{x ^ 2 -x}{-(x-1)}
=\frac{-x (1-x)}{1-x}
=-x
=-1
 
drunkenfool said:
Oh, how so? Am I doing this right?

=\frac{x ^ 2 + |x -1| - 1}{|x-1|}
=\frac{x ^ 2 + -(x -1) - 1}{-(x-1)}
=\frac{x ^ 2 -x}{-(x-1)}
=\frac{-x (1-x)}{1-x}
=-x
=-1
Yes, -1 is the correct answer. However, it's not very clear the way you wrote it. Why are your equal signs all fly off to the numerator, and where are all the lim notation?
----------------
Or you may try to get rid of the |x - 1| in the numerator first, and then apply the limit:
\lim_{x \rightarrow 1 ^ -} \frac{x ^ 2 - 1 + |x - 1|}{|x - 1|}
= 1 + \lim_{x \rightarrow 1 ^ -} \frac{x ^ 2 - 1}{|x - 1|}
= 1 - \lim_{x \rightarrow 1 ^ -} \frac{(x - 1)(x + 1)}{x - 1}
= 1 - \lim_{x \rightarrow 1 ^ -} (x + 1)
= -1.
 
Oh, I really don't know my way around the latex codes, so that's why you see all the errors. Thanks a lot, you guys.
 
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...

Similar threads

Back
Top