-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIntroModeling_Notes.tex
More file actions
271 lines (237 loc) · 10 KB
/
IntroModeling_Notes.tex
File metadata and controls
271 lines (237 loc) · 10 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
\documentclass[12pt,oneside]{book}
\def\ShowSoln{0}
\usepackage{lmodern}
\usepackage{stmaryrd}
\SetSymbolFont{stmry}{bold}{U}{stmry}{m}{n}
\usepackage[toc,page]{appendix}
\usepackage{marginnote}
\usepackage{multicol}
\usepackage{multirow}
\newcommand{\ds}{\displaystyle}
\newcommand{\bx}{\texttt{x}}
\newcommand{\bw}{\texttt{w}}
\newcommand{\bo}{\texttt{0}}
\newcommand{\bv}{\texttt{v}}
\newcommand{\bu}{\texttt{u}}
\newcommand{\bq}{\texttt{q}}
\newcommand{\by}{\texttt{y}}
\newcommand{\bb}{\texttt{b}}
\newcommand{\grad}{\boldsymbol{\nabla}}
% \newcommand{\bn}{\boldsymbol{n}}
\newcommand{\pd}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\pdd}[2]{\frac{\partial^2 #1}{\partial #2^2}}
\newcommand{\pddm}[3]{\frac{\partial^2 #1}{\partial #2 \partial #3}}
\newcommand{\deriv}[2]{\frac{d #1}{d #2}}
\renewcommand{\Re}{\mathbb{R}}
\newcommand{\lap}[1]{\mathcal{L}\left\{ #1 \right\}}
\newcommand{\lapinv}[1]{\mathcal{L}^{-1}\left\{ #1 \right\}}
\newcommand{\bpm}{\begin{pmatrix}}
\newcommand{\epm}{\end{pmatrix}}
\newcounter{cnt2}
\newenvironment{alphalist}{\vspace*{-3 pt}\begin{list}{(\alph{cnt2})}{\usecounter{cnt2}
\setlength{\leftmargin}{.5 in}\setlength{\labelwidth}{.25
in}\setlength{\itemsep}{5 pt}}}{\end{list}}
\newcommand{\be}{\begin{numlist}}
\newcommand{\ee}{\end{numlist}}
\newcommand{\bei}{\begin{numlist2}}
\newcommand{\eei}{\end{numlist2}}
\newcommand{\ba}{\begin{alphalist}}
\newcommand{\ea}{\end{alphalist}}
\usepackage[scale=2]{ccicons}
\usepackage{enumitem}
\usepackage{multicol}
\usepackage[labelsep=period]{caption}
\usepackage{tabu}
% \usepackage{pdiag}
\usepackage[table]{xcolor}
\usepackage{tikz}
\usetikzlibrary{arrows,automata,positioning}
\usetikzlibrary{patterns,snakes}
\usepackage{pgfplots}
\usetikzlibrary{shapes,petri,topaths}
\usepgfplotslibrary{patchplots}
\usepackage{tkz-berge}
\usetikzlibrary{decorations.pathmorphing}
\usepackage{rotating}
\usepackage[notextcomp]{kpfonts}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{eurosym}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{stmaryrd}
\usepackage{wasysym}
\usepackage{amsthm}
\usepackage[margin=1in]{geometry}
\usepackage[hang,flushmargin,symbol*]{footmisc}
\usepackage{color}
\definecolor{darkblue}{rgb}{0, 0, .6}
\definecolor{grey}{rgb}{.7, .7, .7}
\usepackage[breaklinks]{hyperref}
\usepackage[framed,numbered]{mcode}
\hypersetup{
colorlinks=true,
linkcolor=darkblue,
anchorcolor=darkblue,
citecolor=darkblue,
pagecolor=darkblue,
urlcolor=darkblue,
pdftitle={},
pdfauthor={}
}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{\leftmark}
\chead{}
\rhead{\thepage \ifnum\ShowSoln=1 {\color{red} {\bf Solutions}} \fi}
\lfoot{\includegraphics[width=1.5cm]{CreativeCommons.png}}
\cfoot{}
\rfoot{}
\theoremstyle{definition}
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{acknowledgement}[theorem]{Acknowledgement}
\newtheorem{algorithm}[theorem]{Algorithm}
\newtheorem{axiom}[theorem]{Axiom}
\newtheorem{case}[theorem]{Case}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{conclusion}[theorem]{Conclusion}
\newtheorem{condition}[theorem]{Condition}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{criterion}[theorem]{Criterion}
% \newtheorem{definition}[theorem]{Definition}
% \newtheorem{example}[theorem]{Example}
\newtheorem{exercise}[theorem]{Exercise}
\newtheorem{journal}[theorem]{Journal}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{notation}[theorem]{Notation}
\newtheorem{prob}[theorem]{Problem}
\newtheorem{labe}[theorem]{Problem}
\newtheorem{chal}[theorem]{Challenge}
\newtheorem{modl}[theorem]{Modeling Activity}
% \newtheorem{problem}[theorem]{Problem}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{summary}[theorem]{Summary}
\newtheorem{skeleton}[theorem]{Skeleton Proof}
\newtheorem{activity}[theorem]{Activity}
\newtheorem{intuitivedef}[theorem]{Intuitive Definition}
\newenvironment{problem}{\begin{prob}}{\hfill$\blacktriangle$\end{prob}}
\newenvironment{lab}{\begin{labe}}{\hfill$\blacktriangle$\end{labe}}
\newenvironment{challenge}{\begin{chal}}{\hfill$\blacktriangle$\end{chal}}
\newenvironment{modeling}{\begin{modl}}{\hfill$\blacktriangle$\end{modl}}
\usepackage{mdframed}
\newtheorem{defn}[theorem]{Definition}
\newenvironment{definition}
{\begin{mdframed}[backgroundcolor=blue!15]\begin{defn}}
{\end{defn}\end{mdframed}}
\newenvironment{thm}
{\begin{mdframed}[backgroundcolor=red!15]\begin{theorem}}
{\end{theorem}\end{mdframed}}
\newenvironment{cor}
{\begin{mdframed}[backgroundcolor=red!15]\begin{corollary}}
{\end{corollary}\end{mdframed}}
\newtheorem{tchnq}[theorem]{Technique}
\newenvironment{technique}
{\begin{mdframed}[backgroundcolor=green!10]\begin{tchnq}}
{\end{tchnq}\end{mdframed}}
\newtheorem{ex}[theorem]{Example}
\newenvironment{example}
{\begin{mdframed}[backgroundcolor=black!10]\begin{ex}}
{\end{ex}\end{mdframed}}
\newtheorem{homework}[theorem]{Homework Exercise}
\newsavebox{\savepar}
\newenvironment{textbox}{\noindent\begin{lrbox}{\savepar}\begin{minipage}[c]{.98\textwidth}}{\end{minipage}\end{lrbox}\fcolorbox{black}{white}{\usebox{\savepar}}}
\newcommand{\solution}[1]{\ifnum\ShowSoln=1 {\color{red} {\bf Solution:} #1}\fi}
\newcommand{\hint}[1]{\ifnum\ShowSoln=1 {\color{blue} {\bf Hint:} #1}\fi}
\newcommand{\teacher}[1]{\ifnum\ShowSoln=1 {\color{blue} {\bf Teacher Note:} #1}\fi}
\usetikzlibrary{shapes.geometric, arrows}
\tikzstyle{boxy} = [rectangle, rounded corners, minimum width=3cm, minimum
height=1cm,text centered, draw=black, fill=green!30]
\tikzstyle{boxysoln} = [rectangle, rounded corners, minimum width=3cm, minimum
height=1cm,text centered, draw=black, fill=red!30]
\tikzstyle{arrow} = [thick,->,>=stealth]
\tikzstyle{arrowdashed} = [thick,dashed,->,>=stealth]
\title{Introduction to Mathematical Modeling \\ \large Difference Equations, Differential
Equations, \& Linear
Algebra \\ {\small (The First Course of a Two-Semester Sequence)}
\ifnum\ShowSoln=1 {\color{red} \\ {\bf Solutions}} \fi}
\date{Content Last Updated: \today}
\author{Dr. Eric R. Sullivan \\ \texttt{esullivan@carroll.edu}\\ Department of
Mathematics \\
Carroll College, Helena, MT \\
% This work is licensed under
% \href{https://creativecommons.org/licenses/by-nc-sa/4.0/}{Creative Commons:
% NonCommercial-ShareAlike}\\
\includegraphics{CreativeCommons.png} \\\vspace{3in}
}
\begin{document}
\maketitle
% \html{<a rel=``license'' href=``http://creativecommons.org/licenses/by-nc-sa/4.0/''><img
% alt=``Creative Commons License'' style=``border-width:0''
% src=``https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png'' /></a><br /><span
% xmlns:dct=``http://purl.org/dc/terms/'' href=``http://purl.org/dc/dcmitype/Text''
% property=``dct:title'' rel=``dct:type''>Differential Equations and Linear
% Algebra</span> by <span xmlns:cc=``http://creativecommons.org/ns#''
% property=``cc:attributionName''>Eric R. Sullivan</span> is licensed under a <a
% rel=``license'' href=``http://creativecommons.org/licenses/by-nc-sa/4.0/''>Creative
% Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.}
% \vspace{0.2in}
\newpage
\noindent \copyright Eric Sullivan. Some Rights Reserved.
\vspace{0.2in}
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License.
You may copy, distribute, display, remix, rework, and perform this copyrighted work, but only if
you give credit to Eric Sullivan, and all derivative works based upon it must be published
under the Creative Commons Attribution-NonCommercial-Share Alike 4.0 United States License. Please
attribute this work to Eric Sullivan, Mathematics Faculty at Carroll College,
esullivan@carroll.edu. To view a copy of this license, visit\\
\href{https://creativecommons.org/licenses/by-nc-sa/4.0/}{https://creativecommons.org/licenses/by-nc-sa/4.0/}\\
or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco,
California, 94105, USA.
\tableofcontents
\input{Ch00_Preface.tex}
\input{Ch01_Calculus.tex}
\input{Ch02_LinearAlgebra.tex}
\input{Ch03_FirstOrderModels.tex}
\input{Ch04_SecondOrderModels.tex}
\input{Ch05_Systems.tex}
\input{Ch06_Series.tex}
% \input{Ch07_MiscModeling.tex}
% \input{Ch03_Matrices.tex}
% \input{Ch04_VectorSpaces.tex}
% \input{Ch05_GeometryOfVectorSpaces.tex}
% \input{Ch06_Eigen.tex}
% \input{Ch07_SecondOrder.tex}
% \input{Ch08_SystemsOfODEs.tex}
% \input{Ch09_NonlinearSystems.tex}
% \input{Ch10_LaplaceTransforms.tex}
% \input{Ch11_PowerSeries.tex}
% \input{Ch12_PDEs.tex}
%
\begin{appendices}
\input{App02_Coding.tex}
\end{appendices}
% \begin{thebibliography}{99}
% \bibitem{Penney} C. Edwards and D. Penney. {\it Differential Equations and Linear Algebra
% 3ed.} Pearson Eduction Inc. Upper Saddle River, New Jersey, 2010
% \bibitem{Haberman} R. Haberman. {\it Applied Partial Differential Equations,
% 4ed}. Pearson Education Inc. Upper Saddle River, New Jersey, 2004
% \bibitem{Judson} T. Judson. {\it The Ordinary Differential Equations Project}.
% \href{http://faculty.sfasu.edu/judsontw/ode/html/odeproject.html}{faculty.sfasu.edu/judsontw/ode/html/odeproject.html}
% \bibitem{Lay} D. Lay. {\it Linear Algebra 4ed.} Pearson Education Inc. Upper
% Saddle River, New Jersey, 2012.
% \bibitem{Woodruff} B. Woodruff. {\it Differential Equations with Linear Algebra An
% Inquiry Based Approach to Learning}. Creative Commons.
% \\\href{https://content.byui.edu/file/664390b8-e9cc-43a4-9f3c-70362f8b9735/1/316-IBL\%20(2013Spring).pdf}{https://content.byui.edu/file/664390b8-e9cc-43a4-9f3c-70362f8b9735/1/316-IBL\%20(2013Spring).pdf}
% \bibitem{carpet} Megan Wawro , Chris Rasmussen , Michelle Zandieh , George
% Franklin Sweeney \& Christine Larson (2012) {\it An Inquiry-Oriented Approach to Span
% and Linear Independence: The Case of the Magic Carpet Ride Sequence}, PRIMUS, 22:8,
% 577-599, DOI: 10.1080/10511970.2012.667516
% \end{thebibliography}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}