3.73 \(\int \text{Chi}(b x) \, dx\)

Optimal. Leaf size=16 \[ x \text{Chi}(b x)-\frac{\sinh (b x)}{b} \]

[Out]

x*CoshIntegral[b*x] - Sinh[b*x]/b

________________________________________________________________________________________

Rubi [A]  time = 0.0040977, antiderivative size = 16, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 4, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25, Rules used = {6529} \[ x \text{Chi}(b x)-\frac{\sinh (b x)}{b} \]

Antiderivative was successfully verified.

[In]

Int[CoshIntegral[b*x],x]

[Out]

x*CoshIntegral[b*x] - Sinh[b*x]/b

Rule 6529

Int[CoshIntegral[(a_.) + (b_.)*(x_)], x_Symbol] :> Simp[((a + b*x)*CoshIntegral[a + b*x])/b, x] - Simp[Sinh[a
+ b*x]/b, x] /; FreeQ[{a, b}, x]

Rubi steps

\begin{align*} \int \text{Chi}(b x) \, dx &=x \text{Chi}(b x)-\frac{\sinh (b x)}{b}\\ \end{align*}

Mathematica [A]  time = 0.0017444, size = 16, normalized size = 1. \[ x \text{Chi}(b x)-\frac{\sinh (b x)}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[CoshIntegral[b*x],x]

[Out]

x*CoshIntegral[b*x] - Sinh[b*x]/b

________________________________________________________________________________________

Maple [A]  time = 0.043, size = 19, normalized size = 1.2 \begin{align*}{\frac{bx{\it Chi} \left ( bx \right ) -\sinh \left ( bx \right ) }{b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(Chi(b*x),x)

[Out]

1/b*(b*x*Chi(b*x)-sinh(b*x))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(Chi(b*x), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(cosh_integral(b*x), x)

________________________________________________________________________________________

Sympy [B]  time = 1.74324, size = 31, normalized size = 1.94 \begin{align*} - x \log{\left (b x \right )} + \frac{x \log{\left (b^{2} x^{2} \right )}}{2} + x \operatorname{Chi}\left (b x\right ) - \frac{\sinh{\left (b x \right )}}{b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Chi(b*x),x)

[Out]

-x*log(b*x) + x*log(b**2*x**2)/2 + x*Chi(b*x) - sinh(b*x)/b

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(Chi(b*x), x)