I cannot solve the integration

86 Views Asked by At

Please help me to solve the integration below:
$$\int (e^{x - 1/x})(1+1/x^2) \mathrm dx$$

1

There are 1 best solutions below

2
On BEST ANSWER

Let $u=x-\frac{1}{x}$. Thus, $\mathrm du=1+\frac{1}{x^2} \mathrm dx$. Now the integral is $$\int e^u \mathrm du=e^u+C=e^{x-\frac{1}{x}}+C$$

This is easily checked by differentiation of $e^{x-1/x}.$