Sign Up Free

Calculus I: Practice Questions

Multiple Choice 22 questions Mathematics & Statistics > Calculus by Katie Valentine
Study this material interactively with flashcards, quizzes, and games on GabaBrain.
Study on GabaBrain

Multiple Choice (22)

Question 1
Evaluate the limit: lim (x->3) (x^2 - 9) / (x - 3)
  • undefined
  • 6 ✓
  • 3
Correct Answer
6
The limit evaluates to 6 after factoring the numerator as a difference of squares and canceling the (x-3) term. This results from substituting x=3 directly into the original expression without simplification, leading to 0/0, but mistakenly concluding 0. This results from incorrectly simplifying the expression or confusing the limit value with the x-value. This results from concluding the limit is undefined due to the 0/0 indeterminate form, without attempting algebraic simplification.
Question 2
For what value of 'a' is the function f(x) continuous at x=2, if f(x) = (x^2 - 4) / (x - 2) for x != 2 and f(x) = a for x = 2?
  • no such value exists
  • 4 ✓
  • 2
Correct Answer
4
This results from incorrectly evaluating the limit or confusing it with the value of x at the point of continuity. For continuity, the limit of f(x) as x approaches 2 must equal f(2). The limit of (x^2-4)/(x-2) as x->2 is 4, so a must be 4. This results from confusing the value of 'a' with the x-value where continuity is being checked. This results from incorrectly assuming that a removable discontinuity cannot be 'filled' to make the function continuous.
Question 3
Determine the horizontal asymptote(s) of the function f(x) = (3x^2 + 2x - 1) / (x^2 - 4x + 5).
  • y=0
  • y=3 ✓
  • y=1
  • no horizontal asymptote
Correct Answer
y=3
This would be the case if the degree of the denominator was greater than the degree of the numerator. This results from a miscalculation of the ratio of leading coefficients. Since the degree of the numerator equals the degree of the denominator, the horizontal asymptote is the ratio of their leading coefficients, which is 3/1 = 3. This would be the case if the degree of the numerator was greater than the degree of the denominator.
Question 4
Consider the graph of a function g(x). If as x approaches 1 from the left, g(x) approaches 2, and as x approaches 1 from the right, g(x) approaches 4, what can be concluded about lim (x->1) g(x)?
  • The limit is 4.
  • The limit is 2.
  • The limit is 3.
  • The limit does not exist. ✓
Correct Answer
The limit does not exist.
This describes only the left-hand limit, not the overall limit. This describes only the right-hand limit, not the overall limit. A limit is not the average of left-hand and right-hand limits; they must be equal for the limit to exist. For a limit to exist, the left-hand limit and the right-hand limit must be equal. Since 2 != 4, the limit does not exist.
Question 5
A function f(x) has a removable discontinuity at x=c if...
  • f(c) is undefined and lim (x->c) f(x) is also undefined.
  • lim (x->c) f(x) does not exist because the left and right limits are different.
  • lim (x->c) f(x) exists but f(c) is undefined or f(c) != lim (x->c) f(x). ✓
  • lim (x->c) f(x) is infinite.
Correct Answer
lim (x->c) f(x) exists but f(c) is undefined or f(c) != lim (x->c) f(x).
This is the precise definition of a removable discontinuity, where a 'hole' can be filled by defining or redefining f(c). This describes a jump discontinuity, which is not removable. This describes an infinite discontinuity, which is not removable. If the limit itself is undefined, the discontinuity is generally not removable.
Question 6
Given f(x) = sqrt(x-4) / (x-5), for which interval is f(x) continuous?
  • (-infinity, 4] U [5, infinity)
  • [4, 5) U (5, infinity) ✓
  • [4, infinity)
  • (4, 5) U (5, infinity)
Correct Answer
[4, 5) U (5, infinity)
The function is continuous where it is defined: x-4 must be non-negative (x >= 4) and the denominator x-5 cannot be zero (x != 5). This option incorrectly excludes x=4, where the function is defined and continuous. This option incorrectly includes x=5, where the function is undefined. This option incorrectly restricts the domain of the square root and includes values where the radicand is negative.
Question 7
Find the derivative of f(x) = (x^3 - 2x) * e^x.
  • (3x^2 - 2)e^x
  • (x^3 + 3x^2 - 2x - 2)e^x ✓
  • (x^3 - 2x)e^x + (3x^2 - 2)e^x
  • (3x^2 - 2) + e^x
Correct Answer
(x^3 + 3x^2 - 2x - 2)e^x
This results from differentiating only the first term and multiplying by the second, ignoring the product rule for the second term's derivative. Applying the product rule (f'g + fg') yields (3x^2 - 2)e^x + (x^3 - 2x)e^x, which simplifies to (x^3 + 3x^2 - 2x - 2)e^x. This results from incorrectly applying the derivative of a sum rule to a product. This is a correct intermediate step of the product rule but is not fully simplified as requested by a typical 'find the derivative' question implying simplification.
Question 8
If y = sin(x^2), find dy/dx.
  • 2x sin(x^2)
  • cos(2x)
  • 2x cos(x^2) ✓
  • cos(x^2)
