Funzies
- 20
- 0
Homework Statement
y(t)+2\int_0^tcos(t-\tau)y(\tau)d\tau = 9e^{2t}
Solve this integral equation by using the La Place transform.
Homework Equations
None
The Attempt at a Solution
I tried differentiation the whole equation:
y'(t) + 2cos(t-\tau)y(\tau) = 18e^{2t} with boundaries 0 and t
y'(t) + 2y(t) +cos(t)y(0) = 18e^{2t}
The exercise didn't give a value for y(0), so I assumed it to be zero.
y'(t) + 2y(t) = 18e^{2t} - cos(t)
By using the La Place transform:
Sy(s) + 2y(s) = 18/(s-2) - s/(s^2+1)
y(s) = \18/(s-2)(s+2) - s/(s^2+1)(s+2)
This is were I started doubting my approach. I tried to rewrite it in 3 fractions and wanted to use the inverse la Place transform on these fractions. I got some very nasty numbers though and as the answer is very straight-forward I started doubting my approach. Can anyone comment on the correctness of my approach?