After performing indefinite integration on both sides, an equation becomes:
$$\ln(|v|) + C = \frac{-t}{RC} + C $$
This then simplifies to:
$$\ln(|v|) = \frac{-t}{RC} + C $$
Where did the $+ C$ go on the left hand side and why?
After performing indefinite integration on both sides, an equation becomes:
$$\ln(|v|) + C = \frac{-t}{RC} + C $$
This then simplifies to:
$$\ln(|v|) = \frac{-t}{RC} + C $$
Where did the $+ C$ go on the left hand side and why?
Two constants $C_1$ and $C_2$ can be represented as a single constant $C=C_1+C_2$ or $C=C_1-C_2$.
Let's say you have two functions $f(x)$ and $g(x)$, with $F(x)$ and $G(x)$ being their antiderivatives.
So, if you have $f(x) = g(x)$, and you integrate both sides, you get $F(x) + C_1 = G(x) + C_2$. Both $C$ are undetermined constants, because they are the constants of integration, they can be any constant. Moving the constants over to one side, we get $F(x) = G(x) +C_2 - C_1$.
An undetermined constant minus an undetermined constant is just another undetermined constant, so we can replace it with one undetermined constant $C$. So, we get $F(x) = G(x) + C$.