Integral de e^(xy/2) dy
Solución
Respuesta (Indefinida)
[src]
/
| // x*y \
| x*y || --- |
| --- || 2 |
| 2 ||2*e |
| E dy = C + |<------ for x != 0|
| || x |
/ || |
|| y otherwise |
\\ /
∫e2xydy=C+{x2e2xyyforx=0otherwise
/ x
| -
| 2
| 2 2*e
<- - + ---- for And(x > -oo, x < oo, x != 0)
| x x
|
| 1 otherwise
\
{x2e2x−x21forx>−∞∧x<∞∧x=0otherwise
=
/ x
| -
| 2
| 2 2*e
<- - + ---- for And(x > -oo, x < oo, x != 0)
| x x
|
| 1 otherwise
\
{x2e2x−x21forx>−∞∧x<∞∧x=0otherwise
Piecewise((-2/x + 2*exp(x/2)/x, (x > -oo)∧(x < oo)∧(Ne(x, 0))), (1, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.