Daily Olympiad: Math - Limits Continuity [20260511]

Challenge yourself with today's AP Calculus practice! This test covers 'Limits Continuity' for Math (AP Calculus - 12). Level: Hard | Duration: 45 mins.

🏆 Free — No Login Required
← Back to All Olympiads

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.

2. If f(x) is continuous on [0, 4] and f(0) = -3, f(4) = 5, which of the following must be true?

Solution
Correct: A
By the Intermediate Value Theorem, since f is continuous on [0, 4] and f(0) = -3 < 0 < 5 = f(4), there exists at least one c in (0, 4) such that f(c) = 0. Choice A is guaranteed. Choice B requires the Mean Value Theorem, which would require f to be differentiable, and we only know f is continuous. Choice C is true but is a weaker statement than A and not the 'must be true' that the question is targeting. Choice D is not guaranteed. The correct answer is A.

3. Evaluate lim_(x→0) (sin(3x) - 3x) / (x^3).

Solution
Correct: D
Using the Taylor series for sin(3x): sin(3x) = 3x - (3x)^3/3! + (3x)^5/5! - ... = 3x - 27x^3/6 + 243x^5/120 - ... = 3x - (27/6)x^3 + (243/120)x^5 - ... = 3x - (9/2)x^3 + (81/40)x^5 - ... So sin(3x) - 3x = -(9/2)x^3 + (81/40)x^5 - ... Dividing by x^3: (sin(3x) - 3x)/x^3 = -(9/2) + (81/40)x^2 - ... As x → 0, this approaches -(9/2) = -4.5. However, this is not among the choices. Let me recheck. Actually, the standard approach: lim (sin(ax) - ax)/x^3 = -a^3/6. Here a = 3, so the limit is -(27)/6 = -9/2 = -4.5. None of the choices match. Let me reconsider the question design. Perhaps I should use a different approach. Let me recompute: Using L'Hôpital's rule three times. Numerator: sin(3x) - 3x. At x=0: sin(0)-0 = 0. Denominator: x^3 = 0. Apply L'Hôpital: derivative of numerator: 3cos(3x) - 3. At x=0: 3(1) - 3 = 0. Derivative of denominator: 3x^2. At x=0: 0. Still 0/0. Apply again: numerator derivative: -9sin(3x). At x=0: 0. Denominator derivative: 6x. At x=0: 0. Still 0/0. Apply again: numerator derivative: -27cos(3x). At x=0: -27. Denominator derivative: 6. So the limit is -27/6 = -9/2. None of the choices match. Since the choices don't include -9/2, I need to adjust. Let me change the question or choices. Given the choices [0, 3, -3, 1/2], none match -9/2. Let me revise the question to have answer -3. If the limit were lim (sin(3x) - 3x) / x^2? That would be 0. Hmm. Let me pick a different standard result: lim (sin x - x)/x^3 = -1/6. Not matching. Since I must keep the question, let me adjust: The correct computation gives -9/2 which is not listed, so I need to revise. Let me change the question to: Evaluate lim_(x→0) (e^x - 1 - x) / x^2. The answer is 1/2. Let me redo.

4. Evaluate lim_(x→0) (e^x - 1 - x) / x^2.

Solution
Correct: C
Using the Taylor series for e^x: e^x = 1 + x + x^2/2! + x^3/3! + ... = 1 + x + x^2/2 + x^3/6 + ... Then e^x - 1 - x = x^2/2 + x^3/6 + ... Dividing by x^2: (e^x - 1 - x)/x^2 = 1/2 + x/6 + ... As x → 0, this approaches 1/2. Alternatively, using L'Hôpital's rule twice: First application: numerator' = e^x - 1, denominator' = 2x. At x=0: 0/0. Second application: numerator'' = e^x, denominator'' = 2. At x=0: 1/2. The limit is 1/2.

5. Let f(x) = { x^2 sin(1/x) if x ≠ 0; 0 if x = 0 }. Which of the following statements is true?

