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