I want to find the relative extrema for the following function.
$f(\theta,\phi)=AR\cos\theta\sin\phi + BR\sin\theta\sin\phi + CR\cos\phi $
$A,B,C,R$ are constants
In a function $g(x,y)$ using cartesian coordinates, you can find critical points by setting the gradient equal to zero and solving for $x$ and $y$. Component wise, it would be solving the partial derivatives $g_x=0$ and $g_y=0$.
What happens with spherical coordinates? Can I do the same thing component wise ($f_\theta=0$ and $f_\phi=0$)? There's a specific form of the gradient in spherical coordinates so I'm not sure if I need to do something differently.