5.2 General Solutions of Linear Equations

We now show that our discussion in Section 5.1 of second-order linear equations generalizes in a very natural way to the general nth-order linear differential equation of the form

P0(x)y(n)+P1(x)y(n1)++Pn1(x)y+Pn(x)y=F(x).
P0(x)y(n)+P1(x)y(n1)++Pn1(x)y'+Pn(x)y=F(x).
(1)

Unless otherwise noted, we will always assume that the coefficient functions Pi(x)Pi(x) and F(x)are continuous on some open interval I (perhaps unbounded) where we wish to solve the equation. Under the additional assumption that P0(x)0P0(x)0 at each point of I, we can divide each term in Eq. (1) by P0(x)P0(x) to obtain an equation with leading coefficient 1, of the form

y(n)+p1(x)y(n1)++pn1(x)y+pn(x)y=f(x).
y(n)+p1(x)y(n1)++pn1(x)y'+pn(x)y=f(x).
(2)

The homogeneous linear equation associated with Eq. (2) is

y(n)+p1(x)y(n1)++pn1(x)y+pn(x)y=0.
y(n)+p1(x)y(n1)++pn1(x)y'+pn(x)y=0.
(3)

Just as in the second-order case, a homogeneous nth-order linear differential equation has the valuable property that any superposition, or linear combination, of solutions of the equation is again a solution. The proof of the following theorem is essentially the same—a routine verification—as that of Theorem 1 of Section 5.1.

Example 1

It is easy to verify that the three functions

y1(x)=e3x,y2(x)=cos 2x,andy3(x)=sin 2x
y1(x)=e3x,y2(x)=cos 2x,andy3(x)=sin 2x

are all solutions of the homogeneous third-order equation

y(3)+3y+4y+12y=0
y(3)+3y''+4y'+12y=0

on the entire real line. Theorem 1 tells us that any linear combination of these solutions, such as

y(x)=3y1(x)+3y2(x)2y3(x)=3e3x+3 cos 2x2 sin 2x,
y(x)=3y1(x)+3y2(x)2y3(x)=3e3x+3 cos 2x2 sin 2x,

is also a solution on the entire real line. We will see that, conversely, every solution of the differential equation of this example is a linear combination of the three particular solutions y1, y2,y1, y2, and y3.y3. Thus a general solution is given by

y(x)=c1e3x+c2cos 2x+c3sin 2x.
y(x)=c1e3x+c2cos 2x+c3sin 2x.

Existence and Uniqueness of Solutions

We saw in Section 5.1 that a particular solution of a second-order linear differential equation is determined by two initial conditions. Similarly, a particular solution of an nth-order linear differential equation is determined by n initial conditions. The following theorem, proved in the Appendix, is the natural generalization of Theorem 2 of Section 5.1.

Equation (2) and the conditions in (5) constitute an nth-order initial value problem. Theorem 2 tells us that any such initial value problem has a unique solution on the whole interval I where the coefficient functions in (2) are continuous. It tells us nothing, however, about how to find this solution. In Section 5.3 we will see how to construct explicit solutions of initial value problems in the constant-coefficient case that occurs often in applications.

Example 1

Continued We saw earlier that

y(x)=3e3x+3 cos 2x2 sin 2x
y(x)=3e3x+3 cos 2x2 sin 2x

is a solution of

y(3)+3y+4y+12y=0
y(3)+3y''+4y'+12y=0

on the entire real line. This particular solution has initial values y(0)=0, y(0)=5y(0)=0, y'(0)=5, and y(0)=39,y''(0)=39, and Theorem 2 implies that there is no other solution with these same initial values. Note that its graph (in Fig. 5.2.1) looks periodic on the right. Indeed, because of the negative exponent, we see that y(x)3 cos 2x2 sin 2xy(x)3 cos 2x2 sin 2x for large positive x.

FIGURE 5.2.1.

