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

Optimal. Leaf size=26 \[ \frac{\text{Si}(2 b x)}{2 b}-\frac{\text{Si}(b x) \cos (b x)}{b} \]

[Out]

-((Cos[b*x]*SinIntegral[b*x])/b) + SinIntegral[2*b*x]/(2*b)

________________________________________________________________________________________

Rubi [A]  time = 0.0461413, antiderivative size = 26, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 9, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.444, Rules used = {6511, 12, 4406, 3299} \[ \frac{\text{Si}(2 b x)}{2 b}-\frac{\text{Si}(b x) \cos (b x)}{b} \]

Antiderivative was successfully verified.

[In]

Int[Sin[b*x]*SinIntegral[b*x],x]

[Out]

-((Cos[b*x]*SinIntegral[b*x])/b) + SinIntegral[2*b*x]/(2*b)

Rule 6511

Int[Sin[(a_.) + (b_.)*(x_)]*SinIntegral[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[(Cos[a + b*x]*SinIntegral[c +
d*x])/b, x] + Dist[d/b, Int[(Cos[a + b*x]*Sin[c + d*x])/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 4406

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

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 (b x) \text{Si}(b x) \, dx &=-\frac{\cos (b x) \text{Si}(b x)}{b}+\int \frac{\cos (b x) \sin (b x)}{b x} \, dx\\ &=-\frac{\cos (b x) \text{Si}(b x)}{b}+\frac{\int \frac{\cos (b x) \sin (b x)}{x} \, dx}{b}\\ &=-\frac{\cos (b x) \text{Si}(b x)}{b}+\frac{\int \frac{\sin (2 b x)}{2 x} \, dx}{b}\\ &=-\frac{\cos (b x) \text{Si}(b x)}{b}+\frac{\int \frac{\sin (2 b x)}{x} \, dx}{2 b}\\ &=-\frac{\cos (b x) \text{Si}(b x)}{b}+\frac{\text{Si}(2 b x)}{2 b}\\ \end{align*}

Mathematica [A]  time = 0.0114716, size = 26, normalized size = 1. \[ \frac{\text{Si}(2 b x)}{2 b}-\frac{\text{Si}(b x) \cos (b x)}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[b*x]*SinIntegral[b*x],x]

[Out]

-((Cos[b*x]*SinIntegral[b*x])/b) + SinIntegral[2*b*x]/(2*b)

________________________________________________________________________________________

Maple [A]  time = 0.05, size = 23, normalized size = 0.9 \begin{align*}{\frac{1}{b} \left ( -\cos \left ( bx \right ){\it Si} \left ( bx \right ) +{\frac{{\it Si} \left ( 2\,bx \right ) }{2}} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/b*(-cos(b*x)*Si(b*x)+1/2*Si(2*b*x))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sin{\left (b x \right )} \operatorname{Si}{\left (b x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(sin(b*x)*Si(b*x), x)

________________________________________________________________________________________

Giac [C]  time = 1.22423, size = 55, normalized size = 2.12 \begin{align*} -\frac{\cos \left (b x\right ) \operatorname{Si}\left (b x\right )}{b} + \frac{\Im \left ( \operatorname{Ci}\left (2 \, b x\right ) \right ) - \Im \left ( \operatorname{Ci}\left (-2 \, b x\right ) \right ) + 2 \, \operatorname{Si}\left (2 \, b x\right )}{4 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-cos(b*x)*sin_integral(b*x)/b + 1/4*(imag_part(cos_integral(2*b*x)) - imag_part(cos_integral(-2*b*x)) + 2*sin_
integral(2*b*x))/b