Business Calculus Quiz: Differentiability Vs Continuity
15 questions · exam conditions
0:00
Differentiability Vs ContinuityQuestion 1 of 15

Let the function f(x) be defined as:

For what values of the constants a and b is the function f(x) differentiable at x=1?

a = 1, b = -2
a = 1, b = 0
a = 2, b = -3
a = 2, b = -1
← Back to quizzes

Business Calculus Quiz

Business Calculus Quiz: Differentiability Vs Continuity

Practice Differentiability Vs Continuity in Business Calculus 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 Differentiability Vs Continuity, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.

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 the function f(x) be defined as:

For what values of the constants a and b is the function f(x) differentiable at x=1?

  1. a = 1, b = -2 (correct answer)
  2. a = 1, b = 0
  3. a = 2, b = -3
  4. a = 2, b = -1
Explanation: For f(x) to be differentiable at x=1, it must first be continuous at x=1. This means the limits from both sides must be equal: \lim_{x \to 1^-} f(x) = \lim_{x \to 1^+} f(x) a(1)^2 + b = 2(1) - 3 a + b = -1 (Equation 1) Second, the derivatives from both sides must be equal at x=1. The derivative is: f'(x) = \begin{cases} 2ax & \text{if } x < 1 \\ 2 & \text{if } x > 1 \end{cases} Setting the left-hand derivative equal to the right-hand derivative at x=1: 2a(1) = 2 2a = 2, which means a = 1. Now, substitute a=1 into Equation 1: 1 + b = -1 b = -2. Thus, the function is differentiable at x=1 when a = 1 and b = -2.

Question 2

Consider the following statements about a function f at a point c:

I. f is continuous at c.

II. f is differentiable at c. Which statement correctly describes the logical relationship between these two properties?

  1. Statement I is a necessary condition for Statement II, but not a sufficient one. (correct answer)
  2. Statement I is a sufficient condition for Statement II, but not a necessary one.
  3. Statement I and Statement II are logically equivalent conditions.
  4. Statement I is both a necessary and a sufficient condition for Statement II.
Explanation: The relationship is that differentiability implies continuity. This can be rephrased in terms of necessary and sufficient conditions. If f is differentiable at c (II), then it must be continuous at c (I). This means continuity (I) is a necessary condition for differentiability (II). You cannot have differentiability without continuity. However, if f is continuous at c (I), it is not guaranteed to be differentiable at c (II). For example, f(x)=|x| is continuous at x=0 but not differentiable. This means continuity (I) is not a sufficient condition for differentiability (II). Therefore, Statement I is necessary, but not sufficient, for Statement II.

Question 3

The number of active users N(t) for a new app t days after launch is modeled by N(t) = 100t^{1/3}. Which of the following statements best describes the model at the moment of launch, t=0?

  1. The function is continuous at t=0 and has a horizontal tangent.
  2. The function is discontinuous at t=0, representing an initial surge of users.
  3. The function is differentiable at t=0, with an initial growth rate of 100 users/day.
  4. The function is continuous at t=0 but has a vertical tangent, meaning it is not differentiable. (correct answer)
Explanation: When analyzing functions at specific points, you need to check both continuity and differentiability. For N(t)=100t1/3N(t) = 100t^{1/3}, let's examine what happens at launch (t=0t = 0). First, check continuity at t=0t = 0. Since N(0)=100(0)1/3=0N(0) = 100(0)^{1/3} = 0, and the limit as tt approaches 0 from the right is also 0, the function is continuous at t=0t = 0. This makes business sense—you start with zero users at launch. Next, examine differentiability by finding the derivative: N(t)=10013t2/3=1003t2/3N'(t) = 100 \cdot \frac{1}{3}t^{-2/3} = \frac{100}{3t^{2/3}}. At t=0t = 0, this becomes 1003(0)2/3=1000\frac{100}{3(0)^{2/3}} = \frac{100}{0}, which is undefined (approaches infinity). This creates a vertical tangent line at t=0t = 0, meaning the function is not differentiable there. Answer A is incorrect because while the function is continuous, it doesn't have a horizontal tangent—it has a vertical one. Answer B is wrong because the function is continuous, not discontinuous. Answer C is false because the function isn't differentiable at t=0t = 0; the growth rate is actually infinite (vertical tangent), not 100 users/day. Answer D correctly identifies that the function is continuous but has a vertical tangent, making it non-differentiable at t=0t = 0. Study tip: Functions with fractional exponents between 0 and 1 (like t1/3t^{1/3}) often create vertical tangents at t=0t = 0. Always check both continuity and differentiability separately—one doesn't guarantee the other.

