Is this integral unsolvable?

1.2k Views Asked by At

So I took an integration test in AP Calculus yesterday and everything went smoothly except for one question. $$\int \frac{e^x}{x^2}dx$$ I tried chain rule, $u$ substitution, and all methods we have since been taught. Nothing worked. Now, I really wanted to know what the answer was, so I just now plugged it into a few antiderivative/integral calculator and all but two said something along the lines of "cannot solve." One said $\frac{exp(x)}{x^2} + C$. The other said $Ei(x) - \frac{e^x}{x} + C$. A physics forum about the same integration seemed to say that it is unsolvable. I am thoroughly confused. Can anybody help clarify?

Edit: The teacher made a little error. The real question was supposed to be, which is of course much easier: $$\int \frac{e^\frac{1}{x}}{x^2}$$

1

There are 1 best solutions below

2
On BEST ANSWER

$\operatorname{Ei}(x)-e^x/x + C$ is right -- at least on each side of $0$ separately -- but you may not really consider it a "solution" of the kind you were hoping for, because $\operatorname{Ei}$ stands for the exponential integral, which is defined as $$ \operatorname{Ei}(x) = \int_{-\infty}^x \frac{e^t}{t} dt $$ (and you can then verify that $\operatorname{Ei}(x)-e^x/x$ has the derivative you want). So this solution is just swapping one integral without an elementary solution for the other.

It is still a bit of progress, though, since it is easier to find facts about the exponential integral than about your version.

In practice, one would evaluate the integral numerically.