FSU-MATH2300-Project1
Author
Sarah Wright
Last Updated
7 years ago
License
Creative Commons CC BY 4.0
Abstract
Project #1 from Sarah Wright's Calculus I class at Fitchburg State University.
Project #1 from Sarah Wright's Calculus I class at Fitchburg State University.
\documentclass[12pt]{amsart}
\addtolength{\hoffset}{-2.25cm}
\addtolength{\textwidth}{4.5cm}
\addtolength{\voffset}{-2.5cm}
\addtolength{\textheight}{5cm}
\setlength{\parskip}{0pt}
\setlength{\parindent}{15pt}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[colorlinks = true, linkcolor = black, citecolor = black, final]{hyperref}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{ marvosym }
\newcommand{\ds}{\displaystyle}
\pagestyle{myheadings}
\setlength{\parindent}{0in}
\pagestyle{empty}
\begin{document}
\thispagestyle{empty}
{\scshape Math 2300} \hfill {\scshape \Large Project \#1} \hfill {\scshape Fall 2017}
\medskip
\hrule
\bigskip
\bigskip
Write a proof for each of the four limit statements below using the $\epsilon$-$\delta$ definition. Your word choice and style should be unique to you and your thought process, but you will want to follow a similar outline to the examples in the book and/or the video. It is worth having a look at the \href{https://www.overleaf.com/latex/templates/sample-latex-document-with-mathematic-scratch-work/twhrqbrjvqgj#.Wb7-S3eGPdR}{sample Overleaf document}, even if you don't intend to use the system; the first example solution is a proof.
\bigskip
\bigskip
\begin{enumerate}
\item $\displaystyle{\lim_{x \rightarrow -2} \frac{x}{2} + 3 = 2}$.
\bigskip
\item $\displaystyle{\lim_{x \rightarrow 1} x^2 + 4 = 5}$.
\bigskip
\item $\displaystyle{\lim_{x \rightarrow 2} x^3 - 1 = 7}$.
\bigskip
\item $\displaystyle{\lim_{x \rightarrow 0} e^{2x} - 1 = 0}$
\bigskip
\end{enumerate}
\end{document}