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