\documentclass[12pt]{article} 
\pagestyle{empty}
\renewcommand{\today}{January 29, 1997}
% \ilf is inline formula in displaystyle
\newcommand{\ilf}[1]{$\displaystyle #1 $}

\special{src: 7 LAB1A.TEX} %Inserted by TeXtelmExtel


\special{src: 10 LAB1A.TEX} %Inserted by TeXtelmExtel

\begin{document}
\noindent{\bf Math 3226
\hfill
Laboratory  1A}\\
\begin{center}
{\Large\bf A Substitution Technique}
\bigskip\end{center}
\noindent{\em You will explore a substitution technique which transforms certain differential equations into  linear differential equations, which can then be solved by the method discussed in class.}\medskip

\special{src: 21 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\bf 1 Warm-up Exercise.} Find the general solution of the following differential equations:
\begin{enumerate}
\item $y'(t)+y(t)=e^t$
\item $y'(t)+ty(t)=t\phantom{e^t}$
\item $(1+t^2)y'(t)-2ty(t)=2t(1+t^2)$ 
\item $y'(t)+(\cot t)y(t)=2\csc t$
\end{enumerate}\medskip

\special{src: 31 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\em  For $y>0$ consider the differential equation
\begin{equation}y'(t)+\frac{2}{t}y(t)=\frac{1}{t^2} (y(t))^3.\end{equation} 
This differential equation is not linear because of the $y(t)^3$ term.
We will now perform a substitution: we will replace $y(t)$ in the equation by 
\[z(t)=y(t)^{-2},\]
or equivalently \[y(t)=z(t)^{-1/2}.\]
We will also have to replace $y'(t)$  by an expression containing $z(t)$ and $z'(t)$, using the chain rule:
\[y'(t)=(-1/2) z(t)^{-3/2} z'(t).\]
Performing the substitution the differential equation {\rm (1)} reads as:
\begin{equation}(-1/2) z(t)^{-3/2} z'(t)+\frac{2}{t}z(t)^{-1/2}=\frac{1}{t^2}z(t)^{-3/2}.\end{equation}
Multiplying by the reciprocal of the term in front of $z'(t)$, we obtain the {\bf linear} differential equation:
\begin{equation}z'(t)-\frac{4}{t}z(t)=-\frac{2}{t^2}.\end{equation}\medskip}

\special{src: 46 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\bf 2 } Show that equation (3) has the solutions
\ilf{z(t)=\frac{2}{5t}+C t^4}\medskip

\special{src: 51 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\em Finally we re-substitute: The solutions to the original equation {\rm (1)} are given by
\[y(t)=z(t)^{-1/2}=\left(\frac{2}{5t}+C t^4\right)^{-1/2}.\]}\medskip

\special{src: 56 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\bf 3 } Show that the substitution \ilf{z(t)=y(t)^{1-n}}  transforms a differential equation of the form
\begin{equation}y'(t)+p(t)y(t)=q(t)y(t)^n\end{equation} into a linear differential equation (in $z(t)$) for $n\not=0,1$!\medskip

\special{src: 61 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\bf 4} Find the general solution of  equation (4) for the cases $n=0$ and $n=1$. \medskip

\special{src: 65 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\em A differential equation of the type
\ilf{y'(t)+p(t)y(t)=q(t)y(t)^n} is called a {\bf Bernoulli Equation}. } \medskip

\special{src: 70 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\bf 5} Solve the following differential equations for the initial 
condition $y(1)=2$:
\begin{enumerate}
\item $y'(t)-y(t)=-y^4(t)$
\item $t^2y'(t)-ty(t)=y^2(t)$
\item \ilf{y'(t)=\frac{1}{y(t)}-\frac{y(t)}{t+2}}
\end{enumerate}\medskip

\special{src: 80 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\bf 6} Solve the differential equations in {\bf 5} for the initial condition $y(1)=-2$. (You must slightly adapt the method for this initial condition! Why?)\medskip

\special{src: 84 LAB1A.TEX} %Inserted by TeXtelmExtel

\noindent{\bf 7} The method of solving Bernoulli equations does not work when the initial condition is chosen so that $y=0$. Why? (This does not mean necessarily that a solution does not exist.)
What can you say about the solutions to the differential equations in {\bf 5} satisfying the initial condition $y(1)=0$?

\special{src: 89 LAB1A.TEX} %Inserted by TeXtelmExtel


\special{src: 92 LAB1A.TEX} %Inserted by TeXtelmExtel

\vfill
\flushright\tiny\copyright\  H. Knaust. \today .
\end{document}
