Differentiation under the integral sign problem

Bounceback
Messages
13
Reaction score
0

Homework Statement


\int_1^2 \frac {e^x}{x}\,dx Through the use of differentiation under the integral sign.

2. The attempt at a solution
Tried inputting a several times, each one resulting in another function without an elementary anti-derivative (example given below)
I(a)=\int_1^2 \frac {e^{-ax}}{x}\,dx
I'(a)=\int_1^2 -e^{-ax}\,dx
I'(a)=\frac {e^{-2a}}{a}-\frac {e^{-a}}{a}
I(a)=\int \frac {e^{-2a}}{a}\,da-\int \frac {e^{-a}}{a}\,da
Resulting in a non-elementary anti-derivative...

Other examples I've tried include:
  • I(a)=\int_1^2 \frac {e^x*sin(ax)}{x}
  • Subsituting x for ln(b), resulting in \int_1^2 \frac {1}{b*ln(b)}\,db, then saying I(a)=\int_1^2 \frac {1-b^a}{b*ln(b)}\,db
Both of these last two also result in a non-elementary anti-derivative
 
Physics news on Phys.org
Bounceback said:

Homework Statement


\int_1^2 \frac {e^x}{x}\,dx Through the use of differentiation under the integral sign.

2. The attempt at a solution
Tried inputting a several times, each one resulting in another function without an elementary anti-derivative (example given below)
I(a)=\int_1^2 \frac {e^{-ax}}{x}\,dx
I'(a)=\int_1^2 -e^{-ax}\,dx
I'(a)=\frac {e^{-2a}}{a}-\frac {e^{-a}}{a}
I(a)=\int \frac {e^{-2a}}{a}\,da-\int \frac {e^{-a}}{a}\,da
Resulting in a non-elementary anti-derivative...

Other examples I've tried include:
  • I(a)=\int_1^2 \frac {e^x*sin(ax)}{x}
  • Subsituting x for ln(b), resulting in \int_1^2 \frac {1}{b*ln(b)}\,db, then saying I(a)=\int_1^2 \frac {1-b^a}{b*ln(b)}\,db
Both of these last two also result in a non-elementary anti-derivative

Not every integral of a function can be written as elementary functions. Try to use numerical integration methods.
 
Math_QED said:
Not every integral of a function can be written as elementary functions. Try to use numerical integration methods.

If I understand you correctly, you're saying to use a different method to find the value of \int_1^2 \frac {e^x}{x}\,dx, rather than differentiation under the integral sign.

The question I was asked stated to use differentiation under the integral sign.

If I understand you wrong, could you rephrase your statement?
 
Last edited:
I mean, you can't solve this integral by finding a primitive. You either use a numerical integration method (Simpson's method, for instance) or you express e^x/x as a power series. In that case, you can determine the power series of the primitive function and approximate the solution.
 
Math_QED said:
I mean, you can't solve this integral by finding a primitive. You either use a numerical integration method (Simpson's method, for instance) or you express e^x/x as a power series. In that case, you can determine the power series of the primitive function and approximate the solution.
You can use the Leibniz Rule to evaluate definite integrals without resorting to purely numerical approximations or using infinite series. That's what the point of the question is all about in the OP: how to use the Leibniz Rule in this fashion.
 
SteamKing said:
You can use the Leibniz Rule to evaluate definite integrals without resorting to purely numerical approximations or using infinite series. That's what the point of the question is all about in the OP: how to use the Leibniz Rule in this fashion.

It is clear that the OP knows how to use Leibniz' rule, and has made several attempts to apply it, but none of them seem to work.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top