3.23 \(\int \frac {\text {Shi}(a+b x)}{x^2} \, dx\)

Optimal. Leaf size=46 \[ \frac {b \sinh (a) \text {Chi}(b x)}{a}-\frac {b \text {Shi}(a+b x)}{a}-\frac {\text {Shi}(a+b x)}{x}+\frac {b \cosh (a) \text {Shi}(b x)}{a} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.23, antiderivative size = 46, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 5, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {6532, 6742, 3303, 3298, 3301} \[ \frac {b \sinh (a) \text {Chi}(b x)}{a}-\frac {b \text {Shi}(a+b x)}{a}-\frac {\text {Shi}(a+b x)}{x}+\frac {b \cosh (a) \text {Shi}(b x)}{a} \]

Antiderivative was successfully verified.

[In]

Int[SinhIntegral[a + b*x]/x^2,x]

[Out]

(b*CoshIntegral[b*x]*Sinh[a])/a + (b*Cosh[a]*SinhIntegral[b*x])/a - (b*SinhIntegral[a + b*x])/a - SinhIntegral
[a + b*x]/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 3301

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 3303

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Dist[Cos[(d*e - c*f)/d], Int[Sin[(c*f)/d + f*x]
/(c + d*x), x], x] + Dist[Sin[(d*e - c*f)/d], Int[Cos[(c*f)/d + f*x]/(c + d*x), x], x] /; FreeQ[{c, d, e, f},
x] && NeQ[d*e - c*f, 0]

Rule 6532

Int[((c_.) + (d_.)*(x_))^(m_.)*SinhIntegral[(a_.) + (b_.)*(x_)], x_Symbol] :> Simp[((c + d*x)^(m + 1)*SinhInte
gral[a + b*x])/(d*(m + 1)), x] - Dist[b/(d*(m + 1)), Int[((c + d*x)^(m + 1)*Sinh[a + b*x])/(a + b*x), x], x] /
; FreeQ[{a, b, c, d, m}, x] && NeQ[m, -1]

Rule 6742

Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v]]

Rubi steps

\begin {align*} \int \frac {\text {Shi}(a+b x)}{x^2} \, dx &=-\frac {\text {Shi}(a+b x)}{x}+b \int \frac {\sinh (a+b x)}{x (a+b x)} \, dx\\ &=-\frac {\text {Shi}(a+b x)}{x}+b \int \left (\frac {\sinh (a+b x)}{a x}-\frac {b \sinh (a+b x)}{a (a+b x)}\right ) \, dx\\ &=-\frac {\text {Shi}(a+b x)}{x}+\frac {b \int \frac {\sinh (a+b x)}{x} \, dx}{a}-\frac {b^2 \int \frac {\sinh (a+b x)}{a+b x} \, dx}{a}\\ &=-\frac {b \text {Shi}(a+b x)}{a}-\frac {\text {Shi}(a+b x)}{x}+\frac {(b \cosh (a)) \int \frac {\sinh (b x)}{x} \, dx}{a}+\frac {(b \sinh (a)) \int \frac {\cosh (b x)}{x} \, dx}{a}\\ &=\frac {b \text {Chi}(b x) \sinh (a)}{a}+\frac {b \cosh (a) \text {Shi}(b x)}{a}-\frac {b \text {Shi}(a+b x)}{a}-\frac {\text {Shi}(a+b x)}{x}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.10, size = 39, normalized size = 0.85 \[ \frac {b x \sinh (a) \text {Chi}(b x)-(a+b x) \text {Shi}(a+b x)+b x \cosh (a) \text {Shi}(b x)}{a x} \]

Antiderivative was successfully verified.

[In]

Integrate[SinhIntegral[a + b*x]/x^2,x]

[Out]

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

________________________________________________________________________________________

fricas [F]  time = 0.60, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\operatorname {Shi}\left (b x + a\right )}{x^{2}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Shi(b*x+a)/x^2,x, algorithm="fricas")

[Out]

integral(sinh_integral(b*x + a)/x^2, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Shi(b*x+a)/x^2,x, algorithm="giac")

[Out]

integrate(Shi(b*x + a)/x^2, x)

________________________________________________________________________________________

maple [F]  time = 0.03, size = 0, normalized size = 0.00 \[ \int \frac {\Shi \left (b x +a \right )}{x^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(Shi(b*x+a)/x^2,x)

[Out]

int(Shi(b*x+a)/x^2,x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Shi(b*x+a)/x^2,x, algorithm="maxima")

[Out]

integrate(Shi(b*x + a)/x^2, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {\mathrm {sinhint}\left (a+b\,x\right )}{x^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinhint(a + b*x)/x^2,x)

[Out]

int(sinhint(a + b*x)/x^2, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Shi(b*x+a)/x**2,x)

[Out]

Integral(Shi(a + b*x)/x**2, x)

________________________________________________________________________________________