Differences Between Linear and Nonlinear Equations In this section we compare the answers to the two main questions in differential equations for linear and nonlinear first order differential equations. Recall that for a first order linear differential equation y' + p(x)y = g(x) we had the solution + C = 1/m g(x)m dx + C Recall that if a function is continuous then the integral always exists. If we are given an initial value y(x0) = y0 then we can uniquely solve for C to get a solution. This immediately shows that there exists a solution to all first order linear differential equations. This also establishes uniqueness since the derivation shows that all solutions must be of the form above. Notice that if the constant of integration for m is chosen to be different from 0, then the constant cancels itself from the negative exponent outside the integral and the positive exponent inside. This proves that the answers to both of the key questions are affirmative for first order linear differential equations.
Example Determine where the differential equation (cos x)y' + (sin x)y = x2 y(0) = 4 has a unique solution. Solution Dividing by cos x to get it into standard form gives y' + (tan x)y = x2 sec x Since tan x is continuous for -p/2 < x < p/2 and this interval contains 0, the differential equation is guaranteed to have a unique solution on this interval
Example Now consider the differential equation dy/dx = x/y y(5) = -3 Notice that the theorem does not apply, since the differential equation is nonlinear. We can separate and solve. ydy = xdx y2 = x2 + C Now plugging in the initial value, we get 9 = 25 + C C = -16 y2 = x2 - 16 Taking the square root of both sides, we would get a plus or minus solution, however the initial condition states that the value must be negative so the solution is y = -(x2 - 16)1/2 This equation is only valid for |x| > 4 Notice that the original equation is not continuous at y = 0, but the interval where the solution is valid could not have been guessed without solving the differential equation. Example Consider the nonlinear differential equation y' = y1/5 y(0) = 0 Separating and integrating we get y -1/5dy = dx 5/4 y 4/5 = x + C1 y 4/5 = 4/5 x + C Plugging in y(0) = 0 gives C = 0. The final solution is y = (4/5 x)5/4 We can also see that y = -(4/5 x)5/4 and y = 0 are both also solutions to the differential equation that satisfy the initial value problem. Hence uniqueness fails miserably here. It seems hopeless in answering the two main questions for nonlinear differential equation. As a consolation, at least something can be said. We state the following theorem deferring a proof until another time.
Notice that in the prior example fy(x,y) = y -4/5 is undefined at (0,0) and did not have a unique solution. If instead we wanted to solve the differential equation y' = y1/5 y(0) = 5 This would have a unique solution inside some rectangle containing (0,5), but not containing the origin. Notice the theorem does not tell us how large this rectangle is.
Back to the First Order Differential Equations Home Page Back to the Differential Equations Home Page Back to the Math Department Home Page e-mail Questions and Suggestions
|