We know that
dN/dt=-Nλ
where λ= probability of the atom decaying per second.
So surely 1-λ = the probability of the atom not decaying.
So to calculate half life is it ok if I do
N = $ (1-λ)^{t_{1/2}} N_{0} $
$\frac{1}{2} N_{0}$ = $ (1-λ)^{t_{1/2}} N_{0} $
$\frac{1}{2} $ = $ (1-λ)^{t_{1/2}} $
Then $ t_{1/2}=$ $\frac{-ln 2}{ln (1-λ)}$
We know $ t_{1/2}=$ $\frac{ln 2}{λ}$
So -λ = ln (1-λ)??
I know this doesn't really work but I can't figure out why is that?
I think you need to use an exponential Ansatz to solve this, because $ N(t)=N_{0} \cdot\lambda^{t} $ does not satisfy the differential equation $\frac{d}{dt}N(t) = -\lambda\cdot N(t) $:
$$ N(t) = N_{0} \cdot e^{-\lambda \cdot t} $$
Then
$$ N(t_{1/2})= \frac{N_{0}}{2} =N_{0} \cdot e^{-(1-\lambda)\cdot t_{1/2}} $$ $$ \frac{1}{2} = e^{-(1-\lambda) \cdot t_{1/2}} $$ $$ -log(2) = -(1-\lambda) \cdot t_{1/2} $$ $$ t_{1/2} = \frac{log(2)}{1-\lambda} $$.
Using $\lambda$ instead of $(1-\lambda)$, you would obtain
$$ t_{1/2} = \frac{log(2)}{\lambda} $$
which is fine considering that $\lambda = (1-\lambda)$.