Compute partial derivatives of multivariable functions with step-by-step explanations. Supports trigonometric, exponential, logarithmic, and polynomial functions.
Click on any example to load it into the calculator
f(x,y) = x²y + 3x - y³
Variable: x
∂f/∂x = 2xy + 3
f(x,y) = sin(x) * cos(y)
Variable: x
∂f/∂x = cos(x) * cos(y)
f(x,y) = exp(x² + y)
Variable: y
∂f/∂y = exp(x² + y)
f(x,y) = (x² + y)/(x - y)
Variable: x
∂f/∂x = [2x(x-y) - (x²+y)]/(x-y)²