Calculus 1 Quiz: Selecting Derivative Procedures
20 questions · exam conditions
0:00
Selecting Derivative ProceduresQuestion 1 of 20

To find the derivative of g(x)=arctan(e3x)g(x) = \arctan(e^{3x}), which is the correct application of the chain rule?

g(x)=11+(e3x)2ddx(e3x)g'(x) = \frac{1}{1 + (e^{3x})^2} \cdot \frac{d}{dx}(e^{3x})
g(x)=sec2(e3x)ddx(e3x)g'(x) = \sec^2(e^{3x}) \cdot \frac{d}{dx}(e^{3x})
g(x)=11+x2e3x3g'(x) = \frac{1}{1 + x^2} \cdot e^{3x} \cdot 3
g(x)=(ddx(arctan(x)))(ddx(e3x))g'(x) = (\frac{d}{dx}(\arctan(x))) \cdot (\frac{d}{dx}(e^{3x}))
← Back to quizzes

Calculus 1 Quiz

Calculus 1 Quiz: Selecting Derivative Procedures

Practice Selecting Derivative Procedures 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 Selecting Derivative Procedures, 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

To find the derivative of g(x)=arctan(e3x)g(x) = \arctan(e^{3x}), which is the correct application of the chain rule?

  1. g(x)=11+(e3x)2ddx(e3x)g'(x) = \frac{1}{1 + (e^{3x})^2} \cdot \frac{d}{dx}(e^{3x}) (correct answer)
  2. g(x)=sec2(e3x)ddx(e3x)g'(x) = \sec^2(e^{3x}) \cdot \frac{d}{dx}(e^{3x})
  3. g(x)=11+x2e3x3g'(x) = \frac{1}{1 + x^2} \cdot e^{3x} \cdot 3
  4. g(x)=(ddx(arctan(x)))(ddx(e3x))g'(x) = (\frac{d}{dx}(\arctan(x))) \cdot (\frac{d}{dx}(e^{3x}))
Explanation: The function g(x)g(x) is a composition f(u(x))f(u(x)) where the outer function is f(u)=arctan(u)f(u) = \arctan(u) and the inner function is u(x)=e3xu(x) = e^{3x}. The chain rule states that the derivative is f(u(x))u(x)f'(u(x)) \cdot u'(x). The derivative of arctan(u)\arctan(u) is 11+u2\frac{1}{1+u^2}. So, f(u(x))=11+(e3x)2f'(u(x)) = \frac{1}{1+(e^{3x})^2}. This must be multiplied by the derivative of the inner function, ddx(e3x)\frac{d}{dx}(e^{3x}).

Question 2

For which of the following equations is implicit differentiation the only practical method to find dydx\frac{dy}{dx} among the standard procedures taught in a first-semester calculus course?

  1. x2+y2=16x^2 + y^2 = 16
  2. x2yx=1x^2y - x = 1
  3. y=x2+1cos(x)y = \frac{x^2+1}{\cos(x)}
  4. y5+xy+x3=2y^5 + xy + x^3 = 2 (correct answer)
Explanation: When deciding whether to use implicit differentiation, you need to ask: "Can I easily solve for y explicitly?" If solving for y would be extremely difficult or impossible with basic algebraic methods, then implicit differentiation becomes your only practical option. Let's examine each equation. For option A, x2+y2=16x^2 + y^2 = 16, you can solve for y explicitly: y=±16x2y = ±\sqrt{16 - x^2}, then differentiate directly. For option B, x2yx=1x^2y - x = 1, you can rearrange to get y=1+xx2y = \frac{1 + x}{x^2} and use the quotient rule. Option C, y=x2+1cos(x)y = \frac{x^2+1}{\cos(x)}, is already solved for y explicitly, so you'd use the quotient rule combined with trigonometric differentiation. Option D, y5+xy+x3=2y^5 + xy + x^3 = 2, presents a completely different situation. The y5y^5 term makes it algebraically impossible to solve for y using methods available in first-semester calculus. You cannot isolate y without dealing with fifth roots and complex rearrangements that go beyond standard techniques. Implicit differentiation is your only practical path: differentiate both sides with respect to x, getting 5y4dydx+y+xdydx+3x2=05y^4\frac{dy}{dx} + y + x\frac{dy}{dx} + 3x^2 = 0, then solve for dydx\frac{dy}{dx}. The key insight is recognizing when an equation's structure prevents explicit solving. Watch for high-degree terms in y (like y5,y3y^5,y^3, etc.) mixed with other terms containing both x and y—these are strong signals that implicit differentiation is your best (and often only) option.

