Laplace Transform Homework: Solving f(t) Piecewise

Philip Wong
Messages
95
Reaction score
0

Homework Statement


f(t) is a piecewise function:
{0 0<= t< 1
{t*exp(2t) t = >1

Homework Equations


F(s)= L{f(t)}

The Attempt at a Solution



F(s)= L{t*exp(2t)}

for this problem I just took the Laplace Transformer directly from the table which is: n!/ (s-a)^(n+1)

and after plucking in the relevant number I got:
1/(s-2)^2

Firstly I want to ask, is this correct? And have I missed any steps when setting up this problem?

Secondly if this is correct and I don't want to use the table to get the formula directly, can someone please show me other methods to come to the same answer.

thanks,
Phil
 
Physics news on Phys.org
What you have is incorrect. That is the Laplace transform of f(t)= te^{2t} which is NOT the same as the function given here.

Do not know the definition of the Laplace transform? It is
F(f)= \int_0^\infty e^{-st}f(t)dt

Integrate that.
The Laplace transform of this function is
\int_1^\infty e^{-st}te^{2t}dt= \int_1^\infty te^{(2- s)t}dt
 
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