1

Can anyone help me with this math equation?

Solve for $z$

$$P = \frac{e^z}{1 + e^z}$$

$$P(1 + e^z) = e^z$$

$$P + Pe^z = e^z$$

$$P = e^z - Pe^z$$

I've got this far, am I at least on the right track? Not sure exactly what to do next.

Jacob
  • 11
  • 1
    Hi and welcome to the site! Since this is a site that encourages and helps with learning, it is best if you show your own ideas and efforts in solving the question. Can you edit your question to add your thoughts and ideas about it? – Hippalectryon Mar 05 '15 at 16:44

2 Answers2

1

Hint: $P= \frac{e^z+1-1}{e^z+1}=1-\frac{1}{e^z+1} $

GFR
  • 5,401
1

You are on the right track. Now that you are at

$$P = e^z -Pe^z$$

Factor out $e^z$, that is

$$P = e^z(1-P),$$ and dividing yields

$$\frac{P}{1-P}=e^z.$$

We finish off by using the logarithm

$$z = \ln\left(\frac{P}{1-P}\right). $$

Eff
  • 12,989