Definitions and Classifications

What Is a Differential Equation?

A differential equation, as the words suggest, is an equation that involves derivatives or differentials of an unknown function.

Therefore,

d2ydx2+5y=0(xdydxy)2=(x+y)2{dydt3dxdt=0 dydt+5dxdt=etdydx[1+(dydx)2]32=1x2ydx+x3y2dy=0xzx+yzy=z

are examples of differential equations.

Equations that involve a single independent variable (and therefore only ordinary derivatives occur) are known as ordinary differential equations (ODEs).

When there are more than one independent variable, partial derivatives are involved and the equation is called a partial differential equation (PDE).

  • Notation: The expressions y,y,y,y(4),,y(n) represent the first, second, third, fourth, , nth derivatives of y with respect to the independent variable under consideration. For example, y means d3ydx3 if the independent variable is x. In physics, when the independent variable is time t, dots are sometimes used instead of primes. Therefore, y˙=dydt and y¨=d2ydt2.
  1. The equation dydx=5x+4y or y=5x+4y in which y is regarded as the unknown function of x is an ODE.

  2. The equation y+(d3ydx3)2=sinx which may also be written as y+(y)2=sinx is an ODE.

  3. The equation 2Vx2+2Vy2=f(x,y) in which V is an unknown function of x and y and f is a given function is a PDE.

  4. The equation ut=2ux2+2uy2 in which u is the unknown function of x, y, and t is a PDE.

  5. The equation ut+uux=ν2ux2 in which ν is a constant and u is the unknown function of x and t is a PDE. This equation is called Burger's equation.

The Order of a Differential Equation

The order of a differential equation is the order of the highest derivative (or partial derivative) occurring in the equation.

For example,

5d4ydx4+4y=0

is an ordinary differential equation of order 4, and

ut=ρ2ux2

is a partial differential equation of order 2.

An nth order ODE can be expressed as

(i)F(x,y,y,y,,y(n))=0

where F is some function of n+2 variables: x, y, y, y, , y(n). If we can solve this relation for the highest derivative, we can rewrite it in the form

(ii)y(n)=G(x,y,y,,y(n1)),

where G is another function.

A second-order PDE for u(x,t) can be expressed as

H(x,t,u,ux,ut,2ux2,2uxt,2ut2)=0

Degree of a Differential Equation

The degree of a differential equation is the exponent of its highest-ordered derivative. To find the degree, we must rationalize the equation and clear fractions.
Example: In the differential equation (y)2+yy2+(y)4=x5 the degree is 2 because the exponent of the highest-ordered derivative, y, is 2.

Linear vs. nonlinear, homogeneous vs. non-homogeneous

The ordinary differential equation F(x,y,y,,y(n))=0 is said to be linear if the dependent variable and its derivatives appear only to the first degree. In other words, a linear ordinary differential equation of order n is an equation of the form (iii)an(x)dnydxn+an1(x)dn1ydxn1++a1(x)dydx+a0(x)y(x)=b(x) where the coefficients an(x),,a0(x), and b(x) are given functions of the independent variable x.

The distinguishing characteristic of a linear ordinary differential equation (linear ODE) is:

  • y,dydx,,dnydx all have exponent one.
  • There is no product or nonlinear function of y or its derivatives.

Also notice that:

  • If F(x,y,y,,y(n))=0 is a linear differential equation, F is a linear function of the dependent variable and its derivatives (y, y, , and y(n)). However, F does not have to be a linear function of x for the differential equation to be linear.
Some examples on linear and nonlinear differential equations
  • The equation

    d2ydt2μ(1y2)dydt+νy=0

    where μ and ν are two constants is a nonlinear differential equation because this equation involves a product of y2 (a nonlinear term) and dydt.

  • The differential equation

    d2ydt2+gLsin(y)=0

    where g and L are two constants is nonlinear because of the presence of sin(y).

  • The equation

    d2ydt2+sintdydt=cost

    is a linear equation as it is in the form of Equation (iii).

If b(x)0, we say that Equation (iii) is homogeneous; otherwise it is non-homogeneous.

A partial differential equation (PDE) is said to be linear if the equation if no power or product of the unknown function and its partial derivatives are present after rationalizing the equation and clearing fractions. For examples, a linear second-order partial differential equation for u(x,t) has the form

a1(x,t)2ux2+a2(x,t)2uxt+a3(x,t)2ut2+a4(x,t)ux+a5(x,t)ut+a6(x,t)u=b(x,t)

where a1(x,t),,a6(x,t), and b(x,t) are some given functions.

In general, a linear partial differential equation for u(x,t) has the form

(iv)n=0N m=0Mamn(x,t)m+nuxntm=b(x,t)

where amn(x,t) and b(x,t) are given functions of x and t, and M and N are fixed positive integers. We define 0ux0t0=u.

Equation (iv) is homogeneous if b(x,t)0.

Explicit and Implicit Solutions of a Differential Equation

Consider a general differential equation of order n that is described by (v)F(x,y,y,,y(n))=0. We say a function ϕ(x) is a solution of the above differential equation in a given interval I if when we substitute ϕ(x) into the equation (i.e. replacing y by ϕ(x), y by ϕ(x), , y(n) by ϕ(n)(x)), the equation reduces to an identity at every point of I: F[x,ϕ(x),ϕ(x),,ϕ(n)(x)]=0. Such a function ϕ(x) is said to satisfy the equation in I and is called a solution of the above equation. The graph of ϕ is called a solution curve.

For example, y=sinx is a solution of

(vi)y+y=0

because

(sinx)+sinx=0(<x<)

Similarly, we can show y=cosx is also a solution of this differential equation. In fact, any function of the form

(vii)y=c1sinx+c2cosx,

where c1 and c2 are two arbitrary constants is also a solution. This means that the equation y+y=0 has infinitely many solutions. However, not all differential equations have infinitely many solutions. A given differential equation may have a unique solution, multiple solutions, or no solution at all.

We call the linear combination (vii) the general solution of the equation (vi) as every single solution to this equation is of this form.

  1. We have already shown that the equation y+y=0 has infinitely many solutions because every value assigned to c1 and c2 in equation (vii) generates a different solution.
  2. The differential equation (y)2+y2=0 has only one solution, which is y0.
  3. The differential equation (y)2+x2=0 has no solution because (y)2 and x2 are both non-negative.
A relation f(x,y)=0 is called an implicit solution of the differential equation (v) on an interval I if
  • there exists a function y=ϕ(x) such that f[x,ϕ(x)]=0 for every x in the interval I
  • ϕ(x) satisfies Equation (v); that is, F(x,ϕ(x),ϕ(x),,ϕ(n)(x))=0for every xI

For example, consider the following differential equation:

dydx=x+y+1y2x3.

We can show that

3x2+6xy+6x2y3+18y4=0

is an implicit solution of this differential equation.

Example: Show that 3x2+6xy+6x2y3+18y4=0 is the implicit solution of dydx=x+y+1y2x3.
Solution Let's use implicit differentiation to find dydx: ddx[3x2+6xy+6x2y3+18y]ddx4=06x+6y+6xdydxddx(6xy)+62×3y2dydxddx(2y3)+18dydx=0(6x6y2+18)dydx+6(x+y+1)=0dydx=x+y+1xy2+3=x+y+1y2x3

General, Particular, and Singular Solutions

Solutions to differential equations can be classified into three types: general, particular, and singular.

An ordinary differential equation of order n generally has a solution containing n arbitrary constants. We call such a solution the general solution.

  • If the equation is linear, the general solution contains exactly n arbitrary parameters, and every solution of the equation is obtained by assigning specific values to these parameters.

For example,

y=c1sinx+c2cosx

where c1 and c2 are arbitrary constants, is the general solution of the equation y+y=0.

A particular solution is a solution obtained from the general solution by assigning specific values to its constants.

A singular solution is a solution without arbitrary constants that cannot be derived from the general solution by assigning specific values to its constants. Such solutions arise only in nonlinear differential equations.

Let's consider the following differential equation: (dydx)24y=0. Notice that this equation is nonlinear because dy/dx is raised to the power of two, rather than one. We can rewrite the equation as dydx=±2y If y0, we can divide both sides by 2y and get 12ydydx=±1 which can also be written as dy2y=±dx Integrating both sides, we get y=±(x+c) or y=(x+c)2 Because it contains the arbitrary constant c, y=(x+c)2 is the general solution of the given equation. It represents a family of parabolas opening upward, shifted left or right depending on the value of c.

Particular solutions can be obtained by assigning certain values to c. For example,

y=(x+1)2

is a particular solution.

In the solution process, we assumed that y0. This assumption allowed us to divide both sides by 2y. If we substitute y=0 into the original equation, we find that y=0 is also a solution.

Since we cannot get y=0 from the general solution y=(x+c)2 by choosing a value for c, y=0 is called a singular solution.