6 / | | ________ | / 2 | \/ x - 9 | ----------- dx | 4 | x | / 3
Integral(sqrt(x^2 - 9)/x^4, (x, 3, 6))
TrigSubstitutionRule(theta=_theta, func=3*sec(_theta), rewritten=sin(_theta)**2*cos(_theta)/9, substep=ConstantTimesRule(constant=1/9, other=sin(_theta)**2*cos(_theta), substep=URule(u_var=_u, u_func=sin(_theta), constant=1, substep=PowerRule(base=_u, exp=2, context=_u**2, symbol=_u), context=sin(_theta)**2*cos(_theta), symbol=_theta), context=sin(_theta)**2*cos(_theta)/9, symbol=_theta), restriction=(x > -3) & (x < 3), context=sqrt(x**2 - 9)/x**4, symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | | ________ // 3/2 \ | / 2 ||/ 2\ | | \/ x - 9 ||\-9 + x / | | ----------- dx = C + |<------------ for And(x > -3, x < 3)| | 4 || 3 | | x || 27*x | | \\ / /
___ \/ 3 ----- 72
=
___ \/ 3 ----- 72
sqrt(3)/72
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.