3.714 \(\int e^{\tan (x)} \sec ^2(x) \, dx\)

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

[Out]

E^Tan[x]

________________________________________________________________________________________

Rubi [A]  time = 0.0123224, antiderivative size = 4, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 9, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.222, Rules used = {4342, 2194} \[ e^{\tan (x)} \]

Antiderivative was successfully verified.

[In]

Int[E^Tan[x]*Sec[x]^2,x]

[Out]

E^Tan[x]

Rule 4342

Int[(u_)*(F_)[(c_.)*((a_.) + (b_.)*(x_))]^2, x_Symbol] :> With[{d = FreeFactors[Tan[c*(a + b*x)], x]}, Dist[d/
(b*c), Subst[Int[SubstFor[1, Tan[c*(a + b*x)]/d, u, x], x], x, Tan[c*(a + b*x)]/d], x] /; FunctionOfQ[Tan[c*(a
 + b*x)]/d, u, x, True]] /; FreeQ[{a, b, c}, x] && NonsumQ[u] && (EqQ[F, Sec] || EqQ[F, sec])

Rule 2194

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

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

Mathematica [A]  time = 0.0600031, size = 4, normalized size = 1. \[ e^{\tan (x)} \]

Antiderivative was successfully verified.

[In]

Integrate[E^Tan[x]*Sec[x]^2,x]

[Out]

E^Tan[x]

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(tan(x))*sec(x)^2,x)

[Out]

exp(tan(x))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(tan(x))*sec(x)^2,x, algorithm="maxima")

[Out]

e^tan(x)

________________________________________________________________________________________

Fricas [B]  time = 1.98432, size = 26, normalized size = 6.5 \begin{align*} e^{\frac{\sin \left (x\right )}{\cos \left (x\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(tan(x))*sec(x)^2,x, algorithm="fricas")

[Out]

e^(sin(x)/cos(x))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(tan(x))*sec(x)**2,x)

[Out]

exp(tan(x))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(tan(x))*sec(x)^2,x, algorithm="giac")

[Out]

e^tan(x)