1 / | | 2 | x | ----------- dx | 3/2 | / 2\ | \9 - x / | / 0
Integral(x^2/(9 - x^2)^(3/2), (x, 0, 1))
Hay varias maneras de calcular esta integral.
Vuelva a escribir el integrando:
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=3*sin(_theta), rewritten=-tan(_theta)**2, substep=ConstantTimesRule(constant=-1, other=tan(_theta)**2, substep=RewriteRule(rewritten=sec(_theta)**2 - 1, substep=AddRule(substeps=[TrigRule(func='sec**2', arg=_theta, context=sec(_theta)**2, symbol=_theta), ConstantRule(constant=-1, context=-1, symbol=_theta)], context=sec(_theta)**2 - 1, symbol=_theta), context=tan(_theta)**2, symbol=_theta), context=-tan(_theta)**2, symbol=_theta), restriction=(x > -3) & (x < 3), context=x**2/(x**2*sqrt(9 - x**2) - 9*sqrt(9 - x**2)), symbol=x)
Por lo tanto, el resultado es:
Vuelva a escribir el integrando:
Vuelva a escribir el integrando:
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=3*sin(_theta), rewritten=-tan(_theta)**2, substep=ConstantTimesRule(constant=-1, other=tan(_theta)**2, substep=RewriteRule(rewritten=sec(_theta)**2 - 1, substep=AddRule(substeps=[TrigRule(func='sec**2', arg=_theta, context=sec(_theta)**2, symbol=_theta), ConstantRule(constant=-1, context=-1, symbol=_theta)], context=sec(_theta)**2 - 1, symbol=_theta), context=tan(_theta)**2, symbol=_theta), context=-tan(_theta)**2, symbol=_theta), restriction=(x > -3) & (x < 3), context=x**2/(x**2*sqrt(9 - x**2) - 9*sqrt(9 - x**2)), symbol=x)
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ | | 2 // x /x\ \ | x ||- ----------- + asin|-| for And(x > -3, x < 3)| | ----------- dx = C - |< ________ \3/ | | 3/2 || / 2 | | / 2\ \\ \/ 9 - x / | \9 - x / | /
___ \/ 2 -asin(1/3) + ----- 4
=
___ \/ 2 -asin(1/3) + ----- 4
-asin(1/3) + sqrt(2)/4
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.