1 / | | 2 | x | ------------- dx | 3 | _________ | / 2 | \/ 36 - x | / 0
Integral(x^2/(sqrt(36 - x^2))^3, (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=6*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 > -6) & (x < 6), context=x**2/(x**2*sqrt(36 - x**2) - 36*sqrt(36 - 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=6*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 > -6) & (x < 6), context=x**2/(x**2*sqrt(36 - x**2) - 36*sqrt(36 - 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 > -6, x < 6)| | ------------- dx = C - |< _________ \6/ | | 3 || / 2 | | _________ \\ \/ 36 - x / | / 2 | \/ 36 - x | /
____ \/ 35 -asin(1/6) + ------ 35
=
____ \/ 35 -asin(1/6) + ------ 35
-asin(1/6) + sqrt(35)/35
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.