Solving for Impulse Response h(t) Given z'(t) + 4z(t) = 4x(t)

AI Thread Summary
The discussion focuses on finding the impulse response h(t) for the differential equation z'(t) + 4z(t) = 4x(t). The solution involves substituting z(t) with h(t) and x(t) with the Dirac delta function, leading to the transformed equation (1/4)h'(t) + h(t) = dirac(t). Using Laplace transforms, the solution for H(s) is derived as H(s) = 4/(s*(s+4)), which is further simplified using partial fraction expansion. The final expression for h(t) is (1/4)u(t) - (1/4)e^(-4t)u(t), with the u(t) term retained to ensure the response is zero before the impulse is applied. Retaining u(t) is essential to accurately represent the system's behavior in signal processing.
ryukyu
Messages
19
Reaction score
0
1. Find the impulse response h(t) given: z'(t) + 4z(t) = 4x(t)




2. The attempt at a solution

I first decided to divide through by 4

(1/4)z'(t) + z(t) = x(t)

since we are looking for impulse response I made the following substitutions:

let z(t) = h(t)

let x(t) = dirac(t)

which yields

(1/4) h'(t) + h(t) = dirac(t)

at which point I don't know how to handle the problem anymore.
 
Physics news on Phys.org
I'm assuming you want an explicit solution for h(t)

there are other ways to solve that differential equation, but in signal processing courses you're usually taught to use laplace transforms.

assuming initial conditions are 0
you would get

(1/4)[s*H(s)-h(0)] + H(s) = 1/s
(1/4)[s*H(s)] + H(s) = 1/s
H(s)[s/4 + 1] = 1/s
H(s) = 4/(s*(s+4))
from here, you can use partial fraction expansion, and then take the inverse laplace transform of the fractions separately.
 
Great! This gets me a bit further. Now I am just a bit confused about expressing my answer.

I did the partial fraction expansion and got a=(1/4) and b=(-1/4)

This gave me:

H(s)=(1/4)(1/s) - (1/4)(1/(s+4))

taking the Laplace Inverse

h(t) = (1/4)u(t) - (1/4)e^(-4t)u(t)

While in DiffEq, we ignored the u(t), I'm assuming since it has relevance to signals it should be kept, but I'm not sure.

If so my final solution should be
h(t) = (1/4)u(t)*[1-e^(-4t)] ??
 
ryukyu said:
Great! This gets me a bit further. Now I am just a bit confused about expressing my answer.

I did the partial fraction expansion and got a=(1/4) and b=(-1/4)

This gave me:

H(s)=(1/4)(1/s) - (1/4)(1/(s+4))

taking the Laplace Inverse

h(t) = (1/4)u(t) - (1/4)e^(-4t)u(t)

While in DiffEq, we ignored the u(t), I'm assuming since it has relevance to signals it should be kept, but I'm not sure.

If so my final solution should be
h(t) = (1/4)u(t)*[1-e^(-4t)] ??

You must keep u(t), because if it is omitted your response would have nonzero values before t = 0, when the excitation was applied.
 

Similar threads

Replies
2
Views
2K
Replies
4
Views
2K
Replies
17
Views
6K
Replies
4
Views
2K
Replies
3
Views
2K
Replies
4
Views
3K
Replies
1
Views
2K
Replies
15
Views
32K
Replies
1
Views
2K
Back
Top