The particular solution y(x)=3e3x+3 cos 2x2 sin 2xy(x)=3e3x+3 cos 2x2 sin 2x.

Remark

Because its general solution involves the three arbitrary constants c1, c2,c1, c2, and c3,c3, the third-order equation in Example 1 has a “threefold infinity” of solutions, including three families of especially simple solutions:

  • y(x)=c1e3xy(x)=c1e3x (obtained from the general solution with c2=c3=0c2=c3=0),

  • y(x)=c2cos 2xy(x)=c2cos 2x (with c1=c3=0c1=c3=0), and

  • y(x)=c3sin 2xy(x)=c3sin 2x (with c1=c2=0c1=c2=0).

Alternatively, Theorem 2 suggests a threefold infinity of particular solutions corresponding to independent choices of the three initial values y(0)=b0, y(0)=b1,y(0)=b0, y'(0)=b1, and y(0)=b2.y''(0)=b2. Figures 5.2.2 through 5.2.4 illustrate three corresponding families of solutions—for each of which, two of these three initial values are zero.

FIGURE 5.2.2.

Solutions of y(3)+3y+4y+12y=0y(3)+3y''+4y'+12y=0 with y(0)=y(0)=0y'(0)=y''(0)=0 but with different values for y(0).

FIGURE 5.2.3.

Solutions of y(3)+3y+4y+12y=0y(3)+3y''+4y'+12y=0 with y(0)=y(0)=0y(0)=y''(0)=0 but with different values for y(0)y'(0).

FIGURE 5.2.4.

Solutions of y(3)+3y+4y+12y=0y(3)+3y''+4y'+12y=0 with y(0)=y(0)=0y(0)=y'(0)=0 but with different values for y(0)y''(0).

Note that Theorem 2 implies that the trivial solution y(x)0y(x)0 is the only solution of the homogeneous equation

y(n)+p1(x)y(n1)++pn1(x)y+pn(x)y=0
y(n)+p1(x)y(n1)++pn1(x)y'+pn(x)y=0
(3)

that satisfies the trivial initial conditions

y(a)=y(a)==y(n1)(a)=0.
y(a)=y'(a)==y(n1)(a)=0.

Example 2

It is easy to verify that

y1(x)=x2andy2(x)=x3
y1(x)=x2andy2(x)=x3

are two different solutions of

x2y4xy+6y=0,
x2y''4xy'+6y=0,

and that both satisfy the initial conditions y(0)=y(0)=0.y(0)=y'(0)=0. Why does this not contradict the uniqueness part of Theorem 2? It is because the leading coefficient in this differential equation vanishes at x=0,x=0, so this equation cannot be written in the form of Eq. (3) with coefficient functions continuous on an open interval containing the point x=0x=0.

Linearly Independent Solutions

On the basis of our knowledge of general solutions of second-order linear equations, we anticipate that a general solution of the homogeneous nth-order linear equation

y(n)+p1(x)y(n1)++pn1(x)y+pn(x)y=0
y(n)+p1(x)y(n1)++pn1(x)y'+pn(x)y=0
(3)

will be a linear combination

y=c1y1+c2y2++cnyn,
y=c1y1+c2y2++cnyn,
(4)

where y1, y2, ,y1, y2, , ynyn are particular solutions of Eq. (3). But these n particular solutions must be “sufficiently independent” that we can always choose the coefficients c1, c2, ,c1, c2, , cncn in (4) to satisfy arbitrary initial conditions of the form in (5). The question is this: What should be meant by independence of three or more functions?

Recall that two functions f1f1 and f2f2 are linearly dependent if one is a constant multiple of the other; that is, if either f1=kf2f1=kf2 or f2=kf1f2=kf1 for some constant k. If we write these equations as

(1)f1+(k)f2=0or(k)f1+(1)f2=0,
(1)f1+(k)f2=0or(k)f1+(1)f2=0,

we see that the linear dependence of f1f1 and f2f2 implies that there exist two constants c1c1 and c2c2 not both zero such that

