God bless you, Professor Strang, thank you so much for everything you are doing for us students and for the world!
@itzm1kea3 жыл бұрын
this man is one of the best teachers/professors I have ever seen
@eefunhuang6958 Жыл бұрын
Well said about the relationship between impulse response and step response!
@wallacechan23393 жыл бұрын
Absolutely fantastic. Thank you Professor Strang.
@Joe_Yacketori5 жыл бұрын
8:16 His voice was underdamped.
@ejminava4075 жыл бұрын
lmao
@realhumphreyappleby4 жыл бұрын
Lol
@navidmohammadzadeh21417 жыл бұрын
Amazing and clear. Thank you!
@sossupummi26 күн бұрын
delta function's derivative delta'(t) at t=0 is not 1 but infinite? delta is supposed to be a function with infinitesimally small width and infinite height while keeping the area equal to 1
@iwonakozlowska61344 жыл бұрын
The step response r(t) is not exactly the integral of impulse response g(t) but it is the convolution of impulse response with the step function g(t)*u(t). r(t) is the same as presented in this video but under condition that C=1 , in other case we need to divide r(t) by C. By the way C=s1xs2.
@nicholasborrego16403 жыл бұрын
Go away
@DRACOBUCIO Жыл бұрын
r(t) is the convolution of impulse response with the step function g(t)*u(t), and that is the integral of g(tau) d(tau) from -inf to t. And in case of f(t) is causal signal, then the integral limits are from 0 to t. So... at the end of the road, r(t) is the integral of g(t).
@oussamarap2759 Жыл бұрын
@@DRACOBUCIO can you explain a little bit more
@DRACOBUCIO Жыл бұрын
@@oussamarap2759 Well, basically if you use a LTI system, x(t) -> y(t). Then x'(t)-> y'(t) or integral{x(t)} -> integral{y(t)}. That is because the integral or derivative is a linear operation. I would like to explain more intensive but you can send me message if you need a demo in order to satisfy your curiosity.
@DRACOBUCIO Жыл бұрын
14:20 the most importan question in this video (my opinion). How the impulse response and the step response are related?
@carultch Жыл бұрын
The step response is the integral of the impulse response.
@Y747Y3 жыл бұрын
The intrinsics of the materials must have negative real part of eigen value, otherwise the function will not goes to 1 when time goes to infinity.
@vajk78 жыл бұрын
Thank you for the inspiring nice videos, it's a pleasure to listen your lectures. Is it possible that the initial condition for the step response is r(0)=1, instead of r(0)=0?
@myvideo9117 жыл бұрын
it's ok. the aim is to decide the coefficient.
@getusel10 ай бұрын
That is impossible because a ramp function starts from zero and grows linearly.
@PSM19747 ай бұрын
@15:05 the step function r(t) is not the integral of g(t) as given above…….there is a 1/(s1s2) term missing in the denominator of r(t) and the +1 in r(t) equates to 1/(s1s2)…so what gives? ….are there some special initial conditions that are needed to obtain r(t) as given above?…we can let s1 = 1/s2 and that will give r(t) above, but this seems a bit contrived…I’m looking for a formal definition/proof….anyone? Cheers
@ohmakademi6 жыл бұрын
thank you very much.
@MrAngryCucaracha6 жыл бұрын
but the formula for r(t) is not the integration of the formula for g(t). Am i making a mistake?
@kevinnejad10725 жыл бұрын
It would be if the initial conditions are set correctly. To see why that's the case, watch kzbin.info/www/bejne/e3TWnaCrfNGoY7c where prof. Strang explains about step function and delta function. In fact the whole video is about properties of these two functions.
@debajyotichoudhuri78964 ай бұрын
I am not sure how has r(t) converged to 1 asymptotically?. The added part in r(t) seems to not be converging to if s_1, s_2>0.
@freegg1232 ай бұрын
If s1 and s2 are greater than 0, it indicates an unstable system meaning the output would increase exponentially rather than decaying to equilibrium, and of course it does not coverge to 1.
@wickbron89644 жыл бұрын
Is unit step response equal with step response
@PenningYu2 жыл бұрын
They are different. That's why he multiplied H by C.
@SimmySimmy5 жыл бұрын
Can I get output response(particular solution) under any arbitrary excitation to the system if I know its impulse response?
@SimmySimmy5 жыл бұрын
So the complete response would be the natural response(source-free) + excitation response?
@145981757 жыл бұрын
What I wouldn't give to move your mic away by about 4 inches!
@lucass86107 жыл бұрын
epic
@roshan88537 жыл бұрын
Can someone guide me to see how to find the s1-s2 on the denominator?
@jonathansum90847 жыл бұрын
This professor explains thing little bit ahead. You should watch these videos first. www.khanacademy.org/math/differential-equations/second-order-differential-equations After watching the videos on Khan, please solve the c1 and c2 in these two equations: y(t)=c1e^(s1*t) + c2e^(s2*t) y(0)= c1e^0 + c2 e^0 y(0)=c1+c2=0 thus, c1=-c2 Same with y prime y prime = come on, you know how to take the derivative y prime(0) = c1*s1+c2*s2=1 y prime(0) = -c2*s1+c2*s2=1 (why do i changing the c1 to -c2? read the "thus, c1=-c2" :D) Now you can solve these as a high school math: -c2*s1+c2*s2=1 c2(s2-s1)=1 c2= 1/(s2-s1) c2 = -1/(s1-s2) what is c1? c2=-c1 let's plug in the c1 and c2 into the y(t)=c1e^(s1*t) + c2e^(s2*t). you will get y(t)= [e^(s1t)-e^(s2t)]/(s1-s2)