Question
Question: How do you find the equations for the tangent plane to the surface \[z = {x^2} - 2xy + {y^2}\] throu...
How do you find the equations for the tangent plane to the surface z=x2−2xy+y2 through(1,2,1) ?
Solution
Here in this question, we have to find the equation for the tangent plane of a given surface. First rewrite the equation of surface in the form of f(x,y,z)=0, then find the normal vector ∇f(x,y,z)=∂x∂fi+∂y∂fj+∂z∂fk at the given point and next find the equation of tangent plane using the vector equation of the form r⋅n=a⋅non simplification we get the required equation.
Complete step by step solution:
Let z=f(x,y) be the equation of a surface S in R3, and let P=(a,b,c) be a point on S. Let T be a plane which contains the point P, and let Q=(x,y,z) represent a generic point on the surface S. If the (acute) angle between the vector PQ and the plane T approaches zero as the point Q approaches P along the surface S, then we call T the tangent plane to S at P.
Consider the given equation of surface
z=x2−2xy+y2
rearrange the equation of the surface into the form f(x,y,z)=0
∴x2−2xy+y2−z=0
We define the surface function as
f(x,y,z)=x2−2xy+y2−z------(1)
Now, find the normal at any particular point in vector space using
∇f(x,y,z)=∂x∂fi+∂y∂fj+∂z∂fk------(2)
Substitute equation (1) in (2), then
∇f(x,y,z)=∂x∂(x2−2xy+y2−z)i+∂y∂(x2−2xy+y2−z)j+∂z∂(x2−2xy+y2−z)k
As we know, when partially differentiating we differentiate w.r.t the variable in question while treating the other variables as constant, then
∇f(x,y,z)=(2x−2y)i+(−2x+2y)j+(−1)k-----(3)
Given the particular point (1,2,1) the normal vector to the surface is given by:
Where x=1, y=2 and z=1.
Substitute the x,y,z value in equation (3)
∇f(x,y,z)=(2(1)−2(2))i+(−2(1)+2(2))j+(−1)k
⇒∇f(x,y,z)=(2−4)i+(−2+4)j+(−1)k
On simplification, we get
∇f(x,y,z)=−2i+3j−k
The tangent plane to the surface z=x2−2xy+y2 has this normal vector and it also passes through the point (1,2,1). It will therefore have a vector equation of the form:
r⋅n=a⋅n-------(4)
Where r=⟨x,y,z⟩ and n=⟨−2,2,−1⟩ is the normal vector and a is any point in the plane i.e., a=⟨1,2,1⟩
Substitute r,n and a in the equation (4), then
⇒⟨x,y,z⟩⋅⟨−2,2,−1⟩=⟨1,2,1⟩⋅⟨−2,2,−1⟩
we know from the scalar dot product
−2x+2y−z=−2+4−1
On simplification., we get
−2x+2y−z=1
Multiplying the whole equation by -1, then
∴2x−2y+z=−1
Hence, the equation for the tangent plane to the surface z=x2−2xy+y2 through the point (1,2,1) is 2x−2y+z=−1.
Note: Here we differentiate partially the function with respect to x, y and z. We treat other variables as constant while differentiating with respect to one variable. We must know about the vector equation of general form and then we can determine the equation for the tangent.