Skip to content

Commit 942b5c8

Browse files
committed
almost ready
1 parent ea424ec commit 942b5c8

File tree

225 files changed

+1398
-2344
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+1398
-2344
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# new additions
2+
figures/*.png
23
logs/*
4+
prc/*
5+
standaloneweb/*
36
web/*.html
47
web/*.png
58
options.tex

Calculus.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
\include{CalculusI}
2424

25-
\include{CalculusII}
25+
\include{CalculusII}
2626

2727
\include{CalculusIII}
2828

Calculus.xdv

183 KB
Binary file not shown.

CalculusI-UND.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ \part{Calculus I}
7474

7575
We begin this chapter with a reminder of a few key concepts from \autoref{chapter:integration}. Let $f$ be a continuous function on $[a,b]$ which is partitioned into $n$ equally spaced subintervals as
7676
\[a=x_0 < x_1 < \cdots < x_{n-1}<x_n=b.\]
77-
Let $\dx=(b-a)/n$ denote the length of the subintervals, and let $c_i$ be any $x$-value in the $i^\text{ th}$ subinterval. \autoref{def:rie_sum} states that the sum
78-
\[\sum_{i=1}^n f(c_i)\dx\]
77+
Let $\Delta x=(b-a)/n$ denote the length of the subintervals, and let $c_i$ be any $x$-value in the $i^\text{ th}$ subinterval. \autoref{def:rie_sum} states that the sum
78+
\[\sum_{i=1}^n f(c_i)\Delta x\]
7979
is a \textit{Riemann Sum.} Riemann Sums are often used to approximate some quantity (area, volume, work, pressure, etc.). The \textit{approximation} becomes \textit{exact} by taking the limit
80-
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\dx.\]
80+
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\Delta x.\]
8181
\autoref{thm:riemannSum} connects limits of Riemann Sums to definite integrals:
82-
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\dx = \int_a^b f(x)\ dx.\]
82+
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\Delta x = \int_a^b f(x)\ dx.\]
8383
Finally, the Fundamental Theorem of Calculus states how definite integrals can be evaluated using antiderivatives.
8484

8585
This chapter employs the following technique to a variety of applications. Suppose the value $Q$ of a quantity is to be calculated. We first approximate the value of $Q$ using a Riemann Sum, then find the exact value via a definite integral. We spell out this technique in the following Key Idea.
@@ -88,9 +88,9 @@ \part{Calculus I}
8888
{Let a quantity be given whose value $Q$ is to be computed.\index{integration!general application technique}
8989
\begin{enumerate}
9090
\item Divide the quantity into $n$ smaller ``subquantities'' of value $Q_i$.
91-
\item Identify a variable $x$ and function $f(x)$ such that each subquantity can be approximated with the product $f(c_i)\dx$, where $\dx$ represents a small change in $x$. Thus $Q_i \approx f(c_i)\dx$.
92-
%% A sample approximation $f(c_i)\dx$ of $Q_i$ is called a \textit{differential element}.
93-
\item Recognize that $\ds Q\approx \sum_{i=1}^n Q_i = \sum_{i=1}^n f(c_i)\dx$, which is a Riemann Sum.
91+
\item Identify a variable $x$ and function $f(x)$ such that each subquantity can be approximated with the product $f(c_i)\Delta x$, where $\Delta x$ represents a small change in $x$. Thus $Q_i \approx f(c_i)\Delta x$.
92+
%% A sample approximation $f(c_i)\Delta x$ of $Q_i$ is called a \textit{differential element}.
93+
\item Recognize that $\ds Q\approx \sum_{i=1}^n Q_i = \sum_{i=1}^n f(c_i)\Delta x$, which is a Riemann Sum.
9494
\item Taking the appropriate limit gives $\ds Q = \int_a^b f(x)\ dx$
9595
\end{enumerate}}
9696

CalculusI.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ \part{Calculus I}
7474

7575
We begin this chapter with a reminder of a few key concepts from \autoref{chapter:integration}. Let $f$ be a continuous function on $[a,b]$ which is partitioned into $n$ equally spaced subintervals as
7676
\[a=x_0 < x_1 < \cdots < x_{n-1}<x_n=b.\]
77-
Let $\dx=(b-a)/n$ denote the length of the subintervals, and let $c_i$ be any $x$-value in the $i^\text{ th}$ subinterval. \autoref{def:rie_sum} states that the sum
78-
\[\sum_{i=1}^n f(c_i)\dx\]
77+
Let $\Delta x=(b-a)/n$ denote the length of the subintervals, and let $c_i$ be any $x$-value in the $i^\text{ th}$ subinterval. \autoref{def:rie_sum} states that the sum
78+
\[\sum_{i=1}^n f(c_i)\Delta x\]
7979
is a \textit{Riemann Sum.} Riemann Sums are often used to approximate some quantity (area, volume, work, pressure, etc.). The \textit{approximation} becomes \textit{exact} by taking the limit
80-
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\dx.\]
80+
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\Delta x.\]
8181
\autoref{thm:riemannSum} connects limits of Riemann Sums to definite integrals:
82-
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\dx = \int_a^b f(x)\ dx.\]
82+
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\Delta x = \int_a^b f(x)\ dx.\]
8383
Finally, the Fundamental Theorem of Calculus states how definite integrals can be evaluated using antiderivatives.
8484

8585
This chapter employs the following technique to a variety of applications. Suppose the value $Q$ of a quantity is to be calculated. We first approximate the value of $Q$ using a Riemann Sum, then find the exact value via a definite integral. We spell out this technique in the following Key Idea.
@@ -88,9 +88,9 @@ \part{Calculus I}
8888
{Let a quantity be given whose value $Q$ is to be computed.\index{integration!general application technique}
8989
\begin{enumerate}
9090
\item Divide the quantity into $n$ smaller ``subquantities'' of value $Q_i$.
91-
\item Identify a variable $x$ and function $f(x)$ such that each subquantity can be approximated with the product $f(c_i)\dx$, where $\dx$ represents a small change in $x$. Thus $Q_i \approx f(c_i)\dx$.
92-
%% A sample approximation $f(c_i)\dx$ of $Q_i$ is called a \textit{differential element}.
93-
\item Recognize that $\ds Q\approx \sum_{i=1}^n Q_i = \sum_{i=1}^n f(c_i)\dx$, which is a Riemann Sum.
91+
\item Identify a variable $x$ and function $f(x)$ such that each subquantity can be approximated with the product $f(c_i)\Delta x$, where $\Delta x$ represents a small change in $x$. Thus $Q_i \approx f(c_i)\Delta x$.
92+
%% A sample approximation $f(c_i)\Delta x$ of $Q_i$ is called a \textit{differential element}.
93+
\item Recognize that $\ds Q\approx \sum_{i=1}^n Q_i = \sum_{i=1}^n f(c_i)\Delta x$, which is a Riemann Sum.
9494
\item Taking the appropriate limit gives $\ds Q = \int_a^b f(x)\ dx$
9595
\end{enumerate}}
9696

CalculusII-BSC.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ \part{Calculus II}
44

55
We begin this chapter with a reminder of a few key concepts from \autoref{chapter:integration}. Let $f$ be a continuous function on $[a,b]$ which is partitioned into $n$ equally spaced subintervals as
66
\[a=x_0 < x_1 < \cdots < x_{n-1}<x_n=b.\]
7-
Let $\dx=(b-a)/n$ denote the length of the subintervals, and let $c_i$ be any $x$-value in the $i^\text{ th}$ subinterval. \autoref{def:rie_sum} states that the sum
8-
\[\sum_{i=1}^n f(c_i)\dx\]
7+
Let $\Delta x=(b-a)/n$ denote the length of the subintervals, and let $c_i$ be any $x$-value in the $i^\text{ th}$ subinterval. \autoref{def:rie_sum} states that the sum
8+
\[\sum_{i=1}^n f(c_i)\Delta x\]
99
is a \textit{Riemann Sum.} Riemann Sums are often used to approximate some quantity (area, volume, work, pressure, etc.). The \textit{approximation} becomes \textit{exact} by taking the limit
10-
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\dx.\]
10+
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\Delta x.\]
1111
\autoref{thm:riemannSum} connects limits of Riemann Sums to definite integrals:
12-
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\dx = \int_a^b f(x)\ dx.\]
12+
\[\lim_{n\to\infty} \sum_{i=1}^n f(c_i)\Delta x = \int_a^b f(x)\ dx.\]
1313
Finally, the Fundamental Theorem of Calculus states how definite integrals can be evaluated using antiderivatives.
1414

1515
This chapter employs the following technique to a variety of applications. Suppose the value $Q$ of a quantity is to be calculated. We first approximate the value of $Q$ using a Riemann Sum, then find the exact value via a definite integral. We spell out this technique in the following Key Idea.
@@ -18,9 +18,9 @@ \part{Calculus II}
1818
{Let a quantity be given whose value $Q$ is to be computed.\index{integration!general application technique}
1919
\begin{enumerate}
2020
\item Divide the quantity into $n$ smaller ``subquantities'' of value $Q_i$.
21-
\item Identify a variable $x$ and function $f(x)$ such that each subquantity can be approximated with the product $f(c_i)\dx$, where $\dx$ represents a small change in $x$. Thus $Q_i \approx f(c_i)\dx$.
22-
%% A sample approximation $f(c_i)\dx$ of $Q_i$ is called a \textit{differential element}.
23-
\item Recognize that $\ds Q\approx \sum_{i=1}^n Q_i = \sum_{i=1}^n f(c_i)\dx$, which is a Riemann Sum.
21+
\item Identify a variable $x$ and function $f(x)$ such that each subquantity can be approximated with the product $f(c_i)\Delta x$, where $\Delta x$ represents a small change in $x$. Thus $Q_i \approx f(c_i)\Delta x$.
22+
%% A sample approximation $f(c_i)\Delta x$ of $Q_i$ is called a \textit{differential element}.
23+
\item Recognize that $\ds Q\approx \sum_{i=1}^n Q_i = \sum_{i=1}^n f(c_i)\Delta x$, which is a Riemann Sum.
2424
\item Taking the appropriate limit gives $\ds Q = \int_a^b f(x)\ dx$
2525
\end{enumerate}}
2626

CalculusIII.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ \part{Calculus III}
2929

3030
\apexchapter{Functions of Several Variables}{chap:multi}
3131

32-
A function of the form $y=f(x)$ is a function of a single variable; given a value of $x$, we can find a value $y$. Even the vector--valued functions of \autoref{chap:vvf} are single--variable functions; the input is a single variable though the output is a vector.
32+
A function of the form $y=f(x)$ is a function of a single variable; given a value of $x$, we can find a value $y$. Even the vector-valued functions of \autoref{chap:vvf} are single-variable functions; the input is a single variable though the output is a vector.
3333

34-
There are many situations where a desired quantity is a function of two or more variables. For instance, wind chill is measured by knowing the temperature and wind speed; the volume of a gas can be computed knowing the pressure and temperature of the gas; to compute a baseball player's batting average, one needs to know the number of hits and the number of at--bats.
34+
There are many situations where a desired quantity is a function of two or more variables. For instance, wind chill is measured by knowing the temperature and wind speed; the volume of a gas can be computed knowing the pressure and temperature of the gas; to compute a baseball player's batting average, one needs to know the number of hits and the number of at-bats.
3535

3636
This chapter studies \textbf{multivariable} functions, that is, functions with more than one input.
3737

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Compiling with a single set of options will take three to five minutes.
1313
Running `./make.py -a` will create seven different pdfs after about twenty minutes. Running `./make.py -n` will use latexml to make a complete website version of the book after about three hours.
1414
(Unfortunately, latexmk appears to be a little too agressive in ignoring compilation errors. I recommend compiling using your regular method first, and once you know it compiles, then use latexmk.)
1515

16-
The directory `figures/matrices` exists because of the bug mentioned at https://github.com/brucemiller/LaTeXML/issues/794. In the meantime, regular LaTeX versions include the tikz code, while LaTeXML versions include the pdf graphics of the output.
17-
1816
This work is covered with a Creative Commons 4.0 By-NC copyright.
1917

2018
#### Supporting programs

apexNotes.txt

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,18 @@ Should the notebook be distributed with the text? Eventually. CC-BY-NC, same a
5757

5858

5959
My to do:
60-
change - - to -
60+
check units in center of mass calculations
6161
\exerciseset -> \begin{exerciseset}
62-
\example -> \begin{example} ?
62+
\example -> \begin{example}, also theorems, definitions, and key ideas?
6363
\ d, \,d, d become \dd
64-
complete rearrangement of text/ ?
64+
rearrange text/ to have chapter subfolders
6565
kill [over|under]full hboxes
66-
spellcheck - aspell
66+
spellcheck:
67+
cat text/*tex | aspell list -t --ignore=3 --ignore-case --add-texinfo-ignore=youtubeVideo | sort | uniq > misspell.txt
68+
6769
ifthen -> etoolbox ?
6870
use subfig
71+
flexible vertical page length??
6972

7073
| to norm/abs
7174
Watch out for extra !
@@ -80,7 +83,8 @@ exercise sets with an odd number of problems:
8083
01_04_exset_03
8184
02_06_exset_02
8285
04_04_exset_03
83-
05_01_exset_01, 05_01_exset_02
86+
05_01_exset_01
87+
05_01_exset_02
8488
06_02_exset_03
8589
06_03_exset_02
8690
07_04_exset_04
@@ -111,16 +115,39 @@ p545 9.4#50 solution: $P(-1/2,\pi/3)$ should be $P(-1/2,2\pi/3)$
111115
pA.34 14.3#17c solution: -1t should be t-1
112116
p869 14.3#20d solution: 250 should be 0
113117

114-
Multiple places: The units Newtons and Joules should be capitalized
118+
Grammar. The good news is I figured out how to spell check in my editor (and from the command line:
119+
cat text/*tex | aspell list -t --ignore=3 --ignore-case | sort | uniq > misspell.txt
120+
The bad news is I figured out how to spell check.
115121

116-
Grammar:
122+
Multiple places: The units Newtons and Joules should be capitalized
117123

118124
p292 6.2#4: original is misspelled.
125+
p423 8.2 just before Thm 8.2.2: $p$ is not in math mode
119126
p496 8.8#12 solution: an open quote is never closed
120127
p557 9.5#34 solution: Pythagorean is misspelled
128+
p583 Example 10.2.6 solution para -2 line -3: unknown is misspelled
129+
p607 Example 10.4.6 statement line 1: parallelepiped is missing its second “le”
130+
p698 12.2 line -1: Multivariable is misspelled
131+
p723 12.5 Examples 2, 4, 5 title: Multivariable is misspelled
132+
p788 Definition 13.4.1: Variable is misspelled
121133
p793 Def&Thm 13.4.2: (x_2,y_2) should have a comma after it
122134
p829 13.7 Figure 13.7.2 caption: canonical is misspelled
123-
p862 Example 14.3.2 solution line 1: parameterizing and parameterization are misspelled
135+
p841 14.1 para before Definition 14.1.1 line 3: definition is misspelled
136+
p851 14.2 para 3 line -2: circle is misspelled
124137
p865 para 2 line -3: continuously is misspelled
125-
p875 Example 14.4.2 solution para 2 line 1: parameterizations is misspelled
126138
p884 Example 14.5.5 title: cylindrical is misspelled
139+
p895 Example 14.6.3 statement line -2: positive is misspelled
140+
141+
You tend to omit the second e in parameterize (and its derivatives). You can try searching for “arametriz”:
142+
Section 9.2
143+
Section 9.3
144+
Section 10.5 x2
145+
Section 11.1
146+
Section 11.5 x5
147+
Section 12.7
148+
Section 14.1 x13 (plus two more commented out)
149+
Section 14.3 x20
150+
Section 14.4 x12
151+
Section 14.5 x44 (I think)
152+
Section 14.6 x6
153+
Section 14.7 x8

calc3summary/CalculusI.tex

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)