1 / | | 1 | ------------- dx | 3 | _________ | / 2 | \/ x + 25 | / 0
Integral(1/((sqrt(x^2 + 25))^3), (x, 0, 1))
Hay varias maneras de calcular esta integral.
Vuelva a escribir el integrando:
TrigSubstitutionRule(theta=_theta, func=5*tan(_theta), rewritten=cos(_theta)/25, substep=ConstantTimesRule(constant=1/25, other=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), context=cos(_theta)/25, symbol=_theta), restriction=True, context=1/(x**2*sqrt(x**2 + 25) + 25*sqrt(x**2 + 25)), symbol=x)
Vuelva a escribir el integrando:
TrigSubstitutionRule(theta=_theta, func=5*tan(_theta), rewritten=cos(_theta)/25, substep=ConstantTimesRule(constant=1/25, other=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), context=cos(_theta)/25, symbol=_theta), restriction=True, context=1/(x**2*sqrt(x**2 + 25) + 25*sqrt(x**2 + 25)), symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | | 1 x | ------------- dx = C + --------------- | 3 _________ | _________ / 2 | / 2 25*\/ 25 + x | \/ x + 25 | /
____ \/ 26 ------ 650
=
____ \/ 26 ------ 650
sqrt(26)/650
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.