Share on Facebook Share on Twitter Email
Answers.com

differential equation

 
Dictionary: differential equation
 

n.

An equation that expresses a relationship between functions and their derivatives.


Search unanswered questions...
Enter a word or phrase...
All Community Q&A Reference topics
Britannica Concise Encyclopedia: differential equation
 

Mathematical statement that contains one or more derivatives. It states a relationship involving the rates of change of continuously changing quantities modeled by functions. Differential equations are very common in physics, engineering, and all fields involving quantitative study of change. They are used whenever a rate of change is known but the process giving rise to it is not. The solution of a differential equation is generally a function whose derivatives satisfy the equation. Differential equations are classified into several broad categories. The most important are ordinary differential equations (ODEs), in which change depends on a single variable, and partial differential equations (PDEs), in which change depends on several variables. See also differentiation.

For more information on differential equation, visit Britannica.com.

 
WordNet: differential equation
Top
Note: click on a word meaning below to see its connections and related words.

The noun has one meaning:

Meaning #1: an equation containing differentials of a function


 
Wikipedia: Differential equation
Top

A differential equation is a mathematical equation for an unknown function of one or several variables that relates the values of the function itself and its derivatives of various orders. Differential equations play a prominent role in engineering, physics, economics and other disciplines.

Visualization of airflow into a duct modelled using the Navier-Stokes equations, a set of partial differential equations.

Differential equations arise in many areas of science and technology; whenever a deterministic relationship involving some continuously changing quantities (modeled by functions) and their rates of change (expressed as derivatives) is known or postulated. This is well illustrated by classical mechanics, where the motion of a body is described by its position and velocity as the time varies. Newton's Laws allow one to relate the position, velocity, acceleration and various forces acting on the body and state this relation as a differential equation for the unknown position of the body as a function of time. In many cases, this differential equation may be solved explicitly, yielding the law of motion.

An example of modeling a real world problem using differential equations is determination of the velocity of a ball falling through the air, considering only gravity and air resistance. The ball's acceleration towards the ground is the acceleration due to gravity minus the deceleration due to air resistance. Gravity is constant but air resistance is proportional to the ball's velocity. This means the ball's acceleration, which is the derivative of its velocity, depends on the velocity. Finding the velocity as a function of time requires solving a differential equation.

Differential equations are mathematically studied from several different perspectives, mostly concerned with their solutions, functions that make the equation hold true. Only the simplest differential equations admit solutions given by explicit formulas. Many properties of solutions of a given differential equation may be determined without finding their exact form. If a self-contained formula for the solution is not available, the solution may be numerically approximated using computers. The theory of dynamical systems puts emphasis on qualitative analysis of systems described by differential equations, while many numerical methods have been developed to determine solutions with a given degree of accuracy.

Contents

Directions of study

The study of differential equations is a wide field in pure and applied mathematics, physics, and engineering. All of these disciplines are concerned with the properties of differential equations of various types. Pure mathematics focuses on the existence and uniqueness of solutions, while applied mathematics emphasizes the rigorous justification of the methods for approximating solutions. Differential equations play an important role in modeling virtually every physical, technical, or biological process, from celestial motion to bridge design, to interactions between neurons. Differential equations such as those used to solve real-life problems may not necessarily be directly solvable, i.e. do not have closed form solutions. Instead, solutions can be approximated using numerical methods.

Mathematicians also study weak solutions (relying on weak derivatives), which are types of solutions that do not have to be differentiable everywhere. This extension is often necessary for solutions to exist, and it also results in more physically reasonable properties of solutions, such as possible presence of shocks for equations of hyperbolic type.

The study of the stability of solutions of differential equations is known as stability theory.

Nomenclature

The theory of differential equations is quite developed and the methods used to study them vary significantly with the type of the equation.

  • An ordinary differential equation (ODE) is a differential equation in which the unknown function (also known as the dependent variable) is a function of a single independent variable. In the simplest form, the unknown function is a real or complex valued function, but more generally, it may be vector-valued or matrix-valued: this corresponds to considering a system of ordinary differential equations for a single function. Ordinary differential equations are further classified according to the order of the highest derivative with respect to the dependent variable appearing in the equation. The most important cases for applications are first order and second order differential equations. In the classical literature also distinction is made between differential equations explicitly solved with respect to the highest derivative and differential equations in an implicit form.
  • A partial differential equation (PDE) is a differential equation in which the unknown function is a function of multiple independent variables and the equation involves its partial derivatives. The order is defined similarly to the case of ordinary differential equations, but further classification into elliptic, hyperbolic, and parabolic equations, especially for second order linear equations, is of utmost importance. Some partial differential equations do not fall into any of these categories over the whole domain of the independent variables and they are said to be of mixed type.

