I have a curve given as $(x^2+y^2)^2=x$ in the plane $z=0$. We then rotate this curve around the x axis and then must find a parametrization for the surface as well as find the tangent plane in the point $T\left(\frac{1}{2 \sqrt[3]{2}},-\frac{\sqrt{3}}{2 \sqrt[3]{2}}, 0\right)$.
For the parametrization I used polar coordinates and got: $\vec r(\phi,\alpha) = (\sqrt[3]{cos(\phi)}cos(\phi), \sqrt[3]{cos(\phi)}sin(\phi)cos(\alpha), \sqrt[3]{cos(\phi)}sin(\phi)sin(\alpha) ), \ \phi \in [0,\frac{\pi}{2}]\cup[\frac{3\pi}{2},2\pi], \alpha\in [0,2\pi]$.
Then I saw two routes for solving the second part. Firstly one is obviously computing the partial derivatives and solving for their cross product, however this way would be very tedious. Then I thought about finding the implicit form of the function (as I could then find the gradient) and noticed if I square all the components and add them together I get $\sqrt[3]{cos(\phi)}$. So naturally I would assume the implicit form could be: $x^2+y^2+z^2-\sqrt[3]{cos(\phi)}=0$. But what bothers me about this is that $\sqrt[3]{cos(\phi)}$ is not fixed as it is dependent on $\phi$, so I am not sure this is correct.
So I wonder if this is correct and if so why or why not? Any insight is greatly appriciated.
The cross-section at $x$ has radius $\sqrt{\sqrt x-x^2}$, so the equation of the surface of the revolution is $y^2+z^2=\sqrt x-x^2.$
At $T\left(\frac{1}{2 \sqrt[3]{2}},-\frac{\sqrt{3}}{2 \sqrt[3]{2}}, 0\right)$, the gradient vector of $F(x,y,z)=x^2+y^2+z^2-\sqrt x$ is $\langle 0,-\frac{\sqrt3}{\sqrt[3]2},0\rangle$. So the tangent plane of the surface $F=0$ at $T$ is $y=-\frac{\sqrt3}{2\sqrt[3]2}$.