Correct Answer
2x cos(x^2)
This results from failing to apply the chain rule to differentiate the inner function x^2. Applying the chain rule, the derivative of sin(u) is cos(u) * du/dx. Here u = x^2, so du/dx = 2x. This results from an incorrect transformation of the argument of the sine function. This results from incorrectly taking the derivative of sin(x^2) as 2x times the original function.
Question 9
Find the derivative of f(x) = ln(5x^3).
  • 3/x ✓
  • 1/x
  • 1/(5x^3)
  • 15x^2/(5x^3)
Correct Answer
3/x
This results from failing to apply the chain rule to the inner function 5x^3. Using the chain rule, d/dx[ln(u)] = (1/u) * du/dx. Here u = 5x^3, so du/dx = 15x^2. Thus, (1/5x^3) * 15x^2 = 15x^2/5x^3 = 3/x. This results from incorrectly simplifying or assuming the argument was just x. This is a correct intermediate step of the chain rule but is not fully simplified.
Question 10
Use implicit differentiation to find dy/dx for the equation x^2 + y^2 = 25.
  • 2x + 2y
  • y/x
  • -x/y ✓
  • -y/x
Correct Answer
-x/y
Differentiating both sides with respect to x gives 2x + 2y(dy/dx) = 0. Solving for dy/dx yields -2x/(2y) = -x/y. This results from a sign error when isolating dy/dx. This results from incorrectly swapping x and y in the final expression. This results from differentiating both sides explicitly without accounting for y as a function of x.
Question 11
What is the second derivative of f(x) = x^4 - 6x^2 + 3?
  • 24x
  • x^4 - 6x^2 + 3
  • 4x^3 - 12x
  • 12x^2 - 12 ✓
Correct Answer
12x^2 - 12
This is the first derivative of the function, not the second. The first derivative is f'(x) = 4x^3 - 12x. The second derivative is f''(x) = 12x^2 - 12. This is the third derivative of the function. This is the original function itself, not its derivative.
Question 12
If f(x) = tan(x), what is f'(x)?
  • sec(x)tan(x)
  • -sec^2(x)
  • cot(x)
  • sec^2(x) ✓
Correct Answer
sec^2(x)
The derivative of tan(x) is a standard trigonometric derivative, sec^2(x). This is the derivative of -csc(x) or a common misrecollection for tan(x). This represents a common sign error in trigonometric derivatives, often confused with cot(x). This is the derivative of sec(x), not tan(x).
Question 13
Find the equation of the tangent line to the curve y = x^2 - 3x at x = 1.
  • y = -x - 2
  • y = x - 3
  • y = -x + 1
  • y = -x - 1 ✓
Correct Answer
y = -x - 1
At x=1, y = 1^2 - 3(1) = -2. The slope is y'(x) = 2x - 3, so y'(1) = 2(1) - 3 = -1. The equation is y - (-2) = -1(x - 1), which simplifies to y + 2 = -x + 1, or y = -x - 1. This results from a calculation error for the y-intercept, possibly using y-intercept of the original function. This results from a sign error in the slope calculation or in the point-slope form. This results from a calculation error for the y-intercept in the point-slope form.
Question 14
A spherical balloon is being inflated. Its radius is increasing at a rate of 2 cm/s. How fast is the volume of the balloon increasing when the radius is 3 cm? (Volume of a sphere V = (4/3)pi*r^3)
  • 36pi cm^3/s
  • 72pi cm^3/s ✓
  • 8pi cm^3/s
  • 108pi cm^3/s
Correct Answer
72pi cm^3/s
This results from a calculation error, possibly forgetting to multiply by dr/dt or a misplaced factor of 2. Using related rates, dV/dt = d/dt[(4/3)pi*r^3] = 4pi*r^2 * dr/dt. Substituting r=3 and dr/dt=2 gives dV/dt = 4pi*(3^2)*2 = 72pi cm^3/s. This results from an incorrect calculation, possibly by squaring dr/dt or other arithmetic error. This results from incorrectly using the value of dr/dt as the radius or other misapplication of the formula.
Question 15
Find the critical points of the function f(x) = x^3 - 6x^2 + 5.
  • x=0 only
  • x=0 and x=2
  • x=4 only
  • x=0 and x=4 ✓
Correct Answer
x=0 and x=4
This misses the second critical point where the derivative is also zero. Critical points occur where f'(x) = 0 or f'(x) is undefined. f'(x) = 3x^2 - 12x = 3x(x - 4). Setting f'(x) = 0 yields x = 0 and x = 4. This misses the first critical point where the derivative is also zero. This results from a calculation error when factoring or solving for the roots of the derivative.
Question 16
On which interval is the function f(x) = x^3 - 3x^2 + 1 increasing?
  • (-infinity, 0) U (2, infinity) ✓
  • (2, infinity)
  • (-infinity, 0)
  • (0, 2)
