3.42 \(\int \sinh (b x) \text {Shi}(b x) \, dx\)

Optimal. Leaf size=25 \[ \frac {\text {Shi}(b x) \cosh (b x)}{b}-\frac {\text {Shi}(2 b x)}{2 b} \]

[Out]

cosh(b*x)*Shi(b*x)/b-1/2*Shi(2*b*x)/b

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.444, Rules used = {6540, 12, 5448, 3298} \[ \frac {\text {Shi}(b x) \cosh (b x)}{b}-\frac {\text {Shi}(2 b x)}{2 b} \]

Antiderivative was successfully verified.

[In]

Int[Sinh[b*x]*SinhIntegral[b*x],x]

[Out]

(Cosh[b*x]*SinhIntegral[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 3298

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 5448

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 6540

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 25, normalized size = 1.00 \[ \frac {\text {Shi}(b x) \cosh (b x)}{b}-\frac {\text {Shi}(2 b x)}{2 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Sinh[b*x]*SinhIntegral[b*x],x]

[Out]

(Cosh[b*x]*SinhIntegral[b*x])/b - SinhIntegral[2*b*x]/(2*b)

________________________________________________________________________________________

fricas [F]  time = 1.01, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\sinh \left (b x\right ) \operatorname {Shi}\left (b x\right ), x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Shi(b*x)*sinh(b*x),x, algorithm="fricas")

[Out]

integral(sinh(b*x)*sinh_integral(b*x), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\rm Shi}\left (b x\right ) \sinh \left (b x\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Shi(b*x)*sinh(b*x),x, algorithm="giac")

[Out]

integrate(Shi(b*x)*sinh(b*x), x)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 22, normalized size = 0.88 \[ \frac {\cosh \left (b x \right ) \Shi \left (b x \right )-\frac {\Shi \left (2 b x \right )}{2}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(Shi(b*x)*sinh(b*x),x)

[Out]

1/b*(cosh(b*x)*Shi(b*x)-1/2*Shi(2*b*x))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\rm Shi}\left (b x\right ) \sinh \left (b x\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Shi(b*x)*sinh(b*x),x, algorithm="maxima")

[Out]

integrate(Shi(b*x)*sinh(b*x), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \mathrm {sinhint}\left (b\,x\right )\,\mathrm {sinh}\left (b\,x\right ) \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinhint(b*x)*sinh(b*x),x)

[Out]

int(sinhint(b*x)*sinh(b*x), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sinh {\left (b x \right )} \operatorname {Shi}{\left (b x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Shi(b*x)*sinh(b*x),x)

[Out]

Integral(sinh(b*x)*Shi(b*x), x)

________________________________________________________________________________________