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