Calculus 1 Quiz: Continuity At A Point
20 questions · exam conditions
0:00
Continuity At A PointQuestion 1 of 20

The function f(x)={e2x1x,x0k,x=0f(x) = \begin{cases} \frac{e^{2x}-1}{x}, & x \neq 0 \\ k, & x=0 \end{cases} is continuous at x=0x=0. What is the value of kk?

k=0k=0
k=1k=1
k=2k=2
k=ek=e
← Back to quizzes

Calculus 1 Quiz

Calculus 1 Quiz: Continuity At A Point

Practice Continuity At A Point 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 At A Point, 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

The function f(x)={e2x1x,x0k,x=0f(x) = \begin{cases} \frac{e^{2x}-1}{x}, & x \neq 0 \\ k, & x=0 \end{cases} is continuous at x=0x=0. What is the value of kk?

  1. k=0k=0
  2. k=1k=1
  3. k=2k=2 (correct answer)
  4. k=ek=e
Explanation: For ff to be continuous at x=0x=0, kk must be equal to limx0f(x)\lim_{x \to 0} f(x). We need to evaluate limx0e2x1x\lim_{x \to 0} \frac{e^{2x}-1}{x}. This limit is of the indeterminate form 0/00/0. We can use L'Hôpital's Rule. limx0ddx(e2x1)ddx(x)=limx02e2x1=2e2(0)=2e0=2(1)=2\lim_{x \to 0} \frac{\frac{d}{dx}(e^{2x}-1)}{\frac{d}{dx}(x)} = \lim_{x \to 0} \frac{2e^{2x}}{1} = 2e^{2(0)} = 2e^0 = 2(1) = 2 Alternatively, this is the definition of the derivative of g(x)=e2xg(x)=e^{2x} at x=0x=0. g(x)=2e2xg'(x)=2e^{2x}, so g(0)=2g'(0)=2. Thus, k=2k=2.

Question 2

The function f(x)={xif x is rational2xif x is irrationalf(x) = \begin{cases} x & \text{if } x \text{ is rational} \\ 2-x & \text{if } x \text{ is irrational} \end{cases} is continuous at which of the following points?

  1. x=0x=0
  2. x=1x=1 (correct answer)
  3. x=2x=2
  4. Nowhere
Explanation: For the function to be continuous at a point cc, the limit must exist. This can only happen if the values of the two pieces of the function approach each other as xx approaches cc. Therefore, we must have c=2cc = 2-c. Solving this equation gives 2c=22c = 2, so c=1c = 1. At x=1x=1, both pieces of the function evaluate to 1. For any sequence of points approaching 1, rational or irrational, the function values will approach 1. So, limx1f(x)=1\lim_{x \to 1} f(x) = 1. Since 11 is rational, f(1)=1f(1)=1. The limit equals the function value, so ff is continuous at x=1x=1 only.

Question 3

The function f(x)=x2+ax10x2f(x) = \frac{x^2+ax-10}{x-2} has a removable discontinuity at x=2x=2. What is the value of the constant aa?

  1. a=3a = -3
  2. a=1a = -1
  3. a=3a = 3 (correct answer)
  4. a=5a = 5
Explanation: For f(x)f(x) to have a removable discontinuity at x=2x=2, the limit limx2f(x)\lim_{x \to 2} f(x) must exist. This requires the numerator to be zero at x=2x=2, so that the factor (x2)(x-2) can be cancelled. (2)2+a(2)10=0(2)^2 + a(2) - 10 = 0 4+2a10=04 + 2a - 10 = 0 2a6=02a - 6 = 0 a=3a = 3 If a=3a=3, then f(x)=x2+3x10x2=(x2)(x+5)x2=x+5f(x) = \frac{x^2+3x-10}{x-2} = \frac{(x-2)(x+5)}{x-2} = x+5 for x2x \neq 2. The limit as x2x \to 2 is 7, so it is a removable discontinuity.

Question 4

Let the function ff be defined by f(x)={kx2+2xx<2x3kxx2f(x) = \begin{cases} kx^2 + 2x & x < 2 \\ x^3 - kx & x \ge 2 \end{cases}. For what value of the constant kk is the function ff continuous at x=2x=2?

  1. k=12k = \frac{1}{2}
  2. k=23k = \frac{2}{3} (correct answer)
  3. k=1k = 1
  4. k=43k = \frac{4}{3}
Explanation: For ff to be continuous at x=2x=2, the left-hand limit must equal the right-hand limit, and this must equal the function value. We set limx2f(x)=limx2+f(x)\lim_{x \to 2^-} f(x) = \lim_{x \to 2^+} f(x). limx2(kx2+2x)=limx2+(x3kx)\lim_{x \to 2^-} (kx^2 + 2x) = \lim_{x \to 2^+} (x^3 - kx) k(2)2+2(2)=(2)3k(2)k(2)^2 + 2(2) = (2)^3 - k(2) 4k+4=82k4k + 4 = 8 - 2k 6k=46k = 4 k=46=23k = \frac{4}{6} = \frac{2}{3} With k=23k=\frac{2}{3}, the limit is 203\frac{20}{3} and f(2)=203f(2)=\frac{20}{3}, so all conditions for continuity are met.

Question 5

How should f(0)f(0) be defined to make the function f(x)=(1+x)31xf(x) = \frac{(1+x)^3 - 1}{x} continuous at x=0x=0?

  1. f(0)=0f(0) = 0
  2. f(0)=1f(0) = 1
  3. f(0)=2f(0) = 2
  4. f(0)=3f(0) = 3 (correct answer)
Explanation: For ff to be continuous at x=0x=0, we must define f(0)f(0) to be equal to the limit of f(x)f(x) as xx approaches 0. We can find this limit by expanding the numerator: limx0(1+x)31x=limx0(1+3x+3x2+x3)1x\lim_{x \to 0} \frac{(1+x)^3 - 1}{x} = \lim_{x \to 0} \frac{(1 + 3x + 3x^2 + x^3) - 1}{x} =limx03x+3x2+x3x= \lim_{x \to 0} \frac{3x + 3x^2 + x^3}{x} =limx0(3+3x+x2)= \lim_{x \to 0} (3 + 3x + x^2) =3+3(0)+(0)2=3= 3 + 3(0) + (0)^2 = 3 Therefore, we should define f(0)=3f(0) = 3.

Question 6

Let f(x)={x2(c+1)x+cxcxc5x=cf(x) = \begin{cases} \frac{x^2-(c+1)x+c}{x-c} & x \neq c \\ 5 & x = c \end{cases}. For which value of cc is f(x)f(x) continuous for all xx?

  1. c=4c = 4
  2. c=5c = 5
  3. c=6c = 6 (correct answer)
  4. There is no such value of cc.
Explanation: For ff to be continuous at x=cx=c, we need limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c). Let's evaluate the limit. We can factor the numerator: x2(c+1)x+c=(xc)(x1)x^2-(c+1)x+c = (x-c)(x-1). limxc(xc)(x1)xc=limxc(x1)=c1\lim_{x \to c} \frac{(x-c)(x-1)}{x-c} = \lim_{x \to c} (x-1) = c-1 Now, we set this limit equal to the function's value at cc: c1=f(c)=5c-1 = f(c) = 5 c=6c = 6 Thus, the function is continuous for all xx if c=6c=6.

Question 7

Let aa be a constant and let the function ff be defined as f(x)=x2(a+1)x+axaf(x) = \frac{x^2 - (a+1)x + a}{x-a}. In order for ff to be continuous at x=ax=a, how must f(a)f(a) be defined?

  1. f(a)=af(a) = a
  2. f(a)=0f(a) = 0
  3. f(a)=1f(a) = 1
  4. f(a)=a1f(a) = a-1 (correct answer)
Explanation: For ff to be continuous at x=ax=a, the value of f(a)f(a) must be equal to the limit of f(x)f(x) as xx approaches aa. The expression for f(x)f(x) gives an indeterminate form 00\frac{0}{0} when x=ax=a, which suggests we can simplify the expression by factoring the numerator. The numerator is x2(a+1)x+a=x2axx+ax^2 - (a+1)x + a = x^2 - ax - x + a. We can factor by grouping: x(xa)1(xa)=(xa)(x1)x(x-a) - 1(x-a) = (x-a)(x-1). So, for xax \neq a, the function is f(x)=(xa)(x1)xa=x1f(x) = \frac{(x-a)(x-1)}{x-a} = x-1. Now we can find the limit: limxaf(x)=limxa(x1)=a1\lim_{x \to a} f(x) = \lim_{x \to a} (x-1) = a-1. For continuity, we must define f(a)f(a) to be equal to this limit. Therefore, f(a)f(a) must be defined as a1a-1.

Question 8

Let ff be the function defined by the piecewise expression below.

For what value of the constant kk is the function ff continuous at x=3x=3?

  1. k=13k = \frac{1}{3}
  2. k=53k = \frac{5}{3}
  3. k=113k = \frac{11}{3} (correct answer)
  4. k=6k = 6
Explanation: For ff to be continuous at x=3x=3, three conditions must be met: f(3)f(3) must be defined, the limit limx3f(x)\lim_{x \to 3} f(x) must exist, and limx3f(x)=f(3)\lim_{x \to 3} f(x) = f(3).
  1. Find the limit from the left: limx3f(x)=limx3x29x3=limx3(x3)(x+3)x3=limx3(x+3)=6\lim_{x \to 3^-} f(x) = \lim_{x \to 3^-} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3^-} \frac{(x-3)(x+3)}{x-3} = \lim_{x \to 3^-} (x+3) = 6.
  2. Find the limit from the right: limx3+f(x)=limx3+(kx5)=3k5\lim_{x \to 3^+} f(x) = \lim_{x \to 3^+} (kx - 5) = 3k - 5.
  3. For the overall limit to exist, the left and right limits must be equal: 6=3k56 = 3k - 5.
  4. The value of the function at x=3x=3 is f(3)=k(3)5=3k5f(3) = k(3) - 5 = 3k - 5. For continuity, this must also equal the limit. So we solve 6=3k56 = 3k - 5, which gives 11=3k11 = 3k, so k=113k = \frac{11}{3}.

Question 9

Suppose for a function ff and a real number cc, it is known that limxcf(x)=L\lim_{x \to c} f(x) = L, where LL is a finite real number. Which of the following additional conditions is both necessary and sufficient to guarantee that ff is continuous at x=cx=c?

  1. The function ff must be defined at x=cx=c.
  2. The value of f(c)f(c) must be equal to LL. (correct answer)
  3. The function ff must be differentiable at x=cx=c.
  4. The value of f(c)f(c) must be equal to 00.
Explanation: The definition of continuity at a point cc requires three conditions: (1) f(c)f(c) is defined, (2) limxcf(x)\lim_{x \to c} f(x) exists, and (3) limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c). The stem states that condition (2) is met, with the limit being LL. Choice A, $f(c)$ is defined, is necessary for continuity, but not sufficient. For example, f(c)f(c) could be defined as L+1L+1, in which case condition (3) would fail. Choice B, $f(c)=L$, combines conditions (1) and (3). If f(c)=Lf(c)=L, then f(c)f(c) is defined and it equals the limit. This is precisely the third condition required for continuity and is therefore both necessary and sufficient, given that the limit exists. Choice C, differentiability at cc, is a sufficient condition for continuity, but it is not necessary. A function can be continuous without being differentiable (e.g., f(x)=xf(x)=|x| at x=0x=0). Choice D is incorrect; there is no general requirement that f(c)f(c) must be 0 for continuity.

Question 10

Consider the function f(x)=x24x2f(x) = \frac{x^2 - 4}{|x - 2|}. Which of the following statements best describes the function ff at the point x=2x=2?

  1. The function has a removable discontinuity because the limit as x2x \to 2 exists.
  2. The function has an infinite discontinuity because the denominator is zero at x=2x=2.
  3. The function has a jump discontinuity because the one-sided limits at x=2x=2 exist but are not equal. (correct answer)
  4. The function is continuous at x=2x=2.
Explanation: To analyze the continuity at x=2x=2, we must investigate the one-sided limits. The absolute value function x2|x-2| behaves differently depending on whether xx is greater or less than 2. For the right-hand limit (x2+x \to 2^+), x>2x > 2, so x2=x2|x-2| = x-2. limx2+x24x2=limx2+(x2)(x+2)x2=limx2+(x+2)=4\lim_{x \to 2^+} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2^+} \frac{(x-2)(x+2)}{x-2} = \lim_{x \to 2^+} (x+2) = 4. For the left-hand limit (x2x \to 2^-), x<2x < 2, so x2=(x2)|x-2| = -(x-2). limx2x24(x2)=limx2(x2)(x+2)(x2)=limx2(x+2)=4\lim_{x \to 2^-} \frac{x^2 - 4}{-(x - 2)} = \lim_{x \to 2^-} \frac{(x-2)(x+2)}{-(x-2)} = \lim_{x \to 2^-} -(x+2) = -4. Since the left-hand limit (4-4) and the right-hand limit (44) exist but are not equal, the overall limit limx2f(x)\lim_{x \to 2} f(x) does not exist. This defines a jump discontinuity.

Question 11

Let f(x)=x2f(x) = x-2 and let g(x)g(x) be a piecewise function defined as g(x)={1if x<21if x2g(x) = \begin{cases} -1 & \text{if } x < 2 \\ 1 & \text{if } x \ge 2 \end{cases}. If h(x)=f(x)g(x)h(x) = f(x)g(x), which of the following statements is true about the continuity of h(x)h(x) at x=2x=2?

  1. h(x)h(x) is not continuous at x=2x=2 because g(x)g(x) is not continuous at x=2x=2.
  2. h(x)h(x) is continuous at x=2x=2. (correct answer)
  3. h(x)h(x) has a removable discontinuity at x=2x=2.
  4. h(x)h(x) has a jump discontinuity at x=2x=2.
Explanation: To determine if h(x)=f(x)g(x)h(x) = f(x)g(x) is continuous at x=2x=2, we check the three conditions for continuity.
  1. Check if h(2)h(2) is defined: h(2)=f(2)g(2)=(22)(1)=0h(2) = f(2)g(2) = (2-2)(1) = 0. It is defined.
  2. Check if limx2h(x)\lim_{x \to 2} h(x) exists. We evaluate the one-sided limits: Left-hand limit: limx2h(x)=limx2(x2)g(x)=limx2(x2)(1)=(22)(1)=0\lim_{x \to 2^-} h(x) = \lim_{x \to 2^-} (x-2)g(x) = \lim_{x \to 2^-} (x-2)(-1) = (2-2)(-1) = 0. Right-hand limit: limx2+h(x)=limx2+(x2)g(x)=limx2+(x2)(1)=(22)(1)=0\lim_{x \to 2^+} h(x) = \lim_{x \to 2^+} (x-2)g(x) = \lim_{x \to 2^+} (x-2)(1) = (2-2)(1) = 0. Since the left-hand and right-hand limits are equal, the limit exists and limx2h(x)=0\lim_{x \to 2} h(x) = 0.
  3. Check if limx2h(x)=h(2)\lim_{x \to 2} h(x) = h(2). We found that both are equal to 0. Since all three conditions are satisfied, h(x)h(x) is continuous at x=2x=2. The discontinuity of g(x)g(x) is 'cancelled out' because f(x)f(x) approaches 0 at x=2x=2.

Question 12

Let ff and gg be functions. If it is known that gg is continuous at x=cx=c and ff is continuous at x=g(c)x=g(c), which of the following statements about the composite function h(x)=f(g(x))h(x) = f(g(x)) must be true?

  1. h(x)h(x) is continuous at x=cx=c. (correct answer)
  2. h(x)h(x) is continuous at x=cx=c only if ff is also continuous at x=cx=c.
  3. h(x)h(x) might have a removable discontinuity at x=cx=c.
  4. h(x)h(x) might have a jump discontinuity at x=cx=c.
Explanation: This question tests the theorem on the continuity of composite functions. The theorem states that if gg is continuous at cc and ff is continuous at g(c)g(c), then the composite function h(x)=f(g(x))h(x) = f(g(x)) is continuous at cc. The conditions given in the stem are precisely the hypotheses of this theorem. To prove this from the definition of continuity:
  1. Since gg is continuous at cc, limxcg(x)=g(c)\lim_{x \to c} g(x) = g(c).
  2. Since ff is continuous at g(c)g(c), we know that limyg(c)f(y)=f(g(c))\lim_{y \to g(c)} f(y) = f(g(c)).
  3. Combining these, we can evaluate the limit of the composite function: limxch(x)=limxcf(g(x))\lim_{x \to c} h(x) = \lim_{x \to c} f(g(x)). Since g(x)g(c)g(x) \to g(c) as xcx \to c, we can substitute to get limyg(c)f(y)\lim_{y \to g(c)} f(y), which is f(g(c))f(g(c)).
  4. The value of the function at cc is h(c)=f(g(c))h(c) = f(g(c)). Since limxch(x)=h(c)\lim_{x \to c} h(x) = h(c), the function hh is continuous at cc. The other choices are incorrect because the conditions provided are sufficient to guarantee continuity.

Question 13

Let ff be a function such that f(1)=2f(1) = 2 and f(3)=5f(3) = 5. A student concludes that there must be a number cc in the interval (1,3)(1, 3) such that f(c)=4f(c) = 4. This conclusion is guaranteed to be correct if which of the following conditions is also known to be true?

  1. ff is defined on the interval [1,3][1, 3].
  2. ff is increasing on the interval [1,3][1, 3].
  3. ff is continuous on the interval [1,3][1, 3]. (correct answer)
  4. ff is differentiable on the interval (1,3)(1, 3).
Explanation: The student's conclusion is an application of the Intermediate Value Theorem (IVT). The IVT states that if a function ff is continuous on a closed interval [a,b][a, b], and NN is any number between f(a)f(a) and f(b)f(b), then there exists at least one number cc in (a,b)(a, b) such that f(c)=Nf(c) = N. In this case, a=1a=1, b=3b=3, f(1)=2f(1)=2, f(3)=5f(3)=5, and N=4N=4. Since 4 is between 2 and 5, the theorem guarantees a value cc in (1,3)(1,3) with f(c)=4f(c)=4 provided its main hypothesis is met. The crucial hypothesis for the IVT is that the function must be continuous on the closed interval [1,3][1, 3]. Choice A is not sufficient; a function can be defined but have a jump discontinuity that 'jumps over' the value 4. Choice B is not sufficient; an increasing function can still have a jump discontinuity. Choice D is not sufficient because differentiability on the open interval (1,3)(1, 3) does not guarantee continuity on the closed interval [1,3][1, 3] (for example, at the endpoints). Continuity on the closed interval is the specific condition required for the IVT.

Question 14

Let the function ff be defined as f(x)={xkcos(πx)if x0Lif x=0f(x) = \begin{cases} x^k \cos(\frac{\pi}{x}) & \text{if } x \neq 0 \\ L & \text{if } x = 0 \end{cases}. If ff is continuous at x=0x=0, what must be true about the constants kk and LL?

  1. k>0k > 0 and L=0L = 0 (correct answer)
  2. k<0k < 0 and L=0L = 0
  3. kk can be any real number and L=0L = 0
  4. k>0k > 0 and LL can be any real number
Explanation: For ff to be continuous at x=0x=0, we must have limx0f(x)=f(0)\lim_{x \to 0} f(x) = f(0). Here, f(0)=Lf(0) = L. So we need to evaluate limx0xkcos(πx)\lim_{x \to 0} x^k \cos(\frac{\pi}{x}). We can use the Squeeze Theorem. The cosine function is bounded: 1cos(πx)1-1 \le \cos(\frac{\pi}{x}) \le 1 for all x0x \neq 0. Multiplying by xkx^k (assuming xk>0x^k > 0, we can use xk|x^k| for the general case): xkxkcos(πx)xk-|x^k| \le x^k \cos(\frac{\pi}{x}) \le |x^k|. For the Squeeze Theorem to imply that the limit is 0, we need the limits of the outer functions to be 0. That is, we need limx0xk=0\lim_{x \to 0} |x^k| = 0. This condition holds if and only if k>0k > 0. If k>0k>0, then limx0xkcos(πx)=0\lim_{x \to 0} x^k \cos(\frac{\pi}{x}) = 0. For continuity, we must have L=limx0f(x)L = \lim_{x \to 0} f(x), so L=0L=0. Therefore, we need k>0k>0 and L=0L=0.

Question 15

Let f(x)=1x2f(x) = \frac{1}{x-2}. The Intermediate Value Theorem states that for a continuous function on [a,b][a, b], the function takes on every value between f(a)f(a) and f(b)f(b). Since f(1)=1f(1)=-1 and f(3)=1f(3)=1, why does the theorem not guarantee a root cc in (1,3)(1,3) where f(c)=0f(c)=0?

  1. The function does not take on the value 0.
  2. The interval (1,3)(1,3) is open, but the theorem requires a closed interval.
  3. The values f(1)f(1) and f(3)f(3) are not equal.
  4. The function is not continuous on the interval [1,3][1,3]. (correct answer)
Explanation: The Intermediate Value Theorem has a crucial precondition: the function must be continuous on the closed interval [a,b][a, b]. The function f(x)=1x2f(x) = \frac{1}{x-2} has an infinite discontinuity at x=2x=2, which is within the interval [1,3][1,3]. Because the function is not continuous on this interval, the theorem's conclusion is not guaranteed.

Question 16

Let f(x)=xxf(x) = x - \lfloor x \rfloor, where x\lfloor x \rfloor denotes the greatest integer less than or equal to xx. Which statement best describes the continuity of ff at x=3x=3?

  1. ff has a jump discontinuity at x=3x=3 because the one-sided limits are not equal. (correct answer)
  2. ff has a removable discontinuity at x=3x=3 because f(3)f(3) can be redefined.
  3. ff is continuous at x=3x=3 because f(3)=0f(3)=0 and the right-hand limit is 0.
  4. ff has an infinite discontinuity at x=3x=3.
Explanation: We test the three conditions for continuity at x=3x=3.
  1. Function value: f(3)=33=33=0f(3) = 3 - \lfloor 3 \rfloor = 3 - 3 = 0. The function is defined at x=3x=3.
  2. Left-hand limit: As xx approaches 3 from the left, xx is slightly less than 3 (e.g., 2.999). For such values, x=2\lfloor x \rfloor = 2. So, limx3(xx)=limx3(x2)=32=1\lim_{x \to 3^-} (x - \lfloor x \rfloor) = \lim_{x \to 3^-} (x - 2) = 3 - 2 = 1.
  3. Right-hand limit: As xx approaches 3 from the right, xx is slightly greater than 3 (e.g., 3.001). For such values, x=3\lfloor x \rfloor = 3. So, limx3+(xx)=limx3+(x3)=33=0\lim_{x \to 3^+} (x - \lfloor x \rfloor) = \lim_{x \to 3^+} (x - 3) = 3 - 3 = 0. Since the left-hand limit (1) is not equal to the right-hand limit (0), the overall limit limx3f(x)\lim_{x \to 3} f(x) does not exist. This is the definition of a jump discontinuity.

Question 17

Let f(x)=x2+2x8x38f(x) = \frac{x^2 + 2x - 8}{x^3 - 8}. The function ff is discontinuous at x=2x=2. Which of the following actions would make ff continuous at x=2x=2?

  1. Define f(2)=0f(2) = 0.
  2. Define f(2)=12f(2) = \frac{1}{2}. (correct answer)
  3. Define f(2)=34f(2) = \frac{3}{4}.
  4. The function cannot be made continuous at x=2x=2 because it has a non-removable discontinuity.
Explanation: A function has a removable discontinuity at a point cc if limxcf(x)\lim_{x \to c} f(x) exists but is not equal to f(c)f(c) (or f(c)f(c) is undefined). To make the function continuous, we must define f(c)f(c) to be equal to the limit. First, find the limit of f(x)f(x) as x2x \to 2. We factor the numerator and denominator: Numerator: x2+2x8=(x+4)(x2)x^2 + 2x - 8 = (x+4)(x-2). Denominator (difference of cubes): x38=(x2)(x2+2x+4)x^3 - 8 = (x-2)(x^2 + 2x + 4). So, for x2x \neq 2, f(x)=(x+4)(x2)(x2)(x2+2x+4)=x+4x2+2x+4f(x) = \frac{(x+4)(x-2)}{(x-2)(x^2 + 2x + 4)} = \frac{x+4}{x^2 + 2x + 4}. Now we can evaluate the limit: limx2f(x)=limx2x+4x2+2x+4=2+422+2(2)+4=64+4+4=612=12\lim_{x \to 2} f(x) = \lim_{x \to 2} \frac{x+4}{x^2 + 2x + 4} = \frac{2+4}{2^2 + 2(2) + 4} = \frac{6}{4+4+4} = \frac{6}{12} = \frac{1}{2}. Since the limit exists, the discontinuity is removable. To make ff continuous at x=2x=2, we must define f(2)f(2) to be the value of the limit. Thus, we should define f(2)=12f(2) = \frac{1}{2}.

Question 18

Let f(x)={1cos(x)x2x0cx=0f(x) = \begin{cases} \frac{1-\cos(x)}{x^2} & x \neq 0 \\ c & x=0 \end{cases}. For what value of cc is f(x)f(x) continuous at x=0x=0?

  1. c=0c=0
  2. c=12c=\frac{1}{2} (correct answer)
  3. c=1c=1
  4. No such value exists.
Explanation: For continuity at x=0x=0, we need c=limx01cos(x)x2c = \lim_{x \to 0} \frac{1-\cos(x)}{x^2}. This limit has the indeterminate form 00\frac{0}{0}, so we can apply L'Hôpital's Rule twice. First application: limx0sin(x)2x\lim_{x \to 0} \frac{\sin(x)}{2x} (still 00\frac{0}{0}) Second application: limx0cos(x)2=cos(0)2=12\lim_{x \to 0} \frac{\cos(x)}{2} = \frac{\cos(0)}{2} = \frac{1}{2} Therefore, c=12c = \frac{1}{2}.

Question 19

The function f(x)={tan(kx)xx04x=0f(x) = \begin{cases} \frac{\tan(kx)}{x} & x \neq 0 \\ 4 & x=0 \end{cases} is continuous at x=0x=0. What is the value of kk?

  1. k=1k=1
  2. k=2k=2
  3. k=4k=4 (correct answer)
  4. k=14k=\frac{1}{4}
Explanation: For continuity at x=0x=0, we need limx0f(x)=f(0)\lim_{x \to 0} f(x) = f(0). We are given f(0)=4f(0)=4. We evaluate the limit: limx0tan(kx)x=limx0sin(kx)xcos(kx)\lim_{x \to 0} \frac{\tan(kx)}{x} = \lim_{x \to 0} \frac{\sin(kx)}{x \cos(kx)} =limx0(sin(kx)kxk1cos(kx))= \lim_{x \to 0} \left( \frac{\sin(kx)}{kx} \cdot k \cdot \frac{1}{\cos(kx)} \right) As x0x \to 0, sin(kx)kx1\frac{\sin(kx)}{kx} \to 1 and cos(kx)cos(0)=1\cos(kx) \to \cos(0) = 1. So the limit is: (1)k11=k(1) \cdot k \cdot \frac{1}{1} = k Setting the limit equal to the function value: k=4k=4.

Question 20

Let f(x)={acos(x)x0x2+2a3x>0f(x) = \begin{cases} a\cos(x) & x \le 0 \\ x^2+2a-3 & x > 0 \end{cases}. For what value of aa is ff continuous at x=0x=0?

  1. a=3a = -3
  2. a=1a = 1
  3. a=3a = 3 (correct answer)
  4. No such value of aa exists.
Explanation: For continuity at x=0x=0, we must have limx0f(x)=limx0+f(x)=f(0)\lim_{x \to 0^-} f(x) = \lim_{x \to 0^+} f(x) = f(0). Let's calculate the limits and the function value. f(0)=acos(0)=a1=af(0) = a\cos(0) = a \cdot 1 = a. limx0f(x)=limx0acos(x)=acos(0)=a\lim_{x \to 0^-} f(x) = \lim_{x \to 0^-} a\cos(x) = a\cos(0) = a. limx0+f(x)=limx0+(x2+2a3)=02+2a3=2a3\lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} (x^2+2a-3) = 0^2+2a-3 = 2a-3. Equating the left and right limits: a=2a3a = 2a-3. Solving for aa gives a=3-a = -3, so a=3a=3.