\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 12, 2003}
\end{center}

\begin{enumerate}

\item   Consider the function $y=x^2$.
	\begin{enumerate}
	\item  For a given $x$-value, consider the vertical line segment from the $x$-axis to the graph of $y=x^2$.  Let $r_1(x)$ denote the length of this line segment.   Find a nice expression for $r_1(x)$.

	\item  For a given $y$-value, consider the horizontal line segment from the $y$-axis to the graph of $y=x^2$.  Let $r_2(y)$ denote the length of this line segment.   Find a nice expression for $r_2(y)$.
	\end{enumerate}


\item  Find the area of an equilateral triangle with side length $a$.


\newpage

\lecture

\item  Take the region bounded by $y=e^x$, the $x$-axis, $y=0$ and $y=1$.
	Rotate the region around the $x$-axis and compute the volume.
	\\Here are the steps:
	\begin{enumerate}
	\item  Draw the region.
	\item  For a given $x$-value, find the height of the vertical line segment from the $x$-axis to the curve $y=e^x$.  (This will be the radius of the circular cross section).

	\item  Find the area of a cross section ($A=\pi r^2$).

	\item  Set up the integral representing the volume.

	\item  Compute the integral.

	\end{enumerate}





\end{enumerate}

\end{document}