Question 3

Consider the function y=(x2+1)sin(x)y = (x^2+1)^{\sin(x)}. Which differentiation procedure is most suitable for finding dydx\frac{dy}{dx}?

  1. Logarithmic differentiation, because both the base and the exponent are functions of xx. (correct answer)
  2. The power rule, treating sin(x)\sin(x) as a constant exponent, followed by the chain rule for the base.
  3. The exponential rule for aua^u, treating x2+1x^2+1 as a constant base, followed by the chain rule.
  4. Implicit differentiation after rewriting the function as y1/sin(x)=x2+1y^{1/\sin(x)} = x^2+1 and applying the quotient rule.
Explanation: Functions of the form f(x)g(x)f(x)^{g(x)}, where both the base and the exponent are variable functions, require logarithmic differentiation. This process involves taking the natural logarithm of both sides, using log properties to bring the exponent down, and then differentiating implicitly.

Question 4

After finding dydx\frac{dy}{dx} for an implicitly defined curve such as x3+y3=6xyx^3 + y^3 = 6xy, the resulting expression for the derivative typically involves both xx and yy. What is the geometric reason for this?

  1. Because the original equation cannot be solved for yy, the derivative must contain yy as a way of representing the unknown relationship.
  2. The chain rule, when applied to terms involving yy, always introduces an extra yy variable into the final expression for dydx\frac{dy}{dx}.
  3. The slope of the tangent line at a point on the curve can depend on both the x- and y-coordinates of that point. (correct answer)
  4. Implicit differentiation yields a special type of derivative that is a function of two variables, unlike an explicit derivative which is a function of one.
Explanation: When you encounter implicit differentiation problems, you're dealing with curves that can't easily be solved for y in terms of x alone. The key insight is understanding what the derivative dydx\frac{dy}{dx} geometrically represents: the slope of the tangent line at any point on the curve. The slope of a tangent line at a specific point depends on where you are on the curve - that is, it depends on both the x-coordinate and y-coordinate of that point. Consider the folium of Descartes x3+y3=6xyx^3 + y^3 = 6xy: different points (x,y)(x,y) on this curve will generally have different slopes, and those slopes are determined by both coordinates of the point in question. Option C correctly captures this geometric reality - the slope at any point naturally depends on both coordinates of that point. Option A misses the point by focusing on solvability rather than geometry. Even when we can solve for y explicitly, implicit differentiation would still yield expressions involving both variables if we chose to use that method. Option B incorrectly suggests the chain rule automatically introduces extra y variables. The chain rule introduces dydx\frac{dy}{dx} terms, not additional y variables in the final answer. Option D confuses the nature of the derivative itself. The derivative dydx\frac{dy}{dx} is still fundamentally about how y changes with respect to x, but its value at any point happens to depend on both coordinates of that point. Remember: when you see both x and y in your implicit derivative, think "the slope depends on where I am on the curve."

Question 5

Let h(x)=(sinx)x2h(x) = (\sin x)^{x^2}. Which of the following differentiation methods is the most direct and effective for finding h(x)h'(x)?

  1. Apply the power rule, treating the exponent x2x^2 as a constant, and then use the chain rule.
  2. Apply the rule for differentiating exponential functions, treating the base sinx\sin x as a constant.
  3. Apply logarithmic differentiation by first taking the natural logarithm of both sides of the equation y=h(x)y = h(x). (correct answer)
  4. Apply the product rule to the functions f(x)=sinxf(x)=\sin x and g(x)=x2g(x)=x^2.
Explanation: The function h(x)h(x) is of the form f(x)g(x)f(x)^{g(x)}, where both the base and the exponent are functions of xx. For this type of function, logarithmic differentiation is the standard and most effective method. Taking the natural logarithm gives ln(y)=x2ln(sinx)\ln(y) = x^2 \ln(\sin x), which can then be differentiated implicitly using the product rule. Options A and B are incorrect because they treat a variable part of the function as a constant. Option D is incorrect because the function is not a product.

Question 6

The first derivative of the curve defined by x2+y2=25x^2 + y^2 = 25 is dydx=xy\frac{dy}{dx} = -\frac{x}{y}. To find the second derivative d2ydx2\frac{d^2y}{dx^2}, the expression for dydx\frac{dy}{dx} is differentiated with respect to xx. Which of the following statements correctly describes this procedure?

  1. Apply the quotient rule to xy-\frac{x}{y}, treating yy as a constant because the differentiation is with respect to xx.
  2. Apply the quotient rule to xy-\frac{x}{y}, treating yy as a function of xx and using the chain rule to find its derivative, dydx\frac{dy}{dx}. (correct answer)
  3. Differentiate the original equation twice, which gives 2+2d2ydx2=02 + 2\frac{d^2y}{dx^2} = 0, and then solve for the second derivative.
  4. Substitute y=25x2y = \sqrt{25-x^2} into the first derivative expression to eliminate yy before taking the second derivative.
Explanation: When finding the second derivative implicitly, we must differentiate the first derivative, dydx=xy\frac{dy}{dx} = -\frac{x}{y}, with respect to xx. Since yy is implicitly a function of xx, we cannot treat it as a constant (ruling out A). We must use the quotient rule, and when differentiating the yy in the denominator, we must use the chain rule, resulting in a dydx\frac{dy}{dx} term. This is correctly described in B. Option C is incorrect; differentiating 2x+2ydydx=02x+2y\frac{dy}{dx}=0 requires the product rule on the second term. Option D is a valid strategy for the top half of the circle, but it is not the required procedure for implicit differentiation and does not work for the entire curve without considering y=25x2y = -\sqrt{25-x^2} separately.

Question 7

Let f(x)=tan(e3x)f(x) = \sqrt{\tan(e^{3x})}. Finding f(x)f'(x) requires repeated application of the chain rule. Which of the following correctly lists the sequence of functions whose derivatives are taken, from outermost to innermost?

  1. square root, tangent, exponential function, linear function (correct answer)
  2. tangent, exponential function, linear function, square root
  3. exponential function, tangent, square root, linear function
  4. square root, linear function, tangent, exponential function
Explanation: The function can be decomposed into layers of composition. The outermost operation is the square root, so f(u)=uf(u) = \sqrt{u} where u=tan(e3x)u=\tan(e^{3x}). The next layer is the tangent function, u(v)=tan(v)u(v) = \tan(v) where v=e3xv=e^{3x}. The next layer is the exponential function, v(w)=ewv(w) = e^w where w=3xw=3x. The innermost function is the linear function w(x)=3xw(x)=3x. The chain rule proceeds by differentiating from the outermost function to the innermost. Thus, the correct sequence is square root, tangent, exponential, then linear.

Question 8

Let ff be a differentiable, one-to-one function, and let g(x)=f1(x)g(x) = f^{-1}(x). The tangent line to the graph of y=f(x)y=f(x) at x=2x=2 is y=5x7y = 5x - 7. Which procedure leads to the value of g(3)g'(3)?

  1. Find the slope of the given tangent line, which is 5, and conclude that g(3)g'(3) must be its reciprocal, 1/51/5.
  2. Identify f(2)=3f(2)=3 and f(2)=5f'(2)=5 from the tangent line, then use these values in the formula g(3)=1/f(g(3))g'(3) = 1/f'(g(3)). (correct answer)
  3. Find the inverse of the tangent line function, y=(x+7)/5y = (x+7)/5, and then evaluate its derivative at x=3x=3.
  4. Use the slope f(2)=5f'(2)=5 and calculate g(3)g'(3) as 1/f(3)1/f'(3), assuming the derivative value is the same.
Explanation: When you see inverse functions and derivatives together, you're dealing with the inverse function derivative theorem: if g=f1g = f^{-1}, then g(x)=1f(g(x))g'(x) = \frac{1}{f'(g(x))}. The key is identifying the right values to plug into this formula. From the tangent line y=5x7y = 5x - 7 at x=2x = 2, you can extract two crucial pieces of information: the slope is f(2)=5f'(2) = 5, and the point of tangency gives you f(2)=5(2)7=3f(2) = 5(2) - 7 = 3. Since f(2)=3f(2) = 3, this means g(3)=2g(3) = 2 (because gg undoes what ff does). Now you can apply the formula: g(3)=1f(g(3))=1f(2)=15g'(3) = \frac{1}{f'(g(3))} = \frac{1}{f'(2)} = \frac{1}{5}. This is exactly what option B describes. Option A makes the common error of thinking g(x)g'(x) always equals 1f(x)\frac{1}{f'(x)} at corresponding points, but this ignores that the domains are switched for inverse functions. Option C incorrectly treats the tangent line as if it were the actual function f(x)f(x)—the tangent line only approximates ff near x=2x = 2, so its inverse isn't gg. Option D uses f(3)f'(3) instead of f(2)f'(2), but we don't know f(3)f'(3) and we need ff' evaluated at g(3)=2g(3) = 2, not at 3. Remember: for inverse function derivatives, you need both the derivative of the original function AND the correct input-output relationship between ff and gg. Always identify these paired values from the given information first.

Question 9

A student must find the derivatives of three functions: I. y=xπy = x^{\pi}, II. y=πxy = \pi^x, III. y=xxy = x^x. Which choice correctly pairs the primary differentiation procedure for each function?

  1. I: Power Rule, II: Logarithmic Differentiation, III: Exponential Rule
  2. I: Exponential Rule, II: Power Rule, III: Power Rule
  3. I: Power Rule, II: Exponential Rule, III: Logarithmic Differentiation (correct answer)
  4. I: Chain Rule, II: Power Rule, III: Implicit Differentiation
Explanation: When you encounter functions with variables as bases and exponents, identifying the correct differentiation technique is crucial. The key is recognizing whether the base, exponent, or both contain variables. For function I, y=xπy = x^{\pi}, you have a variable base with a constant exponent. This is a perfect candidate for the Power Rule: ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1}, giving you y=πxπ1y' = \pi x^{\pi-1}. Function II, y=πxy = \pi^x, has a constant base with a variable exponent. This is an exponential function requiring the Exponential Rule: ddx[ax]=axln(a)\frac{d}{dx}[a^x] = a^x \ln(a), yielding y=πxln(π)y' = \pi^x \ln(\pi). Function III, y=xxy = x^x, has both variable base and variable exponent. Neither the Power Rule nor Exponential Rule applies directly. You need logarithmic differentiation: take the natural log of both sides, then differentiate implicitly to get y=xx(ln(x)+1)y' = x^x(\ln(x) + 1). This confirms answer C is correct. Answer A incorrectly suggests using logarithmic differentiation for πx\pi^x, which is unnecessary since it's a standard exponential function. Answer B misclassifies πx\pi^x as needing the Power Rule and xxx^x as needing the Power Rule, both wrong. Answer D incorrectly pairs the Chain Rule with xπx^{\pi} and suggests implicit differentiation for xxx^x, though logarithmic differentiation is more direct. Study tip: Memorize this pattern: constant exponent → Power Rule, constant base → Exponential Rule, both variable → logarithmic differentiation.

Question 10

Let f(x)f(x) be a differentiable function. To find the derivative of y=[f(x)]2y = [f(x)]^2, one student uses the power rule combined with the chain rule. A second student uses the product rule on y=f(x)f(x)y = f(x) \cdot f(x). Which statement accurately compares these procedures?

  1. Both procedures are valid and will yield the same result, 2f(x)f(x)2f(x)f'(x). (correct answer)
  2. Only the chain rule procedure is valid; the product rule cannot be applied when the functions are identical.
  3. Only the product rule procedure is valid; the power rule only applies to variables like xnx^n, not functions.
  4. The procedures are both valid but yield different results that are only equivalent under certain conditions for f(x)f(x).
Explanation: Both procedures are correct and demonstrate the consistency of differentiation rules. Using the chain rule (specifically, the generalized power rule): ddx[f(x)]2=2[f(x)]1f(x)=2f(x)f(x)\frac{d}{dx}[f(x)]^2 = 2[f(x)]^1 \cdot f'(x) = 2f(x)f'(x). Using the product rule on f(x)f(x)f(x) \cdot f(x): ddx[f(x)f(x)]=f(x)f(x)+f(x)f(x)=2f(x)f(x)\frac{d}{dx}[f(x)f(x)] = f'(x)f(x) + f(x)f'(x) = 2f(x)f'(x). The results are identical.

Question 11

Let f(x)=x3+2x1f(x) = x^3 + 2x - 1. If g(x)=f1(x)g(x) = f^{-1}(x), what is the value of g(2)g'(2)?

  1. 114\frac{1}{14}
  2. 15\frac{1}{5} (correct answer)
  3. 55
  4. 135\frac{1}{35}
Explanation: The formula for the derivative of an inverse function is (f1)(a)=1f(f1(a))(f^{-1})'(a) = \frac{1}{f'(f^{-1}(a))}. Here, a=2a=2. First, we must find b=f1(2)b = f^{-1}(2), which is the value of xx such that f(x)=2f(x)=2. We solve x3+2x1=2x^3 + 2x - 1 = 2, which simplifies to x3+2x3=0x^3 + 2x - 3 = 0. By inspection, x=1x=1 is the solution, so f1(2)=1f^{-1}(2)=1. Next, we find the derivative of f(x)f(x): f(x)=3x2+2f'(x) = 3x^2 + 2. Now we evaluate f(f1(2))=f(1)=3(1)2+2=5f'(f^{-1}(2)) = f'(1) = 3(1)^2 + 2 = 5. Finally, g(2)=15g'(2) = \frac{1}{5}. Distractor D is 1/f(2)1/f'(2), a common error. Distractor C is f(1)f'(1) without taking the reciprocal. Distractor A is 1/f(2)1/f(2).

