1 / | | ________ | / 2 | \/ 1 + x | ----------- dx | 4 | x | / 0
Integral(sqrt(1 + x^2)/x^4, (x, 0, 1))
TrigSubstitutionRule(theta=_theta, func=tan(_theta), rewritten=cos(_theta)/sin(_theta)**4, substep=URule(u_var=_u, u_func=sin(_theta), constant=1, substep=PowerRule(base=_u, exp=-4, context=_u**(-4), symbol=_u), context=cos(_theta)/sin(_theta)**4, symbol=_theta), restriction=True, context=sqrt(x**2 + 1)/x**4, symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | | ________ 3/2 | / 2 / 2\ | \/ 1 + x \1 + x / | ----------- dx = C - ----------- | 4 3 | x 3*x | /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.