How would I solve an equation like this? I need to find v.
$$a\cdot\ln{(b+v)} = -t + a\cdot\ln{(b+d)} $$
Is it possible to solve something like this using $e$ without excessive complications?
**edited because forgot to actually put v in the equatoin.
$$a\cdot\ln{(b+v)} = -t + a\cdot\ln{(b+d)}$$
Divide by $a\neq 0$ and exponentiate both sides:
$$b+v=e^{-t/a+\ln(b+d)} \implies v = (b+d)e^{-t/a}-b$$