\(\int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx\) [47]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 16, antiderivative size = 16 \[ \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx=\text {Int}\left (\sqrt {c+d x^2} \text {arccosh}(a x),x\right ) \]

[Out]

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

Rubi [N/A]

Not integrable

Time = 0.01 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx=\int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx \]

[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*} \text {integral}& = \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 3.14 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx=\int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx \]

[In]

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

[Out]

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

Maple [N/A] (verified)

Not integrable

Time = 1.26 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88

\[\int \sqrt {d \,x^{2}+c}\, \operatorname {arccosh}\left (a x \right )d x\]

[In]

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

[Out]

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

Fricas [N/A]

Not integrable

Time = 0.28 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx=\int { \sqrt {d x^{2} + c} \operatorname {arcosh}\left (a x\right ) \,d x } \]

[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)

Sympy [N/A]

Not integrable

Time = 0.44 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.94 \[ \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx=\int \sqrt {c + d x^{2}} \operatorname {acosh}{\left (a x \right )}\, dx \]

[In]

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

[Out]

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

Maxima [N/A]

Not integrable

Time = 0.96 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx=\int { \sqrt {d x^{2} + c} \operatorname {arcosh}\left (a x\right ) \,d x } \]

[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)

Giac [N/A]

Not integrable

Time = 0.31 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx=\int { \sqrt {d x^{2} + c} \operatorname {arcosh}\left (a x\right ) \,d x } \]

[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)

Mupad [N/A]

Not integrable

Time = 2.91 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \sqrt {c+d x^2} \text {arccosh}(a x) \, dx=\int \mathrm {acosh}\left (a\,x\right )\,\sqrt {d\,x^2+c} \,d x \]

[In]

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

[Out]

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