Solution of Laplace Integral Equation Using Convolution Theorem

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
What you are missing is basic algebra!

Solve y = 1/s^2 + y/(s-1) for y and apply the inverse transform.
 
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!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top