I have to integrate the function $$f(x) = \frac{x^2}{\ln(x)} .$$
I have tried to do it by all methods (i.e. by substitution or by parts) but failed.
I have to integrate the function $$f(x) = \frac{x^2}{\ln(x)} .$$
I have tried to do it by all methods (i.e. by substitution or by parts) but failed.
Well, you have to integrate: $$\int \frac{x^2}{\ln{x}}~dx$$ We substitute $x=e^u$ and $dx=e^u~du$. This gives: $$\int \frac{e^{3u}}{u}~du \tag{1}$$ This is not solvable in terms of elementary functions, however it can be expressed in terms of the Exponential integral $\operatorname*{Ei}(x)$. Using it's definition: $$\int \frac{e^{3u}}{u}~du=\operatorname*{Ei}(3u)+C$$ Substituting back for $x$ gives the solution.