The Laplace transform has a number of interesting properties.
Property 1. Linearity of the Laplace transform: L(af(t)+bg(t))=aL(f(t))+L(g(t)), where a and b are some constants.
The proof is straightforward through the definition:
L(a(f(t)+bg(t)))=∫0∞e−st(af(t)+bg(t))dt=∫0∞(af(t)e−st+bg(t)e−st)dt.
Now, using linearity, we can write that ∫0∞(af(t)e−st+bg(t)e−st)dt=a∫0∞e−stf(t)dt+b∫e−stg(t)dt=aL(f(t))+bL(g(t)).
This completes the proof.
Note that there can be more than 2 terms, and the property will still hold.
Example 1 . Calculate L(5e3t−2sin(7t)+cos(t)).
From the table of Laplace transforms, it is known that L(e3t)=s−31, L(sin(7t))=s2+727, and L(cos(t))=s2+12s; so, using Property 1, we obtain the following:
L(5e3t−2sin(7t)+cos(t))=5L(e3t)−2L(sin(7t))+L(cos(t))=
=s−35−2s2+497+s2+1s=s−35−s2+4914+s2+1s.
Property 2. Scaling by constant: L(f(at))=s1F(as), where a is a positive constant.
The proof is straightforward:
L(f(at))=∫0∞e−stf(at)dt.
Using the change of variable technique, we make the substituion u=at; then, du=adt, which yields dt=adu. Since t is changing from 0 to ∞, we have that u is changing from a⋅0=0 to a⋅∞=∞.
So,
∫0∞e−stf(at)dt=∫0∞e−sauf(u)adu=a1∫0∞e−asuf(u)du=a1F(as).
This completes the proof.
Property 3. L(tf(t))=−dsdF(s), where L(f(t))=F(s).
Proof.
From the definition, it follows that
F(s)=∫0∞e−stf(t)dt.
Differentiating this equality with respect to s gives (note that the limits of integration are constant):
dsdF(s)=∫0∞dsde−stf(t)dt,
or
dsdF(s)=∫0∞−te−stf(t)dt,
which finally gives
−dsdF(s)=∫0∞te−stf(t)dt=L(tf(t)).
This completes the proof.
Example 2. Calculate L(tsin(t)).
Since L(sin(t))=s2+11, using property 3, we obtain that
L(tsin(t))=−dsds2+11=(s2+1)21⋅dsd(s2+1)=(s2+1)22s.
Property 4. L(tf(t))=∫s∞F(u)du, where F(s)=L(f(t)).
Proof.
This property follows from property 3.
Let g(t)=tf(t) and L(g(t))=G(s). We need to prove that G(s)=∫s∞F(u)du.
So, f(t)=tg(t).
Taking the Laplace transform of both sides gives:
L(f(t))=L(tg(t)).
Or:
F(s)=−dsdG(s) (using property 3).
Integrating this equality with respect to s and taking the limits s and ∞ yields:
∫s∞−dsdG(s)ds=∫s∞F(u)du.
−(lima→∞G(a)−G(s))=∫s∞F(u)du.
Since G(s)=∫0∞e−stg(t)dt, we have that lims→∞G(s)=0.
So,
−(0−G(s))=∫s∞F(u)du.
G(s)=∫s∞F(u)du.
This completes the proof.
Example 3. Calculate L(tsin(t)).
Since L(sin(t))=s2+11, using property 4, we obtain that
L(tsin(t))=∫s∞p2+11dp=limm→∞∫smp2+11dp=limm→∞atan(p)∣sm=
=limm→∞atan(m)−atan(s)=2π−atan(s)=acot(s).