3.1.93 \(\int x^m (a+b \sinh ^{-1}(c+d x))^n \, dx\) [93]

Optimal. Leaf size=19 \[ \text {Int}\left (x^m \left (a+b \sinh ^{-1}(c+d x)\right )^n,x\right ) \]

[Out]

Unintegrable(x^m*(a+b*arcsinh(d*x+c))^n,x)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int x^m \left (a+b \sinh ^{-1}(c+d x)\right )^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[x^m*(a + b*ArcSinh[c + d*x])^n,x]

[Out]

Defer[Subst][Defer[Int][(-(c/d) + x/d)^m*(a + b*ArcSinh[x])^n, x], x, c + d*x]/d

Rubi steps

\begin {align*} \int x^m \left (a+b \sinh ^{-1}(c+d x)\right )^n \, dx &=\frac {\text {Subst}\left (\int \left (-\frac {c}{d}+\frac {x}{d}\right )^m \left (a+b \sinh ^{-1}(x)\right )^n \, dx,x,c+d x\right )}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.31, size = 0, normalized size = 0.00 \begin {gather*} \int x^m \left (a+b \sinh ^{-1}(c+d x)\right )^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[x^m*(a + b*ArcSinh[c + d*x])^n,x]

[Out]

Integrate[x^m*(a + b*ArcSinh[c + d*x])^n, x]

________________________________________________________________________________________

Maple [A]
time = 180.00, size = 0, normalized size = 0.00 \[\int x^{m} \left (a +b \arcsinh \left (d x +c \right )\right )^{n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*(a+b*arcsinh(d*x+c))^n,x)

[Out]

int(x^m*(a+b*arcsinh(d*x+c))^n,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(a+b*arcsinh(d*x+c))^n,x, algorithm="maxima")

[Out]

integrate((b*arcsinh(d*x + c) + a)^n*x^m, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(a+b*arcsinh(d*x+c))^n,x, algorithm="fricas")

[Out]

integral((b*arcsinh(d*x + c) + a)^n*x^m, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x^{m} \left (a + b \operatorname {asinh}{\left (c + d x \right )}\right )^{n}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m*(a+b*asinh(d*x+c))**n,x)

[Out]

Integral(x**m*(a + b*asinh(c + d*x))**n, x)

________________________________________________________________________________________

Giac [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(a+b*arcsinh(d*x+c))^n,x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.05 \begin {gather*} \int x^m\,{\left (a+b\,\mathrm {asinh}\left (c+d\,x\right )\right )}^n \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*(a + b*asinh(c + d*x))^n,x)

[Out]

int(x^m*(a + b*asinh(c + d*x))^n, x)

________________________________________________________________________________________