Solution of Laplace Integral Equation Using Convolution Theorem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Trestal
Messages
3
Reaction score
0

Homework Statement


By taking the Laplace transform and using the convolution theorem, obtain the solution of the integral equation

Homework Equations


f(t) = sin t + ∫e^(t-u)*f(u) du
integral is from 0 to t

The Attempt at a Solution


I used the following site as a reference for how to construct the problem
http://www.solitaryroad.com/c915.html

I rewrote the equation using the convolution theorem to be this
f(t) = sin t + e^t*f(t)
Letting y = L{f(t)} this becomes
y = 1/s^2 + y/s-1

The website that i referenced you too somehow removes the y and gets the RHS purely in terms of s. I cannot reproduce the simplication the site used on their problem nor can i apply it to my own. I get
y = y(s^2+1)+(s-2)/[(s^2+1)(s-2)]

Hopefully I am just missing something obvious but I am unsure what to do from here. I will continue to play around with it but hopefully someone can nudge me in the right direction.
 
Physics news on Phys.org
Finally got it. Took me hours to work through that but I just couldn't see a solution until you gave me a push. Cheers

Solve for y then solve using partial fractions before being able to invert
Final answer
F(t) = 1/5*e^2t - 1/5cos(t) + 3/5sin(t)

Thanks again!