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