Larrytsai said:
im sorry but i don't quite understand how to show that t * e^2t is part of the solution.
the "t" is really throwing me off.
How do you usually verify that a solution to a differential equation is actually a solution? Plug it into the diff. equation and see if you get a true statement, that's how.
For the DE that I gave as an example, y'' -4y' + 4y = 0, check that y = te
2t is a solution.
y = te
2t
y' = e
2t + 2te
2t
y'' = 2e
2t + 2e
2t + 4te
2t = 4e
2t + 4te
2t
Then y'' - 4y' + 4y = (4e
2t + 4te
2t) - 4(e
2t + 2te
2t) + 4te
2t
= 0. This is true for all values of t.
Therefore, y = te
2t is a solution to the differential equation y'' - 4y' + 4y = 0.
I think that you are losing sight of what you need to do in this problem.
Larrytsai said:
Find a value of the constant r such that both e^rt and te^rt are solutions to the ODE
ay''+by'+cy=0
You have found a value of r so that you get two identical (repeated) roots in the characteristic equation (ar
2 + br + c = 0).
Now all you need to do is to show that y = te
rt is a solution to the diff. equation ay'' + by' + cy = 0.
Larrytsai said:
So i was wondering if i want those 2 solutions to be the same, the 'r' must have the same roots, so...
r=-b/2a
then
y1 = e^(-bt/2a)
and
y2 = t*e^(-bt/2a)?
These two solutions are different, not the same, but they use the same value of r, which is -b/(2a).