\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 4, 2003}
\end{center}

\textbf{Series Toolbox: }
(Look up the precise details in the textbook -- some of the statements below aren't precisely correct.)

\begin{enumerate}[I.]
\item  \textbf{Geometric series: }
$\sum_{n=1}^{\infty} ar^{n-1}$ converges if $|r|<1$ and diverges if $|r| \geq 1$.  If $|r|<1$, then $\sum_{n=1}^{\infty} ar^{n-1} = \frac{a}{1-r}$.

\item  \textbf{Divergence test: }
If $\lim_{n \ra \infty} a_n \neq 0$ then $\sum_{n=1}^{\infty} a_n$ diverges.

\item  \textbf{Be careful: }
If $\lim_{n \ra \infty} a_n = 0$ then $\sum_{n=1}^{\infty} a_n$ might diverge or it might converge  -- you have to do more work!

\item  \textbf{Integral test: }
(Use this if the integral looks easy or at least doable.)
Suppose $f(n)=a_n$.  $f(x)\geq 0$ continuous, decreasing.
	\begin{enumerate}
	\item  If $\int_1^\infty f(x) \;dx$ converges then $\sum_{n=1}^\infty a_n$ converges.
	\item  If $\int_1^\infty f(x) \;dx$ diverges then $\sum_{n=1}^\infty a_n$ diverges.
	\end{enumerate}

\item  \textbf{$p$-series: }
$\sum_{n=1}^\infty \frac{1}{n^p}$ converges if $p>1$ and diverges if $p\leq 1$.
(This can be shown using the integral test!)

\item  \textbf{Comparison test: }
(Use this if the given series looks close to a series you know.)
Suppose $\sum a_n$ and $\sum b_n$ are series with positive terms.
\begin{enumerate}
\item  If $\sum b_n$ converges and $a_n\leq b_n$ then $\sum a_n$ converges.
\item  If $\sum b_n$ diverges and $a_n \geq b_n$ then $\sum a_n$ diverges.
\end{enumerate}

\item  \textbf{Limit comparison test: }
(Use this for comparisons that ``don't quite work.'')
Suppose $\sum a_n$ and $\sum b_n$ are series with positive terms.
Suppose $\lim_{n \ra \infty} \frac{a_n}{b_n} = c$ with $0 < c < \infty$.
Then, $\sum a_n$ and $\sum b_n$ either both converge or both diverge (they behave the same way).

\item  \textbf{Telescoping series: }
You need to use partial fractions for these.  See problem~\ref{tele} below.

\end{enumerate}

\newpage

\begin{enumerate}

\item \label{tele} 
	Does the following series converge or diverge.  If it converges, find the sum.
	\[
	\sum_{n=1}^{\infty} \frac{1}{(n+1)(n+2)}
	\]
	\inch

\item  Converge or diverge
	\begin{enumerate}
	\item  $\sum_{n=2}^\infty \frac{1}{n(\ln n)^2}$
	\inch

	\item  $\sum_{n=1}^\infty ne^{-n^2}$
	\inch
	\end{enumerate}

\item  A geometric series has sum $5$ and ratio $\frac{1}{3}$.  What is the first term of the series?


\newpage
\lecture

\item  \label{compare} 
	For each of the following series, find a good series to use in comparison:
	\begin{enumerate}
	\item  $\sum_{n=1}^\infty \frac{1}{n^3+5n}$
\bigskip

	\item  $\sum_{n=3}^\infty \frac{1}{n^3-5n}$
\bigskip

	\item  $\sum_{n=1}^\infty \frac{5^n+1}{2^n-1}$
\bigskip

	\item  $\sum_{n=1}^\infty \frac{5^n-1}{2^n+1}$
\bigskip

	\item  $\sum_{n=1}^\infty \frac{n^2-2n+5}{n^5+5n^2-5n+11}$
\bigskip
	\end{enumerate}

\item  For each of the series in problem~\ref{compare}, try to set up the appropriate inequality between the terms in the given series and the series you want to compare to.  Make sure your inequality is correct.  (There might be some that just don't work.)

\newpage

\item  For the series in problem~\ref{compare} use the limit comparison test to check convergence or divergence.
\inch
\inch
\inch
\inch

\item  Which of the series in problem~\ref{compare} diverge or converge.


\end{enumerate}


\end{document}