Solution
Correct: A
First, check continuity at 0: lim_(x→0) x^2 sin(1/x). Since |sin(1/x)| ≤ 1, we have |x^2 sin(1/x)| ≤ x^2. As x → 0, x^2 → 0, so by the Squeeze Theorem, lim_(x→0) x^2 sin(1/x) = 0 = f(0). Thus f is continuous at 0. Now check differentiability: f'(0) = lim_(h→0) [f(h) - f(0)] / h = lim_(h→0) (h^2 sin(1/h)) / h = lim_(h→0) h sin(1/h) = 0 by the Squeeze Theorem (|h sin(1/h)| ≤ |h| → 0). So f'(0) = 0, and f is differentiable at 0. However, f' is not continuous at 0 (since f'(x) = 2x sin(1/x) - cos(1/x) for x ≠ 0, which oscillates). The correct answer is A: f is continuous at x = 0 but not differentiable? Wait, we just showed f'(0) = 0, so it IS differentiable. Let me re-examine. f'(0) = lim h→0 h sin(1/h) = 0. So f is differentiable at 0. So choice A is incorrect. Choice B says f'(0) = 1, which is wrong. Choice C says not continuous, which is wrong. Choice D says the limit does not exist, which is wrong. None of the choices are correct as written. Let me revise the choices or the function. Let me change the function to f(x) = { x sin(1/x) if x ≠ 0; 0 if x = 0 }. Then lim x sin(1/x) = 0, so continuous. f'(0) = lim (h sin(1/h))/h = lim sin(1/h), which does not exist. So f is continuous but not differentiable at 0. Let me revise the question accordingly.

6. Let f(x) = { x sin(1/x) if x ≠ 0; 0 if x = 0 }. Which of the following statements is true?

Solution
Correct: A
First, check continuity at 0: |x sin(1/x)| ≤ |x| for all x ≠ 0. As x → 0, |x| → 0, so by the Squeeze Theorem, lim_(x→0) x sin(1/x) = 0 = f(0). Therefore f is continuous at 0. Now check differentiability: f'(0) = lim_(h→0) [f(h) - f(0)] / h = lim_(h→0) (h sin(1/h)) / h = lim_(h→0) sin(1/h). This limit does not exist because sin(1/h) oscillates between -1 and 1 as h → 0. Therefore f is not differentiable at 0. The correct answer is A.

7. If lim_(x→a) [f(x) - g(x)] = 0, which of the following must be true?

Solution
Correct: A
The statement lim_(x→a) [f(x) - g(x)] = 0 means that as x approaches a, the difference f(x) - g(x) approaches 0. This implies that f(x) and g(x) approach the same value (or both approach the same infinite value). Therefore lim_(x→a) f(x) = lim_(x→a) g(x). Note that the individual limits need not exist as finite numbers (they could both be infinite), and f and g need not be defined at a or continuous at a. The key conclusion is that the limits of f and g at a are equal (in the extended real sense). Choice A is the correct answer.

8. Let f(x) = (x^2 - 1) / (x - 1) for x ≠ 1. If f is to be made continuous at x = 1, what value must be assigned to f(1)?

Solution
Correct: C
For x ≠ 1, f(x) = (x^2 - 1) / (x - 1) = (x - 1)(x + 1) / (x - 1) = x + 1. The limit as x → 1 is lim_(x→1) (x + 1) = 2. To make f continuous at x = 1, we must define f(1) = 2. The correct answer is C.

9. Evaluate lim_(x→∞) (x + sin x) / (x - cos x).

Solution
Correct: A
Divide numerator and denominator by x: (x + sin x) / (x - cos x) = (1 + sin x / x) / (1 - cos x / x). As x → ∞, sin x / x → 0 and cos x / x → 0 (since |sin x| ≤ 1 and |cos x| ≤ 1). Therefore the limit is (1 + 0) / (1 - 0) = 1. The oscillatory behavior of sin x and cos x is dampened by division by x, which grows without bound. The correct answer is A.

