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

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

[Out]

Unintegrable((d*x^2+c)^(1/2)*arccosh(a*x),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 \sqrt {c+d x^2} \cosh ^{-1}(a x) \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

Rubi steps

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

________________________________________________________________________________________

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

Verification is Not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \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 \sqrt {c + d x^{2}} \operatorname {acosh}{\left (a x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________