1 / | | ____ | \/ 13 | -------- dx | 2 | 3*x - 7 | / 0
Integral(sqrt(13)/(3*x^2 - 7), (x, 0, 1))
La integral del producto de una función por una constante es la constante por la integral de esta función:
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=3, c=-7, context=1/(3*x**2 - 7), symbol=x), False), (ArccothRule(a=1, b=3, c=-7, context=1/(3*x**2 - 7), symbol=x), x**2 > 7/3), (ArctanhRule(a=1, b=3, c=-7, context=1/(3*x**2 - 7), symbol=x), x**2 < 7/3)], context=1/(3*x**2 - 7), symbol=x)
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
// / ____\ \ || ____ |x*\/ 21 | | / ||-\/ 21 *acoth|--------| | | || \ 7 / 2 | | ____ ||------------------------ for x > 7/3| | \/ 13 ____ || 21 | | -------- dx = C + \/ 13 *|< | | 2 || / ____\ | | 3*x - 7 || ____ |x*\/ 21 | | | ||-\/ 21 *atanh|--------| | / || \ 7 / 2 | ||------------------------ for x < 7/3| \\ 21 /
/ / ____\ / / ____\\\ / / ____\ / / ____\\\ | ____ | \/ 21 | ____ | | \/ 21 ||| | ____ |\/ 21 | ____ | |\/ 21 ||| | \/ 21 *log|1 + ------| \/ 21 *|pi*I + log|-1 + ------||| | \/ 21 *log|------| \/ 21 *|pi*I + log|------||| ____ | \ 3 / \ \ 3 //| ____ | \ 3 / \ \ 3 //| \/ 13 *|- ---------------------- + --------------------------------| - \/ 13 *|- ------------------ + ---------------------------| \ 42 42 / \ 42 42 /
=
/ / ____\ / / ____\\\ / / ____\ / / ____\\\ | ____ | \/ 21 | ____ | | \/ 21 ||| | ____ |\/ 21 | ____ | |\/ 21 ||| | \/ 21 *log|1 + ------| \/ 21 *|pi*I + log|-1 + ------||| | \/ 21 *log|------| \/ 21 *|pi*I + log|------||| ____ | \ 3 / \ \ 3 //| ____ | \ 3 / \ \ 3 //| \/ 13 *|- ---------------------- + --------------------------------| - \/ 13 *|- ------------------ + ---------------------------| \ 42 42 / \ 42 42 /
sqrt(13)*(-sqrt(21)*log(1 + sqrt(21)/3)/42 + sqrt(21)*(pi*i + log(-1 + sqrt(21)/3))/42) - sqrt(13)*(-sqrt(21)*log(sqrt(21)/3)/42 + sqrt(21)*(pi*i + log(sqrt(21)/3))/42)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.