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