coldturkey
- 25
- 0
Consider 2nd order differential equation:
<br /> a_{2}y''(x) + a_{1}y'(x) + a_{0}y(x) = 0<br />
Let b and c be the roots of the quadratic a_{2}x^2 + a_{1}x + a_{0}
Verify that when b = c then xe^{bx} is a solution of the Differential equation.
-----------------------------
Ok so I differentiate y a couple times and get
<br /> y = xe^{bx}<br />
<br /> y' = xbe^{bx} + e^{bx}<br />
<br /> y'' = xb^2e^{bx}+2be^{bx}<br />
Substituting into the equation yields:
<br /> a_{2}(xb^2e^{bx}+2be^{bx}) + a_{1}(xbe^{bx} + e^{bx}) + a_{0}(xe^{bx}) = 0<br />
Now if I rearrange the quadratic equation for a0
<br /> a_{0} = -a_{2}b^2 - a_{1}b<br />
then substituting that in I get
<br /> a_{2}(xb^2e^{bx}+2be^{bx}) + a_{1}(xbe^{bx} + e^{bx}) + (-a_{2}b^2 - a_{1}b)(xe^{bx}) = 0<br />
<br /> = a_{2}2be^{bx} + a_{1}e^{bx} = 0<br />
This is where I get stuck, there must be something I've missed which I can use to further simplify. I did the proof for y = e^{bx} in the same way and it worked out easy. Can anybody give me a hint on what to do next? thanks
<br /> a_{2}y''(x) + a_{1}y'(x) + a_{0}y(x) = 0<br />
Let b and c be the roots of the quadratic a_{2}x^2 + a_{1}x + a_{0}
Verify that when b = c then xe^{bx} is a solution of the Differential equation.
-----------------------------
Ok so I differentiate y a couple times and get
<br /> y = xe^{bx}<br />
<br /> y' = xbe^{bx} + e^{bx}<br />
<br /> y'' = xb^2e^{bx}+2be^{bx}<br />
Substituting into the equation yields:
<br /> a_{2}(xb^2e^{bx}+2be^{bx}) + a_{1}(xbe^{bx} + e^{bx}) + a_{0}(xe^{bx}) = 0<br />
Now if I rearrange the quadratic equation for a0
<br /> a_{0} = -a_{2}b^2 - a_{1}b<br />
then substituting that in I get
<br /> a_{2}(xb^2e^{bx}+2be^{bx}) + a_{1}(xbe^{bx} + e^{bx}) + (-a_{2}b^2 - a_{1}b)(xe^{bx}) = 0<br />
<br /> = a_{2}2be^{bx} + a_{1}e^{bx} = 0<br />
This is where I get stuck, there must be something I've missed which I can use to further simplify. I did the proof for y = e^{bx} in the same way and it worked out easy. Can anybody give me a hint on what to do next? thanks
Last edited: