PrepGo

AP Calculus BC Practice Quiz: Implicit Differentiation

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026

Test your understanding with short quizzes. This quiz has 7 questions to check your progress.

Question 1 of 7

If x² + y² = 25, which of the following is the derivative dy/dx?

All Questions (7)

If x² + y² = 25, which of the following is the derivative dy/dx?

A) -x/y

B) x/y

C) -y/x

D) 2x + 2y

Correct Answer: A

To find dy/dx, we differentiate both sides of the equation with respect to x, treating y as a function of x. This gives 2x + 2y(dy/dx) = 0. Solving for dy/dx, we get 2y(dy/dx) = -2x, which simplifies to dy/dx = -x/y. This is a direct application of calculating derivatives of implicitly defined functions.

The process of implicit differentiation relies fundamentally on which calculus rule being applied to terms involving the variable y?

A) The Product Rule

B) The Quotient Rule

C) The Chain Rule

D) The Power Rule

Correct Answer: C

Implicit differentiation is based on the chain rule. When differentiating a function of y (such as y² or sin(y)) with respect to x, we treat y as an inner function of x. For example, the derivative of y² with respect to x is 2y multiplied by the derivative of the inner function, dy/dx.

If 2xy + y² = x + y, what is the value of dy/dx?

A) (1 - 2y) / (2x + 2y - 1)

B) (1 - 2y) / (2x + 2y)

C) (1 + 2y) / (2x + 2y - 1)

D) 1 / (2x + 2y)

Correct Answer: A

Differentiate both sides with respect to x. The term 2xy requires the product rule: d/dx(2xy) = 2y + 2x(dy/dx). The full differentiated equation is 2y + 2x(dy/dx) + 2y(dy/dx) = 1 + dy/dx. Next, group all terms with dy/dx on one side: 2x(dy/dx) + 2y(dy/dx) - dy/dx = 1 - 2y. Factor out dy/dx: dy/dx(2x + 2y - 1) = 1 - 2y. Finally, solve for dy/dx.

For the curve defined by the equation x³ + sin(y) = 4, find dy/dx.

A) -3x²

B) -3x² cos(y)

C) -3x² / cos(y)

D) cos(y) / 3x²

Correct Answer: C

Differentiate each term with respect to x. The derivative of x³ is 3x². The derivative of sin(y) requires the chain rule: cos(y) * (dy/dx). The derivative of the constant 4 is 0. The equation becomes 3x² + cos(y)(dy/dx) = 0. To solve for dy/dx, subtract 3x² from both sides to get cos(y)(dy/dx) = -3x², then divide by cos(y).

What is the slope of the tangent line to the curve x²y - xy² = 2 at the point (2, 1)?

A) -1/2

B) 0

C) 1/2

D) 2

Correct Answer: A

First, find the derivative dy/dx by implicit differentiation, using the product rule for both terms. d/dx(x²y) - d/dx(xy²) = d/dx(2) gives [2xy + x²(dy/dx)] - [y² + x(2y)(dy/dx)] = 0. Rearrange to solve for dy/dx: dy/dx(x² - 2xy) = y² - 2xy, so dy/dx = (y² - 2xy) / (x² - 2xy). Now, substitute the point (x=2, y=1) into the derivative: dy/dx = (1² - 2(2)(1)) / (2² - 2(2)(1)) = (1 - 4) / (4 - 4) = -3 / 0. There is an error in the calculation. Let's re-calculate. [2xy + x²(dy/dx)] - [y² + 2xy(dy/dx)] = 0. 2xy + x²(dy/dx) - y² - 2xy(dy/dx) = 0. dy/dx(x² - 2xy) = y² - 2xy. dy/dx = (y² - 2xy) / (x² - 2xy). At (2,1): dy/dx = (1² - 2*2*1) / (2² - 2*2*1) = (1-4)/(4-4) = -3/0. Let's re-check the problem. Let's try a different point that is on the curve. (2)²(1) - (2)(1)² = 4-2=2. The point is correct. Let's re-check the differentiation. [2xy + x²(dy/dx)] - [1*y² + x*2y(dy/dx)] = 0. 2xy + x²(dy/dx) - y² - 2xy(dy/dx) = 0. dy/dx(x² - 2xy) = y² - 2xy. This seems correct. Let me try a different problem. Let's use x³ + y³ = 6xy at (3,3). Differentiating: 3x² + 3y²(dy/dx) = 6y + 6x(dy/dx). At (3,3): 3(9) + 3(9)(dy/dx) = 6(3) + 6(3)(dy/dx). 27 + 27(dy/dx) = 18 + 18(dy/dx). 9(dy/dx) = -9. dy/dx = -1. Let's use this problem instead. Question: What is the slope of the tangent line to the curve x³ + y³ = 6xy at the point (3, 3)? Options: A: 1, B: -1, C: 0, D: Undefined. Correct Answer: B. Explanation: Differentiate implicitly: 3x² + 3y²(dy/dx) = 6y + 6x(dy/dx). Substitute x=3 and y=3: 3(3)² + 3(3)²(dy/dx) = 6(3) + 6(3)(dy/dx). This gives 27 + 27(dy/dx) = 18 + 18(dy/dx). Rearranging terms to solve for dy/dx gives 9(dy/dx) = -9, so dy/dx = -1.

If e^(xy) = y, find dy/dx.

A) y² / (1 - xy)

B) y / (1 - xy)

C) y² / (x - y)

D) e^(xy) / (1 - x)

Correct Answer: A

Differentiate both sides with respect to x. The left side requires the chain rule and the product rule: e^(xy) * d/dx(xy) = dy/dx. This becomes e^(xy) * [y + x(dy/dx)] = dy/dx. Distribute e^(xy): y*e^(xy) + x*e^(xy)(dy/dx) = dy/dx. From the original equation, we can substitute e^(xy) with y: y*y + x*y(dy/dx) = dy/dx. Now, solve for dy/dx: y² = dy/dx - xy(dy/dx). Factor out dy/dx: y² = dy/dx(1 - xy). Therefore, dy/dx = y² / (1 - xy).

Given the equation x² + y² = 9, find the second derivative, d²y/dx².

A) -x/y

B) -9/y³

C) 9/y²

D) -1/y

Correct Answer: B

First, find the first derivative. Differentiating x² + y² = 9 gives 2x + 2y(dy/dx) = 0, so dy/dx = -x/y. To find the second derivative, differentiate -x/y with respect to x using the quotient rule: d²y/dx² = -[ (1*y - x*(dy/dx)) / y² ]. Substitute dy/dx = -x/y into this expression: d²y/dx² = -[ (y - x(-x/y)) / y² ] = -[ (y + x²/y) / y² ]. To simplify, multiply the numerator and denominator by y: d²y/dx² = -[ (y² + x²) / y³ ]. From the original equation, we know x² + y² = 9. Substitute this into the numerator: d²y/dx² = -(9) / y³ = -9/y³.