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