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