Correct Answer
(-infinity, 0) U (2, infinity)
This is the interval where the function is decreasing, as f'(x) < 0 for x in (0, 2). The function is increasing where f'(x) > 0. f'(x) = 3x^2 - 6x = 3x(x - 2). The sign analysis shows f'(x) > 0 for x < 0 or x > 2. This interval represents only one part where the function is increasing, missing the other interval. This interval represents only one part where the function is increasing, missing the other interval.
Question 17
Evaluate lim (x->0) sin(x) / x using L'Hopital's Rule.
  • 1 ✓
  • -1
  • undefined
Correct Answer
1
This results from incorrectly applying L'Hopital's Rule or a common error with this limit. Since this is an indeterminate form (0/0), apply L'Hopital's Rule: lim (x->0) (d/dx sin(x)) / (d/dx x) = lim (x->0) cos(x) / 1 = cos(0) / 1 = 1. This results from a sign error in the derivative of sin(x) or a miscalculation. This results from concluding the limit is undefined due to the 0/0 indeterminate form, without applying L'Hopital's Rule.
Question 18
Find the indefinite integral of (3x^2 + 4x - 5) dx.
  • x^3 + 2x^2 - 5x
  • x^3 + 2x^2 - 5x + C ✓
  • 6x + 4
  • 3x^3/3 + 4x^2/2 - 5x
Correct Answer
x^3 + 2x^2 - 5x + C
This is the correct antiderivative but omits the constant of integration 'C', which is essential for indefinite integrals. This is the derivative of the integrand, not its integral. Applying the power rule for integration term by term and adding the constant of integration yields x^3 + 2x^2 - 5x + C. This is a correct intermediate step of integration but is not fully simplified.
Question 19
Evaluate the definite integral from 0 to 2 of (2x + 1) dx.
  • 6 ✓
  • 5
  • 3
  • 4
Correct Answer
6
This results from a calculation error, possibly forgetting to integrate the constant term. The antiderivative of (2x + 1) is x^2 + x. Evaluating from 0 to 2: (2^2 + 2) - (0^2 + 0) = (4 + 2) - 0 = 6. This results from a calculation error during evaluation, such as incorrectly evaluating the constant term. This results from a calculation error, such as incorrectly evaluating the constant term or substituting only into 2x.
Question 20
If F(x) is an antiderivative of f(x), then according to the Fundamental Theorem of Calculus, Part 1, d/dx [integral from a to x of f(t) dt] is equal to...
  • f(t)
  • F(x) - F(a)
  • f(x) ✓
  • F'(x)
Correct Answer
f(x)
The Fundamental Theorem of Calculus, Part 1, states that the derivative of an integral with a variable upper limit is the integrand evaluated at that limit. This describes the Fundamental Theorem of Calculus, Part 2, for evaluating definite integrals, not Part 1. This incorrectly uses the integration variable 't' instead of the differentiation variable 'x'. While F'(x) = f(x) by definition, the theorem directly states the result in terms of f(x) as the integrand.
Question 21
Use u-substitution to evaluate integral x * sqrt(x^2 + 1) dx.
  • (1/3)(x^2 + 1)^(3/2) + C ✓
  • (1/2)(x^2 + 1)^(1/2) + C
  • (2/3)(x^2 + 1)^(3/2) + C
  • x^2 * (2/3)(x^2 + 1)^(3/2) + C
Correct Answer
(1/3)(x^2 + 1)^(3/2) + C
Let u = x^2 + 1, then du = 2x dx, so x dx = (1/2) du. The integral becomes (1/2) integral u^(1/2) du = (1/2) * (2/3)u^(3/2) + C = (1/3)(x^2 + 1)^(3/2) + C. This results from forgetting the (1/2) factor that arises from the du substitution. This results from an incorrect application of the power rule for integration (incorrect exponent). This results from incorrectly handling the 'x' term outside the square root after substitution.
Question 22
What is the instantaneous rate of change of f(x) = x^3 - 4x + 1 at x = 2?
  • 8 ✓
  • 9
  • 1
  • 12
Correct Answer
8
The instantaneous rate of change is given by the derivative. f'(x) = 3x^2 - 4. At x=2, f'(2) = 3(2^2) - 4 = 12 - 4 = 8. This results from a calculation error, possibly adding the derivative at 2 to the function value at 2, or other arithmetic mistake. This results from evaluating 3x^2 at x=2 but forgetting to subtract 4 from the derivative. This is the function's value at x=2, not its instantaneous rate of change.

Ready to study Calculus I: Practice Questions?

Study with flashcards, play quiz games, challenge your friends, and track your progress.

Start Studying Free