1 / | | 1 | -------------- dt | ________ | 2 / 2 | t *\/ t - 1 | / 0
Integral(1/(t^2*sqrt(t^2 - 1)), (t, 0, 1))
TrigSubstitutionRule(theta=_theta, func=sec(_theta), rewritten=cos(_theta), substep=TrigRule(func='cos', arg=_theta, context=cos(_theta), symbol=_theta), restriction=(t > -1) & (t < 1), context=1/(t**2*sqrt(t**2 - 1)), symbol=t)
Añadimos la constante de integración:
Respuesta:
/ | // _________ \ | 1 || / 2 | | -------------- dt = C + |<\/ -1 + t | | ________ ||------------ for And(t > -1, t < 1)| | 2 / 2 \\ t / | t *\/ t - 1 | /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.