3.718 \(\int \frac {1}{e^{-x}+e^x} \, dx\)

Optimal. Leaf size=4 \[ \tan ^{-1}\left (e^x\right ) \]

[Out]

arctan(exp(x))

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 4, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {2282, 203} \[ \tan ^{-1}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Int[(E^(-x) + E^x)^(-1),x]

[Out]

ArcTan[E^x]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 2282

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rubi steps

\begin {align*} \int \frac {1}{e^{-x}+e^x} \, dx &=\operatorname {Subst}\left (\int \frac {1}{1+x^2} \, dx,x,e^x\right )\\ &=\tan ^{-1}\left (e^x\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 4, normalized size = 1.00 \[ \tan ^{-1}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(E^(-x) + E^x)^(-1),x]

[Out]

ArcTan[E^x]

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 3, normalized size = 0.75 \[ \arctan \left (e^{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(exp(-x)+exp(x)),x, algorithm="fricas")

[Out]

arctan(e^x)

________________________________________________________________________________________

giac [A]  time = 0.20, size = 3, normalized size = 0.75 \[ \arctan \left (e^{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(exp(-x)+exp(x)),x, algorithm="giac")

[Out]

arctan(e^x)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 4, normalized size = 1.00 \[ \arctan \left ({\mathrm e}^{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(exp(-x)+exp(x)),x)

[Out]

arctan(exp(x))

________________________________________________________________________________________

maxima [B]  time = 2.16, size = 7, normalized size = 1.75 \[ -\arctan \left (e^{\left (-x\right )}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(exp(-x)+exp(x)),x, algorithm="maxima")

[Out]

-arctan(e^(-x))

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 3, normalized size = 0.75 \[ \mathrm {atan}\left ({\mathrm {e}}^x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(exp(-x) + exp(x)),x)

[Out]

atan(exp(x))

________________________________________________________________________________________

sympy [B]  time = 0.11, size = 15, normalized size = 3.75 \[ \operatorname {RootSum} {\left (4 z^{2} + 1, \left (i \mapsto i \log {\left (2 i + e^{x} \right )} \right )\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(exp(-x)+exp(x)),x)

[Out]

RootSum(4*_z**2 + 1, Lambda(_i, _i*log(2*_i + exp(x))))

________________________________________________________________________________________