3.10 \(\int \sin (e^x) \, dx\)

Optimal. Leaf size=4 \[ \text {Si}\left (e^x\right ) \]

[Out]

Si(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 = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {2282, 3299} \[ \text {Si}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Int[Sin[E^x],x]

[Out]

SinIntegral[E^x]

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]]]

Rule 3299

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[SinIntegral[e + f*x]/d, x] /; FreeQ[{c, d,
 e, f}, x] && EqQ[d*e - c*f, 0]

Rubi steps

\begin {align*} \int \sin \left (e^x\right ) \, dx &=\operatorname {Subst}\left (\int \frac {\sin (x)}{x} \, dx,x,e^x\right )\\ &=\text {Si}\left (e^x\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 4, normalized size = 1.00 \[ \text {Si}\left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[E^x],x]

[Out]

SinIntegral[E^x]

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(exp(x)),x, algorithm="fricas")

[Out]

sin_integral(e^x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(exp(x)),x, algorithm="giac")

[Out]

sin_integral(e^x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(exp(x)),x)

[Out]

Si(exp(x))

________________________________________________________________________________________

maxima [C]  time = 0.83, size = 15, normalized size = 3.75 \[ -\frac {1}{2} i \, {\rm Ei}\left (i \, e^{x}\right ) + \frac {1}{2} i \, {\rm Ei}\left (-i \, e^{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(exp(x)),x, algorithm="maxima")

[Out]

-1/2*I*Ei(I*e^x) + 1/2*I*Ei(-I*e^x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.25 \[ \mathrm {sinint}\left ({\mathrm {e}}^x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(exp(x)),x)

[Out]

sinint(exp(x))

________________________________________________________________________________________

sympy [A]  time = 0.63, size = 3, normalized size = 0.75 \[ \operatorname {Si}{\left (e^{x} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(exp(x)),x)

[Out]

Si(exp(x))

________________________________________________________________________________________