1 / | | 1 | ----- dx | n ___ | \/ x | / 0
Integral(1/(x^(1/n)), (x, 0, 1))
/ // n*x \ | ||----------------- for n != 1| | 1 || n ___ n ___ | | ----- dx = C + |<- \/ x + n*\/ x | | n ___ || | | \/ x || log(x) otherwise | | \\ / /
/ 1 | 1 - - | n | 1 0 |----- - ------ for Or(And(n > 0, n < 1), n > 1, n < 0) < 1 1 |1 - - 1 - - | n n | | oo otherwise \
=
/ 1 | 1 - - | n | 1 0 |----- - ------ for Or(And(n > 0, n < 1), n > 1, n < 0) < 1 1 |1 - - 1 - - | n n | | oo otherwise \
Piecewise((1/(1 - 1/n) - 0^(1 - 1/n)/(1 - 1/n), (n > 1)∨(n < 0)∨((n > 0)∧(n < 1))), (oo, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.