\(\int \frac {e^x}{4+e^{2 x}} \, dx\) [637]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [B] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 13, antiderivative size = 12 \[ \int \frac {e^x}{4+e^{2 x}} \, dx=\frac {1}{2} \arctan \left (\frac {e^x}{2}\right ) \]

[Out]

1/2*arctan(1/2*exp(x))

Rubi [A] (verified)

Time = 0.02 (sec) , antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {2281, 209} \[ \int \frac {e^x}{4+e^{2 x}} \, dx=\frac {1}{2} \arctan \left (\frac {e^x}{2}\right ) \]

[In]

Int[E^x/(4 + E^(2*x)),x]

[Out]

ArcTan[E^x/2]/2

Rule 209

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

Rule 2281

Int[((a_) + (b_.)*(F_)^((e_.)*((c_.) + (d_.)*(x_))))^(p_.)*(G_)^((h_.)*((f_.) + (g_.)*(x_))), x_Symbol] :> Wit
h[{m = FullSimplify[d*e*(Log[F]/(g*h*Log[G]))]}, Dist[Denominator[m]/(g*h*Log[G]), Subst[Int[x^(Denominator[m]
 - 1)*(a + b*F^(c*e - d*e*(f/g))*x^Numerator[m])^p, x], x, G^(h*((f + g*x)/Denominator[m]))], x] /; LtQ[m, -1]
 || GtQ[m, 1]] /; FreeQ[{F, G, a, b, c, d, e, f, g, h, p}, x]

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

Mathematica [A] (verified)

Time = 0.02 (sec) , antiderivative size = 12, normalized size of antiderivative = 1.00 \[ \int \frac {e^x}{4+e^{2 x}} \, dx=\frac {1}{2} \arctan \left (\frac {e^x}{2}\right ) \]

[In]

Integrate[E^x/(4 + E^(2*x)),x]

[Out]

ArcTan[E^x/2]/2

Maple [A] (verified)

Time = 0.04 (sec) , antiderivative size = 8, normalized size of antiderivative = 0.67

method result size
default \(\frac {\arctan \left (\frac {{\mathrm e}^{x}}{2}\right )}{2}\) \(8\)
risch \(\frac {i \ln \left ({\mathrm e}^{x}+2 i\right )}{4}-\frac {i \ln \left ({\mathrm e}^{x}-2 i\right )}{4}\) \(20\)

[In]

int(exp(x)/(4+exp(2*x)),x,method=_RETURNVERBOSE)

[Out]

1/2*arctan(1/2*exp(x))

Fricas [A] (verification not implemented)

none

Time = 0.30 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.58 \[ \int \frac {e^x}{4+e^{2 x}} \, dx=\frac {1}{2} \, \arctan \left (\frac {1}{2} \, e^{x}\right ) \]

[In]

integrate(exp(x)/(4+exp(2*x)),x, algorithm="fricas")

[Out]

1/2*arctan(1/2*e^x)

Sympy [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 15 vs. \(2 (7) = 14\).

Time = 0.05 (sec) , antiderivative size = 15, normalized size of antiderivative = 1.25 \[ \int \frac {e^x}{4+e^{2 x}} \, dx=\operatorname {RootSum} {\left (16 z^{2} + 1, \left ( i \mapsto i \log {\left (8 i + e^{x} \right )} \right )\right )} \]

[In]

integrate(exp(x)/(4+exp(2*x)),x)

[Out]

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

Maxima [A] (verification not implemented)

none

Time = 0.27 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.58 \[ \int \frac {e^x}{4+e^{2 x}} \, dx=\frac {1}{2} \, \arctan \left (\frac {1}{2} \, e^{x}\right ) \]

[In]

integrate(exp(x)/(4+exp(2*x)),x, algorithm="maxima")

[Out]

1/2*arctan(1/2*e^x)

Giac [A] (verification not implemented)

none

Time = 0.31 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.58 \[ \int \frac {e^x}{4+e^{2 x}} \, dx=\frac {1}{2} \, \arctan \left (\frac {1}{2} \, e^{x}\right ) \]

[In]

integrate(exp(x)/(4+exp(2*x)),x, algorithm="giac")

[Out]

1/2*arctan(1/2*e^x)

Mupad [B] (verification not implemented)

Time = 0.26 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.58 \[ \int \frac {e^x}{4+e^{2 x}} \, dx=\frac {\mathrm {atan}\left (\frac {{\mathrm {e}}^x}{2}\right )}{2} \]

[In]

int(exp(x)/(exp(2*x) + 4),x)

[Out]

atan(exp(x)/2)/2