Why Equate Differential Equations to Zero?

Click For Summary
SUMMARY

The discussion centers on the rationale behind equating differential equations to zero, specifically exemplified by the equation y'' - 5y' + 6y = 0. This form facilitates the application of various solution techniques, particularly for linear differential equations where coefficients are constants. The conversation highlights the importance of this standard form in identifying solutions and emphasizes that the solution space of linear nth order differential equations forms a vector space. The participants also note that the arrangement of terms aids in recognizing the relationship between derivatives and the function itself.

PREREQUISITES
  • Understanding of linear differential equations
  • Familiarity with second-order derivatives
  • Knowledge of solution techniques for homogeneous and inhomogeneous equations
  • Basic concepts of vector spaces in mathematics
NEXT STEPS
  • Study techniques for solving homogeneous second-order constant-coefficient differential equations
  • Research methods for finding particular solutions in inhomogeneous second-order linear differential equations
  • Explore the properties of linear differential equations and their solution spaces
  • Learn about the application of exponential functions in solving differential equations
USEFUL FOR

Mathematicians, engineering students, and anyone interested in understanding the principles of differential equations and their applications in various fields.

JaredPM
Messages
20
Reaction score
0
What is the logic behind equating differential equations to zero? For example the equation
y''-5y'+6y=0

Because it can just as easily be written y''-5y'=-6y
I am interested in the meaning of why if we sum y''+(-5y')+6y equals zero. What is the relationship of its second derivative, first derivative, and 6y?
 
Physics news on Phys.org
JaredPM said:
What is the logic behind equating differential equations to zero? For example the equation
y''-5y'+6y=0

Because it can just as easily be written y''-5y'=-6y
I am interested in the meaning of why if we sum y''+(-5y')+6y equals zero. What is the relationship of its second derivative, first derivative, and 6y?

I would say it is similar to solving quadratic equations, saying ax^2+bx+c=0. We could move the c over, but after factoring to (x-x_1)(x-x_2)=0, it is easier to read off the roots. Also, sometimes there is a function of t on the right,

y''-5y'+6y=f(t),

and the business on the left is considered in methods apart and together with f. There's a number of reasons, and at the same time, it's not really a big deal. We can move c over, in ax^2+bx=-c, and we often do if we are completing the square, but it's still usually presented as "=0".

Try reading some of the methods on techniques for solving the homogeneous second-order constant-coefficient differential equation (f=0). Try also reading about finding a particular solution for the inhomogeneous second-order linear differential equation (they have some techniques that work for linear in general, and some that only work for the constant-coefficient case). Then try to find where they descripe ho to put together the homogeneous solutions and a particular solution to get the full solution set.

This may give you an idea as to why it's more comfortable to put all the y terms on the left. Also, note that, if anything, it might make more sense to put the y'' on the left, like y''=f(t,y,y'). Compare this with something you may have seen, y'=p(t)y(t)+q(t)=f(t,y).

In retrospect, one might answer your question by saying we write it this way when our differential equation is a "linear" differential equation, meaning, as opposed to any general differential equation which can be written

y^(n)=f(t,y,y'',...,y^(n-1)),

it is of the special form

a_n(t)*y^(n)(t)+a_{n-1}(t)*y^(n-1)(t)+...+a_2(t)*y''(t)+a_1(t)*y'(t)+a_0(t)*y(t)=f(t).

That is, the coefficients are functions of t, and there are no terms like sin(y'') or (y')^3. The form we have written it in is in a form ready to use many of the methods of solving. Why on Earth do we have such a bizarre definition of linear? I feel this is because differential equations of the above form, obey a very nice property, in that we can add solutions. In other words, the solution space forms a vector space (offset by a particular solution, so I think we call it affine. Think of it as a plane shifted away from the origin.)
 
Last edited:
There is no "logic" to it, it's just customary. Whether we write it as y''- 6y'+ 5y= 0 or y''+ 5y= 6y' or y''= 6y'- 5y, we note that the coefficients are constants so that whether we say they add to 0 or y''+ 5y is equal to 6y', etc. they must be the same kind of function so that can cancel or be equal. And, we know that exponentials have the nice property that their derivatives are again exponentials.

So we "try" a solution of the form y= e^{rx} so that y'= re^{rx} and y''= r^2e^{rx}. Putting those into any of the previous forms gives:
y''- 6y'+ 5y= r^2e^{rx}- 6re^{rx}+ 5e^{rx}= e^{rx}(r^2- 6r+ 5)= 0 or
y''+ 5y= e^{rx}(r^2+ 5)= 6y'= 6re^{rx} or
y''= r^2e^{rx}= 6y'- 5y= (6r- 5)e^{rx}

In any case, since e^{rx} is not 0 for any x, we can cancel it to get
r^2- 6r+ 5= 0 or r^2+ 5= 6r or r^2= 6r- 5.
That is a quadratic equation. In the first form, we can factor it to get (r- 5)(r- 1) (in itself, perhaps a good reason for writing it in that form). That tells us that r= 1 or r= 5 so that both e^x and e^{5x} satisfy the differential equation.

Now, there is some "logic" to the rest- it can be shown that the set of all solutions to a linear nth order differential equation forms an n dimensional vector space. Here that means that since e^x and e^{5x} are independent solutions, any solution to this differential equation can be written in the form y(x)= C_1e^x+ C_2e^{5x}
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 52 ·
2
Replies
52
Views
9K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K