Talk:PlanetPhysics/Differential Equations

Original TeX Content from PlanetPhysics Archive edit

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: differential equations %%% Primary Category Code: 02.30.Hq %%% Filename: DifferentialEquations.tex %%% Version: 1 %%% Owner: bloftin %%% Author(s): bloftin %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}

\usepackage{html}

% this is the default PlanetMath preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners.

% almost certainly you want these \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts}

% used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) %\usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

\subsection{General Remarks.}

A differential equation is any equation involving derivatives of a dependent variable with respect to one or more independent variables. Thus

\begin{equation} \frac{dy}{dx} = y - x \end{equation}

\begin{equation} \frac{d^2y}{dx^2} + 4 \frac{dy}{dx} + 5y = sin x \end{equation}

\begin{equation} \frac{\partial^2\phi}{\partial x^2} + \frac{\partial^2 \phi}{\partial y^2} = 0 \end{equation}

\begin{equation} \left( \frac{dy}{dx} + y\right)^2 + x = e^y \end{equation}

are classified as differential equations. Equation (3) is called a partial differential equation for obvious reasons. The others are called ordinary differential equations. One may have a system of differential equations involving more than one dependent variable,

$$\frac{d^2x}{dt^2} +\frac{dy}{dy} = t$$ \begin{equation} \frac{dx}{dt}-y = 0 \end{equation}

In addition to their own mathematical interest differential equations are particularly important since the scientist attempts to describe the behavior of certain aspects of the \htmladdnormallink{Universe}{http://planetphysics.us/encyclopedia/MultiVerses.html} in terms of differential equations. We list a few of this \htmladdnormallink{type}{http://planetphysics.us/encyclopedia/Bijective.html}.

\begin{equation} m\frac{d^2x}{dt^2} + k\frac{dx}{dt} + lx = f(x) \end{equation}

\begin{equation} L\frac{d^2x}{dt^2} +R\frac{dx}{dt} + \frac{1}{C}x = A \cos(\omega t) \end{equation}

\begin{equation} \frac{\partial^2 y}{\partial x^2} = \frac{1}{c^2}\frac{\partial^2 y}{\partial t^2} \end{equation}

\begin{equation} \frac{d^2 u}{dx^2} +\frac{8 \pi^2 m}{h^2} [E - V(x)]u = 0 \end{equation}

\begin{equation} R_{ij} = 0 \end{equation}

The order of the highest derivative occurring in a differential equation is called the \textbf{order} of the differential equation.

\subsection{Solution of a Differential Equation. Initial and Boundary Conditions} Let a differential equation be given involving the dependent variable $\phi$ and the independent variables $x$ and $y$. Any \htmladdnormallink{function}{http://planetphysics.us/encyclopedia/Bijective.html} $\phi(x,y)$ which satisfies the differential equation is called a solution of the differential equation. For example, it is easy to prove that $\phi(x,y) = e^x \sin y$ satisfies

$$\nabla^2 \phi = \frac{\partial^2 \phi}{\partial x^2} + \frac{\partial^2 \phi}{\partial y^2} = 0.$$

We say that $e^x \sin y$ is a solution of $\nabla^2 \phi = 0$. It is important to realize that a differential equation has, in general, infinitely many solutions. For example, $y^{\prime \prime} = 0$ admits any function $y = ax +b$ as a solution, where $a$ and $b$ are constants which can be chosen arbitrarily. To specify a particular solution, either initial conditions like

$$ y = 2, \,\, y^{\prime} = 1 \,\,\,\,\, when \,\,\, x = 3$$

or \htmladdnormallink{boundary}{http://planetphysics.us/encyclopedia/PiecewiseLinear.html} conditions like

$$y = 2 \,\,\, when \,\,\, x =3 \,\,\,\,\,\,\, and \,\,\,\,\,\,\, y=4 \,\,\, when \,\,\, x = -1$$

must be given in addition to the differential equation. In the first case $y = x - 1$is the solution, and in the second case $y = -\frac{1}{2}x + \frac{7}{2}$ is the solution. A full study of a differential equation implies the determination of the most general solution of the equation (involving arbitrary elements which may or may not be constants) and a discussion of how many additional conditions must be imposed in order to fix uniquely the arbitrary elements entering in the general solution. Without attempting an exact statement or proof, at the moment, we state the fact that "in general" the most general solution of an ordinary differential equation of order $n$ contains exactly $n$ arbitrary constants to be uniquely determined by $n$ initial conditions.

\subsection{References}

[1] Lass, Harry. "Elements of pure and applied mathematics" New York: McGraw-Hill Companies, 1957.

This entry is a derivative of the Public \htmladdnormallink{domain}{http://planetphysics.us/encyclopedia/Bijective.html} \htmladdnormallink{work}{http://planetphysics.us/encyclopedia/Work.html} [1].

\end{document}

Return to "PlanetPhysics/Differential Equations" page.