\documentclass[11 pt, journal,onecolumn]{IEEEtran}
\hyphenation{op-tical net-works semi-conduc-tor}
\begin{document}
%
% paper title
\title{Homework 3}

\markboth{CS 237c, Spring 2006} {Shell \MakeLowercase{\textit{et
al.}}: Bare Demo of IEEEtran.cls for Journals} \maketitle

\section{Modified Equations}
Consider the advection equation
\begin{displaymath}
u_t + a u_x = 0.
\end{displaymath}

The numerical methods below satisfy \textit{modified equations} to higher order than the avdection equation itself.
See Leveque \S 8.6 for more on modified equations.
\\
\\
Assume $\lambda = \frac{\triangle t}{\triangle x} = constant$.

\subsection{Explicit central differencing}
Find a modified equation for which explicit central differencing gives an $O(\triangle t^2)$ approximation.
What modification to the explicit central differencing scheme does this suggest to make it a stable numerical scheme for the advection equation?  What is the resulting scheme called?

\subsection{Lax-Wendroff}
Find a modified equation for which the Lax-Wendroff method gives an $O(\triangle t^3)$ approximation.

% that's all folks
\end{document}


