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