Quote (SexualNinja @ Aug 27 2013 08:30pm)
For the first two, I'll take a second look.
For the last one, I mean A as in when I'm solving for the undetermined coefficient.
So like yp(t) = Ae^(2t), yp''(t) = 4e^(2t). But when you plug those into the DiffEQ, you get Ae^(2t) - 4[ Ae^(2t) ] = 2e^(2t), which isn't true.
are you sure the equation is correct? because looking at
y''(t) - 4y(t) = 2e^(2t)
i can easily see that the solution has to be of the form y(t) = Ae^(2t), as you said, but taking 2 derivatives of that yields 4Ae^(2t), which cancels.