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!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top