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