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