Differentiate equations involving x and y implicitly. Step‑by‑step solution, dy/dx expression, and optional evaluation at a point.
Implicit differentiation is a technique to find the derivative of a function that is not expressed explicitly as \( y = f(x) \). Instead, the relationship between \( x \) and \( y \) is given by an equation, such as \( x^2 + y^2 = 25 \) or \( \sin(xy) = x^2 - y \).
General formula: If \( F(x,y)=0 \) defines \( y \) implicitly as a differentiable function of \( x \), then \[ \frac{dy}{dx} = -\frac{\partial F/\partial x}{\partial F/\partial y}, \quad \text{provided } \frac{\partial F}{\partial y} \neq 0. \]
When differentiating terms involving \( y \), we must apply the chain rule because \( y \) is a function of \( x \). For example,
After differentiating both sides of the equation with respect to \( x \), collect all terms containing \( \frac{dy}{dx} \) and solve for it. The result is exactly the formula above.
\( F(x,y) = x^2 + y^2 - 25 \).
\( F_x = 2x,\; F_y = 2y \) → \( \frac{dy}{dx} = -\frac{2x}{2y} = -\frac{x}{y} \).
\( F(x,y) = x^3 + y^3 - 6xy \).
\( F_x = 3x^2 - 6y,\; F_y = 3y^2 - 6x \) → \( \frac{dy}{dx} = -\frac{3x^2 - 6y}{3y^2 - 6x} = \frac{2y - x^2}{y^2 - 2x} \).
\( F(x,y) = \sin(xy) - x^2 + y \).
\( F_x = y\cos(xy) - 2x,\; F_y = x\cos(xy) + 1 \) → \( \frac{dy}{dx} = -\frac{y\cos(xy) - 2x}{x\cos(xy) + 1} \).
? Did you know? The method of implicit differentiation is a direct consequence of the Implicit Function Theorem, which guarantees that under certain conditions (continuously differentiable and \( F_y \neq 0 \)), the equation \( F(x,y)=0 \) locally defines \( y \) as a differentiable function of \( x \).
Implicit differentiation is also used in multivariable calculus to compute partial derivatives of implicitly defined functions of several variables.
x^2 + y^2 = 25. The calculator automatically moves all terms to one side.
dy/dx = -F_x / F_yd/dx y^n = n y^(n-1) dy/dxd/dx sin(y) = cos(y) dy/dxd/dx e^y = e^y dy/dxd/dx ln(y) = (1/y) dy/dx