Partial Derivatives/Partial Derivatives

Lesson 11.2801 words

Partial Derivatives

A partial derivative holds every variable but one fixed and differentiates in the ordinary sense. Geometrically it is the slope of a trace curve cut from the surface by a coordinate plane.

╌╌╌╌

The derivative of a one-variable function measures how the output responds to a change in its single input. A function of two variables has two inputs, and each can change on its own. The partial derivative isolates one of them: hold the other fixed, and the problem collapses to ordinary single-variable differentiation.

Definition

Fix . Then is a function of the one variable , and its derivative at measures how responds to a change in alone while stays at .

Each is an ordinary derivative in disguise: where , and where . The numerator in moves only the first slot; the numerator in moves only the second.

This gives the computational rule, using only single-variable differentiation.

Notation

Several notations coexist; all mean the same thing. For ,

The rounded distinguishes a partial derivative from the straight of a single-variable derivative. Unlike , the symbol is not a genuine ratio of differentials; it is one indivisible piece of notation, and the closest analogue of a ratio is the total differential.

Geometric interpretation

The graph of is a surface . Fix : the vertical plane meets in a curve , namely . The slope of the tangent to at the point is exactly . Symmetrically, the plane cuts in a curve whose tangent has slope .

The plane slices the surface in the trace ; viewed head-on, the slope of its tangent at is the partial derivative .

A heat-index table illustrates the two partials. If is the heat index (perceived temperature) as a function of actual temperature and relative humidity , then is the rate at which perceived temperature rises per degree of actual temperature at fixed humidity, and is its rate of rise per percentage point of humidity at fixed temperature. Estimated from a table by symmetric difference quotients, and .1

The two first partials are slopes in orthogonal directions at the same point: along the -axis, along the -axis.

Functions of more variables

Partial derivatives extend to any number of inputs: differentiate with respect to one variable, holding all others fixed. For ,

and are defined the same way. Nothing about the freeze-and-differentiate rule changes; there are simply more variables to hold constant.

Higher-order partial derivatives

Because and are themselves functions of and , they can be differentiated again. This produces four second partial derivatives.

SymbolMeaningAlso written
differentiate by , then
differentiate by , then
differentiate by , then
differentiate by , then

The two with distinct subscripts, and , are the mixed partials. Note the order convention: means differentiate by first, then — the subscript order and the -notation order run opposite to each other.

Clairaut's Theorem

When the mixed partials are continuous — the case for every polynomial, rational, exponential, trigonometric, or logarithmic combination away from singularities — the order of differentiation does not matter. This cuts the four second partials effectively to three, and the saving compounds: for third-order and higher derivatives, any two orderings with the same tally of 's and 's agree, so whenever these are continuous.

Clairaut's Theorem: differentiating by then lands on the same function as differentiating by then , when the results are continuous.

Partial differential equations

Second partials appear throughout physics as partial differential equations, relations a function must satisfy at every point. Two carry most of classical field theory.

  • Laplace's equation . Its solutions, the harmonic functions, describe steady-state temperature, electrostatic potential in charge-free regions, and incompressible flow.
  • The wave equation . It governs a vibrating string, a drumhead, sound, and light, relating the acceleration of a displacement to its spatial curvature through the wave speed .
A solution of the wave equation is a fixed profile sliding to the right at speed ; the two snapshots are at times .

The sign of a second partial reports curvature in one direction: means the -trace bends upward (concave up), means it bends down. Combining the two directions is how the Second Derivatives Test classifies a critical point as a peak, a valley, or a saddle.

The sign of is the concavity of the -trace: bends the trace upward, bends it downward.

Footnotes

  1. Stewart, §14.3 — the heat-index example, with and estimated from a table of values by averaging forward and backward difference quotients.

╌╌ END ╌╌