1 / | | 1 | -------------- dx | ___________ | / 2 | \/ 1 - 12*x | / 0
Integral(1/(sqrt(1 - 12*x^2)), (x, 0, 1))
TrigSubstitutionRule(theta=_theta, func=sqrt(3)*sin(_theta)/6, rewritten=sqrt(3)/6, substep=ConstantRule(constant=sqrt(3)/6, context=sqrt(3)/6, symbol=_theta), restriction=(x > -sqrt(3)/6) & (x < sqrt(3)/6), context=1/(sqrt(1 - 12*x**2)), symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | // ___ / ___\ / ___ ___\\ | 1 ||\/ 3 *asin\2*x*\/ 3 / | -\/ 3 \/ 3 || | -------------- dx = C + |<--------------------- for And|x > -------, x < -----|| | ___________ || 6 \ 6 6 /| | / 2 \\ / | \/ 1 - 12*x | /
___ / ___\ \/ 3 *asin\2*\/ 3 / ------------------- 6
=
___ / ___\ \/ 3 *asin\2*\/ 3 / ------------------- 6
sqrt(3)*asin(2*sqrt(3))/6
(0.40353652812756 - 0.598050458461005j)
(0.40353652812756 - 0.598050458461005j)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.