3 / | | 2 | x | -------------- dx | ________ | / 2 | pi*\/ 9 - x | / -3
Integral(x^2/((pi*sqrt(9 - x^2))), (x, -3, 3))
TrigSubstitutionRule(theta=_theta, func=3*sin(_theta), rewritten=9*sin(_theta)**2/pi, substep=ConstantTimesRule(constant=9/pi, other=sin(_theta)**2, substep=RewriteRule(rewritten=1/2 - cos(2*_theta)/2, substep=AddRule(substeps=[ConstantRule(constant=1/2, context=1/2, symbol=_theta), ConstantTimesRule(constant=-1/2, other=cos(2*_theta), substep=URule(u_var=_u, u_func=2*_theta, constant=1/2, substep=ConstantTimesRule(constant=1/2, other=cos(_u), substep=TrigRule(func='cos', arg=_u, context=cos(_u), symbol=_u), context=cos(_u), symbol=_u), context=cos(2*_theta), symbol=_theta), context=-cos(2*_theta)/2, symbol=_theta)], context=1/2 - cos(2*_theta)/2, symbol=_theta), context=sin(_theta)**2, symbol=_theta), context=9*sin(_theta)**2/pi, symbol=_theta), restriction=(x > -3) & (x < 3), context=x**2/((pi*sqrt(9 - x**2))), symbol=x)
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ | // / /x\ ________\ \ | 2 || |asin|-| / 2 | | | x || | \3/ x*\/ 9 - x | | | -------------- dx = C + |<9*|------- - -------------| | | ________ || \ 2 18 / | | / 2 ||--------------------------- for And(x > -3, x < 3)| | pi*\/ 9 - x \\ pi / | /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.