How to integrate $\frac{(e^x-1)}{x}$ and find constant $c$ when $F(0)=0$. I have already tried wolframalpha, but this didn't help to solve this.
2026-03-28 02:48:26.1774666106
On
On
How to integrate $(e^x-1)/x$
76 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
It actually has no closed form integral, but can be expressed using Taylor series as following:$${e^x-1\over x}=\sum_{n=1}^{\infty}{x^{n-1}\over n!}$$Therefore$$\int {e^x-1\over x}dx=\sum_{n=1}^{\infty}{x^{n}\over n\times n!}+C$$
0
On
Except for the sign of the argument, this integral is the Ein function, which (as others have said) is not elementary.
Go for infinite series.
$$e^x -1=x+ x^2/2+x^3/6+....$$
$$\frac {e^x-1}{x}=1+x/2+x^2/6+...$$
Integrate and you get $$ \int 1+x/2+x^2/6+....=x+x^2/4+x^3/{18}+....$$