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