Question

How to evaluate limits by simplifying algebraic expressions and using one-sided behavior

Original question: btw for these quesitons here, i can jus think of it like simplifying the function by like conjugate or factoring stuff to get a different function (fundamentally the same) where I can sub in my value right? (a) $\lim_{x\to 2}\frac{x^2-4}{x-2}$; (b) $\lim_{x\to 1^-}(|x-1|-2)$;

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: These two limit questions look different on the surface, but they share the same habit: first check whether the expression can be simplified, then see whether the function approaches the target value from the correct side. That mindset saves a lot of time on basic calculus limits.

Step by step

(a) limx2x24x2\lim_{x\to 2}\frac{x^2-4}{x-2}

Factor the numerator:

x24=(x2)(x+2)x^2-4=(x-2)(x+2)

So for x2x\neq 2,

x24x2=x+2\frac{x^2-4}{x-2}=x+2

Now the limit is easy:

limx2(x+2)=4\lim_{x\to 2}(x+2)=4

(b) limx1(x12)\lim_{x\to 1^-}(|x-1|-2)

Because x1x\to 1^-, we have x<1x<1, so x1<0x-1<0. That means

x1=(x1)=1x|x-1|=-(x-1)=1-x

Substitute that in:

x12=(1x)2=x1|x-1|-2=(1-x)-2=-x-1

Now take the limit from the left:

limx1(x1)=2\lim_{x\to 1^-}(-x-1)=-2

Final answers

  • (a) 44
  • (b) 2-2

The main idea is exactly what you said: rewrite the expression into something equivalent near the point, then substitute or evaluate the one-sided form carefully.

Pitfall alert

A common slip is to cancel factors and then forget the domain restriction. You may simplify x24x2\frac{x^2-4}{x-2} to x+2x+2, but only for x2x\neq 2; that is fine for limits because limits care about nearby values, not the value at the point itself. For the absolute value limit, the usual mistake is treating x1|x-1| as x1x-1 even when approaching from the left. One-sided limits need the correct sign case.

Try different conditions

If the first limit were one-sided, limx2x24x2\lim_{x\to 2^-}\frac{x^2-4}{x-2} and limx2+x24x2\lim_{x\to 2^+}\frac{x^2-4}{x-2} would both still be 44 because the simplified form x+2x+2 works on both sides near 22. For the second expression, if the limit were limx1+(x12)\lim_{x\to 1^+}(|x-1|-2), then x1=x1|x-1|=x-1 and the limit would be 2-2 as well. In this case the left and right limits match, so the two-sided limit would also be 2-2.

Further reading

factoring limits, absolute value one-sided limits, removable discontinuity

FAQ

How do you evaluate a limit by simplifying the expression first?

Factor or rewrite the expression so it becomes easier to analyze near the target value. For example, (x^2-4)/(x-2) simplifies to x+2 for x not equal to 2, so the limit as x approaches 2 is 4.

How do you handle a one-sided limit with an absolute value?

Use the sign of the expression inside the absolute value on that side. If x approaches 1 from the left, then x-1 is negative, so |x-1| = -(x-1).

chat