The step response can be determined by recalling that the response of an LTI to any input signal is found by computing the convolution of that signal with the impulse response of the system. Therefore we can write
$s(t) = u(t)∗h(t) =\int_{−∞}^{∞} u(τ)h(t−τ) dτ$
The convolution is commutative, meaning that $u(t)∗h(t) = h(t)∗u(t)$
It is more convenient to write the step response in the following way:
$s(t) = h(t)∗u(t) =\int_{−∞}^{∞}h(τ)u(t−τ) dτ=\int_{−∞}^{t}h(τ) dτ$
How do you explain the last step? How did we get the following;
$\int_{−∞}^{∞}h(τ)u(t−τ) dτ=\int_{−∞}^{t}h(τ) dτ$