oo / | | x | ------------ dx | 5 | ________ | 3 / 2 | \/ 1 - x | / 1
Integral(x/((1 - x^2)^(1/3))^5, (x, 1, oo))
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=-sin(_theta)/cos(_theta)**(7/3), substep=ConstantTimesRule(constant=-1, other=sin(_theta)/cos(_theta)**(7/3), substep=URule(u_var=_u, u_func=cos(_theta), constant=-1, substep=ConstantTimesRule(constant=-1, other=_u**(-7/3), substep=PowerRule(base=_u, exp=-7/3, context=_u**(-7/3), symbol=_u), context=_u**(-7/3), symbol=_u), context=sin(_theta)/cos(_theta)**(7/3), symbol=_theta), context=-sin(_theta)/cos(_theta)**(7/3), symbol=_theta), restriction=(x > -1) & (x < 1), context=x/(x**2*(1 - x**2)**(2/3) - (1 - x**2)**(2/3)), 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=-sin(_theta)/cos(_theta)**(7/3), substep=ConstantTimesRule(constant=-1, other=sin(_theta)/cos(_theta)**(7/3), substep=URule(u_var=_u, u_func=cos(_theta), constant=-1, substep=ConstantTimesRule(constant=-1, other=_u**(-7/3), substep=PowerRule(base=_u, exp=-7/3, context=_u**(-7/3), symbol=_u), context=_u**(-7/3), symbol=_u), context=sin(_theta)/cos(_theta)**(7/3), symbol=_theta), context=-sin(_theta)/cos(_theta)**(7/3), symbol=_theta), restriction=(x > -1) & (x < 1), context=x/(x**2*(1 - x**2)**(2/3) - (1 - x**2)**(2/3)), symbol=x)
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ | // -3 \ | x ||------------- for And(x > -1, x < 1)| | ------------ dx = C - |< 2/3 | | 5 || / 2\ | | ________ \\4*\1 - x / / | 3 / 2 | \/ 1 - x | /
/3 ____\ oo*sign\\/ -2 /
=
/3 ____\ oo*sign\\/ -2 /
oo*sign((-2)^(1/3))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.