Fred
2011-08-14 02:30:33 UTC
Before reading anything, I shall just mention that '∗' is the convolution operator and 'δ(t)' is the delta dirac (or impulse) function. The question is to be solved using the Laplace Transform (it comes from a sheet of Laplace Transform questions).
The problem is as follow:
Show that y'' - 2y' - 8y = f(t), y(0) = 1, y'(0) = 0;
can be represented by:
y(t) = 1/6 · f(t) ∗ e^(4t) - 1/6 · f(t) ∗ e^(-2t) + 1/3 · e^(4t) + 2/3 · e^(-2t);
Okay so I managed to solve it; however, I was wondering if it were possible to solve the question by letting f(t) = δ(t) such that F(s) = 1.
I found that Green's function (by letting f(t) = δ(t)) is g(t) = 1/2 · e^(4t) + 1/2 · e^(-2t).
Then I tried to find y(t) by finding g(t) ∗ f(t); however, that didn't work out.
Personally, I think this question is quite a challanging one and I appreciate anyone who even has an attempt.
Thank you.