1 / | | _________ | / 2 | \/ x - 16 | ------------ dx | x | / 0
Integral(sqrt(x^2 - 16)/x, (x, 0, 1))
TrigSubstitutionRule(theta=_theta, func=4*sec(_theta), rewritten=4*tan(_theta)**2, substep=ConstantTimesRule(constant=4, other=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), context=4*tan(_theta)**2, symbol=_theta), restriction=(x > -4) & (x < 4), context=sqrt(x**2 - 16)/x, symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | | _________ | / 2 // __________ \ | \/ x - 16 || / 2 /4\ | | ------------ dx = C + |<\/ -16 + x - 4*acos|-| for And(x > -4, x < 4)| | x || \x/ | | \\ / /
____ oo*I + I*\/ 15 - 4*I*acosh(4)
=
____ oo*I + I*\/ 15 - 4*I*acosh(4)
oo*i + i*sqrt(15) - 4*i*acosh(4)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.