MisterMan
- 47
- 0
Homework Statement
y(x) = e^{3x} + \int_0^{x}\hspace{1mm}y(t)\hspace{1mm}e^{x-t}\hspace{1mm}dt
Homework Equations
(f*g)(x) = \int_0^{x}\hspace{1mm}y(t)\hspace{1mm}g(x-t)\hspace{1mm}dt
L(f*g;s) = L(f;s)L(g;s)
I will use Y(s) to denote L(y;s)
The Attempt at a Solution
I tried to solve this like all the other problems I have encountered so far, I took the laplace transform of both sides, giving:
Y(s) = s-3 + (s-1)Y(s)
Which gave me:
Y(s) = -\frac{s-3}{s-2}
However, this doesn't work out, as far as I'm aware there is no inversion for 1 ( I have only dealt with the standard Laplace transforms and can only invert back to them ).
The book I have gives:
Y(s) = \frac{s-1}{(s-2)(s-3)}
But I'm not sure how this was calculated, I'll appreciate any hints and pointing out where I have gone wrong, thanks.