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
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)
Factor the numerator:
So for ,
Now the limit is easy:
(b)
Because , we have , so . That means
Substitute that in:
Now take the limit from the left:
Final answers
- (a)
- (b)
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 to , but only for ; 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 as even when approaching from the left. One-sided limits need the correct sign case.
Try different conditions
If the first limit were one-sided, and would both still be because the simplified form works on both sides near . For the second expression, if the limit were , then and the limit would be as well. In this case the left and right limits match, so the two-sided limit would also be .
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).