Skip to content

Commit 9df687c

Browse files
committed
preparing for exerciseset environment
1 parent 2ec2a3d commit 9df687c

File tree

112 files changed

+2762
-2481
lines changed

Some content is hidden

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

112 files changed

+2762
-2481
lines changed

Calculus.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
\mainmatter
2222

23-
\pagestyle{fancy}
24-
2523
\include{CalculusI}
2624

2725
\include{CalculusII}

CalculusII.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ \part*{Calculus II}
7474

7575
\apexchapter{Sequences and Series}{chapter:sequences_series}
7676

77-
This chapter introduces \sword{sequences} and \sword{series}, important mathematical constructions that are useful when solving a large variety of mathematical problems. The content of this chapter is considerably different from the content of the chapters before it. While the material we learn here definitely falls under the scope of ``calculus,'' we will make very little use of derivatives or integrals. Limits are extremely important, though, especially limits that involve infinity.
77+
This chapter introduces \textbf{sequences} and \textbf{series}, important mathematical constructions that are useful when solving a large variety of mathematical problems. The content of this chapter is considerably different from the content of the chapters before it. While the material we learn here definitely falls under the scope of ``calculus,'' we will make very little use of derivatives or integrals. Limits are extremely important, though, especially limits that involve infinity.
7878

7979
One of the problems addressed by this chapter is this: suppose we know information about a function and its derivatives at a point, such as $f(1) = 3$, $\fp(1) = 1$, $\fp'(1) = -2$, $\fp''(1) = 7$, and so on. What can I say about $f(x)$ itself? Is there any reasonable approximation of the value of $f(2)$? The topic of Taylor Series addresses this problem, and allows us to make excellent approximations of functions when limited knowledge of the function is available.
8080

CalculusIII.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ \part*{Calculus III}
33

44
\apexchapter{Vectors}{chapter:vectors}
55

6-
This chapter introduces a new mathematical object, the \sword{vector}. Defined in \autoref{sec:vector_intro}, we will see that vectors provide a powerful language for describing quantities that have magnitude and direction. A simple example of such a quantity is force: when applying a force, one is generally interested in how much force is applied (i.e., the magnitude of the force) and the direction in which the force is applied. Vectors will play an important role in many of the subsequent chapters in this text.
6+
This chapter introduces a new mathematical object, the \textbf{vector}. Defined in \autoref{sec:vector_intro}, we will see that vectors provide a powerful language for describing quantities that have magnitude and direction. A simple example of such a quantity is force: when applying a force, one is generally interested in how much force is applied (i.e., the magnitude of the force) and the direction in which the force is applied. Vectors will play an important role in many of the subsequent chapters in this text.
77

88
This chapter begins with moving our mathematics out of the plane and into ``space.'' That is, we begin to think mathematically not only in two dimensions, but in three. With this foundation, we can explore vectors both in the plane and in space.
99

apexNotes.txt

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
### simple group (level 3) entered at line 589 ({) was in 08_Series
2-
### simple group (level 2) entered at line 131 ({) was in 07_Fluid_Force.tex
3-
### simple group (level 1) entered at line 496 ({) was in 07_Disk_Washer_Method.tex
4-
51

62
Ally complains that "This HTML file contains an invalid heading structure"
73
(image?) directories in Windows use a separator \ which becomes %5C in html, and breaks
@@ -61,20 +57,16 @@ Should the notebook be distributed with the text? Eventually. CC-BY-NC, same a
6157

6258

