I have this differential equation $L/R*dy(t)/dt + y(t) = x(t)$ and the initial condition y(0) = 0
I use the integrating factor to get it into this form:
$y(t) *e^{\int R/L*dt} = \int x(t) *e^{\int R/L *dt} dt$
On the right hand side, can I change the variable of integration into some dummy variable, so I can stick the exponent inside of the integral?
$y(t) = 1/e^{R/L*t}*\int_0^t x(\tau)*e^{R/L*\tau} *d\tau = \int_0^t x(\tau) *e^{R/L(\tau-t)}*d\tau$
Why am I able to stick the t into the integrand, despite it not being a constant? Also, I'm confused on what's going on when I convert the indefinite integral into a definite integral and changing the variables of integration. Can someone explain this to me rigorously? Is $\int x(t)dt = \int_0^tx(\tau)d\tau$ always when x(0) = 0? What if the initial condition isn't 0?