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