3.1.49 \(\int \cos (b x) \text {Si}(b x) \, dx\) [49]

Optimal. Leaf size=34 \[ \frac {\text {CosIntegral}(2 b x)}{2 b}-\frac {\log (x)}{2 b}+\frac {\sin (b x) \text {Si}(b x)}{b} \]

[Out]

1/2*Ci(2*b*x)/b-1/2*ln(x)/b+Si(b*x)*sin(b*x)/b

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 34, normalized size of antiderivative = 1.00, 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 = {6652, 12, 3393, 3383} \begin {gather*} \frac {\text {CosIntegral}(2 b x)}{2 b}+\frac {\text {Si}(b x) \sin (b x)}{b}-\frac {\log (x)}{2 b} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

CosIntegral[2*b*x]/(2*b) - Log[x]/(2*b) + (Sin[b*x]*SinIntegral[b*x])/b

Rule 12

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

Rule 3383

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

Rule 3393

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)]^(n_), x_Symbol] :> Int[ExpandTrigReduce[(c + d*x)^m, Sin
[e + f*x]^n, x], x] /; FreeQ[{c, d, e, f, m}, x] && IGtQ[n, 1] && ( !RationalQ[m] || (GeQ[m, -1] && LtQ[m, 1])
)

Rule 6652

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

Rubi steps

\begin {align*} \int \cos (b x) \text {Si}(b x) \, dx &=\frac {\sin (b x) \text {Si}(b x)}{b}-\int \frac {\sin ^2(b x)}{b x} \, dx\\ &=\frac {\sin (b x) \text {Si}(b x)}{b}-\frac {\int \frac {\sin ^2(b x)}{x} \, dx}{b}\\ &=\frac {\sin (b x) \text {Si}(b x)}{b}-\frac {\int \left (\frac {1}{2 x}-\frac {\cos (2 b x)}{2 x}\right ) \, dx}{b}\\ &=-\frac {\log (x)}{2 b}+\frac {\sin (b x) \text {Si}(b x)}{b}+\frac {\int \frac {\cos (2 b x)}{x} \, dx}{2 b}\\ &=\frac {\text {Ci}(2 b x)}{2 b}-\frac {\log (x)}{2 b}+\frac {\sin (b x) \text {Si}(b x)}{b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 36, normalized size = 1.06 \begin {gather*} \frac {\text {CosIntegral}(2 b x)}{2 b}-\frac {\log (b x)}{2 b}+\frac {\sin (b x) \text {Si}(b x)}{b} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

CosIntegral[2*b*x]/(2*b) - Log[b*x]/(2*b) + (Sin[b*x]*SinIntegral[b*x])/b

________________________________________________________________________________________

Maple [A]
time = 0.36, size = 28, normalized size = 0.82

method result size
derivativedivides \(\frac {\sinIntegral \left (b x \right ) \sin \left (b x \right )-\frac {\ln \left (b x \right )}{2}+\frac {\cosineIntegral \left (2 b x \right )}{2}}{b}\) \(28\)
default \(\frac {\sinIntegral \left (b x \right ) \sin \left (b x \right )-\frac {\ln \left (b x \right )}{2}+\frac {\cosineIntegral \left (2 b x \right )}{2}}{b}\) \(28\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(b*x)*Si(b*x),x,method=_RETURNVERBOSE)

[Out]

1/b*(Si(b*x)*sin(b*x)-1/2*ln(b*x)+1/2*Ci(2*b*x))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x)*sin_integral(b*x),x, algorithm="maxima")

[Out]

integrate(cos(b*x)*sin_integral(b*x), x)

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 30, normalized size = 0.88 \begin {gather*} \frac {4 \, \sin \left (b x\right ) \operatorname {Si}\left (b x\right ) + \operatorname {Ci}\left (2 \, b x\right ) + \operatorname {Ci}\left (-2 \, b x\right ) - 2 \, \log \left (x\right )}{4 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x)*sin_integral(b*x),x, algorithm="fricas")

[Out]

1/4*(4*sin(b*x)*sin_integral(b*x) + cos_integral(2*b*x) + cos_integral(-2*b*x) - 2*log(x))/b

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 33, normalized size = 0.97 \begin {gather*} \frac {\sin \left (b x\right ) \operatorname {Si}\left (b x\right )}{b} + \frac {\operatorname {Ci}\left (2 \, b x\right ) + \operatorname {Ci}\left (-2 \, b x\right ) - 2 \, \log \left (x\right )}{4 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x)*sin_integral(b*x),x, algorithm="giac")

[Out]

sin(b*x)*sin_integral(b*x)/b + 1/4*(cos_integral(2*b*x) + cos_integral(-2*b*x) - 2*log(x))/b

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \frac {\mathrm {cosint}\left (2\,b\,x\right )-\ln \left (x\right )+2\,\mathrm {sinint}\left (b\,x\right )\,\sin \left (b\,x\right )}{2\,b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinint(b*x)*cos(b*x),x)

[Out]

(cosint(2*b*x) - log(x) + 2*sinint(b*x)*sin(b*x))/(2*b)

________________________________________________________________________________________