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