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