- #1
sara_87
- 763
- 0
Homework Statement
Prove the associativity law and the distributive law for convolution:
(1) prove F*(G+H)=(F*G)+(F*H)
(2) prove: F*(G*H)=(F*G)*H
Homework Equations
The Attempt at a Solution
(1) proof: using the definition of the laplace using convolution
Left hand side: =integral(F(u)(G(t-u)+H(t-u))du
=laplace(F)xlaplace(G)+Laplace(F)xlaplace(H)
Right hand side: =integral(F(u)G(t-u))du + integral(F(u)H(t-u)du
=laplace(F)xlaplace(G)+laplace(F)laplace(H) = left hand side
I don't know how to prove the second one. Any help would be v much appreciated.