1 / | | ___ | \/ 2 | ----------- dx | ________ | / 2 | \/ 7 - x | / 0
Integral(sqrt(2)/sqrt(7 - x^2), (x, 0, 1))
La integral del producto de una función por una constante es la constante por la integral de esta función:
TrigSubstitutionRule(theta=_theta, func=sqrt(7)*sin(_theta), rewritten=1, substep=ConstantRule(constant=1, context=1, symbol=_theta), restriction=(x < sqrt(7)) & (x > -sqrt(7)), context=1/(sqrt(7 - x**2)), symbol=x)
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ | | ___ // / ___\ \ | \/ 2 ___ || |x*\/ 7 | / ___ ___\| | ----------- dx = C + \/ 2 *|-\/ 7 , x < \/ 7 /| | ________ || \ 7 / | | / 2 \\ / | \/ 7 - x | /
/ ___\ ___ |\/ 7 | \/ 2 *asin|-----| \ 7 /
=
/ ___\ ___ |\/ 7 | \/ 2 *asin|-----| \ 7 /
sqrt(2)*asin(sqrt(7)/7)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.