3.17 \(\int x^m \text{Shi}(a+b x) \, dx\)

Optimal. Leaf size=47 \[ \frac{x^{m+1} \text{Shi}(a+b x)}{m+1}-\frac{b \text{CannotIntegrate}\left (\frac{x^{m+1} \sinh (a+b x)}{a+b x},x\right )}{m+1} \]

[Out]

-((b*CannotIntegrate[(x^(1 + m)*Sinh[a + b*x])/(a + b*x), x])/(1 + m)) + (x^(1 + m)*SinhIntegral[a + b*x])/(1
+ m)

________________________________________________________________________________________

Rubi [A]  time = 0.280426, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int x^m \text{Shi}(a+b x) \, dx \]

Verification is Not applicable to the result.

[In]

Int[x^m*SinhIntegral[a + b*x],x]

[Out]

(x^(1 + m)*SinhIntegral[a + b*x])/(1 + m) - (b*Defer[Int][(x^(1 + m)*Sinh[a + b*x])/(a + b*x), x])/(1 + m)

Rubi steps

\begin{align*} \int x^m \text{Shi}(a+b x) \, dx &=\frac{x^{1+m} \text{Shi}(a+b x)}{1+m}-\frac{b \int \frac{x^{1+m} \sinh (a+b x)}{a+b x} \, dx}{1+m}\\ \end{align*}

Mathematica [A]  time = 10.2951, size = 0, normalized size = 0. \[ \int x^m \text{Shi}(a+b x) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[x^m*SinhIntegral[a + b*x],x]

[Out]

Integrate[x^m*SinhIntegral[a + b*x], x]

________________________________________________________________________________________

Maple [A]  time = 0.059, size = 0, normalized size = 0. \begin{align*} \int{x}^{m}{\it Shi} \left ( bx+a \right ) \, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*Shi(b*x+a),x)

[Out]

int(x^m*Shi(b*x+a),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{m}{\rm Shi}\left (b x + a\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(x^m*Shi(b*x + a), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (x^{m} \operatorname{Shi}\left (b x + a\right ), x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(x^m*sinh_integral(b*x + a), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{m} \operatorname{Shi}{\left (a + b x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m*Shi(b*x+a),x)

[Out]

Integral(x**m*Shi(a + b*x), x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{m}{\rm Shi}\left (b x + a\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(x^m*Shi(b*x + a), x)