oo / | | 1 | ---------------- dx | / 2\ | \1 + x /*acot(x) | / 1
Integral(1/((1 + x^2)*acot(x)), (x, 1, oo))
TrigSubstitutionRule(theta=_theta, func=tan(_theta), rewritten=1/acot(tan(_theta)), substep=URule(u_var=_u, u_func=acot(tan(_theta)), constant=-1, substep=ConstantTimesRule(constant=-1, other=1/_u, substep=ReciprocalRule(func=_u, context=1/_u, symbol=_u), context=1/_u, symbol=_u), context=1/acot(tan(_theta)), symbol=_theta), restriction=True, context=1/((x**2 + 1)*acot(x)), symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | | 1 | ---------------- dx = C - log(acot(x)) | / 2\ | \1 + x /*acot(x) | /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.