\(\int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx\) [109]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [F]
   Sympy [A] (verification not implemented)
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 12, antiderivative size = 10 \[ \int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx=\frac {\text {Chi}(b x)^2}{2} \]

[Out]

1/2*Chi(b*x)^2

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {6818} \[ \int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx=\frac {\text {Chi}(b x)^2}{2} \]

[In]

Int[(Cosh[b*x]*CoshIntegral[b*x])/x,x]

[Out]

CoshIntegral[b*x]^2/2

Rule 6818

Int[(u_)*(y_)^(m_.), x_Symbol] :> With[{q = DerivativeDivides[y, u, x]}, Simp[q*(y^(m + 1)/(m + 1)), x] /;  !F
alseQ[q]] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps \begin{align*} \text {integral}& = \frac {\text {Chi}(b x)^2}{2} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 10, normalized size of antiderivative = 1.00 \[ \int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx=\frac {\text {Chi}(b x)^2}{2} \]

[In]

Integrate[(Cosh[b*x]*CoshIntegral[b*x])/x,x]

[Out]

CoshIntegral[b*x]^2/2

Maple [A] (verified)

Time = 0.25 (sec) , antiderivative size = 9, normalized size of antiderivative = 0.90

method result size
derivativedivides \(\frac {\operatorname {Chi}\left (b x \right )^{2}}{2}\) \(9\)
default \(\frac {\operatorname {Chi}\left (b x \right )^{2}}{2}\) \(9\)

[In]

int(Chi(b*x)*cosh(b*x)/x,x,method=_RETURNVERBOSE)

[Out]

1/2*Chi(b*x)^2

Fricas [F]

\[ \int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx=\int { \frac {{\rm Chi}\left (b x\right ) \cosh \left (b x\right )}{x} \,d x } \]

[In]

integrate(Chi(b*x)*cosh(b*x)/x,x, algorithm="fricas")

[Out]

integral(cosh(b*x)*cosh_integral(b*x)/x, x)

Sympy [A] (verification not implemented)

Time = 0.23 (sec) , antiderivative size = 7, normalized size of antiderivative = 0.70 \[ \int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx=\frac {\operatorname {Chi}^{2}\left (b x\right )}{2} \]

[In]

integrate(Chi(b*x)*cosh(b*x)/x,x)

[Out]

Chi(b*x)**2/2

Maxima [F]

\[ \int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx=\int { \frac {{\rm Chi}\left (b x\right ) \cosh \left (b x\right )}{x} \,d x } \]

[In]

integrate(Chi(b*x)*cosh(b*x)/x,x, algorithm="maxima")

[Out]

integrate(Chi(b*x)*cosh(b*x)/x, x)

Giac [F]

\[ \int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx=\int { \frac {{\rm Chi}\left (b x\right ) \cosh \left (b x\right )}{x} \,d x } \]

[In]

integrate(Chi(b*x)*cosh(b*x)/x,x, algorithm="giac")

[Out]

integrate(Chi(b*x)*cosh(b*x)/x, x)

Mupad [F(-1)]

Timed out. \[ \int \frac {\cosh (b x) \text {Chi}(b x)}{x} \, dx=\frac {{\mathrm {coshint}\left (b\,x\right )}^2}{2} \]

[In]

int((coshint(b*x)*cosh(b*x))/x,x)

[Out]

coshint(b*x)^2/2