Question 12

For which of the following functions is it necessary to use logarithmic differentiation or a related method (like rewriting the base as eln()e^{\ln(\dots)}) to find its derivative?

  1. f(x)=(π)xf(x) = (\pi)^x
  2. g(x)=xπg(x) = x^{\pi}
  3. h(x)=(lnx)2h(x) = (\ln x)^2
  4. k(x)=(x+1)sinxk(x) = (x+1)^{\sin x} (correct answer)
Explanation: Logarithmic differentiation is required for functions of the form y=u(x)v(x)y=u(x)^{v(x)}, where both the base u(x)u(x) and the exponent v(x)v(x) are non-constant functions of xx. Option D, k(x)=(x+1)sinxk(x) = (x+1)^{\sin x}, fits this form. Option A, f(x)=(π)xf(x) = (\pi)^x, is an exponential function with a constant base, whose derivative is (lnπ)(π)x(\ln \pi)(\pi)^x. Option B, g(x)=xπg(x) = x^{\pi}, is a power function with a constant exponent, whose derivative is πxπ1\pi x^{\pi-1}. Option C, h(x)=(lnx)2h(x) = (\ln x)^2, can be differentiated using the power rule and the chain rule.

Question 13

Given the equation xln(y)+y3=2xx \ln(y) + y^3 = 2x, which equation is the result of correctly differentiating with respect to xx to find dydx\frac{dy}{dx}?

  1. ln(y)+xy+3y2=2\ln(y) + \frac{x}{y} + 3y^2 = 2
  2. ln(y)+xydydx+3y2dydx=2\ln(y) + \frac{x}{y}\frac{dy}{dx} + 3y^2\frac{dy}{dx} = 2 (correct answer)
  3. 1ydydx+3y2dydx=2\frac{1}{y}\frac{dy}{dx} + 3y^2\frac{dy}{dx} = 2
  4. 11y+3y2dydx=21 \cdot \frac{1}{y} + 3y^2 \frac{dy}{dx} = 2
