Talk:PlanetPhysics/Ordinary Differential Equations Definitions

From Wikiversity
Jump to navigation Jump to search

Original TeX Content from PlanetPhysics Archive[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: Ordinary differential equations definitions %%% Primary Category Code: 02.30.Hq %%% Filename: OrdinaryDifferentialEquationsDefinitions.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}

The term \htmladdnormallink{differential equation}{http://planetphysics.us/encyclopedia/DifferentialEquations.html} was first used by Leibniz in 1676 to denote a relationship between the

differentials $dx$ and $dy$ of two variables $x$ and $y$. Such a relationship, in general, explicitly involves the variables $x$ and $y$ together with other symbols $a, b, c, ...$ which represent constants.

This restricted use of the term was soon abandoned; differential equations are now understood to include any algebraical or transcendental equalities which involve either differentials or differential coefficients. It is to be under- stood, however, that the differential equation is not an \htmladdnormallink{identity}{http://planetphysics.us/encyclopedia/Cod.html}.

Differential equations are classified, in the first place, according to the number of variables which they involve. An \htmladdnormallink{ordinary differential equation}{http://planetphysics.us/encyclopedia/DifferentialEquations.html} expresses a \htmladdnormallink{relation}{http://planetphysics.us/encyclopedia/Bijective.html} between an independent variable, a dependent variable and one or more differential coefficients of the dependent with respect to the independent variable. A \htmladdnormallink{partial differential equation}{http://planetphysics.us/encyclopedia/DifferentialEquations.html} involves one dependent and two or more independent variables, together with partial differential coefficients of the dependent with respect to the independent variables. A total differential equation contains two or more dependent variables together with their differentials or differential coefficients with respect to a single independent variable which may, or may not, enter explicitly into the equation.

The order of a differential equation is the order of the highest differential coefficient which is involved. When an equation is polynomial in all the differential coefficients involved, the \htmladdnormallink{power}{http://planetphysics.us/encyclopedia/Power.html} to which the highest differential coefficient is raised is known as the degree of the equation. When, in an ordinary or partial differential equation, the dependent variable and its derivatives occur lo the first degree only, and not as higher powers or products, the equation is said to be linear. The coefficients of a linear equation are therefore either constants or \htmladdnormallink{functions}{http://planetphysics.us/encyclopedia/Bijective.html} of the independent variable or variables.

Thus, for example,

$$ \frac{d^2 y}{dx^2} + y = x^3$$

is an ordinary linear equation of the second order;

$$(x+y)^2 \frac{dy}{dx} = 1$$

is an ordinary \htmladdnormallink{non-linear equation}{http://planetphysics.us/encyclopedia/ErmakovLewisInvariants.html} of the first order and the first degree;

$$x \frac{\partial z}{\partial x} + y\frac{\partial z}{\partial y} - z = 0$$

is a linear partial differential equation of the first order in two independent variables;

$$ \frac{\partial^2 V}{\partial x^2} + \frac{\partial^2 V}{\partial y^2} + \frac{\partial^2 V}{\partial z^2} = 0$$

is a linear partial differential equation of the second order in three independent variables;

$$ \frac{\partial^2 z}{\partial x^2} \frac{\partial^2 z}{\partial y^2} - \left ( \frac{\partial^2 z}{\partial x \partial y} \right )^2 = 0 $$

is a non-linear partial differential equation of the second order and the second degree in two independent variables;

$$u dx + v dy + w dz = 0$$

where $u,v,$ and $w$ are functions of $x,y$ and $z$, is a total differential equation of the first order and the first degree, and

$$ x^2 dx^2 + 2xydxdy + y^2dy^2-z^2dz^2=0 $$

is a total differential equation of the first order and the second degree.

In the case of a total differential equation any one of the variables may be regarded as independent and the remainder as dependent, thus, taking $x$ as independent variable, the equation

$$u dx + v dy + w dz = 0$$

may be written

$$u + v \frac{dy}{dx} + w\frac{dz}{dx}=0$$

or an auxiliary variable $t$ may be introduced and the original variables regarded as functions of $t$, thus

$$u \frac{dx}{dt} + v\frac{dy}{dt} + w\frac{dz}{dt}=0$$

\subsection{References}

[1] Ince, E.L. "Ordinary Differential Equations." London and New York, Longmans, Green, 1920.

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}