\documentclass[12pt]{article}
  \setlength{\oddsidemargin}{0pt}
\setlength{\topmargin}{0pt}
\setlength{\textwidth}{6.5truein}
\setlength{\textheight}{9truein}
  \pagestyle{empty}

\begin{document}

 
 \centerline{\large Math.\ 401, Sec.\ 500
\hfill    Spring, 2005}
  
\bigskip
 



\centerline{\bfseries\large  Homework 2, due February 2} 
\bigskip

\noindent In Exercises  1--4 
%{\it [Logan, p.\ 59, Ex.\ 2.1, parts (a)--(d)]\/}, 
find the leading behavior of all roots.  For real roots, 
continue the calculation up through the first positive power 
of~$\epsilon$.

\begin{enumerate}
 \item 
{\itshape [Logan, p.\ 59, 2.1(a)]\/}\quad 
$\epsilon x^4 +\epsilon x^3 -x^2 + 2x -1 =0$
\quad(Finish the solution started in the  notes, pp.\ 14--17.)

%\item{3.} 
%{\it [Bush, p\. 17, (vi)]\/}\zj 
%$\ze x^3 + x^2 +3x +2 =0$

\item
 {\itshape [Simmonds, p. 37, 2.6(a)]\/}\quad
$1+\epsilon^{-1}z +\epsilon^{-1} z^2 + z^3 =0$

%\item{4.} 
%{\it [Bush, p\. 17, (viii)]\/} \zj
%$\ze x^4 - x^2 +3x -2+\ze  =0$
\item
 {\itshape [Simmonds, p. 37, 2.6(b)]\/}\quad
$1-2z+z^2 +\epsilon z^5=0$ 


\item 
{\itshape [Bush, p.\ 17, (v)]\/} \quad
$(x^2-1)(x^2-4)(x-3) +\epsilon =0$




 \item A bridge spans a horizontal distance of 5000 feet.
 The shape of the bridge is a circular arc, and its total length is
exactly one foot greater than the straight-line distance it spans.
 What is the height of the midpoint of the bridge?
 (In geometrical language:  What is the distance from an arc to its 
chord if the arc length is 5001 units and the chord length is 5000 
units?)  Try to get an answer accurate to 3 significant figures; you should 
find that easier to do by perturbation theory than by the quadratic 
formula.
 The point is to do this \emph{without} a calculator.
Therefore, do \emph{not} 
 subtract two nearly equal quantities.  Also, do \emph{not}
 evaluate trig or inverse trig functions numerically;
instead, use
$$\sin \theta \approx \theta -\frac{\theta^3}{3!} $$
to get a solvable quadratic equation for the angle.
Then use perturbation theory to solve the quadratic equation for the height.
 (For help with the geometry, see F. S. Acton, {\sl Numerical 
Methods that Work}, pp.\ 3--4 and 67--69.
 Acton also gives a numerical (iterative) 
solution method, which is ultimately equivalent to the perturbative 
method.)


%  \penalty10000
\item 
{\itshape [Logan, p.\ 49,  Ex.\ 1.4]\/}\quad
Find the first two terms of the perturbation series solution to the 
initial value problem
$$\frac{dy}{dt} = 1 + (1+\epsilon) y^2, \qquad y(0)=1$$
(Finish the solution started in the notes, pp.\ 20--21.)
Find the exact solution and compare the approximation.
Is it uniform?

\item
Find the first two terms of the perturbation series solution to the 
initial value problem
$$\frac{d^2y}{dt^2} +\epsilon \,\frac{dy}{dt} + 9y=0, \qquad 
y(0)=1, \quad y'(0)=0.$$
Find the exact solution and compare the approximation.
Is it uniform?

\end{enumerate}

\end{document}

 
