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