I have this expression: $$\exp(E_f/kt) = \exp(Ev_1/kt) / \exp(Ev_2/kt)$$ In the equation after this, all the $kt$ terms are removed and we are left with: $$\exp(E_f) = \exp(Ev_1) / \exp(Ev_2)$$ How is that possible? What property did he use?
2026-03-27 01:42:20.1774575740
On
Removing expressions from exponentials
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
3
On
Hint: You can write $$\frac{e^{\frac{Ev_1}{kt}}}{e^{\frac{Ev_2}{kt}}}=e^{\frac{Ev_1}{kt}-\frac{Ev_2}{kt}}=e^{\frac{E}{kt}(v_1-v_2)}$$ so we get $$e^{\frac{E_f}{kt}}=e^{\frac{E}{kt}(v_1-v_2)}$$ and we obtain $$\frac{E_f}{kt}=\frac{E}{kt}(v_1-v_2)$$ thus $$E_f=E(v_1-v_2)$$
Let $E_f = a, kt = b, Ev_1 = c, Ev_2 = d$
So, $$e^{a/b} = \frac{e^{c/b}}{e^{d/b}}$$
$$(e^a)^{1/b} = \bigg(\frac{e^c}{e^d}\bigg)^{1/b}$$
[As, $x^{yz} = (x^y)^z$, $z = 1/b$]
$$(e^a) = \frac{e^c}{e^d}$$
So, $$\exp(E_f) = \frac{\exp(Ev_1)}{\exp(Ev_2)}$$