6359
My to do:
64-
find big|?
65-
pdfsizeopt to python 3?
60+
pdfsizeopt to python 3? or just get it working again?
6661
5.2: use something other than $\Delta x$ to represent a partition
6762
check units in center of mass calculations
6863
\exerciseset -> \begin{exerciseset} 423 times. interacted weirdly with enumerate
69-
\example -> \begin{example} 596 times
7064
\ d, \,d, d become \dd
7165
rearrange text/ to have chapter subfolders? and figure???
7266
kill [over|under]full hboxes
73-
spellcheck:
74-
cat text/*tex | aspell list -t --ignore=3 --ignore-case --add-texinfo-ignore=youtubeVideo | sort | uniq > misspell.txt
7567
ifthen -> etoolbox ?
7668
use subfig
77-
flexible vertical page length??
69+
hyphenation rules at beginning
7870

7971
| to norm/abs
8072
Watch out for extra !
@@ -84,13 +76,4 @@ My to do:
8476
vspace to addvspace, [small|med|big]skip to [small|med|big]break ?
8577

8678

87-
13.7 p832 margin note: "will may"
8879

89-
Fencing mismatches: \Big vs \big vs normal
90-
Example 5.5.1
91-
Key Idea 5.5.1
92-
Example 7.3.2
93-
Equation 12.2 (Section 12.5)
94-
Example 13.2.2
95-
Example 13.2.4
96-
Example 14.3.4

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ List Of Changes
44
Changes for the 2020-06 version:
55
--------------------
66

7-
* A careful reading of Definition 3.3.1 shows that intervals of increasing and decreasing are usually closed within the domain. We often had open intervals instead.
7+
* A careful reading of Definition 3.3.1 shows that intervals of increasing and decreasing are usually closed within their domain. We often had open intervals instead.
88

99
* Definition 10.3.1 (Tangent line to a parametric curve) has been rearranged to no longer have an unnecessary "provided x'≠0".
1010

errata/Errata.tex

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
\usepackage{booktabs}
55
\usepackage{url}
66

7-
\title{Errata %and Addenda
8-
to Apex LT}
7+
\title{Errata to Apex LT}
98
\date{\today}
109

1110
\newcommand{\ds}{\displaystyle}
@@ -41,30 +40,30 @@
4140
\maketitle
4241

4342
\noindent
44-
The following errors exist in the in June 2019 printed version of Apex LT Calculus I:%\\[-2\baselineskip]
43+
The following errors exist in the in June 2019 printed version of Apex LT Calculus I:
4544
\begin{enumerate}
4645
\item \S1.4 p41: Theorem 1.4.1 needs to say ``except possibly at $c$''.
4746
\item \S1.6\#14,16: To be continuous at a point, the function needs to be defined in a neighborhood of the point. This means that the functions are not continuous at the indicated points.
48-
\item \S3.3: A careful reading of Definition 3.3.1 shows that intervals of increasing and decreasing are usually closed. We often had open intervals instead.
47+
\item \S3.3: A careful reading of Definition 3.3.1 shows that intervals of increasing and decreasing are usually closed within the domain. We often had open intervals instead.
4948
\item \S5.4 p262: In order for Theorem 5.4.1 (FTC1) to help with the MVT later on, this needs to also include that $F$ is continuous at the endpoints.
5049
\item In the integration formulas at the back of the book, \#13 is missing its $dx$.
5150
\label{2019-06-00Iplus}
5251
\end{enumerate}
5352

5453
\noindent
55-
The following errors exist in the in June 2019 printed version of Apex LT Calculus II:%\\[-2\baselineskip]
54+
The following errors exist in the in June 2019 printed version of Apex LT Calculus II:
5655
\begin{enumerate}
5756
\item \S7.4 p364 Line -1: as $x\to\infty$, both $\sinh x$ and $\cosh x$ approach $e^x/2$.
5857
\item \S7.5 p382\#40: $\ds\lim_{x\to1^+}$ should be $\ds\lim_{x\to1^-}$.
5958
\item \S8.6 p438 Figure 8.6.3: The graph is $f(x)=1/x$, not $1/x^2$.
60-
\item The chapter headings in \S10.2--10.5 show Chapter 9. % todo
59+
\item The chapter headings in \S10.2--10.5 show Chapter 9.
6160
\item \S10.3 p608\#40: In order to be integrable, we should have $y=4e^{t/2}$. The length is then $e^3+11-e^{-8}$.
6261
\item In the integration formulas at the back of the book, \#13 is missing its $dx$.
6362
\label{2019-06-00II}
6463
\end{enumerate}
6564

6665
\noindent
67-
The following errors exist in the in June 2019 printed version of Apex LT Calculus III:%\\[-2\baselineskip]
66+
The following errors exist in the in June 2019 printed version of Apex LT Calculus III:
6867
\begin{enumerate}
6968
\item \S11.2 p659 Definition 11.2.3 refers to $c\vec v$ as a scalar product, whereas most authors use ``scalar product'' as a synonym for the dot product.
7069
\item \S11.2 p660 Line 17: This is the definition of $\vec u-\vec v$; it does not follow from anything.
@@ -302,7 +301,7 @@ \section*{Digital Math Resources}
302301
\item \S8.1 p385 Example 6 Line -3: The $\ln(1+x^2)$ at the end should be $\frac12\ln(1+x^2)$.
303302
\item \S8.1\#25 Solution: The second term $x\left(\ln\abs{x+1}\right)$ should be $x\left(\ln\abs{x+1}\right)^2$.
304303
\item \S8.2\#5 Solution: The solution should be $\frac38 x+\frac14\sin2x+\frac1{32}\sin4x+C$.
305-
\item \S8.2 p402: Most of the definite integrals \emph{do not} ``appear in the previous set''. % todo do we want them to?
304+
\item \S8.2 p402: Most of the definite integrals \emph{do not} ``appear in the previous set''.
306305
\item \S8.3\#17 Solution: $\tan^{-1}\left(\frac{x+2}2\right)$ should be $\tan^{-1}\left(\frac{x+2}3\right)$.
307306
\item \S8.4\#31 Solution: The first and third term should be negative.
308307
\item \S8.5\#1: $\int \sin^{-1}x\ dx=x\sin^{-1}x+\sqrt{1-x^2}+C$, whereas\\

exercises/01_00_exercises.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
\input{exercises/01_00_exset_02}
66

7+
\questioncolumnbreak
8+
79
\input{exercises/01_00_exset_03}
810

911
\input{exercises/01_00_exset_04}

exercises/01_00_exset_02.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
\node [above] at (myplot.above origin) {\scriptsize $y$};
5757
\end{tikzpicture}}
5858

59-
}
59+
}

exercises/01_00_exset_03.tex

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,70 @@
11
\exerciseset{In Exercises}{, evaluate the expressions for the given $f$.}{
22

3-
\exercise{$f(x)=3x^2-2x+6$\\
4-
\begin{minipage}{.5\linewidth}
3+
\exercise{$f(x)=3x^2-2x+6$\\[-1.5\baselineskip]
4+
\begin{multicols}{2}
55
\begin{enumerate}
66
\item $f(2)$
77
\item $f(-1)$
88
\item $f(a)$
9-
\end{enumerate}
10-
\end{minipage}%
11-
\begin{minipage}{.5\linewidth}
12-
\begin{enumerate}
13-
\setcounter{enumii}{3}
149
\item $f(x+h)$
1510
\item $\dfrac{f(x+h)-f(x)}{h}$
11+
\item[]
1612
\end{enumerate}
17-
\end{minipage}}{\mbox{}\\[-2\baselineskip]\begin{enumerate}
13+
\end{multicols}}{\mbox{}\\[-2\baselineskip]\begin{enumerate}
1814
\item 14
1915
\item 11
2016
\item $3a^2-2a+6$
2117
\item $3(x+h)^2-2(x+h)+6$
2218
\item $\dfrac{h(3 h+6 x-2)}h$
2319
\end{enumerate}}
2420

25-
\exercise{$f(x)=\sqrt{x-2}$\\
26-
\begin{minipage}{.5\linewidth}
21+
\exercise{$f(x)=\sqrt{x-2}$\\[-1.5\baselineskip]
22+
\begin{multicols}{2}
2723
\begin{enumerate}
2824
\item $f(4)$
2925
\item $f(-3)$
3026
\item $f(t)$
31-
\end{enumerate}
32-
\end{minipage}%
33-
\begin{minipage}{.5\linewidth}
34-
\begin{enumerate}
35-
\setcounter{enumii}{3}
3627
\item $f(x+h)$
3728
\item $\dfrac{f(x+h)-f(x)}{h}$
29+
\item[]
3830
\end{enumerate}
39-
\end{minipage}}{\mbox{}\\[-2\baselineskip]\begin{enumerate}
31+
\end{multicols}}{\mbox{}\\[-2\baselineskip]\begin{enumerate}
4032
\item $\sqrt2$
4133
\item undefined
4234
\item $\sqrt{t-2}$
4335
\item $\sqrt{x+h-2}$
4436
\item $\dfrac{\sqrt{x+h-2}-\sqrt{x-2}}h\\=\dfrac h{h(\sqrt{x+h-2}+\sqrt{x-2})}$
4537
\end{enumerate}}
4638

47-
\exercise{$f(x)=\dfrac1x$\\
48-
\begin{minipage}{.5\linewidth}
39+
\exercise{$f(x)=\dfrac1x$\\[-1.5\baselineskip]
40+
\begin{multicols}{2}
4941
\begin{enumerate}
5042
\item $f(-1)$
5143
\item $f(9)$
5244
\item $f(t+3)$
53-
\end{enumerate}
54-
\end{minipage}%
55-
\begin{minipage}{.5\linewidth}
56-
\begin{enumerate}
57-
\setcounter{enumii}{3}
5845
\item $f(x+h)$
5946
\item $\dfrac{f(x+h)-f(x)}{h}$
47+
\item[]
6048
\end{enumerate}
61-
\end{minipage}}{\mbox{}\\[-2\baselineskip]\begin{enumerate}
49+
\end{multicols}}{\mbox{}\\[-2\baselineskip]\begin{enumerate}
6250
\item $-1$
6351
\item $\dfrac19$
6452
\item $\dfrac1{t+3}$
6553
\item $\dfrac1{x+h}$
6654
\item $\dfrac{\frac1{x+h}-\frac1x}h=-\dfrac h{hx(x+h)}$
6755
\end{enumerate}}
6856

69-
\exercise{$f(x)=e^x$\\
70-
\begin{minipage}{.5\linewidth}
57+
\exercise{$f(x)=e^x$\\[-1.5\baselineskip]
58+
\begin{multicols}{2}
7159
\begin{enumerate}
7260
\item $f(-2)$
7361
\item $f(3)$
7462
\item $f(t+1)$
75-
\end{enumerate}
76-
\end{minipage}%
77-
\begin{minipage}{.5\linewidth}
78-
\begin{enumerate}
79-
\setcounter{enumii}{3}
8063
\item $f(x+h)$
8164
\item $\dfrac{f(x+h)-f(x)}{h}$
65+
\item[]
8266
\end{enumerate}
83-
\end{minipage}}{\mbox{}\\[-2\baselineskip]\begin{enumerate}
67+
\end{multicols}}{\mbox{}\\[-2\baselineskip]\begin{enumerate}
8468
\item $e^{-2}$
8569
\item $e^3$
8670
\item $e^{t+1}$

exercises/02_06_exset_04.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% todo Tim check line break of directions
1+
% todo Tim check line break of directions in 2.6
22
\exerciseset{In Exercises}{, an implicitly defined function is given. Find $\ds \frac{d^2y}{dx^2}$. Note: these are the same problems used in Exercises~\ref{exer:02_06_ex_09}--\ref{exer:02_06_ex_12}.}{
33

44
\exercise{$x^4+y^2+y=7$}{$\frac{d^2y}{dx^2} = \frac{(2y+1)(-12x^2) + 4x^3\left(2\frac{-4x^3}{2y+1}\right)}{(2y+1)^2}$}

0 commit comments

Comments
 (0)