next up previous
Next: About this document

Reduction of Order for Linear Second-Order ODE

The Reduction of Order technique is a method for determining a second linearly independent solution to a homogeneous second-order linear ode given a first solution. This section has the following:

Example

It is best to describe the procedure with a concrete example. Consider the linear ode

displaymath79

We know that a solution to this problem is y1=exp(-3t). To obtain the general solution we need a second linearly independent solution to the problem.

We find the second solution by assuming

displaymath81

where v(t) is an unknown function. We now substitute this into the original ode (*) and derive a new ode for v(t). We have

displaymath83

and

displaymath85

Substituting these expressions into (*), we obtain

displaymath87

Many terms cancel in the above expression. We obtain

displaymath89

Either v''=0 or exp(-3t)=0. The second possibility only occurs if t=infinity and this is a degenerate case. We must have v''=0. In words: the second derivative of v is 0. This means that v is a line: v''=At+B, where A and B are constants. Hence, a second solution to the original ode (*) is

displaymath91

How do we choose A and B? Recall, our goal is determine a second linearly independent solution to the original ode (*). The first solution is y1=exp(-3t). Suppose we set A=0. Then y2=Bexp(-3t). In this case, y1 and y2 are multiples of each other, and are linearly dependent. On the other hand, suppose we choose B=0. Then y2=Atexp(-3t). In this case y1=exp(-3t) and y2=Atexp(-3t) are indeed linearly independent. As long as A is nonzero, y1 and y2 are linearly independent. It makes sense to set B=0, since if

displaymath93

the term Bexp-3t is the same as y1=exp(-3t) and adds nothing new.

To make a long story short(!), we choose A=1 and B=0. The second linearly independent solution to (*) is y2=texp(-3t) and the general solution to (*) is

displaymath95

General Solution Procedure

Let us now consider a general homogeneous linear ode:

displaymath97

and suppose f(t), which is known, is one solution of the ode. That means

displaymath99

We assume the second solution has the form:

displaymath101

where v(t) is unknown. We now substitute y2 into the original ode (**). We have

displaymath103

Substituting these expressions into (**), we have

displaymath105

Rearranging terms, we have

displaymath107

The term in parentheses is 0, since f(t) is a solution to (**). Hence, we are left with

displaymath109

Dividing by f, we have

displaymath111

This is a linear second-order ode where v'' depends on v' and t only and can be solved. It can be shown that

displaymath113

where

displaymath115

It follows that

displaymath117

Example

Consider the ode:

displaymath119

It can be shown that y1(t)=f(t)=t is a solution. We can apply formulas (****) and (***) to find the second solution. Here p(t)=-t. We have

displaymath121

Substituting this into (***), we have

displaymath123

This integral cannot be expressed in terms of elementary functions. The second linearly independent solution is

displaymath125

The general solution to the ode is

displaymath127




next up previous
Next: About this document


Tue Jun 4 08:27:21 PDT 1996