I'm trying to find the tangent plane to the surface defined by $z^2 =x^2 - y^2$ at the point $P(1, 1, 0)$. It seems trivial, but I hit a roadblock because I end up with a line, not a plane!
I define a function $F(x,y,z) = x^2 - y^2 - z^2$, and the surface is the level at $F=0$. Then, the gradient $\text{grad}(F) = \langle 2x, -2y, -2z\rangle$ which is the normal vector at a point $(x,y,z)$.
It follows that the normal vector at the point $P(1,1,0)$ is $n=\langle 2, -2, 0\rangle$.
The definition of the normal plane should be $2(x - 1) - 2(y - 1) + 0(z - 0) = 0$.
Then, after simplifying, I get $2x -2y =0$, which is not a plane equation! Where did I go wrong?
Thank you,
--Louis
Thanks a lot to all that answered and to Mr. Singh who edited my question to add proper formatting!
--Louis
– hlouis Nov 21 '13 at 04:48