\documentclass[a4paper,12pt]{article}
\usepackage{epsfig}
\newcommand{\un}{\underline}
\newcommand{\ds}{\displaystyle}
\begin{document}
\parindent=0pt

\begin{center}
\textbf{Multiple Integration}

\textit{\textbf{Iteration of Double Integrals}}
\end{center}

\textbf{Question}


Calculate the given double integral by iteration in the region
defined by the given curves.

$\ds \int\!\!\!\int_D x\cos y \,dA$

With $D$ being the region bounded by $y=1-x^2$ and the coordinate
axes, in the first quadrant.


\textbf{Answer}

\begin{eqnarray*}
I & = & \int\!\!\!\int_D x\cos y \,dA\\
& = & \int_0^1 x \,dx \int_0^{1-x^2} \cos y \,dy\\
& = & \int_0^1 x \,dx \left. (\sin y) \right |_{y=0}^{y=1-x^2}\\
& = & \int_0^1 x \sin (1-x^2) \,dx\\
\textrm{Let }u & = & 1-x^2\\
\Rightarrow du & = & -2x dx\\
& &\\
\Rightarrow I & = & -\frac{1}{2} \int_0^1 \sin u \,du\\
& = & \left. \frac{1}{2} \cos u \right |_1^0 \\
& = & \frac{1 - \cos(1)}{2}
\end{eqnarray*} 

\end{document}



