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