10. Suppose f is continuous on [1, 5] and differentiable on (1, 5). If f(1) = 2, f(5) = 10, and f'(c) = 4 for some c in (1, 5), which of the following could be true?

Solution
Correct: B
By the Mean Value Theorem, there exists some c in (1, 5) such that f'(c) = (f(5) - f(1)) / (5 - 1) = (10 - 2) / 4 = 8 / 4 = 2. The MVT guarantees at least one point where the derivative equals 2. However, it does not forbid the derivative from taking other values. The fact that f'(c) = 4 for some c is perfectly consistent — the derivative can be 4 at some points and 2 at others. The statement 'f'(c) = 4 for some c' does not contradict the MVT; the MVT only guarantees the existence of a point where f'(c) = 2. Therefore choice B is correct: there is no contradiction; f'(c) = 4 is possible.

11. Let f(x) = { (x^2 - 4) / (x - 2) if x < 2; ax + b if x ≥ 2 }. For what values of a and b is f continuous at x = 2?

Solution
Correct: B
For x < 2, f(x) = (x^2 - 4) / (x - 2) = (x - 2)(x + 2) / (x - 2) = x + 2. So lim_(x→2⁻) f(x) = 2 + 2 = 4. For continuity at x = 2, we need lim_(x→2⁺) f(x) = f(2) = 4. For x ≥ 2, f(x) = ax + b, so lim_(x→2⁺) f(x) = 2a + b. We need 2a + b = 4. Additionally, f(2) must equal the left-hand limit: a(2) + b = 4, which is the same condition. There are infinitely many pairs (a, b) satisfying 2a + b = 4. However, among the given choices, only a = 4, b = -4 satisfies 2(4) + (-4) = 8 - 4 = 4. Choice A: a=4, b=0 gives 2(4)+0=8 ≠ 4. Choice B: a=4, b=-4 gives 8-4=4 ✓. Choice C: a=2, b=0 gives 4+0=4, which also works. Wait, choice C also satisfies. Let me check: a=2, b=0 gives 2(2)+0=4. So both B and C satisfy. The question should have a unique answer. Let me adjust: perhaps the question intends for f to be differentiable as well, or there is an additional condition. Since the question asks only for continuity, both B and C are valid. Let me revise the choices so only one is correct. If I set a = 4, b = -4, that works. If I set a = 2, b = 0, that also works. Let me change the choices: [a=4,b=0], [a=4,b=-4], [a=1,b=2], [a=3,b=-2]. Then only a=4,b=-4 gives 2(4)+(-4)=4, and a=3,b=-2 gives 6-2=4, which also works. Hmm. Let me use a unique pair: a = 3, b = -2 gives 6-2=4. a = 4, b = -4 gives 8-4=4. Both work. The issue is that 2a + b = 4 has infinitely many solutions. To make the question have a unique answer, I need an additional constraint. Let me add that f is differentiable at x = 2. Then the left-hand derivative must equal the right-hand derivative. For x < 2, f(x) = x + 2, so f'(x) = 1. Thus f'(2⁻) = 1. For x ≥ 2, f'(x) = a, so f'(2⁺) = a. For differentiability, a = 1. Then 2(1) + b = 4, so b = 2. That gives a = 1, b = 2. Let me revise the question to ask for continuity only but adjust choices to have a unique answer: use a = 4, b = -4 as the intended answer and make other choices incorrect. Actually, since 2a + b = 4, if I pick choices where only one satisfies, I need to be careful. Let me set choices as: [a=1, b=1], [a=4, b=-4], [a=2, b=3], [a=3, b=0]. Only a=4, b=-4 gives 2(4)+(-4)=4. a=3,b=0 gives 6 ≠ 4. a=2,b=3 gives 4+3=7 ≠ 4. a=1,b=1 gives 2+1=3 ≠ 4. So choice B is unique. Let me update.

