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