3.41 \(\int \frac{\sin (b x) \text{Si}(b x)}{x} \, dx\)

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

[Out]

SinIntegral[b*x]^2/2

________________________________________________________________________________________

Rubi [A]  time = 0.020708, antiderivative size = 10, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.083, Rules used = {6686} \[ \frac{\text{Si}(b x)^2}{2} \]

Antiderivative was successfully verified.

[In]

Int[(Sin[b*x]*SinIntegral[b*x])/x,x]

[Out]

SinIntegral[b*x]^2/2

Rule 6686

Int[(u_)*(y_)^(m_.), x_Symbol] :> With[{q = DerivativeDivides[y, u, x]}, Simp[(q*y^(m + 1))/(m + 1), x] /;  !F
alseQ[q]] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin{align*} \int \frac{\sin (b x) \text{Si}(b x)}{x} \, dx &=\frac{\text{Si}(b x)^2}{2}\\ \end{align*}

Mathematica [C]  time = 0.0142256, size = 26, normalized size = 2.6 \[ \frac{\text{Si}(b x)^2 \sin (b x)}{2 b x \text{sinc}(b x)} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[(Sin[b*x]*SinIntegral[b*x])/x,x]

[Out]

(Sin[b*x]*SinIntegral[b*x]^2)/(2*b*x*Sinc[b*x])

________________________________________________________________________________________

Maple [A]  time = 0.041, size = 9, normalized size = 0.9 \begin{align*}{\frac{ \left ({\it Si} \left ( bx \right ) \right ) ^{2}}{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(Si(b*x)*sin(b*x)/x,x)

[Out]

1/2*Si(b*x)^2

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\rm Si}\left (b x\right ) \sin \left (b x\right )}{x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Si(b*x)*sin(b*x)/x,x, algorithm="maxima")

[Out]

integrate(Si(b*x)*sin(b*x)/x, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sin \left (b x\right ) \operatorname{Si}\left (b x\right )}{x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Si(b*x)*sin(b*x)/x,x, algorithm="fricas")

[Out]

integral(sin(b*x)*sin_integral(b*x)/x, x)

________________________________________________________________________________________

Sympy [A]  time = 1.06016, size = 7, normalized size = 0.7 \begin{align*} \frac{\operatorname{Si}^{2}{\left (b x \right )}}{2} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Si(b*x)*sin(b*x)/x,x)

[Out]

Si(b*x)**2/2

________________________________________________________________________________________

Giac [A]  time = 1.14573, size = 11, normalized size = 1.1 \begin{align*} \frac{1}{2} \, \operatorname{Si}\left (b x\right )^{2} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Si(b*x)*sin(b*x)/x,x, algorithm="giac")

[Out]

1/2*sin_integral(b*x)^2