c1f1+c2f2=0.
c1f1+c2f2=0.
(6)

Conversely, if c1c1 and c2c2 are not both zero, then Eq. (6) certainly implies that f1f1 and f2f2 are linearly dependent.

In analogy with Eq. (6), we say that n functions f1, f2, ,f1, f2, , fnfn are linearly dependent provided that some nontrivial linear combination

c1f1+c2f2++cnfn
c1f1+c2f2++cnfn

of them vanishes identically; nontrivial means that not all of the coefficients c1c1, c2, ,c2, , cncn are zero (although some of them may be zero).

Thus linear dependence of functions on an interval I is precisely analogous to linear dependence of ordinary vectors (Section 4.3).

If not all the coefficients in Eq. (7) are zero, then clearly we can solve for at least one of the functions as a linear combination of the others, and conversely. Thus the functions f1, f2, ,f1, f2, , fnfn are linearly dependent if and only if at least one of them is a linear combination of the others.

Example 3

The functions

f1(x)=sin 2x,f2(x)=sin x cos x,andf3(x)=ex
f1(x)=sin 2x,f2(x)=sin x cos x,andf3(x)=ex

are linearly dependent on the real line because

(1)f1+(2)f2+(0)f3=0
(1)f1+(2)f2+(0)f3=0

(by the familiar trigonometric identity sin 2x=2 sin x cos xsin 2x=2 sin x cos x).

The n functions f1, f2, ,f1, f2, , fnfn are called linearly independent on the interval I provided that they are not linearly dependent there. Equivalently, they are linearly independent on I provided that the identity

c1f1+c2f2++cnfn=0
c1f1+c2f2++cnfn=0
(7)

holds on I only in the trivial case

c1=c2==cn=0;
c1=c2==cn=0;

that is, no nontrivial linear combination of these functions vanishes on I. Put yet another way, the functions f1, f2, ,f1, f2, , fnfn are linearly independent if no one of them is a linear combination of the others. (Why?)

Sometimes one can show that n given functions are linearly dependent by finding, as in Example 3, nontrivial values of the coefficients so that Eq. (7) holds. But in order to show that n given functions are linearly independent, we must prove that nontrivial values of the coefficients cannot be found, and this is seldom easy to do in any direct or obvious manner.

Fortunately, in the case of n solutions of a homogeneous nth-order linear equation, there is a tool that makes the determination of their linear dependence or independence a routine matter in many examples. This tool is the Wronskian determinant, which we introduced (for the case n=2n=2) in Section 5.1. Suppose that the n functions f1, f2, ,f1, f2, , fnfn are each n1n1 times differentiable. Then their Wronskian is the n×nn×n determinant

W=|f1f2fnf1f2fnf(n1)1f(n1)2f(n1)n|.
W=f1f'1f(n1)1f2f'2f(n1)2fnf'nf(n1)n.
(8)

We write W(f1,f2,,fn)W(f1,f2,,fn) or W(x), depending on whether we wish to emphasize the functions or the point x at which their Wronskian is to be evaluated. The Wronskian is named after the Polish mathematician J. M. H. Wronski (1778–1853).

We saw in Section 5.1 that the Wronskian of two linearly dependent functions vanishes identically. More generally, the Wronskian of n linearly dependent functions f1, f2, ,f1, f2, , fnfn is identically zero. To prove this, assume that Eq. (7) holds on the interval I for some choice of the constants c1, c2, ,c1, c2, , cncn not all zero. We then differentiate this equation n1n1 times in succession, obtaining the n equations

c1f1(x)+c2f2(x)++cnfn(x)=0,c1f1(x)+c2f2(x)++cnfn(x)=0,c1f(n1)1(x)+c2f(n1)2(x)++cnf(n1)n(x)=0,
c1f1(x)c1f'1(x)c1f(n1)1(x)+++c2f2(x)c2f'2(x)c2f(n1)2(x)++++++cnfn(x)cnf'n(x)cnf(n1)n(x)===0,0,0,
(9)

