Calculus 1 Quiz: Continuity Over An Interval
20 questions · exam conditions
0:00
Continuity Over An IntervalQuestion 1 of 20

Let f(x)={x24x2x<2ax2bx+32x<32xa+bx3f(x) = \begin{cases} \frac{x^2-4}{x-2} & x < 2 \\ ax^2-bx+3 & 2 \le x < 3 \\ 2x-a+b & x \ge 3 \end{cases}. For which values of aa and bb is f(x)f(x) continuous everywhere?

a=12,b=12a = \frac{1}{2}, b = \frac{1}{2}
a=1,b=1a = 1, b = 1
a=12,b=12a = \frac{1}{2}, b = -\frac{1}{2}
a=32,b=12a = \frac{3}{2}, b = \frac{1}{2}
← Back to quizzes

Calculus 1 Quiz

Calculus 1 Quiz: Continuity Over An Interval

Practice Continuity Over An Interval in Calculus 1 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Continuity Over An Interval, giving you a quick way to practice the rules, question types, and explanations that matter most for Calculus 1.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let f(x)={x24x2x<2ax2bx+32x<32xa+bx3f(x) = \begin{cases} \frac{x^2-4}{x-2} & x < 2 \\ ax^2-bx+3 & 2 \le x < 3 \\ 2x-a+b & x \ge 3 \end{cases}. For which values of aa and bb is f(x)f(x) continuous everywhere?

  1. a=12,b=12a = \frac{1}{2}, b = \frac{1}{2} (correct answer)
  2. a=1,b=1a = 1, b = 1
  3. a=12,b=12a = \frac{1}{2}, b = -\frac{1}{2}
  4. a=32,b=12a = \frac{3}{2}, b = \frac{1}{2}
Explanation: First, check continuity at x=2x=2. The left-hand limit is limx2x24x2=limx2(x+2)=4\lim_{x\to 2^-} \frac{x^2-4}{x-2} = \lim_{x\to 2^-} (x+2) = 4. The right-hand limit and function value are a(22)b(2)+3=4a2b+3a(2^2) - b(2) + 3 = 4a - 2b + 3. So we must have 4a2b+3=44a - 2b + 3 = 4, which simplifies to 4a2b=14a - 2b = 1. Next, check continuity at x=3x=3. The left-hand limit is a(32)b(3)+3=9a3b+3a(3^2) - b(3) + 3 = 9a - 3b + 3. The right-hand limit is 2(3)a+b=6a+b2(3) - a + b = 6 - a + b. Setting them equal: 9a3b+3=6a+b9a - 3b + 3 = 6 - a + b, which simplifies to 10a4b=310a - 4b = 3. Now we solve the system: (1) 4a2b=14a - 2b = 1 and (2) 10a4b=310a - 4b = 3. Multiply equation (1) by 2 to get 8a4b=28a - 4b = 2. Subtract this from equation (2): (10a4b)(8a4b)=32(10a - 4b) - (8a - 4b) = 3 - 2, which gives 2a=12a = 1, so a=12a = \frac{1}{2}. Substitute this into 4a2b=14a - 2b = 1: 4(12)2b=1    22b=1    2b=1    b=124(\frac{1}{2}) - 2b = 1 \implies 2 - 2b = 1 \implies -2b = -1 \implies b = \frac{1}{2}.

Question 2

Find the largest value bb such that the function f(x)=ln(x2x12)f(x) = \ln(x^2-x-12) is continuous on the interval (,b)(-\infty, b).

  1. 4-4
  2. 3-3 (correct answer)
  3. 33
  4. 44
Explanation: The natural logarithm function ln(u)\ln(u) is continuous for u>0u > 0. Thus, we need x2x12>0x^2-x-12 > 0. Factoring the quadratic, we get (x4)(x+3)>0(x-4)(x+3) > 0. The roots are at x=4x=4 and x=3x=-3. The parabola opens upwards, so the expression is positive when x>4x > 4 or x<3x < -3. The domain of f(x)f(x) is (,3)(4,)(-\infty, -3) \cup (4, \infty). The function is continuous on these two disjoint intervals. We are looking for the largest value bb such that the interval (,b)(-\infty, b) is a subset of the domain. This corresponds to the interval (,3)(-\infty, -3). Thus, the largest possible value for bb is 3-3.

Question 3

Let f(x)=exf(x) = e^x and g(x)=cos(x)g(x) = \cos(x). The Intermediate Value Theorem guarantees that the equation f(x)=2g(x)f(x)=2g(x) has a solution on which of the following intervals?

  1. [π,π2][-\pi, -\frac{\pi}{2}]
  2. [π2,0][-\frac{\pi}{2}, 0]
  3. [0,π2][0, \frac{\pi}{2}] (correct answer)
  4. [π2,π][\frac{\pi}{2}, \pi]
Explanation: To apply the IVT, we want to find a root of the function h(x)=f(x)2g(x)=ex2cos(x)h(x) = f(x) - 2g(x) = e^x - 2\cos(x). This function is continuous everywhere. We need to find an interval [a,b][a, b] where h(a)h(a) and h(b)h(b) have opposite signs. Let's test the intervals. A) h(π)=eπ2cos(π)=eπ2(1)=eπ+2>0h(-\pi) = e^{-\pi} - 2\cos(-\pi) = e^{-\pi} - 2(-1) = e^{-\pi}+2 > 0. h(π2)=eπ/22cos(π2)=eπ/20>0h(-\frac{\pi}{2}) = e^{-\pi/2} - 2\cos(-\frac{\pi}{2}) = e^{-\pi/2} - 0 > 0. No guarantee. B) h(π2)>0h(-\frac{\pi}{2}) > 0. h(0)=e02cos(0)=12(1)=1<0h(0) = e^0 - 2\cos(0) = 1 - 2(1) = -1 < 0. The sign changes from positive to negative. However, this is not an option. Let me re-check. No, this interval isn't an option. Let's check C. h(0)=1<0h(0) = -1 < 0. h(π2)=eπ/22cos(π2)=eπ/20>0h(\frac{\pi}{2}) = e^{\pi/2} - 2\cos(\frac{\pi}{2}) = e^{\pi/2} - 0 > 0. The sign changes from negative to positive on [0,π2][0, \frac{\pi}{2}], so the IVT guarantees a solution in this interval. D) h(π2)>0h(\frac{\pi}{2}) > 0. h(π)=eπ2cos(π)=eπ2(1)=eπ+2>0h(\pi) = e^{\pi} - 2\cos(\pi) = e^{\pi} - 2(-1) = e^{\pi}+2 > 0. No guarantee.

Question 4

For what values of the constants aa and bb is the function f(x)f(x) continuous on (,)(-\infty, \infty)?

  1. a=34,b=14a = \frac{3}{4}, b = -\frac{1}{4} (correct answer)
  2. a=12,b=32a = \frac{1}{2}, b = -\frac{3}{2}
  3. a=1,b=1a = 1, b = 1
  4. a=34,b=14a = \frac{3}{4}, b = \frac{1}{4}
Explanation: For continuity at x=1x=-1, the left-hand limit must equal the right-hand limit: a(1)b=2(1)2+3a(1)+ba(-1)-b = 2(-1)^2+3a(-1)+b, which simplifies to ab=23a+b-a-b = 2-3a+b, or 2a2b=22a-2b=2, so ab=1a-b=1. For continuity at x=1x=1, the left-hand limit must equal the right-hand limit: 2(1)2+3a(1)+b=42(1)^2+3a(1)+b = 4, which simplifies to 2+3a+b=42+3a+b=4, or 3a+b=23a+b=2. We now have a system of two linear equations: ab=1a-b=1 and 3a+b=23a+b=2. Adding the two equations gives 4a=34a=3, so a=34a=\frac{3}{4}. Substituting this into ab=1a-b=1 gives 34b=1\frac{3}{4}-b=1, so b=341=14b = \frac{3}{4}-1 = -\frac{1}{4}.

Question 5

Let g(x)={2x+5if x2ax2+bif 2<x<13xif x1g(x) = \begin{cases} 2x+5 & \text{if } x \le -2 \\ ax^2+b & \text{if } -2 < x < 1 \\ 3-x & \text{if } x \ge 1 \end{cases}. For what values of aa and bb is the function gg continuous on (,)(-\infty, \infty)? What is the value of aba-b?

  1. 83-\frac{8}{3} (correct answer)
  2. 43-\frac{4}{3}
  3. 22
  4. 53\frac{5}{3}
Explanation: For gg to be continuous, the pieces must meet at the breakpoints x=2x=-2 and x=1x=1. At x=2x=-2: limx2g(x)=2(2)+5=1\lim_{x\to -2^-} g(x) = 2(-2)+5 = 1. limx2+g(x)=a(2)2+b=4a+b\lim_{x\to -2^+} g(x) = a(-2)^2+b = 4a+b. So, we must have 4a+b=14a+b=1. At x=1x=1: limx1g(x)=a(1)2+b=a+b\lim_{x\to 1^-} g(x) = a(1)^2+b = a+b. limx1+g(x)=31=2\lim_{x\to 1^+} g(x) = 3-1 = 2. So, we must have a+b=2a+b=2. We now solve the system of linear equations:
  1. 4a+b=14a+b=1
  2. a+b=2a+b=2 Subtracting (2) from (1) gives 3a=13a = -1, so a=1/3a = -1/3. Substituting a=1/3a=-1/3 into (2) gives (1/3)+b=2(-1/3)+b=2, so b=7/3b = 7/3. The question asks for aba-b: ab=1/37/3=8/3a-b = -1/3 - 7/3 = -8/3.

Question 6

Let the function ff be defined by f(x)={ax21if x<2bif x=2x+aif x>2f(x) = \begin{cases} ax^2 - 1 & \text{if } x < 2 \\ b & \text{if } x = 2 \\ x+a & \text{if } x > 2 \end{cases}. If ff is continuous on the interval [0,4][0, 4], what is the value of bb?

  1. 11
  2. 33 (correct answer)
  3. 55
  4. 77
Explanation: For ff to be continuous at x=2x=2, the limit as xx approaches 22 must exist and be equal to f(2)f(2). This means the left-hand limit must equal the right-hand limit: limx2f(x)=limx2+f(x)\lim_{x\to 2^-} f(x) = \lim_{x\to 2^+} f(x). Calculating the one-sided limits: Left-hand limit: limx2(ax21)=a(22)1=4a1\lim_{x\to 2^-} (ax^2 - 1) = a(2^2) - 1 = 4a - 1. Right-hand limit: limx2+(x+a)=2+a\lim_{x\to 2^+} (x+a) = 2+a. Setting them equal: 4a1=2+a4a - 1 = 2+a, which simplifies to 3a=33a = 3, so a=1a=1. For continuity, f(2)f(2) must equal this limit. We have f(2)=bf(2)=b. The limit is 2+a=2+1=32+a = 2+1 = 3. Therefore, b=3b=3.

Question 7

Let f(x)f(x) and g(x)g(x) be functions that are both continuous on the interval [5,5][-5, 5]. Suppose f(3)=4f(3)=4 and g(x)=x213g(x) = x^2 - 13. Which of the following functions is NOT necessarily continuous on the interval [5,5][-5, 5]?

  1. h(x)=f(x)+g(x)h(x) = f(x) + g(x)
  2. h(x)=f(x)g(x)h(x) = f(x)g(x)
  3. h(x)=f(x)g(x)h(x) = \frac{f(x)}{g(x)} (correct answer)
  4. h(x)=g(f(x))h(x) = g(f(x))
Explanation: We use the properties of continuous functions. A) The sum of two functions continuous on an interval is also continuous on that interval. So, h(x)=f(x)+g(x)h(x)=f(x)+g(x) is continuous on [5,5][-5, 5]. B) The product of two functions continuous on an interval is also continuous on that interval. So, h(x)=f(x)g(x)h(x)=f(x)g(x) is continuous on [5,5][-5, 5]. C) The quotient of two continuous functions, f/gf/g, is continuous wherever the denominator g(x)g(x) is not zero. We must check if g(x)=0g(x)=0 for any xx in [5,5][-5, 5]. Set g(x)=x213=0g(x) = x^2 - 13 = 0. This gives x2=13x^2 = 13, so x=±13x = \pm\sqrt{13}. Since 3<13<43 < \sqrt{13} < 4, both 13\sqrt{13} and 13-\sqrt{13} are in the interval [5,5][-5, 5]. Because the denominator is zero at these points, h(x)=f(x)/g(x)h(x) = f(x)/g(x) is not continuous on the entire interval [5,5][-5, 5]. D) The composition of continuous functions is continuous. Since f(x)f(x) is continuous on [5,5][-5, 5] and g(x)g(x) is continuous everywhere, the composite function h(x)=g(f(x))h(x)=g(f(x)) is continuous on [5,5][-5, 5]. The value f(3)=4f(3)=4 is irrelevant information.

