3.109 \(\int \frac{\cosh (b x) \text{Chi}(b x)}{x} \, dx\)

Optimal. Leaf size=10 \[ \frac{\text{Chi}(b x)^2}{2} \]

[Out]

CoshIntegral[b*x]^2/2

________________________________________________________________________________________

Rubi [A]  time = 0.0200587, antiderivative size = 10, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.083, Rules used = {6686} \[ \frac{\text{Chi}(b x)^2}{2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

CoshIntegral[b*x]^2/2

Rule 6686

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*} \int \frac{\cosh (b x) \text{Chi}(b x)}{x} \, dx &=\frac{\text{Chi}(b x)^2}{2}\\ \end{align*}

Mathematica [A]  time = 0.002974, size = 10, normalized size = 1. \[ \frac{\text{Chi}(b x)^2}{2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

CoshIntegral[b*x]^2/2

________________________________________________________________________________________

Maple [A]  time = 0.043, size = 9, normalized size = 0.9 \begin{align*}{\frac{ \left ({\it Chi} \left ( bx \right ) \right ) ^{2}}{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\rm Chi}\left (b x\right ) \cosh \left (b x\right )}{x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\cosh \left (b x\right ) \operatorname{Chi}\left (b x\right )}{x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[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]  time = 1.02706, size = 7, normalized size = 0.7 \begin{align*} \frac{\operatorname{Chi}^{2}\left (b x\right )}{2} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Chi(b*x)**2/2

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\rm Chi}\left (b x\right ) \cosh \left (b x\right )}{x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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