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