1 / | | x x - 1 | e *----- dx | 2 | x | / 0
Integral(exp(x)*((x - 1)/x^2), (x, 0, 1))
There are multiple ways to do this integral.
Rewrite the integrand:
Rewrite the integrand:
Integrate term-by-term:
EiRule(a=1, b=0, context=exp(x)/x, symbol=x)
The integral of a constant times a function is the constant times the integral of the function:
UpperGammaRule(a=1, e=-2, context=exp(x)/x**2, symbol=x)
So, the result is:
The result is:
Rewrite the integrand:
Integrate term-by-term:
EiRule(a=1, b=0, context=exp(x)/x, symbol=x)
The integral of a constant times a function is the constant times the integral of the function:
UpperGammaRule(a=1, e=-2, context=exp(x)/x**2, symbol=x)
So, the result is:
The result is:
Add the constant of integration:
The answer is:
/ | | x x - 1 expint(2, -x) | e *----- dx = C + ------------- + Ei(x) | 2 x | x | /
Use the examples entering the upper and lower limits of integration.