How do you find the indefinite integral of #(10e^(-2x^5))/x^6 dx#?

1 Answer

Let #f:RR setminus {0} rarr RR# such that #f(x):=frac{10 e^{-2x^5}}{x^6}#. We want to calculate the antiderivative #F# of the function #f#, so
#F(x):=int f(x) dx#.
In answering to the specific problem, I'll try to illustrate a way one can approach a problem like this.

The two main (elementary) integration techniques are integration by substitution and integration by parts .

Integration by substitution is often used in presence of composition of functions (functions "nested" in other functions) and we want to try to get rid of this "nested" structure. This can be the case. In particular, the exponent of #e^{-2x^5}# can be seen as the function #t(x):=-2x^5# and so the exponential becomes #e^{t(x)}#. The function we chose is invertible, and its inverse is #x(t):=-root(5){1/2 t}#. This inverse allows us to change variable from #x# to #t#:
#f(x(t))=frac{10 e^{-2[x(t)]^5}}{[x(t)]^6}=frac{10 e^{t}}{(-root(5){1/2 t})^6}=frac{10 e^{t}}{(1/2 t)^{6/5}}#
And to rewrite the differential #dx# in terms of the differential #dt#
#dx=frac{dx(t)}{dt} dt=-1/2(1/2 t)^{-4/5} dt#
So we get
#F(x(t)):=-1/2 int frac{10 e^{t}}{(1/2 t)^{6/5}} (1/2 t)^{-4/5} dt=-5 int frac{e^{t}}{(1/2 t)^2}dt=-20 int frac{e^{t}}{t^2}dt#
The integral of the last function cannot be expressed in terms of a finite representation of elementary functions. This means that #F(x)# can't be expressed using a finite number of elemetary functions, otherwise we could obtain #F(x)# from #F(x(t))# by substituting #t=t(x)#.

Although we already got an answer, let's try by parts. Integration by parts comes from the derivative of a product of functions:
#d/dx [a(x)b(x)]=d/dx [a(x)] b(x) + a(x) d/dx[ b(x) ]#
So we have to see #f# as a product of some derivative #a'(x)# and some function #b'(x)# to be derived. A natural choice would be
#a'(x):=frac{1}{x^6}=x^{-6}#
#b(x):=10e^{-2x^5}#
because it's pretty easy to compute the antiderivative of #a'(x)#.
#a(x)=frac{x^{-5]}{-5}=-frac{1}{5x^5}#
#b'(x)=10(-10x^4)e^{-2x^5}=-100x^4 e^{-2x^5}#
We get
#F(x):=int a'(x)b(x) dx=a(x)b(x)-int a(x)b'(x) dx=-frac{2e^{-2x^5}}{x^5}-20 int frac{e^{-2x^5}}{x} dx#
We could integrate this integral by parts again, considering
#tilde{a}'(x)=frac{1}{x}#
#b(x)=e^{-2x^5}#
but this would introduce logarithms and won't simplify the calculations.


One can express the solution by integral functions or try to write a series expansion of it.