I have: $ \frac{d\tau}{d Z}=\frac{N}{(P-Z)Z} $
And apparently this function can be rewritten as:
$ \frac{d\tau}{d Z}=\frac NP \left(\frac1{P-Z}+\frac 1Z\right) $ for further integration.
But how must I rewrite this function? I tried
$ \frac{d\tau}{d Z}=\frac{N}{(P-Z)Z}\\ \frac{d\tau}{d Z}=\frac{A}{Z}+\frac{B}{(P-Z)}\\ \frac{d\tau}{d Z} =\frac{A(P-Z)}{Z(P-Z)} + \frac{BZ}{(p-Z)Z}\\ N = A(P-Z) + BZ\\ N= AP - AZ + BZ\\ N = AP - Z(A-B)\\ $
and now am I am stuck.
Question 1. Are the steps I have taken so far correct?
Question 2. If so, how do I proceed?
Geetings Gerard
You could use the Cover up rule
we have ,
$\frac{N}{Z(P-Z)}=\frac{A}{P-Z}+\frac{B}{Z}$
To find A we set $P-Z = 0\implies Z =P$
therefore $A =\frac{N}{P}$
to find B we set $Z =0$
therefore $B = \frac{N}{P}$
Hence we can write $\frac{N}{Z(P-Z)}=\frac{N}{P}\cdot\frac{1}{P-Z}+\frac{N}{P}\cdot\frac{1}{Z} = \frac{N}{P}\bigg[\frac{1}{P-Z}+\frac1{Z}\bigg]$
EDIT:
You can also do it the following way,
you have $N =Z(A)+B(P-Z)$
$N = Z(A-B)+P\cdot B$
treat $N,P$ as constants here , and comparing the coefficents gives
$N =P\cdot B \implies B =\frac NP$
and $A-B = 0\implies A = B \implies A = \frac NP$