I've got the equation :
$$-1=\frac{-8e^{-t} + 3e^t}{2e^t}$$
I've moved some stuff around to get :
$5e^t = 8e^{-t} $
But not sure where to go from here.
Thanks for any help
I've got the equation :
$$-1=\frac{-8e^{-t} + 3e^t}{2e^t}$$
I've moved some stuff around to get :
$5e^t = 8e^{-t} $
But not sure where to go from here.
Thanks for any help
cross multiply you get $-2e^t = -8e^{-t} + 3e^{t}$ and then you get $5e^t = 8e^{-t}$ like you said then you take natural $\log$ both sides to get $\ln(5e^t) = \ln(8e^{-t})$ and notice that $\ln(5e^t) = \ln(5) + \ln(e^t) =\ln(5) + t$ and also notice that $\ln(8e^{-t}) = \ln(8) + \ln(e^{-t}) = \ln(8) -t$ and so we get $$\ln(5) + t = \ln(8) -t$$ and so $$ 2t = \ln(8) - \ln(5)$$ and so $$2t = \ln(\frac{8}{5})$$ and so $$t = 0.5 \ln(\frac{8}{5})$$
Notice that $\ln(8) = \ln(2^3) = 3\ln(2)$ as well
Notice that I used these these properties in my answer
(1) $\large{\color{red}{\ln(ab) = \ln(a) + \ln(b)}}$
(2) $\large{\color{red}{ln(\frac{a}{b}) = \ln(a) - \ln(b)}}$
(3) $\large{\color{red}{\ln(e^m) = m}}$
(4) $\large{\color{red}{\ln(a^b) = b\ln(a)}}$