3.9 \(\int \frac {\sin (x)}{x} \, dx\)

Optimal. Leaf size=2 \[ \text {Si}(x) \]

[Out]

Si(x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 2, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {3299} \[ \text {Si}(x) \]

Antiderivative was successfully verified.

[In]

Int[Sin[x]/x,x]

[Out]

SinIntegral[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 \frac {\sin (x)}{x} \, dx &=\text {Si}(x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 2, normalized size = 1.00 \[ \text {Si}(x) \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[x]/x,x]

[Out]

SinIntegral[x]

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 2, normalized size = 1.00 \[ \operatorname {Si}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

sin_integral(x)

________________________________________________________________________________________

giac [A]  time = 1.03, size = 2, normalized size = 1.00 \[ \operatorname {Si}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

sin_integral(x)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 3, normalized size = 1.50 \[ \Si \relax (x ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(x)/x,x)

[Out]

Si(x)

________________________________________________________________________________________

maxima [C]  time = 0.54, size = 13, normalized size = 6.50 \[ -\frac {1}{2} i \, {\rm Ei}\left (i \, x\right ) + \frac {1}{2} i \, {\rm Ei}\left (-i \, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.50 \[ \mathrm {sinint}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(x)/x,x)

[Out]

sinint(x)

________________________________________________________________________________________

sympy [A]  time = 0.61, size = 2, normalized size = 1.00 \[ \operatorname {Si}{\relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)/x,x)

[Out]

Si(x)

________________________________________________________________________________________