\(\int \text {Chi}(2 x) \sinh (5 x) \, dx\) [121]

   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 = 29 \[ \int \text {Chi}(2 x) \sinh (5 x) \, dx=\frac {1}{5} \cosh (5 x) \text {Chi}(2 x)-\frac {\text {Chi}(3 x)}{10}-\frac {\text {Chi}(7 x)}{10} \]

[Out]

-1/10*Chi(3*x)-1/10*Chi(7*x)+1/5*Chi(2*x)*cosh(5*x)

Rubi [A] (verified)

Time = 0.05 (sec) , antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.444, Rules used = {6682, 12, 5579, 3382} \[ \int \text {Chi}(2 x) \sinh (5 x) \, dx=-\frac {\text {Chi}(3 x)}{10}-\frac {\text {Chi}(7 x)}{10}+\frac {1}{5} \text {Chi}(2 x) \cosh (5 x) \]

[In]

Int[CoshIntegral[2*x]*Sinh[5*x],x]

[Out]

(Cosh[5*x]*CoshIntegral[2*x])/5 - CoshIntegral[3*x]/10 - CoshIntegral[7*x]/10

Rule 12

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

Rule 3382

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

Rule 5579

Int[Cosh[(a_.) + (b_.)*(x_)]^(p_.)*Cosh[(c_.) + (d_.)*(x_)]^(q_.)*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Int
[ExpandTrigReduce[(e + f*x)^m, Cosh[a + b*x]^p*Cosh[c + d*x]^q, x], x] /; FreeQ[{a, b, c, d, e, f}, x] && IGtQ
[p, 0] && IGtQ[q, 0] && IntegerQ[m]

Rule 6682

Int[CoshIntegral[(c_.) + (d_.)*(x_)]*Sinh[(a_.) + (b_.)*(x_)], x_Symbol] :> Simp[Cosh[a + b*x]*(CoshIntegral[c
 + d*x]/b), x] - Dist[d/b, Int[Cosh[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 {1}{5} \cosh (5 x) \text {Chi}(2 x)-\frac {2}{5} \int \frac {\cosh (2 x) \cosh (5 x)}{2 x} \, dx \\ & = \frac {1}{5} \cosh (5 x) \text {Chi}(2 x)-\frac {1}{5} \int \frac {\cosh (2 x) \cosh (5 x)}{x} \, dx \\ & = \frac {1}{5} \cosh (5 x) \text {Chi}(2 x)-\frac {1}{5} \int \left (\frac {\cosh (3 x)}{2 x}+\frac {\cosh (7 x)}{2 x}\right ) \, dx \\ & = \frac {1}{5} \cosh (5 x) \text {Chi}(2 x)-\frac {1}{10} \int \frac {\cosh (3 x)}{x} \, dx-\frac {1}{10} \int \frac {\cosh (7 x)}{x} \, dx \\ & = \frac {1}{5} \cosh (5 x) \text {Chi}(2 x)-\frac {\text {Chi}(3 x)}{10}-\frac {\text {Chi}(7 x)}{10} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.02 (sec) , antiderivative size = 27, normalized size of antiderivative = 0.93 \[ \int \text {Chi}(2 x) \sinh (5 x) \, dx=\frac {1}{10} (2 \cosh (5 x) \text {Chi}(2 x)-\text {Chi}(3 x)-\text {Chi}(7 x)) \]

[In]

Integrate[CoshIntegral[2*x]*Sinh[5*x],x]

[Out]

(2*Cosh[5*x]*CoshIntegral[2*x] - CoshIntegral[3*x] - CoshIntegral[7*x])/10

Maple [A] (verified)

Time = 1.12 (sec) , antiderivative size = 24, normalized size of antiderivative = 0.83

method result size
default \(-\frac {\operatorname {Chi}\left (3 x \right )}{10}-\frac {\operatorname {Chi}\left (7 x \right )}{10}+\frac {\operatorname {Chi}\left (2 x \right ) \cosh \left (5 x \right )}{5}\) \(24\)

[In]

int(Chi(2*x)*sinh(5*x),x,method=_RETURNVERBOSE)

[Out]

-1/10*Chi(3*x)-1/10*Chi(7*x)+1/5*Chi(2*x)*cosh(5*x)

Fricas [F]

\[ \int \text {Chi}(2 x) \sinh (5 x) \, dx=\int { {\rm Chi}\left (2 \, x\right ) \sinh \left (5 \, x\right ) \,d x } \]

[In]

integrate(Chi(2*x)*sinh(5*x),x, algorithm="fricas")

[Out]

integral(cosh_integral(2*x)*sinh(5*x), x)

Sympy [F]

\[ \int \text {Chi}(2 x) \sinh (5 x) \, dx=\int \sinh {\left (5 x \right )} \operatorname {Chi}\left (2 x\right )\, dx \]

[In]

integrate(Chi(2*x)*sinh(5*x),x)

[Out]

Integral(sinh(5*x)*Chi(2*x), x)

Maxima [F]

\[ \int \text {Chi}(2 x) \sinh (5 x) \, dx=\int { {\rm Chi}\left (2 \, x\right ) \sinh \left (5 \, x\right ) \,d x } \]

[In]

integrate(Chi(2*x)*sinh(5*x),x, algorithm="maxima")

[Out]

integrate(Chi(2*x)*sinh(5*x), x)

Giac [F]

\[ \int \text {Chi}(2 x) \sinh (5 x) \, dx=\int { {\rm Chi}\left (2 \, x\right ) \sinh \left (5 \, x\right ) \,d x } \]

[In]

integrate(Chi(2*x)*sinh(5*x),x, algorithm="giac")

[Out]

integrate(Chi(2*x)*sinh(5*x), x)

Mupad [F(-1)]

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

[In]

int(coshint(2*x)*sinh(5*x),x)

[Out]

int(coshint(2*x)*sinh(5*x), x)