Question 8

The function f(x)=x+xxf(x) = \lfloor x \rfloor + \sqrt{x - \lfloor x \rfloor} is defined for all real xx, where x\lfloor x \rfloor is the greatest integer function. Which statement accurately describes the continuity of f(x)f(x)?

  1. The function is continuous for all real numbers. (correct answer)
  2. The function has jump discontinuities at every integer.
  3. The function is continuous from the right, but not the left, at every integer.
  4. The function has removable discontinuities at every integer.
Explanation: To check for continuity at an integer nn, we must check the left-hand limit, the right-hand limit, and the function value. f(n)=n+nn=n+0=nf(n) = \lfloor n \rfloor + \sqrt{n - \lfloor n \rfloor} = n + \sqrt{0} = n. For the right-hand limit, as xn+x \to n^+, x=n\lfloor x \rfloor = n. So, limxn+f(x)=limxn+(n+xn)=n+0=n\lim_{x\to n^+} f(x) = \lim_{x\to n^+} (n + \sqrt{x-n}) = n+0=n. For the left-hand limit, as xnx \to n^- , x=n1\lfloor x \rfloor = n-1. So, limxnf(x)=limxn((n1)+x(n1))=(n1)+n(n1)=(n1)+1=n\lim_{x\to n^-} f(x) = \lim_{x\to n^-} ((n-1) + \sqrt{x-(n-1)}) = (n-1) + \sqrt{n-(n-1)} = (n-1)+1=n. Since the left-hand limit, right-hand limit, and function value are all equal to nn at every integer nn, the function is continuous at all integers. Between integers, the function is clearly continuous. Thus, the function is continuous for all real numbers.

