Question
Question: How do you find the equation for the tangent plane to the surface \[{x^2} + 2{z^2} = {y^2}\] through...
How do you find the equation for the tangent plane to the surface x2+2z2=y2 through (1,3,−2) ?
Solution
In this question, we are given a plane in 3-D, that is, a plane that lies in three dimensions, the equation of this plane includes x, y and z so it lies in a plane containing x, y and z-axis. The equation of the given plane can also be written as a function of x, y and z.
To find the equation of the tangent to this plane surface lying in three dimensions at a given point in vector, we use del, or gradient operator, because using del or gradient operator we differentiate the function with respect to the variable given in the denominator while keeping other variables constant.
Complete step by step answer:
We are given x2+2z2=y2
It can be rewritten as –
x2−y2+2z2=0
This equation can be written as a function of x, y and z as follows –
f(x,y,z)=x2−y2+2z2
Del or gradient operator of this function is given as –
∇f(x,y,z)=δxδfi^+δyδfj^+δzδfk^ ⇒∇f=δxδ(x2−y2+2z2)i^+δyδ(x2\-y2+2z2)j^+δzδ(x2−y2+2z2)k^ ⇒∇f=2xi^−2yj^+4zk^
We have to find the tangent to the plane surface at (1,3,−2) -
∇f(1,3,−2)=2(1)i^−2(3)j^+4(−2)k^ ⇒∇f(1,3,−2)=2i^−6j^−8k^
This equation is the equation of the normal at the plane surface through (1,3,−2) , the equation of the tangent to a plane surface is given as –
r.n=a.n
For the tangent of the given plane –
r=xi^+yj^+zk^,a=1i^+3j^−2k^,andn=2i^−6j^\-8k^
So, we get –
(xi^+yj^+zk^).(2i^−6j^−8k^)=(1i^+3j^−2k^).(2i^−6j^−8k^) x×2+y×(−6)+z×(−8)=1×2+3×(−6)+(−2)×(−8) ⇒2x−6y−8z=2−18+16 ⇒2x−6y−8z=0 ⇒x−3y−4z=0
Hence, the equation for the tangent plane to the surface x2+2z2=y2 through (1,3,−2) is given as x−3y−4z=0 .
Note: While doing the dot product of two vectors, we multiply the coefficient of unit vectors i^,j^andk^ with each other, the signs of the coefficients are also multiplied as you can see in this question. Del or gradient operator is used while we have to differentiate a multidimensional function, that is, a function that has more than one variable in its equation.