2 / | | 1 | -------------------- dx | ________ | / 2\ / 2 | \4 + x /*\/ 4 + x | / 0
Integral(1/((4 + x^2)*sqrt(4 + x^2)), (x, 0, 2))
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 + ------------- | ________ ________ | / 2\ / 2 / 2 | \4 + x /*\/ 4 + x 4*\/ 4 + x | /
___ \/ 2 ----- 8
=
___ \/ 2 ----- 8
sqrt(2)/8
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.