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...