Explanation: To find dydx\frac{dy}{dx} implicitly, we differentiate each term with respect to xx. The term xln(y)x \ln(y) requires the product rule: the derivative is (1)ln(y)+x1ydydx(1) \cdot \ln(y) + x \cdot \frac{1}{y} \frac{dy}{dx}. The term y3y^3 requires the chain rule: its derivative is 3y2dydx3y^2 \frac{dy}{dx}. The derivative of 2x2x is 22. Combining these results yields the equation in option B. Option A omits the dydx\frac{dy}{dx} factors that arise from the chain rule. Option C applies the product rule incorrectly to the first term. Option D also applies the product rule incorrectly, differentiating xx and ln(y)\ln(y) separately.

Question 14

To find the derivative of the function f(x)=esin(x2)f(x) = e^{\sin(x^2)}, which differentiation rule must be applied as the primary, outermost step?

  1. The product rule, because the function involves multiple expressions multiplied together.
  2. The specific differentiation rule for exe^x, applied directly to the function's argument.
  3. The power rule, because the function contains the expression x2x^2.
  4. The chain rule, because the function is a composition of an exponential, a sine, and a power function. (correct answer)
Explanation: When you encounter a function like f(x)=esin(x2)f(x) = e^{\sin(x^2)}, you need to identify its structure to choose the right differentiation approach. This function is a composition - an exponential function containing a sine function, which itself contains a quadratic function. The chain rule is your primary tool here because you're differentiating a composite function. Think of it as peeling an onion: the outermost layer is eue^u (where u=sin(x2)u = \sin(x^2)), the middle layer is sin(v)\sin(v) (where v=x2v = x^2), and the innermost layer is x2x^2. To find f(x)f'(x), you'll need: f(x)=esin(x2)cos(x2)2xf'(x) = e^{\sin(x^2)} \cdot \cos(x^2) \cdot 2x This uses the chain rule three times, working from outside to inside. Looking at the wrong answers: Choice A suggests the product rule, but there's no multiplication of separate functions here - just one composite function. Choice B mentions applying the exponential rule directly to the argument, but you can't ignore that the argument itself is a complex function requiring its own differentiation. Choice C focuses on the power rule for x2x^2, but while the power rule will eventually be used (as the innermost step), it's not the primary approach needed. Study tip: When you see nested functions like f(g(h(x)))f(g(h(x))), always start with the chain rule as your primary strategy. Look for the outermost function first, then work your way inward. The chain rule often combines with other rules, but it governs the overall approach.

Question 15

Consider the implicitly defined curve y22ln(xy)=1y^2 - 2\ln(xy) = 1. Which of the following describes the first step in the correct procedure to find the slope of the tangent line at a point (x,y)(x,y)?

  1. Solve for yy explicitly in terms of xx, then differentiate the resulting function using standard rules.
  2. Differentiate each term of the equation with respect to yy, treating xx as a constant, to find dx/dydx/dy.
  3. Differentiate each term of the equation with respect to xx, applying the chain and product rules where necessary. (correct answer)
  4. Substitute the coordinates of a specific point of tangency into the equation, then differentiate the equation.
