\(\int \cosh (a+b x) \text {Chi}(a+b x) \, dx\) [129]

   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 = 13, antiderivative size = 33 \[ \int \cosh (a+b x) \text {Chi}(a+b x) \, dx=\frac {\text {Chi}(a+b x) \sinh (a+b x)}{b}-\frac {\text {Shi}(2 a+2 b x)}{2 b} \]

[Out]

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

Rubi [A] (verified)

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

[In]

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

[Out]

(CoshIntegral[a + b*x]*Sinh[a + b*x])/b - SinhIntegral[2*a + 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}(a+b x) \sinh (a+b x)}{b}-\int \frac {\cosh (a+b x) \sinh (a+b x)}{a+b x} \, dx \\ & = \frac {\text {Chi}(a+b x) \sinh (a+b x)}{b}-\int \frac {\sinh (2 a+2 b x)}{2 (a+b x)} \, dx \\ & = \frac {\text {Chi}(a+b x) \sinh (a+b x)}{b}-\frac {1}{2} \int \frac {\sinh (2 a+2 b x)}{a+b x} \, dx \\ & = \frac {\text {Chi}(a+b x) \sinh (a+b x)}{b}-\frac {\text {Shi}(2 a+2 b x)}{2 b} \\ \end{align*}

Mathematica [A] (verified)

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

[In]

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

[Out]

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

Maple [A] (verified)

Time = 0.69 (sec) , antiderivative size = 30, normalized size of antiderivative = 0.91

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

[In]

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

[Out]

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

Fricas [F]

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

[In]

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

[Out]

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

Sympy [F]

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

[In]

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

[Out]

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

Maxima [F]

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

[In]

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

[Out]

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

Giac [F]

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

[In]

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

[Out]

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

Mupad [F(-1)]

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

[In]

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

[Out]

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