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

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

Optimal result

Integrand size = 9, antiderivative size = 25 \[ \int \cosh (b x) \text {Chi}(b x) \, dx=\frac {\text {Chi}(b x) \sinh (b x)}{b}-\frac {\text {Shi}(2 b x)}{2 b} \]

[Out]

-1/2*Shi(2*b*x)/b+Chi(b*x)*sinh(b*x)/b

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.444, Rules used = {6676, 12, 5556, 3379} \[ \int \cosh (b x) \text {Chi}(b x) \, dx=\frac {\text {Chi}(b x) \sinh (b x)}{b}-\frac {\text {Shi}(2 b x)}{2 b} \]

[In]

Int[Cosh[b*x]*CoshIntegral[b*x],x]

[Out]

(CoshIntegral[b*x]*Sinh[b*x])/b - SinhIntegral[2*b*x]/(2*b)

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 3379

Int[sin[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[I*(SinhIntegral[c*f*(fz/
d) + f*fz*x]/d), x] /; FreeQ[{c, d, e, f, fz}, x] && EqQ[d*e - c*f*fz*I, 0]

Rule 5556

Int[Cosh[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sinh[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int
[ExpandTrigReduce[(c + d*x)^m, Sinh[a + b*x]^n*Cosh[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n,
 0] && IGtQ[p, 0]

Rule 6676

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

Rubi steps \begin{align*} \text {integral}& = \frac {\text {Chi}(b x) \sinh (b x)}{b}-\int \frac {\cosh (b x) \sinh (b x)}{b x} \, dx \\ & = \frac {\text {Chi}(b x) \sinh (b x)}{b}-\frac {\int \frac {\cosh (b x) \sinh (b x)}{x} \, dx}{b} \\ & = \frac {\text {Chi}(b x) \sinh (b x)}{b}-\frac {\int \frac {\sinh (2 b x)}{2 x} \, dx}{b} \\ & = \frac {\text {Chi}(b x) \sinh (b x)}{b}-\frac {\int \frac {\sinh (2 b x)}{x} \, dx}{2 b} \\ & = \frac {\text {Chi}(b x) \sinh (b x)}{b}-\frac {\text {Shi}(2 b x)}{2 b} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00 \[ \int \cosh (b x) \text {Chi}(b x) \, dx=\frac {\text {Chi}(b x) \sinh (b x)}{b}-\frac {\text {Shi}(2 b x)}{2 b} \]

[In]

Integrate[Cosh[b*x]*CoshIntegral[b*x],x]

[Out]

(CoshIntegral[b*x]*Sinh[b*x])/b - SinhIntegral[2*b*x]/(2*b)

Maple [A] (verified)

Time = 0.35 (sec) , antiderivative size = 22, normalized size of antiderivative = 0.88

method result size
derivativedivides \(\frac {\operatorname {Chi}\left (b x \right ) \sinh \left (b x \right )-\frac {\operatorname {Shi}\left (2 b x \right )}{2}}{b}\) \(22\)
default \(\frac {\operatorname {Chi}\left (b x \right ) \sinh \left (b x \right )-\frac {\operatorname {Shi}\left (2 b x \right )}{2}}{b}\) \(22\)

[In]

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

[Out]

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

Fricas [F]

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

[In]

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

[Out]

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

Sympy [F]

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

[In]

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

[Out]

Integral(cosh(b*x)*Chi(b*x), x)

Maxima [F]

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

[In]

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

[Out]

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

Giac [F]

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

[In]

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

[Out]

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

Mupad [F(-1)]

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

[In]

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

[Out]

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