Both ordinary and partial differential equations are broadly classified as linear and nonlinear. A differential equation is linear if the unknown function and its derivatives appear to the power 1 (products are not allowed) and nonlinear otherwise. The characteristic property of linear equations is that their solutions form an affine subspace of an appropriate function space, which results in much more developed theory of linear differential equations. Homogeneous linear differential equations are a further subclass for which the space of solutions is a linear subspace. The coefficients of the unknown function and its derivatives in a linear differential equation are allowed to be (known) functions of the independent variable or variables; if these coefficients are constants then one speaks of a constant coefficient linear differential equation.

There are very few methods of explicitly solving nonlinear differential equations, which typically exploit their symmetries. Nonlinear differential equations can exhibit very complicated behavior over extended time intervals, characteristic of chaos. Even the fundamental questions of existence, uniqueness, and extendability of solutions for nonlinear differential equations, and well-posedness of initial and boundary value problems for nonlinear PDEs are hard problems and their resolution in special cases is considered to be a significant advance in the mathematical theory (cf Navier–Stokes existence and smoothness). On the other hand, linear differential equations frequently appear as approximations to nonlinear equations. These approximations are only valid under restricted conditions, for example, the harmonic oscillator and the nonlinear pendulum equations below.

Examples

In the first group of examples, let u be the unknown function of x, u′ denotes its first derivative, u′′ the second one, and c and ω are known constants.

  • Inhomogeneous first order linear constant coefficient ordinary differential equation:
u' = cu + x2.
  • Homogeneous second order linear ordinary differential equation:
u'' − xu' + u = 0.
  • Homogeneous second order constant coefficient linear ordinary differential equation describing the harmonic oscillator:
u'' + ω2u = 0.
  • First order nonlinear ordinary differential equation:
u' = u2 + 1.
  • Second order nonlinear ordinary differential equation describing the motion of a pendulum of length L:
gu'' + Lsinu = 0.

In the next group of examples, the unknown function u depends on two variables x and t or x and y. Partial derivatives are denoted by subscripts, for example, utx stands for the second order mixed partial derivative with respect to t and x.

  • Homogeneous first order linear partial differential equation:
ut + tux = 0.
  • Homogeneous second order linear constant coefficient partial differential equation of elliptic type, the Laplace equation:
uxx + uyy = 0.
ut = 6uuxuxxx.

Related concepts

  • A delay differential equation (DDE) is an equation for a function of a single variable, usually called time, in which the derivative of the function at a certain time is given in terms of the values of the function at earlier times.

Connection to difference equations

The theory of differential equations is closely related to the theory of difference equations, in which the coordinates assume only discrete values, and the relationship involves values of the unknown function or functions and values at nearby coordinates. Many methods to compute numerical solutions of differential equations or study the properties of differential equations involve approximation of the solution of a differential equation by the solution of a corresponding difference equation. See also: Time scale calculus.

Differential equations are also divided into homogeneous and heterogeneous equations.

Homogeneous equations are equations where the variables are not separated easily. In heterogeneous equations the variables can be separated with no difficulty in order to solve the equations.

Universality of mathematical description

Many fundamental laws of physics and chemistry can be formulated as differential equations. In biology and economics differential equations are used to model the behavior of complex systems. The mathematical theory of differential equations first developed together with the sciences where the equations had originated and where the results found application. However, diverse problems, sometimes originating in quite distinct scientific fields, may give rise to identical differential equations. Whenever this happens, mathematical theory behind the equations can be viewed as a unifying principle behind diverse phenomena. As an example, consider propagation of light and sound in the atmosphere, and of waves on the surface of a pond. All of them may be described by the same second order partial differential equation, the wave equation, which allows us to think of light and sound as forms of waves, much like familiar waves in the water. Conduction of heat, whose theory was developed by Joseph Fourier, is governed by another second order partial differential equation, the heat equation. It turned out that many diffusion processes, while seemingly different, are described by the same equation; Black-Scholes equation in finance is for instance, related to the heat equation.

Notable differential equations

Biology

Economics

See also

References

External links


 
Best of the Web: differential equation
Top

Some good "differential equation" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2007. Published by Houghton Mifflin Company. All rights reserved.  Read more
Britannica Concise Encyclopedia. Britannica Concise Encyclopedia. © 2006 Encyclopædia Britannica, Inc. All rights reserved.  Read more
WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved.  Read more
Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Differential equation" Read more