3.648 \(\int \frac{e^x}{\sqrt{1-e^{2 x}}} \, dx\)

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

[Out]

ArcSin[E^x]

________________________________________________________________________________________

Rubi [A]  time = 0.0226324, antiderivative size = 4, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.118, Rules used = {2249, 216} \[ \sin ^{-1}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Int[E^x/Sqrt[1 - E^(2*x)],x]

[Out]

ArcSin[E^x]

Rule 2249

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]

Rule 216

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

Rubi steps

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

Mathematica [A]  time = 0.0041817, size = 4, normalized size = 1. \[ \sin ^{-1}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[E^x/Sqrt[1 - E^(2*x)],x]

[Out]

ArcSin[E^x]

________________________________________________________________________________________

Maple [A]  time = 0.058, size = 4, normalized size = 1. \begin{align*} \arcsin \left ({{\rm e}^{x}} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x)/(1-exp(2*x))^(1/2),x)

[Out]

arcsin(exp(x))

________________________________________________________________________________________

Maxima [A]  time = 1.4503, size = 4, normalized size = 1. \begin{align*} \arcsin \left (e^{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/(1-exp(2*x))^(1/2),x, algorithm="maxima")

[Out]

arcsin(e^x)

________________________________________________________________________________________

Fricas [B]  time = 0.76985, size = 59, normalized size = 14.75 \begin{align*} -2 \, \arctan \left ({\left (\sqrt{-e^{\left (2 \, x\right )} + 1} - 1\right )} e^{\left (-x\right )}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/(1-exp(2*x))^(1/2),x, algorithm="fricas")

[Out]

-2*arctan((sqrt(-e^(2*x) + 1) - 1)*e^(-x))

________________________________________________________________________________________

Sympy [A]  time = 0.671693, size = 3, normalized size = 0.75 \begin{align*} \operatorname{asin}{\left (e^{x} \right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/(1-exp(2*x))**(1/2),x)

[Out]

asin(exp(x))

________________________________________________________________________________________

Giac [A]  time = 1.36482, size = 4, normalized size = 1. \begin{align*} \arcsin \left (e^{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/(1-exp(2*x))^(1/2),x, algorithm="giac")

[Out]

arcsin(e^x)