oo / | | 1 | ----------------- dx | / 2\ /x\ | \25 + x /*atan|-| | \5/ | / 5
Integral(1/((25 + x^2)*atan(x/5)), (x, 5, oo))
TrigSubstitutionRule(theta=_theta, func=5*tan(_theta), rewritten=1/(5*atan(tan(_theta))), substep=ConstantTimesRule(constant=1/5, other=1/atan(tan(_theta)), substep=URule(u_var=_u, u_func=atan(tan(_theta)), constant=1, substep=ReciprocalRule(func=_u, context=1/_u, symbol=_u), context=1/atan(tan(_theta)), symbol=_theta), context=1/(5*atan(tan(_theta))), symbol=_theta), restriction=True, context=1/((x**2 + 25)*atan(x/5)), symbol=x)
Añadimos la constante de integración:
Respuesta:
/ / /x\\ | log|atan|-|| | 1 \ \5// | ----------------- dx = C + ------------ | / 2\ /x\ 5 | \25 + x /*atan|-| | \5/ | /
/pi\ /pi\ log|--| log|--| \4 / \2 / - ------- + ------- 5 5
=
/pi\ /pi\ log|--| log|--| \4 / \2 / - ------- + ------- 5 5
-log(pi/4)/5 + log(pi/2)/5
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.