-
Notifications
You must be signed in to change notification settings - Fork 463
/
Copy pathtitlePage.tex
35 lines (28 loc) · 1003 Bytes
/
titlePage.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\documentclass{ximera}
\input{../preamble.tex}
\title{Maximums and minimums}
\begin{document}
\begin{abstract}
%Stuff can go here later if we want!
\end{abstract}
\maketitle
\begin{sectionOutcomes}
After completing this section, students should be able to do the following.
\begin{itemize}
\item Define a critical point.
\item Find critical points.
%\item Define absolute maximum and absolute minimum.
%\item Find the absolute max or min of a continuous function on a closed interval.
\item Define local maximum and local minimum.
%\item Compare and contrast local and absolute maxima and minima.
%\item Identify situations in which an absolute maximum or minimum is guaranteed.
\item Classify critical points.
\item State the First Derivative Test.
\item Apply the First Derivative Test.
\item Define inflection points.
\item Find inflection points.
\item State the Second Derivative Test.
\item Apply the Second Derivative Test.
\end{itemize}
\end{sectionOutcomes}
\end{document}