which hold for all x in I. We recall from Theorem 7 in Section 3.5 that a homogeneous n×nn×n linear system of equations has a nontrivial solution if and only if its coefficient matrix is not invertible, which by Theorem 2 in Section 3.6 is so if and only if the coefficient determinant vanishes. In Eq. (9) the unknowns are the constants c1, c2, , cnc1, c2, , cn and the determinant of coefficients is simply the Wronskian W(f1,f2,,fn)W(f1,f2,,fn) evaluated at the typical point x of I. Because we know that the cici are not all zero, it follows that W(x)0,W(x)0, as we wanted to prove.

Therefore, to show that the functions f1, f2, ,f1, f2, , fnfn are linearly independent on the interval I, it suffices to show that their Wronskian is nonzero at just one point of I.

Example 4

Show that the functions y1(x)=e3x, y2(x)=cos 2x,y1(x)=e3x, y2(x)=cos 2x, and y3(x)=sin 2xy3(x)=sin 2x (of Example 1) are linearly independent.

Solution

Their Wronskian is

W=|e3xcos 2xsin 2x3e3x2 sin 2x2 cos 2x9e3x4 cos 2x4 sin 2x|=e3x|2 sin 2x2 cos 2x4 cos 2x4 sin 2x|+3e3x|cos 2xsin 2x4 cos 2x4 sin 2x|+9e3x|cos 2xsin 2x2 sin 2x2 cos 2x|=26e3x0.
W==e3x3e3x9e3xcos 2x2 sin 2x4 cos 2xsin 2x2 cos 2x4 sin 2xe3x2 sin 2x4 cos 2x2 cos 2x4 sin 2x+3e3xcos 2x4 cos 2xsin 2x4 sin 2x+9e3xcos 2x2 sin 2xsin 2x2 cos 2x=26e3x0.

Because W0W0 everywhere, it follows that y1, y2,y1, y2, and y3y3 are linearly independent on any open interval (including the entire real line).

Example 5

Show first that the three solutions

y1(x)=x,y2(x)=xln x,andy3(x)=x2
y1(x)=x,y2(x)=xln x,andy3(x)=x2

of the third-order equation

x3y(3)x2y+2xy2y=0
x3y(3)x2y''+2xy'2y=0
(10)

are linearly independent on the open interval x>0.x>0. Then find a particular solution of Eq. (10) that satisfies the initial conditions

y(1)=3,y(1)=2,y(1)=1.
y(1)=3,y'(1)=2,y''(1)=1.
(11)

Solution

Note that for x>0,x>0, we could divide each term in (10) by x3x3 to obtain a homogeneous linear equation of the standard form in (3). When we compute the Wronskian of the three given solutions, we find that

W=|xxln xx211+ln x2x01x2|=x.
W=x10xln x1+ln x1xx22x2=x.

Thus W(x)0W(x)0 for x>0,x>0, so y1, y2,y1, y2, and y3y3 are linearly independent on the interval x>0.x>0. To find the desired particular solution, we impose the initial conditions in (11) on

y(x)=c1x+c2xln x+c3x2,y(x)=c1+c2(1+ln x)+2c3x,y(x)=0+c2x+2c3.
y(x)y'(x)y′′(x)===c1xc10+++c2xln xc2(1+ln x)c2x+++c3x2,2c3x,2c3.

This yields the simultaneous equations

y(1)=c1+c3=3,y(1)=c1+c2+2c3=2,y(1)=c2+2c3=1;
y(1)y'(1)y′′(1)===c1c1+c2c2+++c32c32c3===3,2,1;

we solve to find c1=1, c2=3,c1=1, c2=3, and c3=2.c3=2. Thus the particular solution in question is

y(x)=x3xln x+2x2.
y(x)=x3xln x+2x2.

