Let M be the surface defined by z=x2+3xy-5y2. Find a unit normal vector field U defined on a neighborhood of p on M.
First, I reparameterized the equation for the surface to get x(u,v)=(u,v,u2+3xy-5y2). Next I found two tangent vectors xu(u,v)=(1,0,2u+3v) and xv=(0,1,3u-10v). The next step is...