2 / | | 1 | ------------- dx | __________ | / 2 | \/ 9*x - 1 | / 1
Integral(1/(sqrt(9*x^2 - 1)), (x, 1, 2))
TrigSubstitutionRule(theta=_theta, func=sec(_theta)/3, rewritten=sec(_theta)/3, substep=ConstantTimesRule(constant=1/3, other=sec(_theta), substep=RewriteRule(rewritten=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), substep=AlternativeRule(alternatives=[URule(u_var=_u, u_func=tan(_theta) + sec(_theta), constant=1, substep=ReciprocalRule(func=_u, context=1/_u, symbol=_u), context=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), symbol=_theta)], context=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), symbol=_theta), context=sec(_theta), symbol=_theta), context=sec(_theta)/3, symbol=_theta), restriction=(x > -1/3) & (x < 1/3), context=1/(sqrt(9*x**2 - 1)), symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | // / ___________ \ \ | 1 || | / 2 | | | ------------- dx = C + |-1/3, x < 1/3)| | / 2 \\ 3 / | \/ 9*x - 1 | /
acosh(3) acosh(6) - -------- + -------- 3 3
=
acosh(3) acosh(6) - -------- + -------- 3 3
-acosh(3)/3 + acosh(6)/3
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.