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