\documentclass[fleqn, 12pt]{article}
%\pagestyle{empty}
\setlength{\topmargin}{-.5in}
\setlength{\oddsidemargin}{-.3in}
\setlength{\textheight}{9in}
\setlength{\textwidth}{7.2in}


\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{enumerate}

\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{\inch}{\vspace{1in}}

\newcommand{\lecture}{{\Large\textbf{Lecture Problems}}}

\begin{document}

\begin{center}
{\Large Warm-Up Problems and Lecture Problems

April 16, 2003}
\end{center}

\begin{enumerate}

\item  \label{one}
For each of the power series below, determine the radius of convergence and the interval of convergence.
%
\[
\begin{array}{|c|c|c|}
\hline
\mbox{Series} & \mbox{Radius of Convergence} & \mbox{Interval of Convergence} \\
\hline && \\ 
\sum_{n=0}^\infty x^n & & \\
& & \\ \hline && \\
\sum_{n=0}^\infty nx^{n-1} & & \\
& & \\ \hline && \\
\sum_{n=0}^\infty \frac{x^{n+1}}{n+1} & & \\
& & \\ \hline && \\
\sum_{n=0}^\infty \frac{x^{n+2}}{(n+1)(n+2)} & & \\
& & \\ \hline 
\end{array}
\]

\item  Try and determine the relationship between the power series in question~\ref{one}.
	\\(Hint: write out the terms of the series.)

\inch

\item  Solve the initial value problem: $\frac{dy}{dx}=y$, $y(0)=1$.

\end{enumerate}


\end{document}