Finding the limit of a function with absolute values.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 39K views
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.

[tex]\lim_{x \rightarrow 1} \frac{x ^ 2 + |x -1| - 1}{|x-1|}[/tex]

Here is what I did, first I did the two one-sided limits, as [tex]\lim_{x \rightarrow 1^+}[/tex] and as [tex]\lim_{x \rightarrow 1^-}[/tex]. (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.
 
Oh, how so? Am I doing this right?

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

=[tex]\frac{x ^ 2 + |x -1| - 1}{|x-1|}[/tex]
=[tex]\frac{x ^ 2 + -(x -1) - 1}{-(x-1)}[/tex]
=[tex]\frac{x ^ 2 -x}{-(x-1)}[/tex]
=[tex]\frac{-x (1-x)}{1-x}[/tex]
=[tex]-x[/tex]
=[tex]-1[/tex]
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:
[tex]\lim_{x \rightarrow 1 ^ -} \frac{x ^ 2 - 1 + |x - 1|}{|x - 1|}[/tex]
[tex]= 1 + \lim_{x \rightarrow 1 ^ -} \frac{x ^ 2 - 1}{|x - 1|}[/tex]
[tex]= 1 - \lim_{x \rightarrow 1 ^ -} \frac{(x - 1)(x + 1)}{x - 1}[/tex]
[tex]= 1 - \lim_{x \rightarrow 1 ^ -} (x + 1)[/tex]
[tex]= -1[/tex].
 
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.