1 / | | 1 | -------------- dx | ________ | 2 / 2 | x *\/ x - 1 | / 1
Integral(1/(x^2*sqrt(x^2 - 1)), (x, 1, 1))
TrigSubstitutionRule(theta=_theta, func=sec(_theta), rewritten=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), restriction=(x > -1) & (x < 1), context=1/(x**2*sqrt(x**2 - 1)), symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | // _________ \ | 1 || / 2 | | -------------- dx = C + |<\/ -1 + x | | ________ ||------------ for And(x > -1, x < 1)| | 2 / 2 \\ x / | x *\/ x - 1 | /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.