Two Solutions to an ODE

(New Question of the Week)

This recent question involves an ordinary differential equation (ODE) and the relation between different solutions. It illustrates common difficulties in interpreting what a problem is asking for, as well as some communication problems involving language and notation.

Juares (whose native language is Portuguese) wrote to us a few weeks ago; I have cleaned up some of the translations:

The problem is:

Consider an ODE of the first order, dy/dx + t2 y. It is known that y1(t) and y2(t) are solutions of this equation. The function y(t) = y1(t) + y2(t) is also a solution of this equation?

( ) true   ( ) false

Well, by making dy/y = -t2dx and integrating, solution becomes y = e-t3/3 + C1. I understand that there is only one solution, that one. And that there is no second solution as a function of t, but with a function of C.

For example y1 would be y1 =  e-t3/3 + C1 one solution, the other solutions stem from varying C to C2, 3…

And t varies in range, but which one? Infinite? I do not know more.

y2 = 1/et3/3 +C1, thus y(t) = e-t3/3 +C1 + 1/et3/3 +C1.

And since it is ODE of the first degree, it is not possible to say that it has two solutions, only in some cases, in this no. Answer (x) False (?)

Juares correctly solved the equation, but seems to misunderstand what it means to have more than one solution. There is one family of solutions, in which the constant C can vary; all solutions therefore look similar. The question does not imply that there are two unrelated solutions. Probably the main problem here (whether due to language issues or unfamiliarity with the concepts) is in seeing what the question is asking.

Doctor Fenton replied, first correcting some common typing errors. We become so accustomed to calling an independent variable x that we can write that even when there is no x involved; and it is common to omit an equal sign. It was easy enough to see what was intended:

Hi Juares,

You say that this is an ODE,

Consider ODE of the first order dy/dx + t2y.

but you have three variables, and this isn’t an equation, since there is no = sign.  I assume that the ODE is

dy/dt + t2y = 0 ,

so that t is the independent variable, and there is no x in the equation: y is a function of the single variable t.

The question was

Consider ODE of the first order dy/dx + t2y. It is known that y1(t) and y2(t) are solutions of this equation. The function y(t) = y1(t) + y2(t) is also a solution of this equation?

It isn’t necessary to solve the ODE to answer this question.

Just let y(t) = y1(t) + y2(t).  Then what is dy/dt?

By the addition property of differentiation,

dy/dt = d/dt(y1 + y2) = dy1/dt + dy2/dt .

Since y1 is a solution of dy/dt + t2y = 0, then dy1/dt + t2y1 = 0, or dy1/dt = -t2y1.  What do you get if you replace dy1/dt by -t2y1 in the equation above, and also do the same thing for y2, since it is also a solution of the ODE?

In your solution above, you say

Well, by making dy/y = -t2dx and integrating, solution becomes y = e-t3/3 + C1 . I understand that there is only one solution, that one.

Actually, the formula  e-t3/3 + C1 represents infinitely many solutions: each different value of C1; gives a different solution to the ODE.  You can also write

e-t^3/3 + C1 = e-t3/3 * eC1 = (eC1)(e-t3/3)

and since eC1  is just a constant C2,

= C2 e-t3/3,

so that all the solutions of the DE have this same form.  However, for different values of C2, they are different solutions: y1 = e-t3/3 , y2 = 2 e-t3/3, and y3 = 20e-t3/3 , and so on, are all different solutions to the ODE. If you add two solutions, such as

y1 + y2 = e-t3/3 + 2e-t3/3 = 3e-t3/3

the sum is another function of the same form, so it is also a solution of the ODE.

To get a unique solution to the ODE, you must add an additional requirement: an initial value.  You specify a value t, t0, and you require that y(t0) = y.  That requirement determines the value of C2, so that only one of the functions of the given form passes through the point specified.

Does this help?

The quick answer to the question does not require solving the equation (and thus can be extended to any equation of the same type, teaching a general principle and perhaps serving as an example for a theorem); but when the actual solution is properly understood, it illustrates the general concept clearly.

What Doctor Fenton has done here is a good model for how students can use textbook exercises to deepen their understanding of a topic: Don’t stop with a quick answer to a problem, but explore what it means in detail. What Juares did bypassed the quick method, but practiced other important skills, and provided a way to illustrate the concepts.

Juares understood; he replied,

You said,

“Since y1 is a solution of dy/dt + t2y = 0, then dy1/dt + t2y1 = 0, or dy1/dt = -t2y1.  What do you get if you replace dy1/dt by -t2y1 in the equation above, and also do the same thing for y2, since it is also a solution of the ODE?”

Could this be

(-t2 y1 – ty2) + t2 (y1 + y2) = 0 ,

so

0 = 0,

so it’s true?

He was right:

You are correct that all terms cancel, so (y1 + y2) is also a solution of the ODE.

The sum of any two solutions of this equation is also a solution, because it still satisfies the differential equation. Next, you might want to think about what properties of the equation led to this result; when might it not work?

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.