autodidude
- 332
- 0
I am trying to derive the equation of a tangent plane at some point (x_0, y_0) on a surface using vectors.
This is how I have been trying to do it:
The tangent line at (x_0, y_0) in the x-direction is z=z_0+f_x(x-x_0) so the vector parallel to it is L_1=<(x-x_0), 0, (z-z_0)>. Similarly, the vector parallel to the tangent line with respect to y is <(0, (y-y_0), (z-z_0)>. Taking the cross product, I got the normal vector <-(z-z_0)(y-y_0), -(x-x_0)(z-z_0), (x-x_0)(y-y_0)>
Then taking the dot product between the normal vector and a vector in the plane (L_2-L_1), I got a formula which does equal zero but from which I cannot seem to derive the desired equation. This is what I keep getting:
(x-x_0)(y-y_0)(z-z_0)-(x-x_0)(y-y_0)(z-z_0)=0
I've tried different vector representations of the lines but I keep getting the same result.
This is how I have been trying to do it:
The tangent line at (x_0, y_0) in the x-direction is z=z_0+f_x(x-x_0) so the vector parallel to it is L_1=<(x-x_0), 0, (z-z_0)>. Similarly, the vector parallel to the tangent line with respect to y is <(0, (y-y_0), (z-z_0)>. Taking the cross product, I got the normal vector <-(z-z_0)(y-y_0), -(x-x_0)(z-z_0), (x-x_0)(y-y_0)>
Then taking the dot product between the normal vector and a vector in the plane (L_2-L_1), I got a formula which does equal zero but from which I cannot seem to derive the desired equation. This is what I keep getting:
(x-x_0)(y-y_0)(z-z_0)-(x-x_0)(y-y_0)(z-z_0)=0
I've tried different vector representations of the lines but I keep getting the same result.