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