Differential equation: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Peter Lacey
imported>Johan Förberg
m (→‎Examples: added some space)
 
(20 intermediate revisions by 13 users not shown)
Line 1: Line 1:
In [[mathematics]], a '''differential equation''' is an [[equation]] relating a [[function (mathematics)|function]] and its derivatives. Many of the fundamental laws of physics, chemistry, biology and economics can be formulated as differential equations. The question then becomes how to find the ''solutions'' of those equations.
{{subpages}}


The mathematical theory of differential equations has developed together with the sciences where the equations originate and where the results find application. Diverse scientific fields often give rise to identical problems in differential equations. In such cases, the mathematical theory can unify otherwise quite distinct scientific fields. A celebrated example is [[Joseph Fourier|Fourier]]'s theory of the conduction of heat in terms of sums of trigonometric functions, [[Fourier series]],  which finds application in the propagation of sound, the propagation of electric and magnetic fields, radio waves, optics, elasticity, spectral analysis of radiation, and other scientific fields.
In [[mathematics]], a '''differential equation''' or '''DE''' is an [[equation (mathematics)|equation]] relating a [[function (mathematics)|function]] and its [[derivative]]s, the idea being that how a quantity will change is related in some way to its current value. Many of the fundamental laws of physics, chemistry, biology and economics can be formulated as differential equations. The question then becomes how to find the ''solutions'' of those equations.
 
The mathematical theory of differential equations has developed in parallel with the sciences where the equations originate and where the results find application. Diverse scientific fields often give rise to identical problems in differential equations. In such cases, the mathematical theory can unify otherwise quite distinct scientific fields. A celebrated example is [[Joseph Fourier|Fourier]]'s theory of the conduction of heat in terms of sums of trigonometric functions, [[Fourier series]],  which finds application in the propagation of sound; the propagation of electric and magnetic fields (including radio waves, visible light, [[X-rays]], and the entire [[electromagnetic spectrum]]), as well as spectral analysis of radiation; elasticity; [[quantum mechanics]]; and many other areas of scientific research.


== Examples ==
== Examples ==
Line 8: Line 10:
:<math> \frac{du(t)}{dt} = u(t). </math>
:<math> \frac{du(t)}{dt} = u(t). </math>
This equation is satisfied by any function which equals its derivative. One of the solutions of this equation is <math> u(t) = e^t </math>.
This equation is satisfied by any function which equals its derivative. One of the solutions of this equation is <math> u(t) = e^t </math>.
Note that to say that a specific function (in this case <math>e^t</math> ) is a solution to a differential equation means that if you
plug that function into the left-hand side of the DE and evaluate it, the result will be the right-hand side.
In this case that happens automatically since
:<math> \frac{du(t)}{dt} = \frac{d\left(e^t\right)}{dt} = e^t = u(t)\ . </math>
Nonlinear equations and systems of equations frequently occur in the study of physical systems. An important example of a nonlinear oscillator is the [[Lorenz system]]
:<math>\begin{align}
\dot{x} &= \sigma(y - x) \\
\dot{y} &= \rho x - y - x - xz \\
\dot{z} &= - \beta z + xy
\end{align} </math>
where <math>x,</math> <math>y,</math> and <math>z</math> are functions of <math>t,</math> and a dot represents the derivative with respect to <math>t</math>,
i.e.
:<math>\dot{x}=\frac{dx(t)}{dt}\ .</math>
This is a basic example of a system with [[chaos|chaotic]] behavior.
The [[Schrödinger equation]] is a partial differential equation (or PDE) of fundamental importance in [[quantum mechanics]].
It governs the evolution of quantum systems and is given by
:<math> i\hbar \frac{\partial\psi(x,t)}{\partial t} = - \frac{\hbar^2}{2m} \frac{\partial^2 \psi(x,t)}{\partial x^2} + V(x,t)\psi(x,t)\ . </math>
Another example of a PDE is the [[heat equation]] or diffusion equation,
:<math>\frac{\partial u}{\partial t} = k \left(\frac{\partial^2 u}{\partial x^2} +\frac{\partial^2 u}{\partial y^2}\right)</math>


