1. Let f(x) = (x^2 - 4) / (|x - 2| * (x - 2)). What is lim_(x→2) f(x)?
Solution
Correct: D
For x > 2, |x - 2| = x - 2, so f(x) = (x^2 - 4) / ((x - 2)(x - 2)) = (x + 2) / (x - 2). As x → 2⁺, f(x) → 4 / 0⁺ → +∞. For x < 2, |x - 2| = -(x - 2), so f(x) = (x^2 - 4) / (-(x - 2)^2) = -(x + 2) / (x - 2). As x → 2⁻, f(x) → -4 / 0⁻ → +∞. Wait, let me recalculate carefully. For x > 2: |x-2| = x-2, so denominator = (x-2)(x-2) = (x-2)². Numerator = (x-2)(x+2). So f(x) = (x+2)/(x-2). As x→2⁺, (x+2)→4, (x-2)→0⁺, so f(x)→+∞. For x < 2: |x-2| = -(x-2), so denominator = -(x-2)(x-2) = -(x-2)². Numerator = (x-2)(x+2). So f(x) = (x+2)/(-(x-2)) = -(x+2)/(x-2). As x→2⁻, numerator → -4, denominator (x-2)→0⁻, so -(4)/(0⁻) = -4/0⁻. Since denominator is negative approaching zero, -4 divided by a small negative is positive infinity. Wait: (x-2)→0⁻, so 1/(x-2)→-∞, then -(x+2)→-4, so (-4)·(-∞) = +∞. Both sides give +∞. But the question asks for the limit value. Since both one-sided limits approach +∞, we say the limit is +∞, which is not a finite value. However, among the given choices, 'The limit does not exist' is the best answer since the limit diverges to infinity and is not a finite number. Actually, let me reconsider: if both sides approach +∞, some textbooks say the limit is +∞ (in the extended real numbers). But in AP Calculus, when a limit is infinite, it is said not to exist. Therefore the answer is: The limit does not exist.