Question 9

A function f(x)f(x) is continuous on [a,b][a, b], and NN is a number such that f(a)<N<f(b)f(a) < N < f(b). The Intermediate Value Theorem guarantees the existence of a number c(a,b)c \in (a, b) with f(c)=Nf(c) = N. Which of the following is a necessary condition for this guarantee?

  1. f(x)f(x) must be differentiable on (a,b)(a, b).
  2. f(x)f(x) must be monotonic on [a,b][a, b].
  3. f(x)f(x) must be continuous on [a,b][a, b]. (correct answer)
  4. f(x)f(x) must be a polynomial function.
Explanation: This is a conceptual question about the preconditions for the Intermediate Value Theorem. The theorem's conclusion is guaranteed only if the function is continuous over the closed interval. Differentiability (A) is a stronger condition and is not required (e.g., f(x)=xf(x)=|x|). Monotonicity (B) is also not required; the function can fluctuate. Being a polynomial (D) is sufficient because all polynomials are continuous, but it is not necessary. The core requirement is continuity on the closed interval.

Question 10

A function ff is continuous on [a,b][a, b], and the Extreme Value Theorem guarantees that it attains a maximum value MM and a minimum value mm on [a,b][a, b]. What does the Intermediate Value Theorem add to our knowledge about the function's range?

  1. It guarantees the function has a root between aa and bb.
  2. It guarantees that m<Mm < M if f(a)f(b)f(a) \ne f(b).
  3. It guarantees that the function is one-to-one on [a,b][a, b].
  4. It guarantees that the function's range is exactly the interval [m,M][m, M]. (correct answer)
