Integral de |(x^3-x^2)| dx
Solución
1
/
|
| / 3 2 3 2
| |x - x for x - x >= 0
| < dx
| | 2 3
| \x - x otherwise
|
/
0
0∫1{x3−x2−x3+x2forx3−x2≥0otherwisedx
=
1
/
|
| / 3 2 3 2
| |x - x for x - x >= 0
| < dx
| | 2 3
| \x - x otherwise
|
/
0
0∫1{x3−x2−x3+x2forx3−x2≥0otherwisedx
Integral(Piecewise((x^3 - x^2, x^3 - x^2 >= 0), (x^2 - x^3, True)), (x, 0, 1))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.