Differential equation: Difference between revisions

From Calculus
(Created page with "==Definition== ===Formal description=== The term '''differential equation''', sometimes called '''ordinary differential equation''' to distinguish it from [[partial differen...")
 
Line 99: Line 99:
| general solution || a solution family that covers ''all'' solutions (or almost all solutions, possibly excluding some exceptions) || The general solution to <math>y' = 0</math> is <math>y = C, C \in \R</math>.
| general solution || a solution family that covers ''all'' solutions (or almost all solutions, possibly excluding some exceptions) || The general solution to <math>y' = 0</math> is <math>y = C, C \in \R</math>.
|-
|-
| solution to initial value problem || a particular solution that satisfies the initial value condition.
| solution to initial value problem || a particular solution that satisfies the initial value condition. || A particular solution to <math>y + y' + y'' = (x + 1)^2</math> satisfying <math>y(0) = -1</math> (i.e., <math>y = -1</math> when <math>x = 0</math>) is <math>y = x^2 - 1</math>.
|}
|}



Revision as of 15:59, 29 June 2012

Definition

Formal description

The term differential equation, sometimes called ordinary differential equation to distinguish it from partial differential equations and other variants, is an equation involving two variables, an independent variable and a dependent variable , as well as the derivatives (first and possibly higher) of with respect to . Formally, it is an equation of the form:

where is a function of variables. Here . Note that may choose not to use some of the derivatives.

In functional notation, the same differential equation may be written as:

where is the function such that .

Solution concept

  • Functional solution: A function on the domain of interest is said to be a solution (or functional solution) to the equation if, when we plug in , the equation holds true for all in the domain, i.e.:

Note that in cases of functions defined on closed intervals, we exclude checking the conditions on the boundary of the domain because two-sided derivatives don't make sense at the boundary.

  • Relational solution: A relation is termed a relational solution to the equation if holds true for all if we calculate the derivatives of with respect to using implicit differentiation.

Initial value problem

An initial value problem is a differential equation:

accompanied with a tuple , where we need to find a solution such that and for .

Key observations

Differential equations are functional equations

Differential equations are examples of functional equations. A functional equation is an equation where the variable that we are trying to solve for is a function, and the equation holds true for all values of the input to the function. For instance, here is an example of a functional equation (that's not a differential equation):

A solution to a functional equation is a function that satisfies the equation for all choices of inputs. For instance, any function of the form for fixed is a solution to the above functional equation.

Differential equations are functional equations -- we are trying to solve a differential equation, not for the variables, but for the functional relationship between them.

Differential equations capture behavior at a single point

Not every functional equation involving derivatives is a differential equation. Differential equations are characterized by the evaluation of the function and its derivatives all happening at a single point. For instance:

  • is a differential equation because all the function and derivative evaluations happen at , but
  • is not a differential equation in our sense of the word because the derivative evaluation happens at rather than .

Another way of putting this is that differential equations are inherently local and cannot relate the behavior of the function at far-away points.

Functional equations involving derivatives that do not fit this definition of differential equation are also studied, but the study of these is more complicated and requires new techniques. Delay differential equations is one such class of functional equations.

It does not make sense to ask whether a point satisfies a differential equation

Consider a differential equation:

If I ask the question: does the point satisfy the differential equation?, the answer is that the question doesn't make any sense. This is because verifying a differential equation requires knowing the functional relationship between and , which in turn allows us to compute the numerical value of and check whether the equation is satisfied.

Terminology

Equation terminology

Term Meaning Example (don't try to solve these differential equations!)
order of a differential equation it is the largest for which the derivative of the dependent variable appears in the differential equation. The equation has order three because is the largest derivative appearing.
first-order differential equation differential equation of order one, i.e., it involves only . is a first-order differential equation.
second-order differential equation differential equation of order exactly two, i.e., it involves only and has at least one appearance of . is a second-order differential equation.
degree of a differential equation if the differential equation is polynomial in terms of its highest order derivative, then the degree of that polynomial. has degree two.
autonomous differential equation differential equation where the independent variable does not appear explicitly anywhere in the equation. is autonomous. On the other hand, is not autonomous
linear differential equation A differential equation of the form where the s and are all functions. In other words, the expression is linear in and its derivatives with coefficients in terms of . Linear differential equations are usually written with the coefficient of cleared to 1, by dividing throughout by the coefficient of . is linear.
homogeneous linear differential equation A linear differential equation of the form . In other words, the constant term function is zero. is homogeneous linear.
linear differential equation with constant coefficients A linear differential equation of the form where all the s and are zero. is linear with constant coefficients.

Solution terminology

Term Meaning Example
particular solution a function or relation that is a solution for the equation (see #Solution concept). A solution in the form of a function is termed a functional solution and a solution in the form of a relation is termed a relational solution. is a functional solution to .
solution family a family of functions or relations, with one or more parameters possibly subject to some constraints, suc hthat for every choice of parameter values subject to those constraints, we get a particular solution. with parameter , is a solution family for .
general solution a solution family that covers all solutions (or almost all solutions, possibly excluding some exceptions) The general solution to is .
solution to initial value problem a particular solution that satisfies the initial value condition. A particular solution to satisfying (i.e., when ) is .

Facts

  • As a general principle, the way to solve a differential equation of order is to reduce it to a sequence of integration problems. Each integration problem introduces a new freely varying parameter.
  • As a general principle, the number of degrees of freedom (i.e., the number of independent freely varying parameters) in the general solution to a differential equation of order must equal . There are various exceptions and irregularities, but this is what we should generally expect. Another way of putting this is that the solution space to a differential equation of order is expected to be -dimensional.
  • As a general principle, the number of solutions to an initial value problem should be finite. If the differential equation is nice enough, then there should be a unique solution to any initial value problem.