Skip to main content
Logo image

Subsection 9.3.4 Multiplication by tn

The final property we’ll explore is how the Laplace transform handles functions multiplied by a power of t. This property is especially useful when dealing with polynomial terms in differential equations.

Example 11.

Show that L{tf(t)}=dds[L{f(t)}].
Solution. Solution
For this problem, it’s easier to start on the right side and show that it equals the left:
dds[L{f(t)}]=
dds[0estf(t) dt]
= 0s[estf(t)] dt
= 0f(t)s[est] dt
= 0f(t)(test) dt
= 0esttf(t) dt
= L{tf(t)}
This shows that multiplying a function by t inside a Laplace transform is equivalent to taking the derivative of the Laplace transform of the same function, multiplied by 1. It turns out that each additional power of t adds another negative sign and derivative.

Example 12.

  L{t2f(t)}=d2ds2[L{f(t)}].
Solution. Solution
Again, it’s easier to start on the right side and work our way to the left:
d2ds2[L{f(t)}]=
d2ds2[0estf(t) dt]
= 02s2[estf(t)] dt
= 0f(t)2s2[est] dt
= 0f(t)((t)2est) dt
= 0estt2f(t) dt
= L{t2f(t)}
A similar process shows that for any power of t, the Laplace transform is the n-th derivative of the Laplace transform of the function, with the sign alternating. The general property is given by:
L{tnf(t)}=(1)nd(n)ds(n)F(s),n=1,2,3,.
The only difference is that you are taking the n-th derivative of estf(t) inside the integral.

Laplace Transform Property P6.

Let F(s)=L{f(t)}.
P6
L{tnf(t)}=(1)nd(n)ds(n)F(s),n=1,2,3,

Reading Questions Check-Point Questions

1. The Laplace transform of t2f(t) is equal to derivative of the Laplace transform of f(t) with respect to s.

    The Laplace transform of t2f(t) is equal to derivative of the Laplace transform of f(t) with respect to s
  • second
  • Correct! The Laplace transform of t2f(t) is equal to the second derivative of L{f(t)} with respect to s.
  • first
  • Incorrect. The Laplace transform of t2f(t) involves the second derivative, not the first.
  • third
  • Incorrect. The Laplace transform of t2f(t) involves the second derivative, not the third.
  • fourth
  • Incorrect. The Laplace transform of t2f(t) involves the second derivative, not the fourth.

2. What is the Laplace transform of t3f(t) in terms of L{f(t)}?

    What is the Laplace transform of t3f(t) in terms of L{f(t)}?
  • d3ds3L{f(t)}
  • Correct! The Laplace transform of t3f(t) is L{t3f(t)}=(1)3d3ds3L{f(t)}.
  • d3ds3L{f(t)}
  • Incorrect. The correct expression includes a factor of (1)3=1.
  • d2ds2L{f(t)}
  • Incorrect. This would be the transform for t2f(t), not t3f(t).
  • d2ds2L{f(t)}
  • Incorrect. The correct transform involves a third derivative, not the second.

3. Hypothetically, if L{f(t)}=cos(2s) then L{tf(t)}= .

    Hypothetically, if L{f(t)}=cos(2s) then L{tf(t)}=
  • 2sin(2s)
  • Incorrect. The correct answer should involve a derivative of cos(2s).
  • 2sin(2s)
  • Correct!
    L{tf(t)}= 1dds[L{f(t)}]= 1dds[cos(2s)]= 1(2sin(2s))=2sin(2s)
  • sin(2s)+2cos(2s)
  • Incorrect. The Laplace transform of tf(t) is sin(2s)+2cos(2s).
  • 2sin(2s)+cos(2s)
  • Incorrect. The correct answer should involve a factor of 2 in the transform.