We are told to find a tangent plane of the surface
$$x^2 +2y^2+3z^2=36$$ at the point $(1,2,3)$.
Is it possible to parameterize this surface in 2 variables, perhaps with a spherical or cylindrical coordinate system?
I attempted to solve it by creating
$$F(x,y,z)=x^2 +2y^2+3z^2-36$$
and noting that the gradient of a function is normal to its surface, and all you need to define a tangent plane is a normal vector and a positional vector and you can denote the plane as $$r\cdot n=a\cdot n$$ Is this approach correct? Is there a better way to do this?