Partial Derivatives

Summary

A partial derivative measures how a multivariable function changes when one variable varies and the others are held fixed. Geometrically, it is the slope of the curve obtained by slicing the graph with a plane of constant remaining variables.

Prerequisites

Derivatives, Multivariable Functions

Definition

For f(x,y) ,

fx(x,y)=fx=limh0f(x+h,y)f(x,y)h,

when the limit exists, and similarly for fy .

Conditions / Assumptions

Worked Example

If f(x,y)=x2+3xy4y2 , then

fx=2x+3y,fy=3x8y.

If f(x,y)=x2y+4y3 , then fx=2xy and fy=x2+12y2 .

The gradient packages the first partials:

f=(fx,fy).

Common Mistakes

Connections

References

Partial derivatives are introduced in OpenStax Calculus Volume 3.[1]


  1. OpenStax, Calculus Volume 3, Section 4.3, https://openstax.org/details/books/calculus-volume-3 ↩︎