<<

Jim Lambers MAT 285 Spring Semester 2012-13 Lecture 16 Notes

These notes correspond to Section 3.2 in the text.

The

Now that we know how to solve a linear second-order homogeneous ODE

y00 + p(t)y0 + q(t)y = 0 in certain cases, we establish some theory about general equations of this form. First, we introduce some notation. We define a second-order linear differential L by

L[y] = y00 + p(t)y0 + q(t)y.

Then, a initial value problem with a second-order homogeneous linear ODE can be stated as

0 L[y] = 0, y(t0) = y0, y (t0) = z0.

We state a result concerning existence and uniqueness of solutions to such ODE, analogous to the Existence-Uniqueness Theorem for first-order ODE. Theorem (Existence-Uniqueness) The initial value problem

00 0 0 L[y] = y + p(t)y + q(t)y = g(t), y(t0) = y0, y (t0) = z0 has a unique solution on an open I containing the point t0 if p, q and g are continuous on I. The solution is twice differentiable on I.

Now, suppose that we have obtained two solutions y1 and y2 of the equation L[y] = 0. Then

00 0 00 0 y1 + p(t)y1 + q(t)y1 = 0, y2 + p(t)y2 + q(t)y2 = 0.

Let y = c1y1 + c2y2, where c1 and c2 are constants. Then

L[y] = L[c1y1 + c2y2] 00 0 = (c1y1 + c2y2) + p(t)(c1y1 + c2y2) + q(t)(c1y1 + c2y2) 00 00 0 0 = c1y1 + c2y2 + c1p(t)y1 + c2p(t)y2 + c1q(t)y1 + c2q(t)y2 00 0 00 0 = c1(y1 + p(t)y1 + q(t)y1) + c2(y2 + p(t)y2 + q(t)y2) = 0.

We have just established the following theorem.

Theorem (Superposition) Let y1 and y2 be solutions of the equation L[y] = 0. Then, for any constants c1 and c2, the linear combination

c1y1 + c2y2 is also a solution.

1 Now that we can obtain infinitely many solutions of L[y] = 0 from two solutions y1 and y2, it is natural to ask whether all solutions of L[y] = 0 are of the form c1y1 + c2y2, for constants c1 and c2. For this to be the case, it is necessary to be able to satisfy any given initial conditions. Let y(t) = c1y1(t) + c2y2(t). Substituting this solution into the initial conditions y(t0) = y0 and 0 y (t0) = z0, we obtain the system of equations

c1y1(t0) + c2y2(t0) = y0, 0 0 c2y1(t0) + c2y2(t0) = z0, or, in matrix vector form, Y (y1, y2)(t0)c = u0, where       y1(t0) y2(t0) c1 y0 Y (y1, y2)(t0) = 0 0 , c = , u0 = . y1(t0) y2(t0) c2 z0

From linear algebra, this system has a unique solution for any right-hand side u0 if and only if the coefficient matrix Y (y1, y2)(t0) has a nonzero determinant. That is, we must have

0 0 W (y1, y2)(t0) = det Y (y1, y2)(t0) = y1(t0)y2(t0) − y2(t0)y1(t0) 6= 0.

The W (y1, y2)(t), which is a function of t but depends on the solutions y1(t) and y2(t), is called the Wronskian of y1 and y2. If the Wronskian is nonzero, then we can satisfy any initial conditions. We have just established the following theorem.

Theorem Let y1 and y2 be two solutions of L[y] = 0. Then there exist constants c1 and c2 so that

y(t) = c1y1(t) + c2y2(t) satisfies L[y] = 0 and the initial conditions

0 y(t0) = y0, y (t0) = z0 if and only if the Wronskian 0 0 W = y1y2 − y2y1 is nonzero at t0. We can actually make a stronger statement: if the Wronskian is nonzero, then not only can we obtain a solution for any initial conditions, but we can actually describe all solutions of the initial value problem. That is, there are no other solutions that are not a linear combination of y1 and y2. This is formally stated in the following theorem.

Theorem Let y1 and y2 be solutions of L[y] = 0. Then every solution of L[y] = 0 is of the form

y(t) = c1y1(t) + c2y2(t) if and only if the Wronskian of y1 and y2 is nonzero at a point t0. Because the linear combination

y(t) = c1y1(t) + c2y2(t) describes all solutions of the equation L[y] = 0, it is called the general solution of this equation. We also say that the solutions y1 and y2 form a fundamental set of soultions of the equation.

2 Example Consider the ODE y00 + 4y0 + 4y = 0. −2t −2t Two solutions of this ODE are y1(t) = e and y2(t) = te . Their Wronskian is

