I have to solve this exercise:
Find the area of the portion of the surface $z=xy$ included between the two cylinders $x^2+y^2=1$ and $x^2+y^2=4$
what i did so far:
I parameterized the surface using cylindircal polar coordinates $$\ \Phi(\rho,\theta)=\ \begin{pmatrix}\ \rho\cos(\theta) \\ \rho\sin(\theta) \\ \rho^2\cos(\theta)\sin(\theta) \end{pmatrix},\ \ \ \rho\in[1,2], \ \ \theta\in[0,2\pi] $$
then i computed the partial derivates of $\Phi$
$$\Phi_\rho=\ \begin{pmatrix}\ \cos(\theta) \\ \sin(\theta) \\ 2\rho\cos(\theta)\sin(\theta) \end{pmatrix}\ \text{ and }\ \Phi_\theta=\ \begin{pmatrix}\ -\rho\sin(\theta) \\ \rho\cos(\theta) \\ \rho^2(\cos^2(\theta)-\sin^2(\theta)) \end{pmatrix}\ $$
At this point i knew the answer should be $$\int_0^{2\pi}d\theta\int_1^2|\Phi_\rho\times\Phi_\theta|d\rho$$
the problem is that the expression $|\Phi_\rho\times\Phi_\theta|$ is massive and it would take me forever to compute its integral. Since this question is supposed to be answered within 3 minutes there must be some kind of trick i can use to do it.
EDIT:
The correct answer is $2\pi(5\sqrt{5}-2\sqrt{2})/3$ but i don't know how to get there