MathCalcLab
Language

Partial Derivatives

Calculate partial derivatives of multivariable functions

Supports polynomials, trigonometric, exponential, and mixed expressions in x and y

xzyf(x,y) surface

Multivariable function

Results

Enter values and click Calculate to see the result.

Theory & Formula

Partial derivatives measure how a multivariable function changes with respect to one variable while holding the others constant.

  • \(\frac{\partial f}{\partial x}\): the partial derivative of f with respect to x — the rate of change in the x-direction with y held fixed.
  • \(\frac{\partial f}{\partial y}\): the partial derivative of f with respect to y — the rate of change in the y-direction with x held fixed.
  • Gradient: \(\nabla f = (\frac{\partial f}{\partial x}, \frac{\partial f}{\partial y})\) is the vector of partial derivatives, pointing in the direction of steepest ascent.
  • Applications: optimization, gradient descent, multivariable calculus, physics (electromagnetism, fluid dynamics), and machine learning.
\(\frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}\)

Worked Examples

Example 1

\(f(x,y) = xy \to \frac{\partial f}{\partial x} = y, \frac{\partial f}{\partial y} = x\)

Example 2

\(f(x,y) = x^2y \to \frac{\partial f}{\partial x} = 2xy, \frac{\partial f}{\partial y} = x^2\)

Example 3

\(f(x,y) = x^3y^2 \to \frac{\partial f}{\partial x} = 3x^2y^2, \frac{\partial f}{\partial y} = 2x^3y\)
Partial Derivatives | MathCalcLab | MathCalcLab