1 / | | _________ | / 2 4 | / x - -- | \/ 25 | ------------- dx | x | / 0
Integral(sqrt(x^2 - 4/25)/x, (x, 0, 1))
Hay varias maneras de calcular esta integral.
que .
Luego que y ponemos :
La integral del producto de una función por una constante es la constante por la integral de esta función:
que .
Luego que y ponemos :
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=2*sec(_theta)/5, rewritten=2*tan(_theta)**2, substep=ConstantTimesRule(constant=2, other=tan(_theta)**2, substep=RewriteRule(rewritten=sec(_theta)**2 - 1, substep=AddRule(substeps=[TrigRule(func='sec**2', arg=_theta, context=sec(_theta)**2, symbol=_theta), ConstantRule(constant=-1, context=-1, symbol=_theta)], context=sec(_theta)**2 - 1, symbol=_theta), context=tan(_theta)**2, symbol=_theta), context=2*tan(_theta)**2, symbol=_theta), restriction=(_u > -2/5) & (_u < 2/5), context=sqrt(25*_u**2 - 4)/_u, symbol=_u)
Por lo tanto, el resultado es:
Si ahora sustituir más en:
Por lo tanto, el resultado es:
Si ahora sustituir más en:
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=2*sec(_theta)/5, rewritten=2*tan(_theta)**2, substep=ConstantTimesRule(constant=2, other=tan(_theta)**2, substep=RewriteRule(rewritten=sec(_theta)**2 - 1, substep=AddRule(substeps=[TrigRule(func='sec**2', arg=_theta, context=sec(_theta)**2, symbol=_theta), ConstantRule(constant=-1, context=-1, symbol=_theta)], context=sec(_theta)**2 - 1, symbol=_theta), context=tan(_theta)**2, symbol=_theta), context=2*tan(_theta)**2, symbol=_theta), restriction=(x > -2/5) & (x < 2/5), context=sqrt(25*x**2 - 4)/x, symbol=x)
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ | / ____________ | _________ | / 2 / 2 \ | / 2 4 <\/ -4 + 25*x - 2*acos|---| for Or(And(x > -2/5, x < 0), And(x > 0, x < 2/5)) | / x - -- | \5*x/ | \/ 25 \ | ------------- dx = C + --------------------------------------------------------------------------------- | x 5 | /
____ pi \/ 21 2*asin(2/5) oo*I - -- + ------ + ----------- 5 5 5
=
____ pi \/ 21 2*asin(2/5) oo*I - -- + ------ + ----------- 5 5 5
oo*i - pi/5 + sqrt(21)/5 + 2*asin(2/5)/5
(0.453060413219869 + 17.1467645903792j)
(0.453060413219869 + 17.1467645903792j)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.