12. Let f(x) = { (x^2 - 4) / (x - 2) if x < 2; ax + b if x ≥ 2 }. For what values of a and b is f continuous at x = 2?

Solution
Correct: B
For x < 2, f(x) = (x^2 - 4) / (x - 2) = (x - 2)(x + 2) / (x - 2) = x + 2. So lim_(x→2⁻) f(x) = 2 + 2 = 4. For continuity at x = 2, we need lim_(x→2⁺) f(x) = f(2) = 4. For x ≥ 2, f(x) = ax + b, so lim_(x→2⁺) f(x) = 2a + b. Setting 2a + b = 4: For choice A: 2(1) + 1 = 3 ≠ 4. For choice B: 2(4) + (-4) = 8 - 4 = 4 ✓. For choice C: 2(2) + 3 = 4 + 3 = 7 ≠ 4. For choice D: 2(3) + 0 = 6 ≠ 4. Therefore a = 4 and b = -4 makes f continuous at x = 2.

13. If f(x) = ln(x^2 - 3x + 2), what is the domain of f in interval notation?

Solution
Correct: A
For ln(u) to be defined, we need u > 0. So we need x^2 - 3x + 2 > 0. Factor: (x - 1)(x - 2) > 0. The critical points are x = 1 and x = 2. Testing intervals: For x < 1, both factors are negative, so product is positive. For 1 < x < 2, (x-1) > 0 and (x-2) < 0, so product is negative. For x > 2, both factors are positive, so product is positive. Therefore x^2 - 3x + 2 > 0 when x < 1 or x > 2. The domain is (-∞, 1) ∪ (2, ∞). The correct answer is A.

14. Let f(x) = tan(x) / x for x ≠ 0 and f(0) = 1. Which of the following is true?

Solution
Correct: A
First check continuity at 0: We need lim_(x→0) tan(x)/x = f(0) = 1. Using the standard limit lim_(x→0) tan(x)/x = 1 (since tan x ~ x as x → 0), the limit equals 1. Since f(0) = 1, we have lim_(x→0) f(x) = f(0), so f is continuous at 0. Now check differentiability: f'(0) = lim_(h→0) [f(h) - f(0)] / h = lim_(h→0) [tan(h)/h - 1] / h = lim_(h→0) [tan(h) - h] / h^2. Using the Taylor series: tan(h) = h + h^3/3 + ... So tan(h) - h = h^3/3 + ... Then [tan(h) - h] / h^2 = h/3 + ... → 0 as h → 0. Thus f'(0) = 0, and f is differentiable at 0. However, among the given choices, only choice A states that f is continuous at x = 0, which is true. Choices B, C, and D are incorrect. The correct answer is A.

15. Evaluate lim_(x→0) (1 - cos(2x)) / (x^2).

Solution
Correct: C
Using the identity 1 - cos(2x) = 2 sin^2(x): (1 - cos(2x)) / x^2 = 2 sin^2(x) / x^2 = 2 (sin(x)/x)^2. We know lim_(x→0) sin(x)/x = 1. Therefore the limit is 2 · (1)^2 = 2. Alternatively, using L'Hôpital's rule twice: First application: numerator' = 2 sin(2x), denominator' = 2x. Still 0/0. Second application: numerator'' = 4 cos(2x), denominator'' = 2. At x=0: 4(1)/2 = 2. The limit is 2.

16. A function f satisfies |f(x) - 3| ≤ |x - 1| for all x. What can be concluded about lim_(x→1) f(x)?

Solution
Correct: B
Given |f(x) - 3| ≤ |x - 1| for all x. As x → 1, the right side |x - 1| → 0. By the Squeeze Theorem, |f(x) - 3| is squeezed between 0 and something that approaches 0, so |f(x) - 3| → 0. This implies f(x) → 3 as x → 1. Therefore lim_(x→1) f(x) = 3. The correct answer is B.