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