🌱 Tony's Memex Tony's Intertwingled Memex
Digital Garden | OER Curriculum
Home / Digital Garden / Partial Derivatives

Partial Derivatives

📊 Interactive Desmos Graph Open in Desmos ↗
Core Definition

The derivative of a multivariable function f(x,y,)f(x, y, \dots) with respect to one variable while holding all other variables constant. For f(x,y)f(x, y), the partial derivative with respect to xx is:

fx=limh0f(x+h,y)f(x,y)h\frac{\partial f}{\partial x} = \lim_{h \to 0} \frac{f(x+h, y) - f(x, y)}{h}

Concept Explanation

In multivariable space, a surface has different slopes depending on the direction of travel. Partial derivatives measure the rate of change directly along the principal coordinate axes. Combining these partial derivatives yields the Gradient vector (f\nabla f), pointing in the direction of steepest ascent.

Visual / Geometric Intuition

Interactive Desmos Graph

Engineering Applications

Engineers use partial derivatives to model heat diffusion gradients across metal plates, solve electrostatics potential fields, and optimize multi-variable parameters like fluid pressure distribution.

Example Problem

Compute the partial derivatives fx\frac{\partial f}{\partial x} and fy\frac{\partial f}{\partial y} for:

f(x,y)=x2y3+5xf(x, y) = x^2 y^3 + 5x

Solution

Step 1: Compute fx\frac{\partial f}{\partial x} (treat yy as a constant)

fx=ddx(x2)y3+ddx(5x)\frac{\partial f}{\partial x} = \frac{d}{dx}(x^2) \cdot y^3 + \frac{d}{dx}(5x)
=2xy3+5= 2xy^3 + 5

Step 2: Compute fy\frac{\partial f}{\partial y} (treat xx as a constant)

fy=x2ddy(y3)+ddy(5x)\frac{\partial f}{\partial y} = x^2 \cdot \frac{d}{dy}(y^3) + \frac{d}{dy}(5x)
=3x2y2+0=3x2y2= 3x^2 y^2 + 0 = 3x^2 y^2


Connections & References