\(\int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx\) [68]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 16, antiderivative size = 16 \[ \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx=\text {Int}\left (\frac {\cos (a+b x) \text {Si}(c+d x)}{x},x\right ) \]

[Out]

CannotIntegrate(cos(b*x+a)*Si(d*x+c)/x,x)

Rubi [N/A]

Not integrable

Time = 0.07 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx=\int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx \]

[In]

Int[(Cos[a + b*x]*SinIntegral[c + d*x])/x,x]

[Out]

Defer[Int][(Cos[a + b*x]*SinIntegral[c + d*x])/x, x]

Rubi steps \begin{align*} \text {integral}& = \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 7.84 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx=\int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx \]

[In]

Integrate[(Cos[a + b*x]*SinIntegral[c + d*x])/x,x]

[Out]

Integrate[(Cos[a + b*x]*SinIntegral[c + d*x])/x, x]

Maple [N/A] (verified)

Not integrable

Time = 0.38 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00

\[\int \frac {\cos \left (b x +a \right ) \operatorname {Si}\left (d x +c \right )}{x}d x\]

[In]

int(cos(b*x+a)*Si(d*x+c)/x,x)

[Out]

int(cos(b*x+a)*Si(d*x+c)/x,x)

Fricas [N/A]

Not integrable

Time = 0.25 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx=\int { \frac {\cos \left (b x + a\right ) \operatorname {Si}\left (d x + c\right )}{x} \,d x } \]

[In]

integrate(cos(b*x+a)*sin_integral(d*x+c)/x,x, algorithm="fricas")

[Out]

integral(cos(b*x + a)*sin_integral(d*x + c)/x, x)

Sympy [N/A]

Not integrable

Time = 0.85 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.94 \[ \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx=\int \frac {\cos {\left (a + b x \right )} \operatorname {Si}{\left (c + d x \right )}}{x}\, dx \]

[In]

integrate(cos(b*x+a)*Si(d*x+c)/x,x)

[Out]

Integral(cos(a + b*x)*Si(c + d*x)/x, x)

Maxima [N/A]

Not integrable

Time = 0.38 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx=\int { \frac {\cos \left (b x + a\right ) \operatorname {Si}\left (d x + c\right )}{x} \,d x } \]

[In]

integrate(cos(b*x+a)*sin_integral(d*x+c)/x,x, algorithm="maxima")

[Out]

integrate(cos(b*x + a)*sin_integral(d*x + c)/x, x)

Giac [N/A]

Not integrable

Time = 0.29 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx=\int { \frac {\cos \left (b x + a\right ) \operatorname {Si}\left (d x + c\right )}{x} \,d x } \]

[In]

integrate(cos(b*x+a)*sin_integral(d*x+c)/x,x, algorithm="giac")

[Out]

integrate(cos(b*x + a)*sin_integral(d*x + c)/x, x)

Mupad [N/A]

Not integrable

Time = 6.07 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\cos (a+b x) \text {Si}(c+d x)}{x} \, dx=\int \frac {\mathrm {sinint}\left (c+d\,x\right )\,\cos \left (a+b\,x\right )}{x} \,d x \]

[In]

int((sinint(c + d*x)*cos(a + b*x))/x,x)

[Out]

int((sinint(c + d*x)*cos(a + b*x))/x, x)