1 / | | log(x) | ------ dx | 2 | x - 1 | / 0
Integral(log(x)/(x^2 - 1), (x, 0, 1))
Usamos la integración por partes:
que y que .
Entonces .
Para buscar :
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=1, c=-1, context=1/(x**2 - 1), symbol=x), False), (ArccothRule(a=1, b=1, c=-1, context=1/(x**2 - 1), symbol=x), x**2 > 1), (ArctanhRule(a=1, b=1, c=-1, context=1/(x**2 - 1), symbol=x), x**2 < 1)], context=1/(x**2 - 1), symbol=x)
Ahora resolvemos podintegral.
No puedo encontrar los pasos en la búsqueda de esta integral.
Pero la integral
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
// / \ || | | || | acoth(x) | || - | -------- dx for x < -1| || | x | || | | || / | || | || -1 -1 | || / / / | / || | | | | | || | acoth(x) | atanh(x) | atanh(x) | // 2 \ | log(x) || - | -------- dx - | -------- dx + | -------- dx for x < 1 | ||-acoth(x) for x > 1| | ------ dx = C - |< | x | x | x | + |< |*log(x) | 2 || | | | | || 2 | | x - 1 || / / / | \\-atanh(x) for x < 1/ | || | / || | || -1 1 1 -1 | || / / / / / | || | | | | | | || | acoth(x) | acoth(x) | atanh(x) | acoth(x) | atanh(x) | ||- | -------- dx - | -------- dx - | -------- dx + | -------- dx + | -------- dx otherwise | || | x | x | x | x | x | || | | | | | | || / / / / / | \\ /
1 / | | log(x) | ---------------- dx | (1 + x)*(-1 + x) | / 0
=
1 / | | log(x) | ---------------- dx | (1 + x)*(-1 + x) | / 0
Integral(log(x)/((1 + x)*(-1 + x)), (x, 0, 1))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.