Explanation: When you encounter questions about the Extreme Value Theorem and Intermediate Value Theorem working together, focus on how these two fundamental theorems combine to give you complete information about a continuous function's behavior on a closed interval. The Extreme Value Theorem tells you that ff achieves both a maximum value MM and minimum value mm somewhere on [a,b][a,b]. But this alone doesn't tell you whether ff takes on every value between mm and MM. The Intermediate Value Theorem fills this gap: since ff is continuous and takes on values mm and MM, it must take on every value between them. Therefore, the range is exactly [m,M][m,M]. Choice A is wrong because the Intermediate Value Theorem only guarantees a root if f(a)f(a) and f(b)f(b) have opposite signs. This isn't given in the problem. Choice B incorrectly connects the condition f(a)f(b)f(a) \neq f(b) to whether m<Mm < M. Even if f(a)=f(b)f(a) = f(b), the function could still vary in between, making m<Mm < M. Choice C is incorrect because continuous functions on closed intervals can definitely fail to be one-to-one. For example, f(x)=x2f(x) = x^2 on [1,1][-1,1] satisfies all conditions but isn't one-to-one. Remember this key insight: the Extreme Value Theorem gives you the "endpoints" of the range (mm and MM), while the Intermediate Value Theorem guarantees you get everything in between. Together, they completely determine the range as [m,M][m,M].

