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