I get how to solve this equation in another thread. $$46080e^{−600t}−576000e^{−1500t}+737280e^{−2400t}=0$$ But I didn't understand why it won't work if I apply log in both sides, like: (log being the natural logarithmic)$$log(46080e^{−600t})+log(737280e^{−2400t})=log(576000e^{−1500t})$$ Then:$$log(46080)+log(e^{−600t})+log(737280)+log(e^{−2400t})=log(576000)+log(e^{−1500t})$$ $$log(46080)−600t+log(737280)−2400t=log(576000)−1500t$$ and solve it for t.
Am I missing something?
Your mistake is in this equation:
$ log(46080e^{−600t})+log(737280e^{−2400t})=log(576000e^{−1500t}) $
You should do this instead:
$log(46080e^{−600t}+737280e^{−2400t})=log(576000e^{−1500t})$