SLIDE 1
- 17. Review
Linear approximation: ∆f ≈ fx∆x + fy∆y. Tangent plane: to z = f(x, y) at (x0, y0, z0) z − z0 = fx(x − x0) + fy(y − y0). Let w = f(x, y, z). Chain rule: dw = fx dx + fy dy + fz dz. So dw dt = fx dx dt + fy dy dt + fz dz dt We can encode this efficiently using the gradient: ∇f = fx, fy, fz = fxˆ ı + fyˆ + fzˆ k, Then dw dt = ∇f · v(t). The most important property of the gradient is that it is normal to the level curves, or to the level surfaces. Example 17.1. What is the tangent plane to the ellipsoid 3x2 + 5y2 + 3z2 = 11, at the point (x0, y0, z0) = (1, 1, 1)? Well, this is a level surface of the function f(x, y, z) = 3x2+5y2+3z2. ∇f = 6x, 10y, 6z. At the point (1, 1, 1), we have ∇f = 6, 10, 6. So n = 3, 5, 3 is a normal vector the tangent plane. So the equation
- f the tangent plane is
x−1, y−1, z−1·3, 5, 3 = 0 so that 3(x−1)+5(y−1)+3(z−1) = 0. Rearranging, we get 3x + 5y + 3z = 11. Directional derivative: Let w = f(x, y) be a function of two variables. Let ˆ u = a, b be a direction in the plane. The directional derivative, in the direction of ˆ u, dw ds
- ˆ