d.arbitman
- 100
- 4
Given the ODE of the form:
y''(x) + A*y'(x) + B*y(x) = 0
If we choose a solution such that y(x) = e^{mx}
and plug it into the original ODE, the ODE becomes:
(m^{2} + A*m + B)e^{mx} = 0
If we solve for the roots of the characteristic equation such that
m = r_{1}, r_{2} (root 1 and root 2, respectively)
The solution to the ODE would have the form:
y(x) = c*e^{r_{1}*x} + d*e^{r_{2}*x}, where c and d are constants
My question is, why are the constants where they are in the solution? In other words, why are they multiplying y_{1} & y_{2}, where
y_{1} = e^{r_{1}*x} and y_{2} = e^{r_{2}*x} ?
Why are the constants not just added to y(x), such that the solution to the ODE would be as follows, where k is a constant.
y(x) = e^{r_{1}*x} + e^{r_{2}*x} + k
This question mainly is for second order and higher differential equations. I understand how it works for first order linear homogenous DEs because the constant is simply the constant of integration, but I am having trouble understanding how it applies to higher orders.
y''(x) + A*y'(x) + B*y(x) = 0
If we choose a solution such that y(x) = e^{mx}
and plug it into the original ODE, the ODE becomes:
(m^{2} + A*m + B)e^{mx} = 0
If we solve for the roots of the characteristic equation such that
m = r_{1}, r_{2} (root 1 and root 2, respectively)
The solution to the ODE would have the form:
y(x) = c*e^{r_{1}*x} + d*e^{r_{2}*x}, where c and d are constants
My question is, why are the constants where they are in the solution? In other words, why are they multiplying y_{1} & y_{2}, where
y_{1} = e^{r_{1}*x} and y_{2} = e^{r_{2}*x} ?
Why are the constants not just added to y(x), such that the solution to the ODE would be as follows, where k is a constant.
y(x) = e^{r_{1}*x} + e^{r_{2}*x} + k
This question mainly is for second order and higher differential equations. I understand how it works for first order linear homogenous DEs because the constant is simply the constant of integration, but I am having trouble understanding how it applies to higher orders.
Last edited: