| Hosted by CoCalc | Download
1
%CUT AND PASTE THIS ENTIRE DOCUMENT INTO A BLANK DOCUMENT ON CloudSageMath. Then replace the content (title, name, and so on), with your stuff. If you have problems or errors, let me know!
2
3
\documentclass[12pt]{amsart}
4
5
\usepackage{amssymb, amscd, amsmath, amsthm}
6
7
\newtheorem*{utheorem}{Theorem}
8
\newtheorem*{ucorollary}{Corollary}
9
\newtheorem{theorem}{Theorem}
10
\newtheorem{lemma}{Lemma}
11
\newtheorem*{ulemma}{Lemma}
12
\newtheorem{definition}[theorem]{Definition}
13
14
\thispagestyle{empty}
15
16
\begin{document}
17
18
\title{Type your title here}
19
20
\author{Type Your Name Here}
21
22
\maketitle
23
24
Last Wednesday's colloquium was given by Isaac Newton. He talked about integration and gave several applications of integrals to daily life.
25
$$\int_0^\infty e^{x^2}dx = \sqrt{\pi}/2 $$
26
Blah blah.
27
28
$e^x+\Pi$
29
30
$$\sum_{i=1}^{\infty}\frac{1}{i^2}= \frac{1}{1^2}+\frac{1}{2^2}+\cdots =\frac{6}{\pi^2}.$$
31
32
\begin{definition}
33
A definite integral is ...blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
34
\end{definition}
35
36
The main result concerning integrals that Newton discussed was the Fundamental Theorem of Calculus.
37
38
\begin{theorem}[Fundamental Theorem of Calculus]
39
Given any continuous function $f$... blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
40
\end{theorem}
41
42
A key example that illustrated this result was... blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.
43
44
This theorem also applies to... blah blah blah blah blah.
45
46
47
Newton did a great job with his lecture. I understood integrals better than I ever have before. One question I had when I left the lecture was whether his ideas also worked for functions which blah blah blah.
48
49
\end{document}
50
51
52
53