−2t −2t 0 −2t −2t 0 W (y1, y2)(t) = e (te ) − te (e ) = e−2t(e−2t − 2te−2t) − te−2t(−2e−2t) = e−4t − 2te−4t + 2te−4t = e−4t, which is nonzero. Therefore, y1 and y2 form a fundamental set of solutions, and all solutions of the equation are of the form c1y1 + c2y2. 2 Previously, when solving the constant-coefficient equation

y00 + py0 + qy = 0,

2 where the roots λ1 and λ2 of the characteristic equation λ + pλ + q = 0 are real and distinct, we called the solution λ1t λ2t y(t) = c1e + c2e the general solution. This is justified because at any time t,

W (eλ1t, eλ2t)(t) = eλ1t(eλ2t)0 − eλ2t(eλ1t)0

λ1t λ2t λ1t λ2t = λ2e e − λ1e e λ1t λ2t = e e (λ2 − λ1) 6= 0, so by the preceding theorems, y(t) actually is the general solution in the sense in which we have λ t λ t just defined it, and {e 1 , e 2 } is a fundamental set of solutions. If λ1 = λ2, however, we do not have a fundamental set of solutions, as the Wronskian would be zero. Later, we will learn how to obtain a second solution which, paired with eλ1t, will form a fundamental set of solutions. For the more general linear homogeneous second-order ODE, we can obtain a fundamental set of solutions by solving two specific initial value problems.

Theorem Let p(t) and q(t) be continuous on an open interval I containing a point t0. Let y1 be the unique solution of the ODE

L[y] = y00 + p(t)y0 + q(t)y = 0 with initial conditions 0 y(t0) = 1, y (t0) = 0, and let y2 be the unique solution of L[y] = 0 with initial conditions

0 y(t0) = 0, y (t0) = 1.

Then y1 and y2 form a fundamental set of solutions of L[y] = 0. To prove this theorem, we simply note that     y1(t0) y2(t0) 1 0 W (y1, y2)(t0) = det 0 0 = det = 1(1) − 0(0) = 1 6= 0, y1(t0) y2(t0) 0 1

3 which proves that {y1(t), y2(t)} is a fundamental set of solutions. Example Consider the ODE y00 − 3y0 + 2y = 0. 2 Its characteristic equation is λ − 3λ + 2 = 0, which has roots λ1 = 1 and λ2 = 2. Therefore, the t 2t general solution is y(t) = c1e + c2e . From 0 y(0) = c1 + c2, y (0) = c1 + 2c2, t 2t we find that the solution w1(t) = 2e − e satisfies the initial conditions 0 w1(0) = 1, w1(0) = 0. t 2t Similarly, the solution w2(t) = −e + e satisfies the initial conditions 0 w2(0) = 0, w2(0) = 1.

Then {w1, w2} is a fundamental set of solutions of the ODE. 2 We conclude by deriving a simple formula for the Wronskian of any fundamental set of solutions {y1, y2} of L[y] = 0. Because they are solutions, we have 00 0 y1 + p(t)y1 + q(t)y1 = 0, 00 0 y2 + p(t)y2 + q(t)y2 = 0.

Multiplying the first equation by y2 and the second equation by y1, and then subtracting the first equation from the second, we obtain 00 00 0 0 y2 y1 − y1 y2 + p(t)(y1y2 − y2y1) = 0. By noting that d d [W (y , y )(t)] = [y y0 − y y0 ] = y y00 + y0 y0 − y0 y0 − y y00 = y00y − y00y , dt 1 2 dt 1 2 2 1 1 2 1 2 2 1 2 1 2 1 1 2 we obtain d [W (y , y )(t)] + p(t)W (y , y )(t) = 0. dt 1 2 1 2 This is a first-order separable linear equation, which has the solution  Z  W (y1, y2)(t) = c exp − p(t) dt , where c is an arbitrary constant. This is summarized in the following theorem.

Theorem (Abel’s Theorem) Let p(t) and q(t) be continuous on an open interval I, and let y1 and y2 be solutions of the ODE L[y] = y00 + p(t)y0 + q(t)y = 0.

Then the Wronskian W (y1, y2)(t) is given by  Z  W (y1, y2)(t) = c exp − p(t) dt , where c is a constant that depends on y1 and y2. Furthermore, W (y1, y2)(t) is either never zero in I (if c is nonzero) or is zero for all t ∈ I (if c = 0). It is interesting to note that except for a constant factor, the Wronskian of two solutions of L[y] = 0 can be computed even if the solutions y1 and y2 themselves are unknown.

4