Question 11

The temperature TT (in degrees Celsius) of a chemical reaction is modeled by a continuous function T(t)T(t) for t0t \ge 0, where tt is time in minutes. If T(0)=20T(0) = 20 and T(10)=60T(10) = 60, which of the following statements is a necessary conclusion?

  1. The maximum temperature on the interval [0,10][0, 10] was exactly 6060^\circC.
  2. The temperature was exactly 4040^\circC at time t=5t=5.
  3. The temperature never dropped below 2020^\circC during the interval (0,10)(0, 10).
  4. The temperature was exactly 4040^\circC at some time t(0,10)t \in (0, 10). (correct answer)
Explanation: When you see a continuous function problem with two known values, immediately think about the Intermediate Value Theorem (IVT). This fundamental theorem states that if a function is continuous on a closed interval [a,b][a,b] and kk is any value between f(a)f(a) and f(b)f(b), then there exists at least one point cc in the interval (a,b)(a,b) where f(c)=kf(c) = k. Since T(t)T(t) is continuous and we know T(0)=20T(0) = 20 and T(10)=60T(10) = 60, the IVT guarantees that for any temperature between 20°C and 60°C, there must be at least one time when the reaction reaches exactly that temperature. Since 4040 lies between 2020 and 6060, there must be some time t(0,10)t \in (0,10) when T(t)=40T(t) = 40. This makes D correct. Option A is wrong because the maximum could occur anywhere in the interval, not necessarily at the endpoint. Even though T(10)=60T(10) = 60, the temperature could have peaked higher at some interior point. Option B incorrectly assumes the temperature changes linearly. The IVT only guarantees that 40°C occurs somewhere in the interval, not specifically at the midpoint t=5t = 5. Option C makes an unwarranted assumption about monotonicity. The function could dip below 20°C during the interval and still satisfy the given conditions, as long as it returns to higher values by t=10t = 10. Key strategy: When you see continuous functions with boundary values, immediately consider the Intermediate Value Theorem. It's one of the most testable theorems in Calculus 1 because it connects continuity to guaranteed outcomes.

Question 12

Let f(x)=x24x32x28xf(x) = \frac{x^2 - 4}{x^3 - 2x^2 - 8x}. On which of the following intervals is ff continuous?

  1. [3,0)[-3, 0)
  2. (1,3)(-1, 3) (correct answer)
  3. (4,4)(-4, 4)
  4. [1,5][1, 5]
Explanation: To find points of discontinuity, we factor the numerator and the denominator. Numerator: x24=(x2)(x+2)x^2 - 4 = (x-2)(x+2). Denominator: x32x28x=x(x22x8)=x(x4)(x+2)x^3 - 2x^2 - 8x = x(x^2 - 2x - 8) = x(x-4)(x+2). So, f(x)=(x2)(x+2)x(x4)(x+2)f(x) = \frac{(x-2)(x+2)}{x(x-4)(x+2)}. The function is undefined, and therefore not continuous, at x=0x=0, x=4x=4, and x=2x=-2. At x=2x=-2, the discontinuity is removable since the factor (x+2)(x+2) cancels. At x=0x=0 and x=4x=4, the discontinuities are non-removable (vertical asymptotes). A function is continuous on an interval if it is continuous at every point in that interval. We must find which option does not contain any of the points x=2,0,4x=-2, 0, 4. A) [3,0)[-3, 0) contains x=2x=-2. B) (1,3)(-1, 3) does not contain 2,0-2, 0, or 44. C) (4,4)(-4, 4) contains x=2x=-2 and x=0x=0. D) [1,5][1, 5] contains x=4x=4.

