Integral of ye^(xy/2) dy
The solution
The answer (Indefinite)
[src]
// 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 |
\\ /
∫e2xyydy=C+{x2(2xy−4)e2xy2y2forx2=0otherwise
/ x
| -
| 2
|4 (-4 + 2*x)*e
<-- + ------------- for And(x > -oo, x < oo, x != 0)
| 2 2
|x x
|
\ 1/2 otherwise
{x2(2x−4)e2x+x2421forx>−∞∧x<∞∧x=0otherwise
=
/ x
| -
| 2
|4 (-4 + 2*x)*e
<-- + ------------- for And(x > -oo, x < oo, x != 0)
| 2 2
|x x
|
\ 1/2 otherwise
{x2(2x−4)e2x+x2421forx>−∞∧x<∞∧x=0otherwise
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.