∇(F)=(Fx,Fy.Fz)=(2x,−4y,4z)
Let's find the intersection of two planes, which should be a line with a directional vector equal to the cross product of normal vectors of these planes
v=(2,3,2)×(1,−1,2)=(8,−2,−5) Since the plane we are looking for, passes through that line, it's normal vector of the plane should be parallel to the line's directional vector, therefore
2x=8;−4y=−2;4z=−5
x=4;y=21;z=−4−5
The equation of the tangent plane
8(x−4)−2(y−21)−5(z+45)=0
Comments