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