3.244 \(\int \frac {1}{a+b \cosh ^{-1}(1+d x^2)} \, dx\)

Optimal. Leaf size=98 \[ \frac {x \cosh \left (\frac {a}{2 b}\right ) \text {Chi}\left (\frac {a+b \cosh ^{-1}\left (d x^2+1\right )}{2 b}\right )}{\sqrt {2} b \sqrt {d x^2}}-\frac {x \sinh \left (\frac {a}{2 b}\right ) \text {Shi}\left (\frac {a+b \cosh ^{-1}\left (d x^2+1\right )}{2 b}\right )}{\sqrt {2} b \sqrt {d x^2}} \]

[Out]

1/2*x*Chi(1/2*(a+b*arccosh(d*x^2+1))/b)*cosh(1/2*a/b)/b*2^(1/2)/(d*x^2)^(1/2)-1/2*x*Shi(1/2*(a+b*arccosh(d*x^2
+1))/b)*sinh(1/2*a/b)/b*2^(1/2)/(d*x^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 98, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {5881} \[ \frac {x \cosh \left (\frac {a}{2 b}\right ) \text {Chi}\left (\frac {a+b \cosh ^{-1}\left (d x^2+1\right )}{2 b}\right )}{\sqrt {2} b \sqrt {d x^2}}-\frac {x \sinh \left (\frac {a}{2 b}\right ) \text {Shi}\left (\frac {a+b \cosh ^{-1}\left (d x^2+1\right )}{2 b}\right )}{\sqrt {2} b \sqrt {d x^2}} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*ArcCosh[1 + d*x^2])^(-1),x]

[Out]

(x*Cosh[a/(2*b)]*CoshIntegral[(a + b*ArcCosh[1 + d*x^2])/(2*b)])/(Sqrt[2]*b*Sqrt[d*x^2]) - (x*Sinh[a/(2*b)]*Si
nhIntegral[(a + b*ArcCosh[1 + d*x^2])/(2*b)])/(Sqrt[2]*b*Sqrt[d*x^2])

Rule 5881

Int[((a_.) + ArcCosh[1 + (d_.)*(x_)^2]*(b_.))^(-1), x_Symbol] :> Simp[(x*Cosh[a/(2*b)]*CoshIntegral[(a + b*Arc
Cosh[1 + d*x^2])/(2*b)])/(Sqrt[2]*b*Sqrt[d*x^2]), x] - Simp[(x*Sinh[a/(2*b)]*SinhIntegral[(a + b*ArcCosh[1 + d
*x^2])/(2*b)])/(Sqrt[2]*b*Sqrt[d*x^2]), x] /; FreeQ[{a, b, d}, x]

Rubi steps

\begin {align*} \int \frac {1}{a+b \cosh ^{-1}\left (1+d x^2\right )} \, dx &=\frac {x \cosh \left (\frac {a}{2 b}\right ) \text {Chi}\left (\frac {a+b \cosh ^{-1}\left (1+d x^2\right )}{2 b}\right )}{\sqrt {2} b \sqrt {d x^2}}-\frac {x \sinh \left (\frac {a}{2 b}\right ) \text {Shi}\left (\frac {a+b \cosh ^{-1}\left (1+d x^2\right )}{2 b}\right )}{\sqrt {2} b \sqrt {d x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.14, size = 118, normalized size = 1.20 \[ \frac {x \sinh \left (\frac {1}{2} \cosh ^{-1}\left (d x^2+1\right )\right ) \left (\cosh \left (\frac {a}{2 b}\right ) \text {Chi}\left (\frac {a+b \cosh ^{-1}\left (d x^2+1\right )}{2 b}\right )-\sinh \left (\frac {a}{2 b}\right ) \text {Shi}\left (\frac {a+b \cosh ^{-1}\left (d x^2+1\right )}{2 b}\right )\right )}{b \sqrt {d x^2} \sqrt {\frac {d x^2}{d x^2+2}} \sqrt {d x^2+2}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[(a + b*ArcCosh[1 + d*x^2])^(-1),x]

[Out]

(x*Sinh[ArcCosh[1 + d*x^2]/2]*(Cosh[a/(2*b)]*CoshIntegral[(a + b*ArcCosh[1 + d*x^2])/(2*b)] - Sinh[a/(2*b)]*Si
nhIntegral[(a + b*ArcCosh[1 + d*x^2])/(2*b)]))/(b*Sqrt[d*x^2]*Sqrt[(d*x^2)/(2 + d*x^2)]*Sqrt[2 + d*x^2])

________________________________________________________________________________________

fricas [F]  time = 0.76, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {1}{b \operatorname {arcosh}\left (d x^{2} + 1\right ) + a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(1/(b*arccosh(d*x^2 + 1) + a), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(1/(b*arccosh(d*x^2 + 1) + a), x)

________________________________________________________________________________________

maple [F]  time = 0.07, size = 0, normalized size = 0.00 \[ \int \frac {1}{a +b \,\mathrm {arccosh}\left (d \,x^{2}+1\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(1/(b*arccosh(d*x^2 + 1) + a), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(1/(a + b*acosh(d*x**2 + 1)), x)

________________________________________________________________________________________