b / | | 1 | ------------ dx | 3/2 | /1 2\ | |-- + x | | | 2 | | \8 / | / a
Integral(1/(((1/8)^2 + x^2)^(3/2)), (x, a, b))
Hay varias maneras de calcular esta integral.
Vuelva a escribir el integrando:
La integral del producto de una función por una constante es la constante por la integral de esta función:
TrigSubstitutionRule(theta=_theta, func=tan(_theta)/8, rewritten=cos(_theta)/8, substep=ConstantTimesRule(constant=1/8, other=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), context=cos(_theta)/8, symbol=_theta), restriction=True, context=1/(64*x**2*sqrt(64*x**2 + 1) + sqrt(64*x**2 + 1)), symbol=x)
Por lo tanto, el resultado es:
Vuelva a escribir el integrando:
Vuelva a escribir el integrando:
La integral del producto de una función por una constante es la constante por la integral de esta función:
TrigSubstitutionRule(theta=_theta, func=tan(_theta)/8, rewritten=cos(_theta)/8, substep=ConstantTimesRule(constant=1/8, other=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), context=cos(_theta)/8, symbol=_theta), restriction=True, context=1/(64*x**2*sqrt(64*x**2 + 1) + sqrt(64*x**2 + 1)), symbol=x)
Por lo tanto, el resultado es:
Añadimos la constante de integración:
Respuesta:
/ | | 1 512*x | ------------ dx = C + -------------- | 3/2 ___________ | /1 2\ / 2 | |-- + x | \/ 1 + 64*x | | 2 | | \8 / | /
512*a 512*b - -------------- + -------------- ___________ ___________ / 2 / 2 \/ 1 + 64*a \/ 1 + 64*b
=
512*a 512*b - -------------- + -------------- ___________ ___________ / 2 / 2 \/ 1 + 64*a \/ 1 + 64*b
-512*a/sqrt(1 + 64*a^2) + 512*b/sqrt(1 + 64*b^2)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.