One of the question in my homework asks to verify that the surface are of
$ \mathbf{r} = a(1+\cos\phi)\sin\phi \cos\theta \mathbf{i} + a(1+\cos\phi)\sin\phi \sin\theta \mathbf{j} + a(1+\cos\phi)\cos\phi \mathbf{k}$
is $\frac{32}{5}\pi a^2$
I started with the equation to the area of the surface being the double integral of $|\mathbf{r}_{\phi} \times \mathbf{r}_{\theta}|$... but MAN this is so long it's almost unworkable. Am I doing this the stupid way? Can this be simplified?
All I can tell is that $\mathbf{r} = a\sin\phi \cos\theta \mathbf{i} + a\sin\phi \sin\theta \mathbf{j} + a\cos\phi \mathbf{k}$ is te equation of a sphere of radius $a$, but you can't really factor out areas, that I know of... so I don't see how this helps.
I don't really see anything that can significantly help cut down on your calculations.
This is the sort of problem I like to throw to Maple.
Maple finds that
$${\bf r}_\theta \times {\bf r}_\phi = \begin{array}{l} (-a^2\sin^2(\phi)\cos(\theta)(3\cos(\phi)+1+2\cos^2(\phi))){\bf i}\\ (-a^2\sin^2(\phi)\sin(\theta)(3\cos(\phi)+1+2\cos^2(\phi))){\bf j}\\ (-a^2\sin(\phi)(-1+3\cos^2(\phi)+2\cos^3(\phi))){\bf k}\end{array}$$
Then $|{\bf r}_\theta \times {\bf r}_\phi| = a^2\sqrt{2}\sin(\phi)(1+\cos(\phi))^{3/2}$
Integrating over $0 \leq \phi \leq \pi$ and $0 \leq \theta \leq 2\pi$ gives $\frac{32}{5}a^2\pi$ as predicted.