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