oo / | | 5 | atan (x)*3*x | ------------ dx | 2 | 1 + 9*x | / 0
Integral(((atan(x)^5*3)*x)/(1 + 9*x^2), (x, 0, oo))
/ / | | | 5 | 5 | atan (x)*3*x | x*atan (x) | ------------ dx = C + 3* | ---------- dx | 2 | 2 | 1 + 9*x | 1 + 9*x | | / /
oo / | | 5 | x*atan (x) 3* | ---------- dx | 2 | 1 + 9*x | / 0
=
oo / | | 5 | x*atan (x) 3* | ---------- dx | 2 | 1 + 9*x | / 0
3*Integral(x*atan(x)^5/(1 + 9*x^2), (x, 0, oo))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.