1 / | | 2 | x | ------------------------ dx | ________ | 3 / 2\ / 2 | pi *\1 - x /*\/ 1 - x | / -1
Integral(x^2/(((pi^3*(1 - x^2))*sqrt(1 - x^2))), (x, -1, 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=sin(_theta), rewritten=-tan(_theta)**2/pi**3, substep=ConstantTimesRule(constant=-1/pi**3, 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/pi**3, symbol=_theta), restriction=(x > -1) & (x < 1), context=x**2/(pi**3*x**2*sqrt(1 - x**2) - pi**3*sqrt(1 - 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=sin(_theta), rewritten=-tan(_theta)**2/pi**3, substep=ConstantTimesRule(constant=-1/pi**3, 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/pi**3, symbol=_theta), restriction=(x > -1) & (x < 1), context=x**2/(pi**3*x**2*sqrt(1 - x**2) - pi**3*sqrt(1 - x**2)), symbol=x)
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ // / x \ \ | ||-|-asin(x) + -----------| | | 2 || | ________| | | x || | / 2 | | | ------------------------ dx = C - |< \ \/ 1 - x / | | ________ ||-------------------------- for And(x > -1, x < 1)| | 3 / 2\ / 2 || 3 | | pi *\1 - x /*\/ 1 - x || pi | | \\ / /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.