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