How Do I Prove the Laplace Transform Formula for Functions with Finite Jumps?

AI Thread Summary
To prove the Laplace transform formula for functions with finite jumps, one can start by using the definition of the Laplace transform, specifically integrating the product of the exponential function and the function of interest. For the Laplace transform of sin(t)cos(t), it is useful to recognize that sin(t)cos(t) can be rewritten as (1/2)sin(2t), simplifying the integration process. The discussion also touches on the application of the shift rule and the distinction between convolution and multiplication in Laplace transforms. Ultimately, the method involves careful integration by parts and understanding the properties of the functions involved. The conversation emphasizes the importance of these foundational concepts in solving Laplace transform problems.
cabellos
Messages
76
Reaction score
1
how do i go about solving the laplace transform of sint * cost ?

i know the answer becomes 1/(s^2 + 4) but what is the method?

thanks.
 
Mathematics news on Phys.org
do you know that
\mathcal{L}\{f(t)*g(t)\} = \mathcal{L}\{f(t)\} \cdot \mathcal{L}\{g(t)\} = F(s) \cdot G(s)

and i think the answer comes out to be \frac{s}{{\left(s^2+1\right)}^2}
 
Last edited:
yes i did know that but i didnt think it was as simple as that. From reading the certain rules we can apply to problems e.g the shift rule to solve L(sin2t * e^3t) do we HAVE to use the shift rule or can we separate each part and solve then multiply them together?
 
i am sorry. do you mean convolution by the asterisk? or do you mean multiplication? what i said in my last post is only correct if the asterisk means convolution.
 
i meant multiplication
 
Then use the definition
\mathcal{L}(sin(x)cos(x)}= \int_0^{\infnty}e^{-st}sin(t)cos(t)dt
which can be done by integration by parts.
 
Mybe it would help to notice that sin(t)cos(t) is equal to \frac{1}{2}sin(2t)
 
I want to ask about a proof of this transform: L{(f(t)}= sF(s) - f(0) - f(a^+) - f(a^-) - exp^(-as) inwhich f(t) is continuous except for an ordinary discontinuity (finite jump) at t=a, a>0
 
Last edited:
Back
Top