3.48 \(\int \frac {\cosh ^{-1}(a x)}{\sqrt {c+d x^2}} \, dx\)

Optimal. Leaf size=19 \[ \text {Int}\left (\frac {\cosh ^{-1}(a x)}{\sqrt {c+d x^2}},x\right ) \]

[Out]

Unintegrable(arccosh(a*x)/(d*x^2+c)^(1/2),x)

________________________________________________________________________________________

Rubi [A]  time = 0.03, 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 = {} \[ \int \frac {\cosh ^{-1}(a x)}{\sqrt {c+d x^2}} \, dx \]

Verification is Not applicable to the result.

[In]

Int[ArcCosh[a*x]/Sqrt[c + d*x^2],x]

[Out]

Defer[Int][ArcCosh[a*x]/Sqrt[c + d*x^2], x]

Rubi steps

\begin {align*} \int \frac {\cosh ^{-1}(a x)}{\sqrt {c+d x^2}} \, dx &=\int \frac {\cosh ^{-1}(a x)}{\sqrt {c+d x^2}} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.97, size = 0, normalized size = 0.00 \[ \int \frac {\cosh ^{-1}(a x)}{\sqrt {c+d x^2}} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[ArcCosh[a*x]/Sqrt[c + d*x^2],x]

[Out]

Integrate[ArcCosh[a*x]/Sqrt[c + d*x^2], x]

________________________________________________________________________________________

fricas [A]  time = 0.68, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\operatorname {arcosh}\left (a x\right )}{\sqrt {d x^{2} + c}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccosh(a*x)/(d*x^2+c)^(1/2),x, algorithm="fricas")

[Out]

integral(arccosh(a*x)/sqrt(d*x^2 + c), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {arcosh}\left (a x\right )}{\sqrt {d x^{2} + c}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccosh(a*x)/(d*x^2+c)^(1/2),x, algorithm="giac")

[Out]

integrate(arccosh(a*x)/sqrt(d*x^2 + c), x)

________________________________________________________________________________________

maple [A]  time = 0.39, size = 0, normalized size = 0.00 \[ \int \frac {\mathrm {arccosh}\left (a x \right )}{\sqrt {d \,x^{2}+c}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccosh(a*x)/(d*x^2+c)^(1/2),x)

[Out]

int(arccosh(a*x)/(d*x^2+c)^(1/2),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {arcosh}\left (a x\right )}{\sqrt {d x^{2} + c}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccosh(a*x)/(d*x^2+c)^(1/2),x, algorithm="maxima")

[Out]

integrate(arccosh(a*x)/sqrt(d*x^2 + c), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \frac {\mathrm {acosh}\left (a\,x\right )}{\sqrt {d\,x^2+c}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(acosh(a*x)/(c + d*x^2)^(1/2),x)

[Out]

int(acosh(a*x)/(c + d*x^2)^(1/2), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {acosh}{\left (a x \right )}}{\sqrt {c + d x^{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acosh(a*x)/(d*x**2+c)**(1/2),x)

[Out]

Integral(acosh(a*x)/sqrt(c + d*x**2), x)

________________________________________________________________________________________