Step 1 — A general plane through (a,b,z0).
Any non-vertical plane can be written
z=z0+A(x−a)+B(y−b).Why this form? It guarantees passage through (a,b,z0), and A,B are the slopes in the x- and y-directions.
Step 2 — Match the height. At (a,b) we need z=f(a,b), so z0=f(a,b).
Step 3 — Match the x-slope. Hold y=b. Then z=z0+A(x−a), slope A. The surface's slope here is fx(a,b). So A=fx(a,b).
Step 4 — Match the y-slope. Hold x=a similarly: B=fy(a,b).
The error E(x,y)=f(x,y)−L(x,y) must shrink faster than the distance to (a,b):
lim(x,y)→(a,b)(x−a)2+(y−b)2f(x,y)−L(x,y)=0.
This is the precise meaning of differentiable. Just having partials exist is not enough — they must also be continuous (a sufficient condition) for the plane to truly "hug" the surface.
Define F(x,y,z)=f(x,y)−z=0 as a level surface. Then ∇F=(fx,fy,−1) is normal to the surface. The tangent plane is everything perpendicular to this normal:
fx(a,b)(x−a)+fy(a,b)(y−b)−1⋅(z−f(a,b))=0,
which rearranges to the same formula. The normal vector is n=⟨fx,fy,−1⟩.
Imagine a hilly chocolate-coated surface. If you put a tiny flat sticker right on one spot, the sticker touches the chocolate perfectly and tilts the same way the hill tilts. That sticker is the tangent plane. To guess the height of a nearby point, you just walk along the flat sticker instead of the bumpy chocolate — close points give nearly the right answer, far points are off. The tilt of the sticker left-right is fx and front-back is fy.
What is the tangent plane equation to z=f(x,y) at (a,b)?
z=f(a,b)+fx(a,b)(x−a)+fy(a,b)(y−b)
Why must f be differentiable (not just have partials) for a tangent plane?
Partials only test axis directions; differentiability requires the error f−L to vanish faster than the distance to (a,b), ensuring the plane fits in every direction. :::
What is the normal vector to the surface z=f(x,y)?
n=⟨fx,fy,−1⟩
What is the linear approximation L(x,y)?
L(x,y)=f(a,b)+fx(a,b)(x−a)+fy(a,b)(y−b)
What is the differential dz and what does it estimate?
dz=fxdx+fydy; it estimates the true change Δz=f(x,y)−f(a,b) for small steps.
Sufficient condition for differentiability at a point?
fx and fy exist and are continuous near the point.
How accurate is the linear approximation as you move away?
Error grows roughly like the square of the distance from (a,b); only reliable nearby.
Socho ek pahaadi surface hai, z=f(x,y). Kisi ek point pe agar tum bahut zoom-in karo, toh surface flat dikhne lagta hai — bilkul ek samtal sticker ki tarah. Yahi flat sticker hota hai tangent plane. Iska kaam hai: us point ke aas-paas curvy surface ki jagah ek seedhi plane use karke height ka andaaza lagana. Yeh single-variable wale y≈f(a)+f′(a)(x−a) ka hi 2D version hai.
Formula banta kaise hai? Plane ko likho z=z0+A(x−a)+B(y−b). Point pe height match karo toh z0=f(a,b). x-direction ki slope match karo toh A=fx(a,b), aur y-direction se B=fy(a,b). Bas, mil gaya: z=f(a,b)+fx(x−a)+fy(y−b). Yaad rakhne ka tareeka — height + slope × step, do baar.
Ek important baat: sirf partial derivatives exist kar jaayein, isse plane guarantee nahi hota. Surface ko har direction mein smooth hona chahiye — isko differentiability kehte hain, aur agar fx,fy continuous hain toh kaam ho jaata hai. Yeh exam mein favourite trap hai.
Practical use: chote-chote changes (errors) estimate karne ke liye differentialdz=fxdx+fydy lagao. Jaise rectangle area A=xy mein measurement error nikaalna. Bas dhyaan rakho — yeh approximation sirf point ke paas accurate hai; door jaake error tezi se badhta hai (distance ke square ke barabar).