Question about absolute value limits?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
emlekarc
Messages
27
Reaction score
0
When do you check the limit from the right and left of a limit with an absolute value in the numerator or denominator?

For example, why do you check the limit from both sides of:

Lim x -> 3/2 (2x^2-3x)/absolute value(2x-3)

But only the left side of:

limit as x approaches -2

(2-absolute value x)/(2+x)
 
Physics news on Phys.org
If the thing inside the absolute value is equal to zero when you plug in the limiting value of x, then depending on whether x is a little bigger or a little smaller it will change how the absolute value acts on the expression inside of it. For example

[tex]\lim_{x\to 3/2} \frac{...}{|2x-3|}[/tex]
if x = 3/2, 2x-3 = 0. So if x > 3/2, |2x-3| = 2x-3, but if x < 3/2, |2x-3| = 3-2x and you need to be careful about this distinction.

On the other hand, if x = -2, 2-x = 4. So if x > -2 by a little bit, |2-x| = 2-x, but if x < -2 by a little bit, |2-x| = 2-x still. In both cases you get the same expression when you drop the absolute value sign.