Integral de 3(y^2)(e^(xy)) dz
Solución
Respuesta (Indefinida)
[src]
/// 2 2\ x*y \
/ ||\6 - 6*x*y + 3*x *y /*e 3 |
| ||-------------------------- for x != 0|
| 2 x*y || 3 |
| 3*y *E dy = C + |< x |
| || |
/ || 3 |
|| y otherwise |
\\ /
∫exy3y2dy=C+{x3(3x2y2−6xy+6)exyy3forx3=0otherwise
/ / 2\ x
| 6 \6 - 6*x + 3*x /*e
|- -- + ------------------- for And(x > -oo, x < oo, x != 0)
< 3 3
| x x
|
\ 1 otherwise
{x3(3x2−6x+6)ex−x361forx>−∞∧x<∞∧x=0otherwise
=
/ / 2\ x
| 6 \6 - 6*x + 3*x /*e
|- -- + ------------------- for And(x > -oo, x < oo, x != 0)
< 3 3
| x x
|
\ 1 otherwise
{x3(3x2−6x+6)ex−x361forx>−∞∧x<∞∧x=0otherwise
Piecewise((-6/x^3 + (6 - 6*x + 3*x^2)*exp(x)/x^3, (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.