\(\int \frac {\cosh (a+b x) \text {Shi}(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 {\cosh (a+b x) \text {Shi}(c+d x)}{x} \, dx=\text {Int}\left (\frac {\cosh (a+b x) \text {Shi}(c+d x)}{x},x\right ) \]

[Out]

CannotIntegrate(cosh(b*x+a)*Shi(d*x+c)/x,x)

Rubi [N/A]

Not integrable

Time = 0.08 (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 {\cosh (a+b x) \text {Shi}(c+d x)}{x} \, dx=\int \frac {\cosh (a+b x) \text {Shi}(c+d x)}{x} \, dx \]

[In]

Int[(Cosh[a + b*x]*SinhIntegral[c + d*x])/x,x]

[Out]

Defer[Int][(Cosh[a + b*x]*SinhIntegral[c + d*x])/x, x]

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

Mathematica [N/A]

Not integrable

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

[In]

Integrate[(Cosh[a + b*x]*SinhIntegral[c + d*x])/x,x]

[Out]

Integrate[(Cosh[a + b*x]*SinhIntegral[c + d*x])/x, x]

Maple [N/A] (verified)

Not integrable

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

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

[In]

int(cosh(b*x+a)*Shi(d*x+c)/x,x)

[Out]

int(cosh(b*x+a)*Shi(d*x+c)/x,x)

Fricas [N/A]

Not integrable

Time = 0.24 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\cosh (a+b x) \text {Shi}(c+d x)}{x} \, dx=\int { \frac {{\rm Shi}\left (d x + c\right ) \cosh \left (b x + a\right )}{x} \,d x } \]

[In]

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

[Out]

integral(cosh(b*x + a)*sinh_integral(d*x + c)/x, x)

Sympy [N/A]

Not integrable

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

[In]

integrate(cosh(b*x+a)*Shi(d*x+c)/x,x)

[Out]

Integral(cosh(a + b*x)*Shi(c + d*x)/x, x)

Maxima [N/A]

Not integrable

Time = 0.32 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\cosh (a+b x) \text {Shi}(c+d x)}{x} \, dx=\int { \frac {{\rm Shi}\left (d x + c\right ) \cosh \left (b x + a\right )}{x} \,d x } \]

[In]

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

[Out]

integrate(Shi(d*x + c)*cosh(b*x + a)/x, x)

Giac [N/A]

Not integrable

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

[In]

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

[Out]

integrate(Shi(d*x + c)*cosh(b*x + a)/x, x)

Mupad [N/A]

Not integrable

Time = 4.87 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\cosh (a+b x) \text {Shi}(c+d x)}{x} \, dx=\int \frac {\mathrm {sinhint}\left (c+d\,x\right )\,\mathrm {cosh}\left (a+b\,x\right )}{x} \,d x \]

[In]

int((sinhint(c + d*x)*cosh(a + b*x))/x,x)

[Out]

int((sinhint(c + d*x)*cosh(a + b*x))/x, x)