\magnification 2200 \parindent 0pt \parskip 10pt \pageno=1 \hsize 7truein \vsize 9.2truein \def\u{\vskip -10pt} \def\v{\vskip -6pt} {\bf Solving first order differential equation:} Method 1 (sect. 2.2): Separate variables. Method 2 (sect. 2.1): If linear [$y'(t) + p(t)y(t) = g(t)$], multiply equation by an integrating factor \hfil \break $u(t) = e^{\int p(t)dt}$. \vskip 10pt \centerline{$y' + py = g$} \centerline{$y'u + upy = ug$} \centerline{$ (uy)' = ug$} \centerline{$ \int(uy)' = \int ug$} \centerline{$ uy = \int ug$} \centerline{etc...} Method 3 (sect. 2.4): Solve Bernoulli's equation, $$y' + p(t)y = g(t)y^n,$$ when $n > 1$ by changing it to a linear equation by substituting $v = y^{1-n}$ \vskip 5pt \hrule If $v = {dx \over dt}$, can use the following to simplify (especially if there are 3 variables). \vskip 3pt \centerline{${dv \over dt}= {dv \over dx}{dx \over dt} = v{dv \over dx}$} \eject %%\vskip 5pt %%\hrule integration techniques: $u$-substitution, integration by parts, partial fractions. \vskip 5pt \hrule direction field = slope field = graph of ${dv \over dt}$ in $t, v$-plane. \v *** can use slope field to determine behavior of $v$ including as $t \rightarrow \infty$. \v %%\vskip 5pt \v Equilibrium Solution = constant solution \v stable, unstable, semi-stable. %%\eject \vskip 5pt \hrule {\bf Solving second order differential equation:} p. 135: $y'' = f(t, y')$, $y'' = f(y, y')$, Transform to first order: Let $v = y'$. If needed, note $v' = {dv \over dt} = {dv \over dt}{dy \over dy} = {dv \over dy}{dy \over dt} = {dv \over dy}v$. Note this trick sometimes helpful for first order equations. \vskip 5pt \hrule Ch 3: linear $ay'' + by' + cy = 0$, %%~~$y = e^{rt}$, then %%\vskip -8pt %%$ar^2e^{rt} + bre^{rt} + ce^{rt} = 0$ implies $ar^2 + br + c = 0$, \v Need to have two independent solutions. If $\phi_1, \phi_2$ are solutions to a LINEAR HOMOGENEOUS differential equation, $c_1\phi_1 + c_2\phi_2$ is also a solution %%\vskip 5pt %%\hrule %%\vskip 5pt %%\hrule \eject Existence and Uniqueness {\bf 1st order LINEAR differential equation:} Thm 2.4.1: If $p:(a, b) \rightarrow R$ and $g:(a, b) \rightarrow R$ are continuous and $a < t_0 < b$, then there exists a unique function $y = \phi(t)$, $\phi:(a, b) \rightarrow R$ that satisfies the initial value problem \centerline{$y' + p(t) y = g(t)$,} \centerline{$y(t_0) = y_0$} {\bf 2nd order LINEAR differential equation:} Thm 3.2.1: If $p:(a, b) \rightarrow R$, $q:(a, b) \rightarrow R$, and $g:(a, b) \rightarrow R$ are continuous and $a < t_0 < b$, then there exists a unique function $y = \phi(t)$, $\phi:(a, b) \rightarrow R$ that satisfies the initial value problem \centerline{$y'' + p(t) y' + q(t)y = g(t)$,} \centerline{$y(t_0) = y_0$,} \centerline{$y'(t_0) = y_0'$} Definition: The Wronskian of two differential functions, $f$ and $g$ is \centerline{$W(f, g) = fg' - f'g = \big|\matrix{f & g \cr f' & g'}\big|$} \vskip -7pt sections 3.2, 3.3 \end Thm: Suppose that $f_1$ is a a solution to $ay'' + by' + cy = 0$ and $f_2$ is a a solution to $ay'' + by' + cy = 0$, then $c_1f_1 + c_2f_2$ is a solution to $ay'' + by' + cy = 0$ where $c_1, c_2$ are constants. Proof: Define $L(f) = af'' + bf' + cf$. Note that $L$ is a linear function. Since $f_1$ is a solution to $ay'' + by' + cy = 0$, $L(f_1) = af_1'' + bf_1' + cf_1 = 0 $. Since $f_2$ is a solution to $ay'' + by' + cy = 0$, $L(f_2) = af_2'' + bf_2' + cf_2 = 0$. We will now show that $c_1f_1 + c_2f_2$ is a solution to $ay'' + by' + cy = 0$. $L(c_1f_1 + c_2f_2) = c_1L(f_1) + c_2L(f_2) = 0$. Thus $c_1f_1 + c_2f_2$ is a solution to $ay'' + by' + cy = g_1(t) + g_2(t)$. Sidenote: The proofs above work even if $a, b, c$ are functions of $t$ instead of constants.