Question 13

Let f(x)=1x2f(x) = \frac{1}{x-2} and g(x)=xg(x) = \sqrt{x}. The composite function h(x)=f(g(x))h(x) = f(g(x)) is continuous on which of the following sets?

  1. {xRx0 and x2}\{x \in \mathbb{R} \mid x \ge 0 \text{ and } x \ne 2\}
  2. {xRx>0 and x4}\{x \in \mathbb{R} \mid x > 0 \text{ and } x \ne 4\}
  3. {xRx0 and x4}\{x \in \mathbb{R} \mid x \ge 0 \text{ and } x \ne 4\} (correct answer)
  4. {xRx4}\{x \in \mathbb{R} \mid x \ne 4\}
Explanation: The composite function is h(x)=f(g(x))=f(x)=1x2h(x) = f(g(x)) = f(\sqrt{x}) = \frac{1}{\sqrt{x}-2}. For h(x)h(x) to be continuous, it must be defined. Two conditions must be met:
  1. The inner function, g(x)=xg(x)=\sqrt{x}, must be defined. This requires x0x \ge 0.
  2. The denominator of the resulting function cannot be zero. This means x20\sqrt{x}-2 \ne 0, which implies x2\sqrt{x} \ne 2, so x4x \ne 4. Combining both conditions, the set of all points where h(x)h(x) is defined and continuous is all real numbers xx such that x0x \ge 0 and x4x \ne 4.

Question 14

On which of the following closed intervals is the function h(x)=ln(4x2)h(x) = \ln(4-x^2) continuous?

  1. [2,2][-2, 2]
  2. [1,3][-1, \sqrt{3}] (correct answer)
  3. [0,3][0, 3]
  4. [5,1][-\sqrt{5}, -1]
Explanation: The function h(x)=ln(u)h(x) = \ln(u) is continuous wherever u>0u > 0. For h(x)=ln(4x2)h(x) = \ln(4-x^2), we need 4x2>04-x^2 > 0, which means x2<4x^2 < 4. The solution to this inequality is 2<x<2-2 < x < 2. So, h(x)h(x) is continuous on the open interval (2,2)(-2, 2). A function is continuous on a closed interval [a,b][a, b] if [a,b][a, b] is a subset of the domain of continuity. We must check which of the given closed intervals is a subset of (2,2)(-2, 2). A) [2,2][-2, 2] is not a subset because the endpoints 2-2 and 22 are not in (2,2)(-2, 2). B) Since 31.732\sqrt{3} \approx 1.732, the interval [1,3][-1, \sqrt{3}] is a subset of (2,2)(-2, 2). C) [0,3][0, 3] is not a subset because it includes values greater than 22. D) [5,1][-\sqrt{5}, -1] is not a subset because 52.236-\sqrt{5} \approx -2.236, which is less than 2-2.

Question 15

Let g(x)=x22xg(x) = x^2 - 2x and h(x)=x2h(x) = x - 2. Let f(x)=max(g(x),h(x))f(x) = \max(g(x), h(x)). Which statement accurately describes the continuity of f(x)f(x)?

  1. f(x)f(x) is continuous everywhere except at the points where g(x)=h(x)g(x)=h(x).
  2. f(x)f(x) is continuous for all real numbers. (correct answer)
  3. f(x)f(x) is not continuous because its graph has sharp corners.
  4. f(x)f(x) is continuous only on intervals where either g(x)>h(x)g(x) > h(x) or h(x)>g(x)h(x) > g(x), but not at the transition points.
