Differential equation: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Aleksander Stos
(a sentence inserted to uncheck WP box)
imported>Greg Woodhouse
(added Lorenz system as nonlinear example)
Line 8: Line 8:
:<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>.
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>\dot{x} = \sigma(y - x)</math>
:<math>\dot{y} = \rho x - y - x - xz</math>
:<math>\dot{z} = - \beta z + xy</math>
This is a basic example of a system with [[chaos|chaotic]] behavior.


The [[Schrödinger equation]] is fundamental in [[quantum mechanics]]. It is given by
The [[Schrödinger equation]] is fundamental in [[quantum mechanics]]. It 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}. </math>
:<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 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 prededing examples are  ''[[ordinary differential equation]]s''.


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  

Revision as of 11:33, 2 April 2007

In mathematics, a differential equation is an equation relating a 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.

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 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.

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 .

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

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

The Schrödinger equation is fundamental in quantum mechanics. It is given by

The unknown in this equation is the function which depends on two variables (namely, and ), while the function 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 prededing examples are ordinary differential equations.

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 has a second-order derivative (with respect to ) and is hence a second-order differential equation.

The above examples belong to a class of linear differential equations.