I'm working with the function $F(x)=e^{-k(x+1)}\int_1^x\frac{N^2}{t(N-t)}e^{kt}dt$.
Breaking it down into into single fractions helps a little, yielding: $F(x)=Ne^{-k(x+1)} \int_1^x [\frac{1}{t} + \frac{1}{N-t}]e^{kt}dt$.
If you toss that into Wolfram Alpha (without the limits), you'll get the antiderivative as $Ne^{-k(x+1)}[Ei(kt)-e^{-kN}Ei(k(t-N))]_{1}^x$. I'd like to approximate this value, or at least bound its value.
So far, I have that $x^{-1+\epsilon}e^x>Ei(x) > x^{-1}e^x$, where the first inequality holds for all $x>k$, and the second holds when $x>1$ or so.
I'm not sure where to go from here. Any help?