[Math] Tangent plane and Parametrized Surface

multivariable-calculus

"Given a sphere of radius $2$ centered at the origin, find the equation for the plane that is tangent to it at the point $(1,1,\sqrt[]{2})$ by considering the sphere as a surface parametrzed by $\Phi(\theta, \phi) = (2\cos(\theta)\sin(\phi), 2\sin(\theta)\sin(\phi), 2\cos(\phi))$"

I'm not really sure what I'm supposed to do here. The question is asking for a plane tangent to a point, but why do we care about the radius and parametrization of the sphere? Couldn't I find a tangent plane to the point without that information?

Best Answer

Regarding to what we know about the Curvilinear coordinates try to show that the Gradient vector can be described as follows in spherical coordinates:

$$\nabla\Phi=\left(\frac{\partial\Phi}{\partial r},\frac{1}r\frac{\partial\Phi}{\partial \theta},\frac{1}{r\sin\theta}\frac{\partial\Phi}{\partial \phi}\right).$$

Related Question