x / | | / x y \ | |x*E - --| dx | | 2| | \ x / | / 0
Integral(x*E^x - y/x^2, (x, 0, x))
Integrate term-by-term:
Don't know the steps in finding this integral.
But the integral is
The integral of a constant times a function is the constant times the integral of the function:
PiecewiseRule(subfunctions=[(ArctanRule(a=1, b=1, c=0, context=1/(x**2), symbol=x), False), (ArccothRule(a=1, b=1, c=0, context=1/(x**2), symbol=x), False), (ArctanhRule(a=1, b=1, c=0, context=1/(x**2), symbol=x), False)], context=1/(x**2), symbol=x)
So, the result is:
The result is:
Add the constant of integration:
The answer is:
/ | | / x y \ | |x*E - --| dx = nan | | 2| | \ x / | /
y x
-oo*sign(y) + - + (-1 + x)*e
x
=
y x
-oo*sign(y) + - + (-1 + x)*e
x
-oo*sign(y) + y/x + (-1 + x)*exp(x)
Use the examples entering the upper and lower limits of integration.