I was attempting to integrate the Lambert-W Function and my answer differs from that given by Wikipedia and Wolfram Alpha so I figure I must be doing something wrong.
We have $f^{-1} = W(z)$, $f=ze^z$, and $F = e^z(z-1)$. Using the formula in this answer:
\begin{align*} \int W(z) \,dz &= zW(z) - \left[ \left( e^z(z-1) \right) \circ W(z) \right](z) + c \\ &= zW(z) - e^{W(z)} (W(z)-1) + c \end{align*}
However, the W|A and Wikipedia give:
$$ \int W(z) \,dz = z\left( W(z) + \frac{1}{W(z)} - 1 \right) + c $$
Wikipedia gives the identity $\int_0^e W(z) \,dz = e-1$, which my antiderivative gives as a solution as well. So I figure the two primitives must just differ by a constant $c_0$? What is the difference between my solution and the other? or how do I show that they are the same?