\documentclass[12pt]{amsart}\usepackage{fancyhdr}\topmargin-0.3truein\textwidth7truein\textheight9.6truein\oddsidemargin=-0.3truein\evensidemargin=-0.3truein\pagestyle{fancy}\fancyfoot{}% clear foot settings\fancyhead{}% clear current head settings% Set the running heads\fancyhead[L]{\footnotesize MTH 1733}\fancyhead[C]{\footnotesize Quiz 2}\fancyhead[R]{\footnotesize Fall 1997}\renewcommand{\headrulewidth}{0.25pt}%no head on plain pages, page number centered at the bottom\fancypagestyle{plain}{%\fancyhf{} %clear current values\renewcommand{\headrulewidth}{0pt}}%counters for questions and question parts\newcounter{first}\newcounter{second}%setup the questions\renewcommand{\thesecond}{\alph{second}} %counter prints a, b, c\newenvironment{questions}% for questions{% \begin{list}       {\thefirst.}       {\usecounter{first} \setlength{\leftmargin}{18pt}        \setlength{\topsep}{0pt}       }}%{\end{list}}\newenvironment{parts}% for parts of questions{% \begin{list}   {(\thesecond)} %parts items are (a), (b), (c)   {\usecounter{second}    \setlength{\leftmargin}{20pt}     \setlength{\topsep}{3pt}    \setlength{\itemsep}{3pt}    \setlength{\parsep}{3pt}   }}%{\end{list}}\newcommand{\vs}{\vspace*{\fill}}\newcommand{\e}{\epsilon}\newcommand{\DS}{\displaystyle}\def\Blank#1{\vrule depth2pt height-1.6pt width#1truecm }\begin{document}%\author{Alexander I.~Suciu}\thispagestyle{plain}\begin{center}\bfseries {Prof. A. Suciu\hspace*{\fill} Name: \Blank5}\\[1pc]{MTH 1733 % Honors Calculus 1 \hspace*{\fill} {\Large QUIZ 2} \hspace*{\fill} Fall 1997}\\[1.5pc]\end{center}\begin{questions}\item Sketch the curve $\DS{y=x^3+\frac{3}{2} x^2-6x+4}$, indicating all relative extreme points and inflection points.\vs\vs\item Use derivatives to estimate the value of $\DS{\root{3}\of{27.5}}$.  Compare the answer to the calculator answer---to how many decimals do the two answers agree?\vs\newpage\item For each of the following curves, determine the equations of the asymptotes, if any:\begin{parts}\item  $\DS{y=\frac{x-1}{x^2-9}}$\vs\item  $\DS{y=\frac{2x+2}{3x-4}}$\vs\item  $\DS{y=\frac{x^3+2}{x^2+4}}$\vs\item  $\DS{y=\frac{3}{\sqrt{x}}+\frac{x}{2}-5}$\end{parts}\vs\item Differentiate the following functions:\begin{parts}\item $\DS{f(x)=(x^3+x^{-\frac{2}{5}})(x^2-x^{\frac{2}{5}})}$\vs\item $\DS{f(x)=((x^2+1)^3+1)^4}$\vs\item $\DS{f(x)=\frac{\DS{\frac{1}{x}}-x}{\DS{\frac{1}{x}}+x}}$\vs\end{parts}\vs\end{questions}\end{document}