Explanation: When you encounter an implicitly defined equation like y22ln(xy)=1y^2 - 2\ln(xy) = 1, you're dealing with a curve where y isn't explicitly solved for in terms of x. To find the slope (which is dydx\frac{dy}{dx}), you need implicit differentiation. The correct first step is to differentiate both sides of the equation with respect to x, which is exactly what option C describes. As you differentiate each term, you'll need the chain rule for terms involving y (since y depends on x), and the product rule for terms like ln(xy)\ln(xy). For example, differentiating y2y^2 gives 2ydydx2y\frac{dy}{dx}, and differentiating ln(xy)\ln(xy) requires both the chain rule and product rule, yielding 1xy(y+xdydx)\frac{1}{xy}(y + x\frac{dy}{dx}). Option A is impossible here because this equation cannot be solved explicitly for y in terms of x due to the logarithmic term. Option B suggests differentiating with respect to y to find dxdy\frac{dx}{dy}, but the question asks for the slope dydx\frac{dy}{dx}, not its reciprocal. While you could find dxdy\frac{dx}{dy} and then take its reciprocal, this creates unnecessary work. Option D puts the cart before the horse—you need the general derivative formula first before you can evaluate it at any specific point. Study tip: Whenever you see an equation that mixes x and y terms (especially with transcendental functions like ln), think "implicit differentiation." Always differentiate with respect to x first, then solve for dydx\frac{dy}{dx}.

Question 16

For the curve defined by the equation ycos(x)=x2+y2y \cos(x) = x^2 + y^2, which of the following expressions represents dydx\frac{dy}{dx}?

  1. 2x+ysin(x)cos(x)2y\frac{2x + y \sin(x)}{\cos(x) - 2y} (correct answer)
  2. 2xsin(x)cos(x)2y\frac{2x - \sin(x)}{-\cos(x) - 2y}
  3. 2x+ysin(x)2ycos(x)\frac{2x + y \sin(x)}{2y - \cos(x)}
  4. 2xysin(x)cos(x)+2y\frac{2x - y \sin(x)}{\cos(x) + 2y}
Explanation: We use implicit differentiation. Differentiating both sides with respect to xx: The left side requires the product rule: ddx(ycos(x))=dydxcos(x)+y(sin(x))\frac{d}{dx}(y \cos(x)) = \frac{dy}{dx}\cos(x) + y(-\sin(x)). The right side is differentiated term-by-term: ddx(x2+y2)=2x+2ydydx\frac{d}{dx}(x^2 + y^2) = 2x + 2y\frac{dy}{dx}. Setting them equal: dydxcos(x)ysin(x)=2x+2ydydx\frac{dy}{dx}\cos(x) - y\sin(x) = 2x + 2y\frac{dy}{dx}. Now, we solve for dydx\frac{dy}{dx}. Grouping terms with dydx\frac{dy}{dx} gives dydx(cos(x)2y)=2x+ysin(x)\frac{dy}{dx}(\cos(x) - 2y) = 2x + y\sin(x). Dividing yields dydx=2x+ysin(x)cos(x)2y\frac{dy}{dx} = \frac{2x + y \sin(x)}{\cos(x) - 2y}.

Question 17

A curve is defined by sin(x+y)=y2cos(x)\sin(x+y) = y^2 \cos(x). Which of the following describes the necessary first step to find the slope of the tangent line at a point (x,y)(x, y)?

  1. Differentiate sin(x+y)\sin(x+y) using the chain rule and differentiate y2cos(x)y^2 \cos(x) using the product rule. (correct answer)
  2. Isolate yy on one side of the equation and then use standard differentiation rules on the resulting explicit function.
  3. Differentiate each term with respect to xx, treating yy as a constant because it is the dependent variable.
  4. Use the quotient rule on sin(x+y)cos(x)\frac{\sin(x+y)}{\cos(x)} after moving cos(x)\cos(x) to the left side of the equation.
Explanation: The equation defines yy implicitly. To find the slope (dydx\frac{dy}{dx}), we must differentiate both sides with respect to xx. The left side, sin(x+y)\sin(x+y), is a composite function, requiring the chain rule. The right side, y2cos(x)y^2 \cos(x), is a product of two functions of xx (since yy depends on xx), requiring the product rule.

Question 18