Explanation: Both g(x)=x22xg(x)=x^2-2x and h(x)=x2h(x)=x-2 are polynomials, so they are continuous for all real numbers. The function f(x)=max(g(x),h(x))f(x) = \max(g(x), h(x)) takes the value of either g(x)g(x) or h(x)h(x), whichever is larger. A key theorem in calculus states that the maximum (and minimum) of two continuous functions is also a continuous function. To verify, we can check the points where the function might switch definitions, which is where g(x)=h(x)g(x)=h(x). x22x=x2    x23x+2=0    (x1)(x2)=0x^2 - 2x = x - 2 \implies x^2 - 3x + 2 = 0 \implies (x-1)(x-2)=0. The transition points are x=1x=1 and x=2x=2. At x=1x=1, g(1)=1g(1)=-1 and h(1)=1h(1)=-1. At x=2x=2, g(2)=0g(2)=0 and h(2)=0h(2)=0. Since gg and hh are continuous and they meet at the transition points, the combined function f(x)f(x) is continuous everywhere. The presence of sharp corners affects differentiability, not continuity.

Question 16

On which of the following intervals is the function f(x)=csc(x)2cos(x)1f(x) = \frac{\csc(x)}{2\cos(x) - 1} continuous?

  1. (π4,3π4)(\frac{\pi}{4}, \frac{3\pi}{4})
  2. (π3,5π3)(\frac{\pi}{3}, \frac{5\pi}{3})
  3. (π,5π3)(\pi, \frac{5\pi}{3}) (correct answer)
  4. (0,π)(0, \pi)
Explanation: The function can be written as f(x)=1sin(x)(2cos(x)1)f(x) = \frac{1}{\sin(x)(2\cos(x) - 1)}. Discontinuities occur when the denominator is zero. This happens if sin(x)=0\sin(x)=0 or 2cos(x)1=02\cos(x)-1=0.
  1. sin(x)=0\sin(x)=0 when x=nπx=n\pi for any integer nn. In the range [0,2π][0, 2\pi], this occurs at x=0,π,2πx=0, \pi, 2\pi.
  2. 2cos(x)1=02\cos(x)-1=0 when cos(x)=1/2\cos(x)=1/2. In the range [0,2π][0, 2\pi], this occurs at x=π/3x=\pi/3 and x=5π/3x=5\pi/3. The points of discontinuity are 0,π/3,π,5π/3,2π0, \pi/3, \pi, 5\pi/3, 2\pi, etc. We need to find an interval from the options that avoids all these points. A) (π/4,3π/4)(\pi/4, 3\pi/4) contains π/3\pi/3. B) (π/3,5π/3)(\pi/3, 5\pi/3) contains π\pi. C) (π,5π/3)(\pi, 5\pi/3) is the interval between two consecutive discontinuities, so f(x)f(x) is continuous here. D) (0,π)(0, \pi) contains π/3\pi/3.

Question 17

On which of the following intervals is the function f(x)=x2x22x3f(x) = \frac{x-2}{\sqrt{x^2 - 2x - 3}} continuous?

  1. (1,3)(-1, 3)
  2. [2,1][-2, -1]
  3. (3,)(3, \infty)
  4. [4,10)[4, 10) (correct answer)
