Ordinary Differential Equations/Linear Equations

From testwiki
Revision as of 06:40, 27 November 2010 by imported>Adrignola (fixed category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Linear Equations and Linear Operators

A general linear equation is of the form

P0(x)y(n)+P1(x)y(n1)+...+Pny=Q(x),

where we will assume that the coefficient functions Pi(x) and Q(x) are continuous functions in an interval [a,b], and that P0(x)0 for all x[a,b]. The existence theorem proves that a unique solution exists that passes through the point (x0,y0) where x[a,b], with continuous derivatives up to the n-1 order, and satisfies initial conditions for each of those derivatives at x0.

One can also write this as

L(y)=(P0dndxn+P1dn1dxn1+...+Pn)y=Q(x)

where L is called a linear differential operator of order n.

A differential equation of the form L(y)=0 with the same linear differential operator as above is called a homogeneous equation corresponding to the above equation, and the reduced equation of the above equation.

We will now prove some properties about the linear differential operator.

The linear differential operator:

L(C1y1+C2y2)=C1L(y1)+C2L(y2) which is true because differentiation is linear. Thus, we can make the two following statements:

  • If y1 and y2 are two solutions of the homogeneous equation, then C1y1+C2y2 is also a solution.
  • If y is a solution to the homogeneous equation L(y)=0, and y0 is a solution to the equation L(y)=Q(x), then y+y0 is also a solution to the equation L(y)=Q(x).

Wronskian

Let L(y)=0 be a homogeneous equation of degree n, and let y1,y2,...,yn be linearly independent solutions of this equation.

The general solution is then y=C1y1+C2y2+...+Cnyn.

Suppose instead that the solutions are not linearly independent. Then there exists values for C1,C2,...,Cn not all zero such that C1y1+C2y2+...+Cnyn=0.

Then the following equations also hold true:

C1y1+C2y2+...+Cnyn=0
C1y1+C2y2+...+Cnyn=0
...
C1y1(n1)+C2y2(n1)+...+Cnyn(n1)=0

When there is to be a non-trivial solution to this system of homogeneous linear equations, the column vectors corresponding to each coefficient are linearly dependent. This is equivalent to saying that the following determinant, called the Wronskian is 0:

y1y2...yny1y2...yny1y2...yn............y1(n1)y2(n1)...yn(n1)=0

Thus, if the solutions are dependent, then their Wronskian is equal to 0, and conversely, and conversely if the Wronskian is equal to 0, then the columns of that matrix must be linearly dependent, indicating that the solutions are linearly dependent.

Abel's Identity

Template:BookCat