Multivariable Calculus — Vectors & Gradients
Functions of two variables
continues from lesson 1 — values defined earlier in the course stay live here
ELI5: a function like f(x, y) = x² + y² is a landscape — give it a spot (x, y) and it returns a height. (Its graph is a bowl.) We can't draw the 3-D surface here, but we can take a slice — fix y and watch the height change with x.
a bowl-shaped landscape
= the height above (3, 4): 25
a slice at y = 1 — height vs x along one line across the bowl
Real-world hook: two-variable functions are terrain elevation (height from latitude & longitude), profit (from price & quantity), and a model's error (from each of its settings).