1 / | | 1 | ------ dx | 2 | x | 1 - -- | 2 | / 0
Integral(1/(1 - x^2/2), (x, 0, 1))
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=-1/2, c=1, context=1/(-x**2/2 + 1), symbol=x), False), (ArccothRule(a=1, b=-1/2, c=1, context=1/(-x**2/2 + 1), symbol=x), x**2 > 2), (ArctanhRule(a=1, b=-1/2, c=1, context=1/(-x**2/2 + 1), symbol=x), x**2 < 2)], context=1/(-x**2/2 + 1), symbol=x)
Añadimos la constante de integración:
Respuesta:
// / ___\ \ / || ___ |x*\/ 2 | 2 | | ||\/ 2 *acoth|-------| for x > 2| | 1 || \ 2 / | | ------ dx = C + |< | | 2 || / ___\ | | x || ___ |x*\/ 2 | 2 | | 1 - -- ||\/ 2 *atanh|-------| for x < 2| | 2 \\ \ 2 / / | /
___ / / ___\\ ___ / ___\ ___ / / ___\\ ___ / ___\ \/ 2 *\pi*I + log\\/ 2 // \/ 2 *log\1 + \/ 2 / \/ 2 *\pi*I + log\-1 + \/ 2 // \/ 2 *log\\/ 2 / ------------------------- + -------------------- - ------------------------------ - ---------------- 2 2 2 2
=
___ / / ___\\ ___ / ___\ ___ / / ___\\ ___ / ___\ \/ 2 *\pi*I + log\\/ 2 // \/ 2 *log\1 + \/ 2 / \/ 2 *\pi*I + log\-1 + \/ 2 // \/ 2 *log\\/ 2 / ------------------------- + -------------------- - ------------------------------ - ---------------- 2 2 2 2
sqrt(2)*(pi*i + log(sqrt(2)))/2 + sqrt(2)*log(1 + sqrt(2))/2 - sqrt(2)*(pi*i + log(-1 + sqrt(2)))/2 - sqrt(2)*log(sqrt(2))/2
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.