I have to find the impulse response of an RC circuit (c up ). I have to find it from the step response $g(t)$.
I found that
$V_i - V_c - V_r = 0$ , with $V_r = V_u$
So
$V_u = V_r = R I_r$ , with $I_r = I_c$
$V_u= RC \frac{dV_c}{dt}$
$V_u = y(t) = RC \frac{d(x(t)-y(t))}{ dt}$
because $V_c = x(t)-y(t)$
From this i found $y(t) = RC ( x'(t) - '(t) )$ , i simply rewrote d/dt with '.
Now if i want to found the step response, i considered $x(t) = u(t)$ and $y(t) = g(t)$ that is the step response
So i wrote $$g(t) = RC u'(t) - RC g'(t)$$
but $u'(t) = 0$ so is $RC g’(t) + g(t) = 0$
Solving this differential equation i obtained that
$$g(t) = k_0 + k_1 \cdot e^{-t/RC }$$
Until now i obtained the same results of my professor but now that i have the step response i have to find the $h(t)$, impulsive response , but I don’t know how. Can someone please help me ? This is the same problem of my previous question but in this case i have to find the impulsive response using the step response. Thank you so much