In case if a surface is defined implicitly by an equation of the form F(x,y,z)=0 , then the tangent plane to the surface at a point (a,b,c) is given by the equation:
∂x∂F(a,b,c)(x−a)+∂y∂F(a,b,c)(y−b)+∂z∂F(a,b,c)(z−c)=0
For the function F(x,y,z)=2xz2−3xy−4x−7 we have
∂x∂F=2z2−3y−4 ; ∂y∂F=−3x ; ∂z∂F=4xz, so the equation of the tangent plane at (1, -1, 2) is
(2⋅22−3⋅(−1)−4)(x−1)+(−3⋅1)(y−(−1))+(4⋅1⋅2)(z−2)=0
7(x−1)−3(y+1)+8(z−2)=0
7x−3y+8z−26=0
Answer: 7x−3y+8z−26=0 .
Comments