A curve is defined by the equation x2y+y3=10x^2y + y^3 = 10. To find dydx\frac{dy}{dx}, which of the following describes the necessary application of differentiation rules?

  1. Differentiate x2yx^2y using the product rule and y3y^3 using the chain rule, as part of implicit differentiation. (correct answer)
  2. First, solve the equation for yy explicitly in terms of xx, and then differentiate the resulting function directly.
  3. Differentiate each term separately: x2x^2 becomes 2x2x, yy becomes dydx\frac{dy}{dx}, and y3y^3 becomes 3y2dydx3y^2\frac{dy}{dx}.
  4. Apply the chain rule to the term x2yx^2y and the power rule to y3y^3 after isolating the yy terms on one side.
Explanation: The equation defines yy implicitly as a function of xx. Therefore, implicit differentiation must be used. The term x2yx^2y is a product of two functions of xx (since yy is a function of xx), so the product rule is required. The term y3y^3 is a composition of the cubing function and y(x)y(x), so the chain rule is required, yielding 3y2dydx3y^2 \frac{dy}{dx}.

Question 19

Let f(x)=x5+2x+1f(x) = x^5 + 2x + 1. If g(x)g(x) is the inverse of f(x)f(x), what procedure is required to find g(4)g'(4)?

  1. Calculate f(x)=5x4+2f'(x) = 5x^4 + 2, evaluate f(4)f'(4), and then compute the reciprocal 1/f(4)1/f'(4).
  2. Find a value cc such that f(c)=4f(c) = 4, then calculate f(c)f'(c), and finally compute the reciprocal 1/f(c)1/f'(c). (correct answer)
  3. Find an explicit formula for g(x)g(x) by solving the equation y=x5+2x+1y = x^5 + 2x + 1 for xx, then differentiate g(x)g(x) and evaluate at x=4x=4.
  4. Calculate f(x)f'(x), find the inverse of the derivative function, (f)1(x)(f')^{-1}(x), and then evaluate this new function at x=4x=4.
Explanation: The theorem for the derivative of an inverse function states that (f1)(a)=1f(f1(a))(f^{-1})'(a) = \frac{1}{f'(f^{-1}(a))}. Here, g=f1g = f^{-1} and a=4a=4. The first step is to find c=f1(4)c = f^{-1}(4), which means we must solve f(c)=c5+2c+1=4f(c) = c^5 + 2c + 1 = 4. By inspection, c=1c=1. The next step is to find f(x)=5x4+2f'(x) = 5x^4 + 2. Finally, we evaluate f(c)=f(1)=5(1)4+2=7f'(c) = f'(1) = 5(1)^4 + 2 = 7, and take the reciprocal. So, g(4)=1/7g'(4) = 1/7. Procedure B correctly outlines these steps.

Question 20

Let h(x)=f(g(x))h(x) = f(g(x)), where g(2)=3g(2) = 3, g(2)=1g'(2) = -1, f(2)=4f'(2) = 4, and f(3)=5f'(3) = 5. Which calculation correctly finds h(2)h'(2)?

  1. h(2)=f(g(2))g(2)=f(3)(1)h'(2) = f'(g(2)) \cdot g'(2) = f'(3) \cdot (-1) (correct answer)
  2. h(2)=f(2)g(2)=4(1)h'(2) = f'(2) \cdot g'(2) = 4 \cdot (-1)
  3. h(2)=f(g(2))g(2)=f(1)3h'(2) = f(g'(2)) \cdot g(2) = f(-1) \cdot 3
  4. h(2)=f(g(2))+g(2)=f(3)+(1)h'(2) = f'(g(2)) + g'(2) = f'(3) + (-1)
Explanation: This is a direct application of the chain rule. The formula is h(x)=f(g(x))g(x)h'(x) = f'(g(x)) \cdot g'(x). To find h(2)h'(2), we substitute x=2x=2: h(2)=f(g(2))g(2)h'(2) = f'(g(2)) \cdot g'(2). Using the given values, g(2)=3g(2)=3 and g(2)=1g'(2)=-1, so h(2)=f(3)(1)h'(2) = f'(3) \cdot (-1). Since f(3)=5f'(3)=5, the result is -5. Choice A shows the correct procedure.