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