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