The [[Schrödinger equation]] is fundamental in [[quantum mechanics]]. It is given by
The reason that these two equations (the [[Schrödinger equation]] and the [[heat equation]]) are called [[partial differential equation]]s is that the unknown (<math>\psi</math> in the Schrödinger equation, and u in the heat equation) depends on multiple variables, and the equation involves [[partial derivative]]s with respect to these variables.
:<math> i\hbar \frac{\partial\psi(x,t)}{\partial t} = - \frac{\hbar^2}{2m} \frac{\partial^2 \psi(x,t)}{\partial x^2}. </math>
The unknown in this equation is the function <math>\psi</math> which depends on two variables (namely, <math>x</math> and <math>t</math>), while the function <math>u</math> in the first equation depends on only one variable. Consequently, the Schrödinger equation contains partial derivatives and we say that it is a ''[[partial differential equation]]'', while the first equation is an ''[[ordinary differential equation]]''.


The ''order'' of a differential equation is that of the highest derivative that it contains. For instance, the equation  
The ''order'' of a differential equation is that of the highest derivative that it contains. For instance, the equation  
:<math> \frac{du(t)}{dt} = u(t) </math>
:<math> \frac{du(t)}{dt} = u(t) </math>
is a first-order differential equation, while the Schrödinger equation has a second-order derivative (with respect to <math>x</math>) and is hence a second-order differential equation.
is a first-order differential equation, while the Schrödinger equation and heat equation are examples of second order equations.


==List of differential equations==


[[Category:Mathematics Workgroup (Top)]]
* [[Inhomogeneous Helmholtz equation]]: <math> \nabla^2 u + k^2 u = -f </math>
[[Category:CZ Live]]
* [[Schrödinger equation]]: <math> i\hbar \psi_t = - \frac{\hbar^2}{2m} \psi_{xx} </math>
* The simple [[harmonic oscillator (classical)|harmonic oscillator]] equation: <math>m\ddot{x}+kx=0</math>
* General harmonic oscillator: <math>m\ddot{x}+b\dot{x}+kx=A\cos(\omega t)</math>
* Lotka-Volterra predator-prey: <math>\frac{dx}{dt}=Ax-Bxy</math>, <math>\frac{dy}{dt}=-Cy-Dxy</math>

Latest revision as of 16:03, 6 May 2010

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In mathematics, a differential equation or DE is an equation relating a function and its derivatives, the idea being that how a quantity will change is related in some way to its current value. Many of the fundamental laws of physics, chemistry, biology and economics can be formulated as differential equations. The question then becomes how to find the solutions of those equations.

The mathematical theory of differential equations has developed in parallel with the sciences where the equations originate and where the results find application. Diverse scientific fields often give rise to identical problems in differential equations. In such cases, the mathematical theory can unify otherwise quite distinct scientific fields. A celebrated example is Fourier's theory of the conduction of heat in terms of sums of trigonometric functions, Fourier series, which finds application in the propagation of sound; the propagation of electric and magnetic fields (including radio waves, visible light, X-rays, and the entire electromagnetic spectrum), as well as spectral analysis of radiation; elasticity; quantum mechanics; and many other areas of scientific research.

Examples

A simple differential equation is

This equation is satisfied by any function which equals its derivative. One of the solutions of this equation is . Note that to say that a specific function (in this case ) is a solution to a differential equation means that if you plug that function into the left-hand side of the DE and evaluate it, the result will be the right-hand side. In this case that happens automatically since

Nonlinear equations and systems of equations frequently occur in the study of physical systems. An important example of a nonlinear oscillator is the Lorenz system

where and are functions of and a dot represents the derivative with respect to , i.e.

This is a basic example of a system with chaotic behavior.

The Schrödinger equation is a partial differential equation (or PDE) of fundamental importance in quantum mechanics. It governs the evolution of quantum systems and is given by

Another example of a PDE is the heat equation or diffusion equation,

The reason that these two equations (the Schrödinger equation and the heat equation) are called partial differential equations is that the unknown ( in the Schrödinger equation, and u in the heat equation) depends on multiple variables, and the equation involves partial derivatives with respect to these variables.

The order of a differential equation is that of the highest derivative that it contains. For instance, the equation

is a first-order differential equation, while the Schrödinger equation and heat equation are examples of second order equations.

List of differential equations

  • Inhomogeneous Helmholtz equation:
  • Schrödinger equation:
  • The simple harmonic oscillator equation:
  • General harmonic oscillator:
  • Lotka-Volterra predator-prey: ,