So im teaching an accelerated Calc II course. Which is asking to find the surface area of the surface created by rotating $y=\sin (\pi x)$ about the $x-$ axis from $0$ to $1$. So I know
$$S = 2 \pi \int_0^1 y \sqrt{1+(y')^2}dx.$$
So I end up with $y' = \pi \cos(\pi x)$ thus $(y')^2=\pi^2 \cos^2(\pi x)$.
But I'm stuck trying to solve
$$\int \sin (\pi x) \sqrt{1+\pi^2 \cos^2 (\pi x)}dx$$
IF I let $u=\cos x$ then the answer will be negative as $du$ will be negative. But I gave it a go and obtained
$$2 \int_{-1}^1 \sqrt{1+\pi^2u^2}du$$
Here I get stuck. So the answer is $2 \sqrt{1+\pi^2}$.