%Special Functions
%If file is modified, please note here and in the footnote below.
%Math340
\documentclass[12pt]{article}
\usepackage{times}
\pagestyle{empty}
\addtolength{\textwidth}{1.2in}
\addtolength{\textheight}{1.2in}
\addtolength{\oddsidemargin}{-.58in}
\addtolength{\evensidemargin}{-.58in}
\renewcommand{\baselinestretch}{1.0}
\parindent = 0cm
\parskip = .1cm
\begin{document}
\begin{center}
{\Large
Special Functions
\footnote{Copyright \copyright 2002 Steve Chapin and Larry Snyder.
All rights reserved. Please address comments to young@math.ohiou.edu.}}
\end{center}
The antiderivatives of many elementary functions are not, themselves,
elementary funtions. Some of these antiderivatives arise frequently
in certain subjects and have been given names. These are examples of
what are called special functions, and other antiderivatives can
sometimes be expressed in terms of these special functions.
\bigskip
Try the following \textsc{MatLab} commands:\\
\verb& syms t& \\
\verb& int(exp(-t^2))& \\
\verb& int(sin(t^2))& \\
Look up the definition of the special functions involved using the
\verb& mhelp & command which calls up the help feature in the Maple kernel.
\bigskip
For the following find the general solution on the indicated interval,
by hand, using the method of variation of parameters, except using
\textsc{MatLab} to integrate $u_1'$ and $u_2'$.
\bigskip
\textbf{Make sure you show all your work! Look up
and write down, in standard mathematical notation, any special
functions that occur and any unfamiliar expressions or constants that
appear in these definitions.}
\bigskip
(a) $y'' - 3y' = \frac{1}{t}, \quad t \texttt{>} 0$
\bigskip
(b) $y'' -2y' + 2y = \frac{e^t}{t}, \quad t \texttt{>} 0$
\end{document}