Find the area of the surface $S(u,v)=(2u\sin v, 2u\cos v, e^u+e^{-u})$, $0
I'm having problems to solve this exercise.
I have that the surfaces area is given by $\displaystyle{\int |r_u\times r_v|dA}$ where $r_u$ and $r_u$ are vectors whose componentes are the partial derivatives of each component of $S$ with respect to $u,v$.
$r_u=(2\sin v, 2u\cos v, e^u-e^{-u})$. $r_v=(2u\cos v, -2u\sin v, 0)$.
Then
$r_u \times r_v = (2u(e^u-e^{-u})\sin v,2u(e^u-e^{-u})\cos v, -4u\sin^2 v -4u\cos^2 v)$
The computation of $|r_u\times r_v|$ yields $\sqrt{4u^2(e^u-e^{-u})^2\sin^2 v+ 4u^2(e^u-e^{-u})^2\cos^2 v+16u^2\sin^4 v+32u^2\sin^2 v\cos^2 v+16u^2\cos^4 v}$
which I simplified to $2u\sqrt{(e^u-e^{-u})^2+4}$.
But now I can't calculate the surface area:
$$\int_0^{\pi/2}\int_0^1 2u\sqrt{(e^u-e^{-u})^2+4} du dv = \pi \int_0^1 2u\sqrt{(e^u-e^{-u})^2+4}$$
I don't know how to solve the last integral. I tried the change $u=\log x$ but I couldn't find a solution to that integral either.