Explanation: A rational function with a square root is continuous on its domain. The domain requires the expression inside the square root to be strictly positive (since it's also in the denominator). We must solve the inequality x22x3>0x^2 - 2x - 3 > 0. Factoring the quadratic gives (x3)(x+1)>0(x-3)(x+1) > 0. The roots are x=1x=-1 and x=3x=3. Since the parabola opens upward, the inequality holds for x<1x < -1 or x>3x > 3. The domain of ff is (,1)(3,)(-\infty, -1) \cup (3, \infty). The function is continuous on any interval that is a subset of this domain. The interval [4,10)[4, 10) is a subset of (3,)(3, \infty), so ff is continuous on [4,10)[4, 10).

Question 18

Let f(x)={1xif x1ln(x)if x>1f(x) = \begin{cases} \sqrt{1-x} & \text{if } x \le 1 \\ \ln(x) & \text{if } x > 1 \end{cases}. Which of the following is the largest interval on which f(x)f(x) is continuous?

  1. (,1](-\infty, 1]
  2. (0,)(0, \infty)
  3. (1,)(1, \infty)
  4. (,)(-\infty, \infty) (correct answer)
Explanation: First, check the continuity of each piece on its given interval. The function 1x\sqrt{1-x} is continuous for 1x01-x \ge 0, which is x1x \le 1. The function ln(x)\ln(x) is continuous for x>0x > 0, so it is certainly continuous on its given interval x>1x > 1. Next, check for continuity at the breakpoint, x=1x=1. We need the one-sided limits to equal the function value. f(1)=11=0f(1) = \sqrt{1-1} = 0. limx1f(x)=limx11x=11=0\lim_{x\to 1^-} f(x) = \lim_{x\to 1^-} \sqrt{1-x} = \sqrt{1-1} = 0. limx1+f(x)=limx1+ln(x)=ln(1)=0\lim_{x\to 1^+} f(x) = \lim_{x\to 1^+} \ln(x) = \ln(1) = 0. Since the left-hand limit, right-hand limit, and the function value are all equal to 00 at x=1x=1, the function is continuous at x=1x=1. Because the pieces are continuous on their intervals and the function is continuous at the breakpoint, f(x)f(x) is continuous for all real numbers. Thus, the largest interval of continuity is (,)(-\infty, \infty).

Question 19

Consider the function f(x)={x+1if 0x<24if x=2f(x) = \begin{cases} x+1 & \text{if } 0 \le x < 2 \\ 4 & \text{if } x = 2 \end{cases}. Which statement explains why f(x)f(x) is not continuous on the closed interval [0,2][0, 2]?

  1. f(x)f(x) is not continuous on the open interval (0,2)(0, 2).
  2. limx0+f(x)f(0)\lim_{x\to 0^+} f(x) \ne f(0).
  3. limx2f(x)\lim_{x\to 2^-} f(x) does not exist.
  4. limx2f(x)f(2)\lim_{x\to 2^-} f(x) \ne f(2). (correct answer)
Explanation: For a function to be continuous on a closed interval [a,b][a, b], it must be continuous on the open interval (a,b)(a, b), continuous from the right at aa, and continuous from the left at bb.
  1. On (0,2)(0, 2), f(x)=x+1f(x)=x+1 is a polynomial, so it is continuous.
  2. At x=0x=0, we check for continuity from the right: f(0)=0+1=1f(0)=0+1=1 and limx0+f(x)=limx0+(x+1)=1\lim_{x\to 0^+} f(x) = \lim_{x\to 0^+} (x+1) = 1. Since they are equal, ff is continuous from the right at x=0x=0.
  3. At x=2x=2, we check for continuity from the left: f(2)=4f(2)=4. The left-hand limit is limx2f(x)=limx2(x+1)=3\lim_{x\to 2^-} f(x) = \lim_{x\to 2^-} (x+1) = 3. Since limx2f(x)=3\lim_{x\to 2^-} f(x) = 3 and f(2)=4f(2)=4, the condition limx2f(x)=f(2)\lim_{x\to 2^-} f(x) = f(2) is not met. This is why the function is not continuous on [0,2][0, 2].

Question 20

Let f(x)=(1+3x)1/xf(x) = (1+3x)^{1/x} for x0x \ne 0. If ff is defined to be continuous at x=0x=0, what must be the value of f(0)f(0)?

  1. 11
  2. ee
  3. e3e^3 (correct answer)
  4. The limit does not exist, so continuity is not possible.
Explanation: For ff to be continuous at x=0x=0, f(0)f(0) must equal limx0(1+3x)1/x\lim_{x\to 0} (1+3x)^{1/x}. This limit is of the indeterminate form 11^\infty. We can solve this by letting y=(1+3x)1/xy = (1+3x)^{1/x} and finding the limit of ln(y)\ln(y). limx0ln(y)=limx0ln(1+3x)x\lim_{x\to 0} \ln(y) = \lim_{x\to 0} \frac{\ln(1+3x)}{x}. Using L'Hôpital's Rule, this is limx03/(1+3x)1=3\lim_{x\to 0} \frac{3/(1+3x)}{1} = 3. Since limx0ln(y)=3\lim_{x\to 0} \ln(y) = 3, we have limx0y=e3\lim_{x\to 0} y = e^3. Alternatively, this is a direct application of the known limit form limx0(1+ax)1/x=ea\lim_{x\to 0} (1+ax)^{1/x} = e^a, with a=3a=3. Thus, f(0)f(0) must be e3e^3.