3.157 \(\int \cos (a+b x) \log (x) \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0611252, antiderivative size = 35, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 6, integrand size = 9, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.667, Rules used = {2637, 2554, 12, 3303, 3299, 3302} \[ -\frac{\sin (a) \text{CosIntegral}(b x)}{b}-\frac{\cos (a) \text{Si}(b x)}{b}+\frac{\log (x) \sin (a+b x)}{b} \]

Antiderivative was successfully verified.

[In]

Int[Cos[a + b*x]*Log[x],x]

[Out]

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

Rule 2637

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 2554

Int[Log[u_]*(v_), x_Symbol] :> With[{w = IntHide[v, x]}, Dist[Log[u], w, x] - Int[SimplifyIntegrand[(w*D[u, x]
)/u, x], x] /; InverseFunctionFreeQ[w, x]] /; InverseFunctionFreeQ[u, 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 3303

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Dist[Cos[(d*e - c*f)/d], Int[Sin[(c*f)/d + f*x]
/(c + d*x), x], x] + Dist[Sin[(d*e - c*f)/d], Int[Cos[(c*f)/d + f*x]/(c + d*x), x], x] /; FreeQ[{c, d, e, f},
x] && NeQ[d*e - c*f, 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]

Rule 3302

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]

Rubi steps

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

Mathematica [A]  time = 0.0431815, size = 30, normalized size = 0.86 \[ -\frac{\sin (a) \text{CosIntegral}(b x)+\cos (a) \text{Si}(b x)-\log (x) \sin (a+b x)}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[a + b*x]*Log[x],x]

[Out]

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

________________________________________________________________________________________

Maple [C]  time = 0.082, size = 79, normalized size = 2.3 \begin{align*}{\frac{\ln \left ( x \right ) \sin \left ( bx+a \right ) }{b}}+{\frac{{{\rm e}^{-ia}}\pi \,{\it csgn} \left ( bx \right ) }{2\,b}}-{\frac{{{\rm e}^{-ia}}{\it Si} \left ( bx \right ) }{b}}+{\frac{{\frac{i}{2}}{{\rm e}^{-ia}}{\it Ei} \left ( 1,-ibx \right ) }{b}}-{\frac{{\frac{i}{2}}{{\rm e}^{ia}}{\it Ei} \left ( 1,-ibx \right ) }{b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(b*x+a)*ln(x),x)

[Out]

ln(x)*sin(b*x+a)/b+1/2/b*exp(-I*a)*Pi*csgn(b*x)-1/b*exp(-I*a)*Si(b*x)+1/2*I/b*exp(-I*a)*Ei(1,-I*b*x)-1/2*I/b*e
xp(I*a)*Ei(1,-I*b*x)

________________________________________________________________________________________

Maxima [C]  time = 1.18322, size = 74, normalized size = 2.11 \begin{align*} \frac{\log \left (x\right ) \sin \left (b x + a\right )}{b} + \frac{{\left (i \, E_{1}\left (i \, b x\right ) - i \, E_{1}\left (-i \, b x\right )\right )} \cos \left (a\right ) +{\left (E_{1}\left (i \, b x\right ) + E_{1}\left (-i \, b x\right )\right )} \sin \left (a\right )}{2 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*log(x),x, algorithm="maxima")

[Out]

log(x)*sin(b*x + a)/b + 1/2*((I*exp_integral_e(1, I*b*x) - I*exp_integral_e(1, -I*b*x))*cos(a) + (exp_integral
_e(1, I*b*x) + exp_integral_e(1, -I*b*x))*sin(a))/b

________________________________________________________________________________________

Fricas [A]  time = 2.48628, size = 149, normalized size = 4.26 \begin{align*} \frac{2 \, \log \left (x\right ) \sin \left (b x + a\right ) -{\left (\operatorname{Ci}\left (b x\right ) + \operatorname{Ci}\left (-b x\right )\right )} \sin \left (a\right ) - 2 \, \cos \left (a\right ) \operatorname{Si}\left (b x\right )}{2 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*log(x),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \log{\left (x \right )} \cos{\left (a + b x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*ln(x),x)

[Out]

Integral(log(x)*cos(a + b*x), x)

________________________________________________________________________________________

Giac [C]  time = 1.34414, size = 146, normalized size = 4.17 \begin{align*} \frac{\log \left (x\right ) \sin \left (b x + a\right )}{b} + \frac{\Im \left ( \operatorname{Ci}\left (b x\right ) \right ) \tan \left (\frac{1}{2} \, a\right )^{2} - \Im \left ( \operatorname{Ci}\left (-b x\right ) \right ) \tan \left (\frac{1}{2} \, a\right )^{2} + 2 \, \operatorname{Si}\left (b x\right ) \tan \left (\frac{1}{2} \, a\right )^{2} - 2 \, \Re \left ( \operatorname{Ci}\left (b x\right ) \right ) \tan \left (\frac{1}{2} \, a\right ) - 2 \, \Re \left ( \operatorname{Ci}\left (-b x\right ) \right ) \tan \left (\frac{1}{2} \, a\right ) - \Im \left ( \operatorname{Ci}\left (b x\right ) \right ) + \Im \left ( \operatorname{Ci}\left (-b x\right ) \right ) - 2 \, \operatorname{Si}\left (b x\right )}{2 \,{\left (b \tan \left (\frac{1}{2} \, a\right )^{2} + b\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*log(x),x, algorithm="giac")

[Out]

log(x)*sin(b*x + a)/b + 1/2*(imag_part(cos_integral(b*x))*tan(1/2*a)^2 - imag_part(cos_integral(-b*x))*tan(1/2
*a)^2 + 2*sin_integral(b*x)*tan(1/2*a)^2 - 2*real_part(cos_integral(b*x))*tan(1/2*a) - 2*real_part(cos_integra
l(-b*x))*tan(1/2*a) - imag_part(cos_integral(b*x)) + imag_part(cos_integral(-b*x)) - 2*sin_integral(b*x))/(b*t
an(1/2*a)^2 + b)