Ordinary Differential Equations/Higher 1

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Initial value problems[edit | edit source]

Initial value problems still exist in higher orders. However, since we have to integrate twice or more, there will be more than one constant of integration, and it will not always be a single arbitrary. It will be shown in a later section by the existence theorems that an equation of order n in an initial value problem satisfying suitable conditions will a solution given n arbitrary contents, and therefore will contain, in general, n arbitrary constants.

Second order initial value problems[edit | edit source]

Let's take a simple equation:

.

To solve this, we integrate twice:

Plug it in and check, this is the solution. Notice the 2 unknowns. In order to solve that, we need two initial conditions. For normal equations, this would do it - two equations, two unknowns. The problem here is that the two constants depend on each other. Suppose we had the initial conditions

and

There are multiple curves for y that could hit those two points.

How can we get around that? We can't do it with 2 initial conditions for y. Instead, we need an initial condition for y and y'. Even more - they need to be for the same point. We need

and .

With these you can plug in y' and solve for C, then solve for D.

nth order initial value problems[edit | edit source]

So, generalizing, for the particular solution to an nth-order DE, we need n initial conditions. The initial conditions must take the form

Separable Equations[edit | edit source]

Bad news - separable equations don't really exist in higher orders. You end up with only a small subset of problems that can be solved like that.

Second order separables[edit | edit source]

There are no real second order or higher separable equations. Mainly because we have 3 variables. However, suppose we had an equation of the form

While that isn't a separable equation we can solve for y - it is a first order separable for y'. We can replace y' with v (and y'' with v') and solve for v, then integrate with respect to x to solve for y.

Example needed

nth order separables[edit | edit source]

We can do the same thing in nth order equations. If we have an equation of the form

we can use separable techniques to solve for y(n-1) and integrate n-1 times to solve for y.

Linear Equations[edit | edit source]

Linear equations do exist in higher orders. They aren't as easy to solve though - there is no method like we demonstrated for first order equations. We'll spend the other lessons in this chapter dealing with the one easily solved subset - constant coefficients.

Existence and Uniqueness of Solutions[edit | edit source]

In first order equations, we were promised a unique solution if all terms of the function were continuous. In n dimensions, its similar.

Given an initial value problem

with initial conditions at x=a, we are promised a unique solution if

and

are all continuous over some interval I.

Superposition principle[edit | edit source]

In many higher order equations, there are more than one solution to a problem. For example, the second-order DE

is satisfied by both

and .

Plug them in - they both work. So how do we get that unique solution we were promised?

We add them. This is the superposition principle:

If and are both solutions to a linear differential equation, then is also a solution.

Let's illustrate this. Suppose that u and v are solutions, where y=u and y=v are distinct solutions, comprised of functions of x, of the DE

(1)

Then,

(2)

and

(3)

A second order DE needs two arbitrary constants to properly define it. So, assume that the general solution is

(4)

where A and B are our constants. Then,

(5)

and

(6)

Substituting back into our original DE, (1), we get

(7)

Now, regrouping to get all functions of u together, and functions of v together, we have

(8)

From our definitions in (2) and (3), we have

(9)

Now, since A and B are just numbers, this is true, therefore our original assumption must be true, so

is the general solution, and y=u and y=v are distinct solutions. Now to solve the equation, we need to find u and v. This is done in the next lesson.