Integral de ye^(xy/2) dy
Solución
Respuesta (Indefinida)
[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*log(3) x*log(2)
| -------- --------
| 2 2
|(-4 + 2*x*log(3))*e (-4 + 2*x*log(2))*e
|--------------------------- - --------------------------- for And(x > -oo, x < oo, x != 0)
| 2 2
< x x
|
| 2 2
| log (3) log (2)
| ------- - ------- otherwise
| 2 2
\
⎩⎨⎧−x2(2xlog(2)−4)e2xlog(2)+x2(2xlog(3)−4)e2xlog(3)−2log(2)2+2log(3)2forx>−∞∧x<∞∧x=0otherwise
=
/ x*log(3) x*log(2)
| -------- --------
| 2 2
|(-4 + 2*x*log(3))*e (-4 + 2*x*log(2))*e
|--------------------------- - --------------------------- for And(x > -oo, x < oo, x != 0)
| 2 2
< x x
|
| 2 2
| log (3) log (2)
| ------- - ------- otherwise
| 2 2
\
⎩⎨⎧−x2(2xlog(2)−4)e2xlog(2)+x2(2xlog(3)−4)e2xlog(3)−2log(2)2+2log(3)2forx>−∞∧x<∞∧x=0otherwise
Piecewise(((-4 + 2*x*log(3))*exp(x*log(3)/2)/x^2 - (-4 + 2*x*log(2))*exp(x*log(2)/2)/x^2, (x > -oo)∧(x < oo)∧(Ne(x, 0))), (log(3)^2/2 - log(2)^2/2, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.