Use convolution integral to find step response of a system

AI Thread Summary
The discussion focuses on using the convolution integral to find the step response of an electrical network with a given unit-impulse response, h(t) = 3t e^(-4t). The problem involves applying a unit voltage step and calculating the output after 0.25 seconds. Participants clarify the correct limits for the convolution integral, emphasizing that the limits should be adjusted based on the properties of the unit step function and the impulse response. Integration by parts is suggested as the method to solve the integral, leading to the final output value of approximately 0.0495 volts. The conversation highlights the importance of correctly setting integral limits and applying integration techniques in solving convolution problems.
TEEE
Messages
2
Reaction score
0

Homework Statement


An electrical network has the unit-impulse response :h(t)=3t⋅e-4t .If a unit voltage step is applied to the network, use the convolution integral to work out the value of the output after 0.25 seconds.

Homework Equations


Convolution integral: y(t)=f(t)*h(t)
Unit step function u(t) = 1 when t>=0, 0 when t<0

The Attempt at a Solution


This is a problem on the problem sheet of my circuit analysis course. The lecturer also gives a solution which is not complete:
v(τ)=∫0 1⋅3(τ-t)e(-4(τ-t)) dt
v(0.25) = 4.95×10-2V
I'm not sure how to proceed from the above equation to get the final answer. I have tried solving using convolution:y(t) =∫0h(τ)u(t-τ)dτ or y(t)=∫0u(τ)h(t-τ)dτ,but get something like 0 or -0.192. I guess I dealt with the u(τ) or u(t-τ) in the integral wrong as I'm not sure how to deal with it in an integral. I know that u(t) might affect the limit of the integral but I'm not sure how.(p.s.the∫ part above means integrate from ∞ to 0, if that causes any confusion)
Any help or advise would be really appreciated as I've been bothered by this for quite some time.Thanks!
 
Physics news on Phys.org
Let ##h(t) = 3t e^{-4t}## and ##u(t)## be the unit step function, then:

$$(h * u)(t) = \int_0^{\infty} h(x) u(t-x) \space dx = 3 \int_0^{0.25} x e^{-4x} \space dx$$

Integration by parts will yield the answer.
 
Zondrina said:
Let ##h(t) = 3t e^{-4t}## and ##u(t)## be the unit step function, then:

$$(h * u)(t) = \int_0^{\infty} h(x) u(t-x) \space dx = 3 \int_0^{0.25} x e^{-4x} \space dx$$

Integration by parts will yield the answer.
Thank you for your reply, it helped me find out where I went wrong in my approach to the solution. I changed the limit to infinity to 0.25 instead of 0.25 to 0 when evaluating (h*u)(t). Thanks again much appreciated.
 
Actually, the complete convolution integral limits are -∞ to +∞. But the lower limit changes to zero because your h(τ) = 0, τ < 0, and the upper limit changes to t since U(t-τ) = 0 for τ > t. So then v(t) = 3∫0t τ e-4τ
and you can let t = 0.25 for your particular problem after performing the definite integral.
 

Similar threads

Replies
2
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K
Replies
17
Views
6K
Replies
10
Views
2K
Replies
4
Views
3K
Replies
1
Views
2K
Back
Top