Question 4

Consider the piecewise function f(x)={ax3+bxif x1cx2+dx+eif x>1f(x) = \begin{cases} ax^3 + bx & \text{if } x \leq 1 \\ cx^2 + dx + e & \text{if } x > 1 \end{cases} . If f(x)f(x) is continuous at x=1x = 1 but not differentiable there, and f(1)=5f(1) = 5, which condition must be satisfied?

  1. a+b=c+d+e=5a + b = c + d + e = 5 and left/right derivatives are equal
  2. a+b=c+d+e=5a + b = c + d + e = 5 and left/right derivatives are unequal (correct answer)
  3. a+b=5a + b = 5 and c+d+e=5c + d + e = 5 with equal derivatives
  4. a+bc+d+ea + b \neq c + d + e but both expressions equal 5
Explanation: For continuity at x=1x = 1: the left limit a+ba + b, right limit c+d+ec + d + e, and function value must all equal 5. For non-differentiability, the left and right derivatives must be unequal. The left derivative is 3a+b3a + b and the right derivative is 2c+d2c + d, so we need 3a+b2c+d3a + b \neq 2c + d.

Question 5

Let F(x)F(x) be defined by x2+y2=25x^2 + y^2 = 25 where y=F(x)y = F(x) and y0y \geq 0. The function F(x)=25x2F(x) = \sqrt{25 - x^2} represents the upper semicircle. At which point(s) is F(x)F(x) continuous but not differentiable?

  1. At x=0x = 0 because the tangent line is horizontal there
  2. At x=5x = 5 and x=5x = -5 because the function is undefined there
  3. At x=5x = 5 and x=5x = -5 because the tangent line is vertical there (correct answer)
  4. At no points within the domain [5,5][-5, 5]
Explanation: For F(x)=25x2F(x) = \sqrt{25 - x^2}, using the chain rule gives F(x)=x25x2F'(x) = \frac{-x}{\sqrt{25-x^2}}. At x=±5x = \pm 5, the denominator approaches 0, making the slope infinite (vertical tangent). The function is continuous at these endpoints but not differentiable due to the vertical tangent lines.

Question 6

Consider h(x)=x2/3h(x) = x^{2/3} at x=0x = 0. A student claims that since limx0h(x)=h(0)=0\lim_{x \to 0} h(x) = h(0) = 0, the function is continuous, and since power functions are differentiable, h(x)h(x) must be differentiable at x=0x = 0. What is wrong with this reasoning?

  1. The function x2/3x^{2/3} is not continuous at x=0x = 0 due to the fractional exponent
  2. Power functions with fractional exponents are never differentiable at the origin
  3. The derivative ddx[x2/3]=23x1/3\frac{d}{dx}[x^{2/3}] = \frac{2}{3}x^{-1/3} is undefined at x=0x = 0 (correct answer)
  4. The limit definition of the derivative gives an indeterminate form at x=0x = 0
Explanation: The student correctly identifies that h(x)=x2/3h(x) = x^{2/3} is continuous at x=0x = 0. However, when differentiating: h(x)=23x1/3=23x1/3h'(x) = \frac{2}{3}x^{-1/3} = \frac{2}{3x^{1/3}}. At x=0x = 0, this expression involves division by zero, so the derivative is undefined. While power functions are generally differentiable, those with exponents between 0 and 1 have vertical tangent lines at x=0x = 0, making them non-differentiable there despite being continuous.

Question 7

The revenue R(x) from selling x units of a product is continuous for x \ge 0. The marginal revenue function R'(x) is also continuous, except at x=500, where \lim_{x \to 500^-} R'(x) = 10 and \lim_{x \to 500^+} R'(x) = 8. What does this imply about the revenue function R(x) at x=500?

  1. R(x) is discontinuous at x=500.
  2. R(x) is differentiable at x=500, and R'(500) = 9.
  3. R(x) is continuous but not differentiable at x=500. (correct answer)
  4. R(x) is not defined at x=500.
Explanation: The problem states that the revenue function R(x) is continuous for x \ge 0, so it is continuous at x=500. To be differentiable at x=500, the left-hand derivative must equal the right-hand derivative. The given limits of the marginal revenue function, \lim_{x \to 500^-} R'(x) = 10 and \lim_{x \to 500^+} R'(x) = 8, represent the left-hand and right-hand derivatives, respectively. Since 10 \ne 8, the derivative R'(500) does not exist. Therefore, the function R(x) is continuous but not differentiable at x=500. The graph of R(x) would have a corner at this point.

Question 8

The monthly profit P (in dollars) of a company is modeled by the function P(t) = 1000|t - 6| + 5000, where t is the number of months since the start of the year (0 $\le$ t $\le$ 12). Which statement best describes the profit function at t=6?

  1. The profit function is differentiable at t=6, and the rate of change is zero.
  2. The profit function is discontinuous at t=6, reflecting a sudden jump in profits.
  3. The profit function has a sharp corner at t=6, meaning it is continuous but not differentiable. (correct answer)
  4. The profit function is not defined at t=6, so continuity and differentiability are not applicable.
Explanation: The function P(t) = 1000|t - 6| + 5000 involves an absolute value. The absolute value function |x| is continuous everywhere but not differentiable at x=0 (where it has a corner). In this model, the argument of the absolute value is t-6, which is zero when t=6. Therefore, the function P(t) will have a sharp corner at t=6. A function with a corner is continuous but not differentiable at that point. At t=6, P(6) = 1000|0| + 5000 = 5000, and the function approaches this value from both sides, so it is continuous. However, the rate of change abruptly shifts from -1000 (for t<6) to +1000 (for t>6), so it is not differentiable.

Question 9

The total cost C(x) in dollars for manufacturing x units of a certain product is given by the piecewise function:

Which of the following statements accurately describes the cost function at the production level of x=10 units?

  1. The cost function is differentiable but not continuous at x=10.
  2. The cost function is continuous but not differentiable at x=10. (correct answer)
  3. The cost function is neither continuous nor differentiable at x=10.
  4. The cost function is both continuous and differentiable at x=10.
Explanation: To check for continuity at x=10, we evaluate the function value and the limit from both sides. C(10) = 5(10)^2 + 100 = 500 + 100 = 600. The limit from the left is \lim_{x \to 10^-} ($5x^2$ + 100) = 600. The limit from the right is \lim_{x \to 10^+} (40x + 200) = 40(10) + 200 = 600. Since the left-hand limit, right-hand limit, and function value are all equal, the function is continuous at x=10. To check for differentiability, we find the derivatives of the pieces. For x < 10, C'(x) = 10x. The left-hand derivative at x=10 is 10(10) = 100. For x > 10, C'(x) = 40. The right-hand derivative at x=10 is 40. Since the left-hand derivative (100) does not equal the right-hand derivative (40), the function is not differentiable at x=10.

Question 10

A company's profit function P(x)P(x) (in thousands of dollars) is continuous for all production levels x0x \geq 0. At x=100x = 100 units, the right-hand derivative is P+(100)=3P'_+(100) = 3 and the left-hand derivative is P(100)=3P'_-(100) = 3. However, P(x)P'(x) does not exist at several points near x=100x = 100. What can be concluded about P(x)P(x) at x=100x = 100?

  1. P(x)P(x) is differentiable at x=100x = 100 and the marginal profit is $3000 per unit (correct answer)
  2. P(x)P(x) is not differentiable at x=100x = 100 despite having equal one-sided derivatives
  3. P(x)P(x) has a removable discontinuity at x=100x = 100 affecting differentiability
  4. The behavior near x=100x = 100 prevents any conclusion about differentiability at x=100x = 100
Explanation: Differentiability at a point depends only on the behavior at that specific point, not on nearby points. Since the left and right derivatives both exist and are equal at x=100x = 100, the function is differentiable there with P(100)=3P'(100) = 3 (representing $3000 per unit since profit is in thousands). The fact that the derivative doesn't exist at nearby points is irrelevant to differentiability at $x=100x = 100 $ itself.

Question 11

A function f(x) is differentiable at x=c. Which of the following statements must be true as a consequence?

  1. The graph of f(x) must have a horizontal tangent line at x=c.
  2. The limit \lim_{x \to c} f(x) must exist and be equal to f(c). (correct answer)
  3. The function f(x) must be differentiable on an open interval containing c.
  4. The limit \lim_{x \to c} f'(x) must exist and be equal to f'(c).
Explanation: The fundamental theorem relating differentiability and continuity states that if a function f is differentiable at a point c, it must be continuous at c. The definition of continuity at c is that \lim_{x \to c} f(x) = f(c). Therefore, statement B must be true.
  • A is incorrect; f'(c) could be any real number, not necessarily 0 (which defines a horizontal tangent).
  • C is incorrect; a function can be differentiable at a single point without being differentiable in the surrounding interval. For example, f(x) = x^2 if x is rational and f(x) = 0 if x is irrational is differentiable only at x=0.
  • D is incorrect; this is the definition of the continuity of the derivative f'(x), not a necessary condition for the differentiability of f(x) itself. A function can be differentiable at a point without its derivative being continuous at that point.

Question 12

Suppose f(x) is a function such that \lim_{h \to 0} \frac{f(c+h) - f(c)}{h} does not exist. Which of the following statements can be concluded with certainty?

  1. f(x) is not continuous at x=c.
  2. f(x) is not differentiable at x=c. (correct answer)
  3. \lim_{x \to c} f(x) does not exist.
  4. f(c) is not defined.
Explanation: The expression \lim_{h \to 0} \frac{f(c+h) - f(c)}{h} is the definition of the derivative of f(x) at the point x=c, denoted f'(c). The problem states that this limit does not exist. Therefore, by definition, the function f(x) is not differentiable at x=c.
  • A and C might be true, as discontinuity implies non-differentiability, but they are not certain. A function can be continuous at a point but not differentiable there (e.g., f(x) = |x| at c=0). In that case, f(x) is continuous and \lim_{x \to c} f(x) exists, but the function is still not differentiable.
  • D is incorrect. For the limit expression to be written, f(c) must be defined.

Question 13

Let f(x) be a function for which we know that f(3) = 5, \lim_{x \to 3} f(x) = 5, and the derivative f'(x) is undefined at x=3. Which of the following statements must be true?

  1. The graph of f(x) must have a vertical asymptote at x=3 since the derivative is undefined there.
  2. The function f(x) must be discontinuous at x=3 because the derivative does not exist.
  3. The given conditions are contradictory and cannot simultaneously be true for any function.
  4. The graph of f(x) could have a corner or a cusp at x=3 while remaining continuous. (correct answer)
Explanation: When you encounter questions about derivatives being undefined, it's crucial to understand that there are several reasons why f(x)f'(x) might not exist at a point, and they don't all imply discontinuity. The key insight here is recognizing what continuity requires versus what differentiability requires. Since f(3)=5f(3) = 5 and limx3f(x)=5\lim_{x \to 3} f(x) = 5, the function is indeed continuous at x=3x = 3 because the function value equals the limit. However, a function can be continuous at a point while still having an undefined derivative there. Answer D is correct because when f(3)f'(3) is undefined but the function remains continuous, the graph typically has a sharp point—either a corner (where left and right derivatives exist but are different) or a cusp (where one or both one-sided derivatives are infinite). Think of y=xy = |x| at x=0x = 0: continuous but not differentiable due to the sharp corner. Answer A is wrong because vertical asymptotes occur when the function itself approaches infinity, not when just the derivative is undefined. Answer B incorrectly assumes that an undefined derivative always means discontinuity—this is a common misconception. Differentiability requires continuity, but continuity doesn't guarantee differentiability. Answer C is false because the given conditions are perfectly compatible, as demonstrated by functions like f(x)=x3+5f(x) = |x - 3| + 5. Remember: a function can be continuous everywhere but differentiable nowhere, or continuous at a point but not differentiable there. Continuity and differentiability are related but distinct concepts.

Question 14

Which of the following functions provides a counterexample to the assertion that 'If a function is continuous for all real numbers, then it must be differentiable for all real numbers'?

  1. f(x) = x^3 - x
  2. f(x) = \frac{1}{x^2+1}
  3. f(x) = (x-2)^{2/3} (correct answer)
  4. f(x) = \begin{cases} x & \text{if } x \ne 0 \\ 1 & \text{if } x = 0 \end{cases}
Explanation: A counterexample must satisfy the 'if' condition (be continuous for all real numbers) but fail the 'then' condition (not be differentiable for all real numbers).
  • A and B are both continuous and differentiable for all real numbers, so they are not counterexamples.
  • D is not continuous at x=0 because \lim_{x \to 0} f(x) = 0 but f(0)=1. Since it does not satisfy the 'if' condition, it cannot be a counterexample.
  • C, f(x) = (x-2)^{2/3}, is continuous for all real numbers. However, its derivative is f'(x) = \frac{2}{3}(x-2)^{-1/3} = \frac{2}{3\sqrt[3]{x-2}}. This derivative is undefined at x=2, where the graph has a cusp. Therefore, f(x) is continuous everywhere but not differentiable at x=2, making it a valid counterexample.

Question 15

The function g(x)=x24g(x) = |x^2 - 4| is being analyzed for continuity and differentiability. At which point(s) is g(x)g(x) continuous but not differentiable?

  1. At no points because polynomial functions inside absolute values remain differentiable
  2. At x=0x = 0 only because the function changes concavity there
  3. At x=2x = -2 and x=2x = 2 because the derivative changes sign abruptly
  4. At x=2x = -2 and x=2x = 2 because the absolute value creates sharp corners (correct answer)
Explanation: When analyzing functions involving absolute values, you need to examine both continuity and differentiability carefully. Continuity requires the function to have no breaks or jumps, while differentiability requires the function to have no sharp corners or cusps. For g(x)=x24g(x) = |x^2 - 4|, start by finding where the expression inside the absolute value equals zero: x24=0x^2 - 4 = 0, which gives x=2x = -2 and x=2x = 2. These are critical points where the absolute value function might create sharp corners. At these points, g(x)g(x) is continuous because the function value approaches the same limit from both sides. However, the derivative changes abruptly at these points. When x24<0x^2 - 4 < 0 (between -2 and 2), g(x)=(x24)=4x2g(x) = -(x^2 - 4) = 4 - x^2, so g(x)=2xg'(x) = -2x. When x24>0x^2 - 4 > 0 (outside the interval [-2,2]), g(x)=x24g(x) = x^2 - 4, so g(x)=2xg'(x) = 2x. At x=2x = 2, the left derivative is 4-4 while the right derivative is +4+4, creating a sharp corner where the function isn't differentiable. Option A is wrong because absolute values can indeed create non-differentiable points. Option B incorrectly identifies x=0x = 0 as the problem point, but the function is smooth there. Option C correctly identifies the points but gives the wrong reason—it's not about the derivative changing sign, but about the derivative being undefined due to sharp corners. Option D correctly identifies both the points and the geometric reason. Remember: absolute value functions create sharp corners at zeros of the inner expression, making them non-differentiable at those specific points.