The voltage of a capacitor can be described with the differential equation $ \frac {du} {dt} + \frac {1} {RC} u = 0$ where the voltage is u(t) at the time t.
Solve the differential equation:
Don't really know how to solve this one. Would appreciate tips/hints on how to tackle differential equations like this in general.
$$\frac {du} {dt} + \frac {1} {RC} u = 0$$ $$\frac {du} {dt} =- \frac {u} {RC} $$ $$\frac {du} {u} =- \frac {dt} {RC} $$ Integrate $$\int \frac {du} {u} =-\int \frac {dt} {RC} $$ $$\ln(u)=- \frac {t} {RC} +K $$ $$u(t)=Ke^{- \frac {t} {RC}} $$