4.4.9 · D3Multivariable Calculus

Worked examples — Gradient vector ∇f — definition, properties

1,995 words9 min readBack to topic

Before we start, three tiny reminders so every symbol is earned:


The scenario matrix

Every gradient problem is one of these cells. Each example below is tagged with the cell(s) it covers.

Cell Scenario class What is tricky about it Example
A All positive components, plain compute nothing — the warm-up Ex 1
B Mixed signs , direction points downhill negative ; sign of Ex 2
C Degenerate: (a flat/critical point) every direction gives rate ; steepest direction undefined Ex 3
D Perpendicularity to a non-circular level curve tangent isn't obvious; must use Ex 4
E Non-unit vector given (the trap) must normalise first Ex 5
F Real-world word problem (temperature/hill) translate words → , units Ex 6
G Limiting/extreme direction: fastest descent & the zero-change direction signs of all three key angles Ex 7
H Exam twist: work backwards — given a directional derivative, find unknown solve for a component Ex 8

See Partial derivatives for computing each , and Directional derivative for the dot-product rule.


Worked examples


Recall Quick self-test (reveal after guessing)

Which cell would "find the coldest-approach direction on a temperature map" be? ::: Cell F/G — fastest descent, direction . If at , what is for every ? ::: Always ; the point is critical. Given a direction to a target point, what is the FIRST thing you must do? ::: Normalise the step vector to length .


Connections