\documentclass[fleqn, 12pt]{article}
\pagestyle{empty}
\setlength{\topmargin}{-.5in}
\setlength{\oddsidemargin}{-.3in}
\setlength{\textheight}{9in}
\setlength{\textwidth}{7.2in}


\usepackage{amssymb}
\usepackage{amsmath}


\newcommand{\adj}{\mathrm{Adj}}
\newcommand{\mbf}{\mathbf}
\newcommand{\R}{\mathbb{R}}
\newcommand{\ra}{\rightarrow}
\newcommand{\proj}{\mathrm{proj}}
\newcommand{\dotprod}{\bullet}

\newcommand{\sol}{{\tiny\textbf{Solution: }}}


\begin{document}

\begin{center}
{\Large Warm-Up Problems

February 3, 2003}
\end{center}


\begin{enumerate}

\item Find the integrals (what technique will you use?)
	\begin{enumerate}
	\item  \[  \int xe^{2x} \; dx \]
	\sol $e^{2x}(x/2 - 1/4)+C$
	\item  \[  \int \ln (3\sqrt{x}) \; dx \]
	\sol $x\ln 3 + (x\ln x - x)/2 + C$
	\item  \[  \int x \sin(\pi x) \; dx \]
	\sol $-(x \cos(\pi x))/\pi + (\sin(\pi x))/\pi +C$
	\item  \[  \int x^3 \sin x^2 \; dx \]
	\sol $-x^2/2(\cos(x^2) + (\sin(x^2))/2 +C$
	\end{enumerate}
 



\end{enumerate}

\end{document}