1 / | | x*y | --- | 2 | y*E dy | / 0
Integral(y*E^((x*y)/2), (y, 0, 1))
// x*y \
/ || --- |
| || 2 |
| x*y ||(-4 + 2*x*y)*e 2 |
| --- ||----------------- for x != 0|
| 2 || 2 |
| y*E dy = C + |< x |
| || |
/ || 2 |
|| y |
|| -- otherwise |
|| 2 |
\\ /
/ x | - | 2 |4 (-4 + 2*x)*e <-- + ------------- for And(x > -oo, x < oo, x != 0) | 2 2 |x x | \ 1/2 otherwise
=
/ x | - | 2 |4 (-4 + 2*x)*e <-- + ------------- for And(x > -oo, x < oo, x != 0) | 2 2 |x x | \ 1/2 otherwise
Piecewise((4/x^2 + (-4 + 2*x)*exp(x/2)/x^2, (x > -oo)∧(x < oo)∧(Ne(x, 0))), (1/2, True))
Use the examples entering the upper and lower limits of integration.