Provided that W(y1,y2,,yn)0,W(y1,y2,,yn)0, it turns out (Theorem 4) that we can always find values of the coefficients in the linear combination

y=c1y1+c2y2++cnyn
y=c1y1+c2y2++cnyn

that satisfy any given initial conditions of the form in (5). Theorem 3 provides the necessary nonvanishing of W in the case of linearly independent solutions.

Remark

According to Problem 35, the Wronskian of Theorem 3 satisfies the first-order equation W=p1(x)W.W'=p1(x)W. Solution of this equation yields Abel’s formula

W(x)=Kexp(p1(x)dx)
W(x)=Kexp(p1(x)dx)

for the homogeneous linear equation in (3). According as the constant K=0K=0 or K0,K0, it follows immediately from Abel’s formula that either W vanishes everywhere or W is nonzero everywhere.

General Solutions

We can now show that, given any fixed set of n linearly independent solutions of a homogeneous nth-order equation, every (other) solution of the equation can be expressed as a linear combination of those n particular solutions. Using the fact from Theorem 3 that the Wronskian of n linearly independent solutions is nonzero, the proof of the following theorem is essentially the same as the proof of Theorem 4 of Section 5.1 (the case n=2n=2).

Remark

Theorem 4 tells us that, once we have found n linearly independent solutions y1,y2,,yny1,y2,,yn of the nth-order homogeneous linear equation in (3), we really have found all of its solutions. For then the solution space SS of the equation is an n-dimensional vector space with basis {y1,y2,,yn}.{y1,y2,,yn}. Because every solution of (3) can be expressed as a linear combination of the form

y=c1y1+c2y2++cnyn,
y=c1y1+c2y2++cnyn,
(14)

we call such a linear combination of n linearly independent particular solutions a general solution of the homogeneous linear differential equation.

Example 6

According to Example 4, the particular solutions y1(x)=e3x, y2(x)=cos 2x,y1(x)=e3x, y2(x)=cos 2x, and y3(x)=sin 2xy3(x)=sin 2x of the linear differential equation y(3)+3y+4y+12y=0y(3)+3y''+4y'+12y=0 are linearly independent. Now Theorem 2 says that—given b0, b1,b0, b1, and b2—there exists a particular solution y(x) satisfying the initial conditions y(0)=b0, y(0)=b1, and y(0)=b2. Hence Theorem 4 implies that this particular solution is a linear combination of y1, y2, and y3. That is, there exist coefficients c1, c2, and c3 such that

y(x)=c1e3x+c2cos 2x+c3sin 2x.

Upon successive differentiation and substitution of x=0, we discover that to find these coefficients, we need only solve the three linear equations

c1+c2=b0,3c1+2c3=b1,9c14c2=b2,

(See the application for this section.)

Nonhomogeneous Equations

We now consider the nonhomogeneous nth-order linear differential equation

y(n)+p1(x)y(n1)++pn1(x)y+pn(x)y=f(x)
(2)

with associated homogeneous equation

y(n)+p1(x)y(n1)++pn1(x)y+pn(x)y=0.
(3)

Suppose that a single fixed particular solution yp of the nonhomogeneous equation in (2) is known, and that Y is any other solution of Eq. (2). If yc=Yyp, then subsitution of yc in the differential equation gives (using the linearity of differentiation)

