\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}

Sketch the domain of integration, and calculate the iterated integral
for
$$\int_0^{\pi/2} \,dy \int_y^{\pi/2} \frac{\sin x}{x} \,dx$$


\textbf{Answer}

$$ \ $$
\begin{center}
\epsfig{file=MI-2A-2.eps, width=50mm}
\end{center}

\begin{eqnarray*}
I & = & \int_0^{\pi/2} \,dy \int_y^{\pi/2} \frac{\sin x}{x} \,dx\\
& = & \int\!\!\!\int_T \frac{\sin x}{x} \,dA\\
& = & \int_0^{\pi/2} \frac{\sin x}{x} \int_0^x \,dy\\
& = & \int_0^{\pi/2} \sin x \,dx =1
\end{eqnarray*}

\end{document}











