\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}{{\textbf{Solution: }}}

\newcommand{\lecture}{{\Large\textbf{Lecture Problems}}}

\begin{document}

\begin{center}
{\Large Warm-Up Problems and Lecture Problems

March 14, 2003}
\end{center}

\begin{enumerate}

\item   Consider the triangle with vertices $(0,0)$, $(1,2)$ and $(1,0)$.
	\begin{enumerate}
	\item  Find the equation of the line between $(0,0)$ and $(1,2)$.

	\item  Rotate this triangle about the line $y=0$ (the $x$-axis) and set up an integral representing the volume of revolution.  Draw the picture too!

	\item  Rotate this triangle about the line $y=4$ and set up an integral representing the volume.  Draw the picture too!

	\item  Rotate this triangle about the line $x=0$ and set up an integral representing the volume.  Draw the picture too!

	\item  Rotate this triangle about the line $x=5$ and set up an integral representing the volume.  Draw the picture too!

	\end{enumerate}


\newpage
\lecture

\item  Sketch the graph of the parametric equation for $-2\leq t \leq 3$:
	\[
	x=t^2-2t \qquad y=t+1
	\]

	\item  Set up an integral representing the length of the curve:
	\[
	x=t^2 \qquad y=e^{t} \qquad 1 \leq t \leq 4
	\]

\end{enumerate}

\end{document}