y(n)c+p1y(n1)c++pn1yc+pnyc=[(Y(n)+p1Y(n1)++pn1Y+pnY][(y(n)p+p1y(n1)p++pn1yp+pnyp]=f(x)f(x)=0.

Thus yc=Yyp is a solution of the associated homogeneous equation in (3). Then

Y=yc+yp,
(14)

and it follows from Theorem 4 that

yc=c1y1+c2y2++cnyn,
(15)

where y1, y2, , yn are linearly independent solutions of the associated homogeneous equation. We call yc a complementary function of the nonhomogeneous equation and have thus proved that a general solution of the nonhomogeneous equation in (2) is the sum of its complementary function yc and a single particular solution yp of Eq. (2).

Example 7

It is evident that yp=3x is a particular solution of the equation

y+4y=12x,
(17)

and that yc(x)=c1cos 2x+c2sin 2x is its complementary solution. Find a solution of Eq. (17) that satisfies the initial conditions y(0)=5, y(0)=7.

Solution

The general solution of Eq. (17) is

y(x)=c1cos 2x+c2sin 2x+3x.

Now

y(x)=2c1sin 2x+2c2cos 2x+3.

Hence the initial conditions give

y(0)=c1=5,y(0)=2c2+3=7.

We find that c1=5 and c2=2. Thus the desired solution is

y(x)=5 cos 2x+2 sin 2x+3x.

5.2 Problems

In Problems 1 through 6, show directly that the given functions are linearly dependent on the real line. That is, find a nontrivial linear combination of the given functions that vanishes identically.

  1. f(x)=2x, g(x)=3x2, h(x)=5x8x2

     

  2. f(x)=5, g(x)=23x2, h(x)=10+15x2

     

  3. f(x)=0, g(x)=sin x, h(x)=ex

     

  4. f(x)=17, g(x)=2 sin2 x, h(x)=3 cos2 x

     

  5. f(x)=17, g(x)=cos2 x, h(x)=cos 2x

     

  6. f(x)=ex, g(x)=cosh x, h(x)=sinh x

In Problems 7 through 12, use the Wronskian to prove that the given functions are linearly independent on the indicated interval.

  1. f(x)=1, g(x)=x, h(x)=x2; the real line

  2. f(x)=ex, g(x)=e2x, h(x)=e3x; the real line

  3. f(x)=ex, g(x)=cos x, h(x)=sin x; the real line

  4. f(x)=ex, g(x)=x2, h(x)=x2 ln x; x>0

     

  5. f(x)=x, g(x)=xex, h(x)=x2ex; the real line

  6. f(x)=x, g(x)=cos(ln x), h(x)=sin(ln x); x>0

In Problems 13 through 20, a third-order homogeneous linear equation and three linearly independent solutions are given. Find a particular solution satisfying the given initial conditions.

  1. y(3)+2yy2y=0; y(0)=1, y(0)=2, y(0)=0; y1=ex, y2=ex, y3=e2x

     

  2. y(3)6y+11y6y=0; y(0)=0, y(0)=0, y(0)=3; y1=ex, y2=e2x, y3=e3x

     

  3. y(3)3y+3yy=0; y(0)=2, y(0)=0, y(0)=0; y1=ex, y2=xex, y3=x2ex

     

  4. y(3)5y+8y4y=0; y(0)=1, y(0)=4, y(0)=0; y1=ex, y2=e2x, y3=xe2x

     

  5. y(3)+9y=0; y(0)=3, y(0)=1, y(0)=2; y1=1, y2=cos 3x, y3=sin 3x

     

  6. y(3)3y+4y2y=0; y(0)=1, y(0)=0, y(0)=0; y1=ex, y2=ex cos x, y3=ex sin x.

  7. x3y(3)3x2y+6xy6y=0; y(1)=6, y(1)=14, y(1)=22; y1=x, y2=x2, y3=x3

     

  8. x3y(3)+6x2y+4xy4y=0; y(1)=1, y(1)=5, y(1)=11; y1=x, y2=x2, y3=x2 ln x

In Problems 21 through 24, a nonhomogeneous differential equation, a complementary solution yc, and a particular solution yp are given. Find a solution satisfying the given initial conditions.

  1. y+y=3x; y(0)=2, y(0)=2; yc=c1cos x+c2sin x; yp=3x

     

  2. y4y=12; y(0)=0, y(0)=10; yc=c1e2x+c2e2x; yp=3

     

  3. y2y3y=6; y(0)=3, y(0)=11; yc=c1ex+c2e3x; yp=2

     

  4. y2y+2y=2x; y(0)=4, y(0)=8; yc=c1ex cos x+c2ex sin x; yp=x+1

     

  5. Let Ly=y+py+qy. Suppose that y1 and y2 are two functions such that

    Ly1=f(x)andLy2=g(x).

    Show that their sum y=y1+y2 satisfies the nonhomogeneous equation Ly=f(x)+g(x).

  6. (a) Find by inspection particular solutions of the two nonhomogeneous equations

    y+2y=4andy+2y=6x.

    (b) Use the method of Problem 25 to find a particular solution of the differential equation y+2y=6x+4.

  7. Prove directly that the functions

    f1(x)1,f2(x)=x,andf3(x)=x2

    are linearly independent on the whole real line. (Suggestion: Assume that c1+c2x+c3x2=0. Differentiate this equation twice, and conclude from the equations you get that c1=c2=c3=0.)

  8. Generalize the method of Problem 27 to prove directly that the functions

    f0(x)1,f1(x)=x,f2(x)=x2,,fn(x)=xn

    are linearly independent on the real line.

  9. Use the result of Problem 28 and the definition of linear independence to prove directly that, for any constant r, the functions

    f0(x)=erx,f1(x)=xerx,,fn(x)=xnerx

    are linearly independent on the whole real line.

  10. Verify that y1=x and y2=x2 are linearly independent solutions on the entire real line of the equation

    x2y2xy+2y=0,

    but that W(x,x2) vanishes at x=0. Why do these observations not contradict part (b) of Theorem 3?

  11. This problem indicates why we can impose only n initial conditions on a solution of an nth-order linear differential equation. (a) Given the equation

    y+py+qy=0,

    explain why the value of y(a) is determined by the values of y(a) and y(a). (b) Prove that the equation

    y2y5y=0

    has a solution satisfying the conditions

    y(0)=1,y(0)=0andy(0)=c

    if and only if C=5.

  12. Prove that an nth-order homogeneous linear differential equation satisfying the hypotheses of Theorem 2 has n linearly independent solutions y1,y2,,yn. (Suggestion: Let yi be the unique solution such that

    y(i1)i(a)=1andy(k)i(a)=0if ki1.)
  13. Suppose that the three numbers r1, r2, and r3 are distinct. Show that the three functions exp(r1x), exp(r2x), and exp(r3x) are linearly independent by showing that their Wronskian

    W=exp[(r1+r2+r3)x]|111r1r2r3r21r22r33|

    is nonzero for all x.

  14. Assume as known that the Vandermonde determinant

    V=|111r1r2rnr21r22r2nrn11rn12rn1n|

    is nonzero if the numbers r1,r2,,rn are distinct. Prove by the method of Problem 33 that the functions

    fi(x)=exp(rix),1in

    are linearly independent.

  15. According to Problem 32 of Section 5.1, the Wronskian W(y1,y2) of two solutions of the second-order equation

    y+p1(x)y+p2(x)y=0

    is given by Abel’s formula

    W(x)=Kexp(p1(x)dx)

    for some constant K. It can be shown that the Wronskian of n solutions y1,y2,,yn of the nth-order equation

    y(n)+p1(x)y(n1)++pn1(x)y+pn(x)y=0

    satisfies the same identity. Prove this for the case n=3 as follows: (a) The derivative of a determinant of functions is the sum of the determinants obtained by separately differentiating the rows of the original determinant. Conclude that

    W=|y1y2y3y1y2y3y(3)1y(3)2y(3)3|.

    (b) Substitute for y(3)1, y(3)2, and y(3)3 from the equation

    y(3)+p1y+p2y+p3y=0,

    and then show that W=p1W. Integration now gives Abel’s formula.

  16. Suppose that one solution y1(x) of the homogeneous second-order linear differential equation

    y+p(x)y+q(x)y=0
    (18)

    is known (on an interval I where p and q are continuous functions). The method of reduction of order consists of substituting y2(x)=v(x)y1(x) in (18) and attempting to determine the function v(x) so that y2(x) is a second linearly independent solution of (18). After substituting y=v(x)y1(x) in Eq. (18), use the fact that y1(x) is a solution to deduce that

    y1v+(2y1+py1)v=0.
    (19)

    If y1(x) is known, then (19) is a separable equation that is readily solved for the derivative v(x) of v(x). Integration of v(x) then gives the desired (nonconstant) function v(x).

  17. Before applying Eq. (19) with a given homogeneous second-order linear differential equation and a known solution y1(x), the equation must first be written in the form of (18) with leading coefficient 1 in order to correctly determine the coefficient function p(x). Frequently it is more convenient to simply substitute y=v(x)y1(x) in the given differential equation and then proceed directly to find v(x). Thus, starting with the readily verified solution y1(x)=x3 of the equation

    x2y5xy+9y=0(x>0),

    substitute y=vx3 and deduce that xv+v=0. Thence solve for v(x)=Cln x, and thereby obtain (with C=1) the second solution y2(x)=x3 ln x.

In each of Problems 38 through 42, a differential equation and one solution y1 are given. Use the method of reduction of order as in Problem 37 to find a second linearly independent solution y2.

  1. x2y+xy9y=0 (x>0)y1(x)=x3

     

  2. 4y4y+y=0y1(x)=ex/2

     

  3. x2yx(x+2)y+(x+2)y=0 (x>0)y1(x)=x

     

  4. (x+1)y(x+2)y+y=0 (x>1)y1(x)=ex

     

  5. (1x2)y+2xy2y=0 (1<x<1)y1(x)=x

     

  6. First note that y1(x)=x is one solution of Legendre’s equation of order 1,

    (1x2)y2xy+2y=0.

    Then use the method of reduction of order to derive the second solution

    y2(x)=1x2ln1+x1x(for1<x<1).
  7. First verify by substitution that y1(x)=x1/2 cos x is one solution (for x>0) of Bessel’s equation of order 12,

    x2y+xy+(x214)y=0.

    Then derive by reduction of order the second solution y2(x)=x1/2 sin x.

5.2 Application Plotting Third-Order Solution Families

This application deals with the plotting by computer of families of solutions such as those illustrated in Figs. 5.2.2 through 5.2.4. We know from Example 6 that the general solution of

y(3)+3y+4y+12y=0
(1)

is

y(x)=c1e3x+c2 cos 2x+c3 sin 2x.
(2)

For Fig. 5.2.2, use the method of Example 6 to show that the particular solution of Eq. (1)satisfying the initial conditions y(0)=a, y(0)=0, and y(0)=0 is given by

y(x)=a13(4e3x+9 cos 2x+6 sin 2x).
(3)

The Matlab loop

x = -1.5 :  0.02 :  5 % x-vector from x = -1.5 to x = 5
for a = -3 :  1 :  3  % for a = -3 to 3 with da = 1 do
   c1 = 4*a/13;
   c2 = 9*a/13;
   c3 = 6*a/13;
   y = c1*exp(-3*x) + c2*cos(2*x) + c3*sin(2*x);
   plot(x,y)
end

was used to generate Fig. 5.2.2.

For Fig. 5.2.3, show that the particular solution of Eq. (1) satisfying the initial conditions y(0)=0, y(0)=b, and y(0)=0 is given by

y(x)=b2 sin 2x,
(4)

and alter the preceding for-loop accordingly.

For Fig. 5.2.4, show that the particular solution of Eq. (1) satisfying the initial conditions y(0)=0, y(0)=0, and y(0)=c is given by

y(x)=c26(2e3x2 cos 2x+3 sin 2x).
(5)

Computer algebra systems such as Maple and Mathematica, as well as graphing calculators, have commands to carry out for-loops such as the one shown here. Begin by reproducing Figs. 5.2.2 through 5.2.4. Then plot similar families of solution curves for the differential equations in Problems 13 through 20.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.58.121.214