1 / | | / ___\ | |\/ x | | |-----| | | 2 | | \ x / | --------- dx | _______ | \/ x - 1 | / 0
Integral((sqrt(x)/x^2)/sqrt(x - 1), (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:
TrigSubstitutionRule(theta=_theta, func=sec(_theta), rewritten=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), restriction=(_u > -1) & (_u < 1), context=1/(_u**2*sqrt(_u**2 - 1)), symbol=_u)
Por lo tanto, el resultado es:
Si ahora sustituir más en:
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:
Hay varias maneras de calcular esta integral.
Vuelva a escribir el integrando:
TrigSubstitutionRule(theta=_theta, func=tan(_theta), rewritten=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), restriction=True, context=1/(_u**2*sqrt(_u**2 + 1) + sqrt(_u**2 + 1)), symbol=_u)
Vuelva a escribir el integrando:
TrigSubstitutionRule(theta=_theta, func=tan(_theta), rewritten=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), restriction=True, context=1/(_u**2*sqrt(_u**2 + 1) + sqrt(_u**2 + 1)), symbol=_u)
Por lo tanto, el resultado es:
Si ahora sustituir más en:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ | | / ___\ | |\/ x | | |-----| | | 2 | // ________ \ | \ x / ||\/ -1 + x | | --------- dx = C + 2*|<---------- for And(x >= 0, x < 1)| | _______ || ___ | | \/ x - 1 \\ \/ x / | /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.