5 / | | _________ | / 2 | \/ 25 + x | ------------ dx | 2 | 25 + x | / 0
Integral(sqrt(25 + x^2)/(25 + x^2), (x, 0, 5))
TrigSubstitutionRule(theta=_theta, func=5*tan(_theta), rewritten=sec(_theta), substep=RewriteRule(rewritten=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), substep=AlternativeRule(alternatives=[URule(u_var=_u, u_func=tan(_theta) + sec(_theta), constant=1, substep=ReciprocalRule(func=_u, context=1/_u, symbol=_u), context=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), symbol=_theta)], context=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), symbol=_theta), context=sec(_theta), symbol=_theta), restriction=True, context=sqrt(x**2 + 25)/(x**2 + 25), symbol=x)
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ | | _________ / ________ \ | / 2 | / 2 | | \/ 25 + x | / x x| | ------------ dx = C + log| / 1 + -- + -| | 2 \\/ 25 5/ | 25 + x | /
/ ___\ log\1 + \/ 2 /
=
/ ___\ log\1 + \/ 2 /
log(1 + sqrt(2))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.