There are special integrals such as the logarithmic integral and exponential integrals. I want to know if there are primitives for such integrals. If not, why not?
|
|
A simple starting point (as indicated by Qiaochu) is Liouville's theorem (or 'principle') based on differential algebra and was extended with the Risch algorithm. This last link should clarify some of the ideas used :
These 3 ideas will provide logarithmic, exponential and algebraic extensions to the differential algebra (starting for example with the field of rational functions over $\mathbb{Q}$) that will give all the elementary functions. An excellent tutorial about this is "Symbolic Integration" from Manuel Bronstein. Geddes, Czapor and Labahn's book "Algorithms for Computer Algebra" is very clear too. Now let's use these ideas to study $\int\frac {e^x}x\,dz$. From a more precise version of $2.$ a primitive must be of type $\ I(x)=h(x)e^x$ with $h(x)$ a rational function. The same method could be used for the sine integral : $\int \frac {\sin(x)}x\,dx\,$ simply by writing $\ \sin(x)=\frac{e^{ix}-e^{-ix}}{2i}$. Concerning the logarithmic integral we have $\ \operatorname{li}(x)=\operatorname{Ei}(\ln(x))\ $ so that the non-elementary proof for the one should apply for the other as well. |
||||
|
|