3.85 \(\int x^m \text{Chi}(a+b x) \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.257678, 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{Chi}(a+b x) \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

Rubi steps

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

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

Verification is Not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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