How do you find the limit of #| x - 5 |# as x approaches #5#?

2 Answers
Oct 13, 2016

0

Explanation:

#abs(x-5)# is a continuous funtion so #lim_(x to 5) abs ( x-5) = abs (5 - 5) = 0#

Oct 13, 2016

If you are doing this to prove that the function is continuous, rewrite using the definition of absolute value.

Explanation:

#absu = {(u," if ",u >= 0),(-u," if ",u < 0) :}#

With #u = x-5#, the condition #u >= 0# becomes #x-5 >= 0# which is equivalent to #x >= 5#.
Similarly #u < 0#, becomes #x < 5#.

So,

#abs(x-5) = {(x-5," if ",x >= 5),(-(x-5)," if ",x < 5) :}#

#lim_(xrarr5^+)abs(x-5) = lim_(xrarr5^+)(x-5) = 0#
and
#lim_(xrarr5^-)abs(x-5) = lim_(xrarr5^-)(-(x-5)) = -(0)=0#

Since both one-sided limits are #0#, the limit is #0#.