\(\int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx\) [126]

Optimal result
Mathematica [A] (verified)
Rubi [C] (verified)
Maple [A] (verified)
Fricas [F]
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 21, antiderivative size = 34 \[ \int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx=-2 \text {arcsinh}(a x) \text {arctanh}\left (e^{\text {arcsinh}(a x)}\right )-\operatorname {PolyLog}\left (2,-e^{\text {arcsinh}(a x)}\right )+\operatorname {PolyLog}\left (2,e^{\text {arcsinh}(a x)}\right ) \] Output:

-2*arcsinh(a*x)*arctanh(a*x+(a^2*x^2+1)^(1/2))-polylog(2,-a*x-(a^2*x^2+1)^ 
(1/2))+polylog(2,a*x+(a^2*x^2+1)^(1/2))
 

Mathematica [A] (verified)

Time = 0.10 (sec) , antiderivative size = 57, normalized size of antiderivative = 1.68 \[ \int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx=\text {arcsinh}(a x) \left (\log \left (1-e^{-\text {arcsinh}(a x)}\right )-\log \left (1+e^{-\text {arcsinh}(a x)}\right )\right )+\operatorname {PolyLog}\left (2,-e^{-\text {arcsinh}(a x)}\right )-\operatorname {PolyLog}\left (2,e^{-\text {arcsinh}(a x)}\right ) \] Input:

Integrate[ArcSinh[a*x]/(x*Sqrt[1 + a^2*x^2]),x]
 

Output:

ArcSinh[a*x]*(Log[1 - E^(-ArcSinh[a*x])] - Log[1 + E^(-ArcSinh[a*x])]) + P 
olyLog[2, -E^(-ArcSinh[a*x])] - PolyLog[2, E^(-ArcSinh[a*x])]
 

Rubi [C] (verified)

Result contains complex when optimal does not.

Time = 0.49 (sec) , antiderivative size = 46, normalized size of antiderivative = 1.35, number of steps used = 7, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {6231, 3042, 26, 4670, 2715, 2838}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {\text {arcsinh}(a x)}{x \sqrt {a^2 x^2+1}} \, dx\)

\(\Big \downarrow \) 6231

\(\displaystyle \int \frac {\text {arcsinh}(a x)}{a x}d\text {arcsinh}(a x)\)

\(\Big \downarrow \) 3042

\(\displaystyle \int i \text {arcsinh}(a x) \csc (i \text {arcsinh}(a x))d\text {arcsinh}(a x)\)

\(\Big \downarrow \) 26

\(\displaystyle i \int \text {arcsinh}(a x) \csc (i \text {arcsinh}(a x))d\text {arcsinh}(a x)\)

\(\Big \downarrow \) 4670

\(\displaystyle i \left (i \int \log \left (1-e^{\text {arcsinh}(a x)}\right )d\text {arcsinh}(a x)-i \int \log \left (1+e^{\text {arcsinh}(a x)}\right )d\text {arcsinh}(a x)+2 i \text {arcsinh}(a x) \text {arctanh}\left (e^{\text {arcsinh}(a x)}\right )\right )\)

\(\Big \downarrow \) 2715

\(\displaystyle i \left (i \int e^{-\text {arcsinh}(a x)} \log \left (1-e^{\text {arcsinh}(a x)}\right )de^{\text {arcsinh}(a x)}-i \int e^{-\text {arcsinh}(a x)} \log \left (1+e^{\text {arcsinh}(a x)}\right )de^{\text {arcsinh}(a x)}+2 i \text {arcsinh}(a x) \text {arctanh}\left (e^{\text {arcsinh}(a x)}\right )\right )\)

\(\Big \downarrow \) 2838

\(\displaystyle i \left (2 i \text {arcsinh}(a x) \text {arctanh}\left (e^{\text {arcsinh}(a x)}\right )+i \operatorname {PolyLog}\left (2,-e^{\text {arcsinh}(a x)}\right )-i \operatorname {PolyLog}\left (2,e^{\text {arcsinh}(a x)}\right )\right )\)

Input:

Int[ArcSinh[a*x]/(x*Sqrt[1 + a^2*x^2]),x]
 

Output:

I*((2*I)*ArcSinh[a*x]*ArcTanh[E^ArcSinh[a*x]] + I*PolyLog[2, -E^ArcSinh[a* 
x]] - I*PolyLog[2, E^ArcSinh[a*x]])
 

Defintions of rubi rules used

rule 26
Int[(Complex[0, a_])*(Fx_), x_Symbol] :> Simp[(Complex[Identity[0], a])   I 
nt[Fx, x], x] /; FreeQ[a, x] && EqQ[a^2, 1]
 

rule 2715
Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] 
:> Simp[1/(d*e*n*Log[F])   Subst[Int[Log[a + b*x]/x, x], x, (F^(e*(c + d*x) 
))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]
 

rule 2838
Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2 
, (-c)*e*x^n]/n, x] /; FreeQ[{c, d, e, n}, x] && EqQ[c*d, 1]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4670
Int[csc[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]*((c_.) + (d_.)*(x_))^(m_.), x 
_Symbol] :> Simp[-2*(c + d*x)^m*(ArcTanh[E^((-I)*e + f*fz*x)]/(f*fz*I)), x] 
 + (-Simp[d*(m/(f*fz*I))   Int[(c + d*x)^(m - 1)*Log[1 - E^((-I)*e + f*fz*x 
)], x], x] + Simp[d*(m/(f*fz*I))   Int[(c + d*x)^(m - 1)*Log[1 + E^((-I)*e 
+ f*fz*x)], x], x]) /; FreeQ[{c, d, e, f, fz}, x] && IGtQ[m, 0]
 

rule 6231
Int[(((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)^(m_))/Sqrt[(d_) + (e_.) 
*(x_)^2], x_Symbol] :> Simp[(1/c^(m + 1))*Simp[Sqrt[1 + c^2*x^2]/Sqrt[d + e 
*x^2]]   Subst[Int[(a + b*x)^n*Sinh[x]^m, x], x, ArcSinh[c*x]], x] /; FreeQ 
[{a, b, c, d, e}, x] && EqQ[e, c^2*d] && IGtQ[n, 0] && IntegerQ[m]
 
Maple [A] (verified)

Time = 0.94 (sec) , antiderivative size = 89, normalized size of antiderivative = 2.62

method result size
default \(\operatorname {arcsinh}\left (x a \right ) \ln \left (1-x a -\sqrt {a^{2} x^{2}+1}\right )+\operatorname {polylog}\left (2, x a +\sqrt {a^{2} x^{2}+1}\right )-\operatorname {arcsinh}\left (x a \right ) \ln \left (1+x a +\sqrt {a^{2} x^{2}+1}\right )-\operatorname {polylog}\left (2, -x a -\sqrt {a^{2} x^{2}+1}\right )\) \(89\)

Input:

int(arcsinh(x*a)/x/(a^2*x^2+1)^(1/2),x,method=_RETURNVERBOSE)
 

Output:

arcsinh(x*a)*ln(1-x*a-(a^2*x^2+1)^(1/2))+polylog(2,x*a+(a^2*x^2+1)^(1/2))- 
arcsinh(x*a)*ln(1+x*a+(a^2*x^2+1)^(1/2))-polylog(2,-x*a-(a^2*x^2+1)^(1/2))
 

Fricas [F]

\[ \int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx=\int { \frac {\operatorname {arsinh}\left (a x\right )}{\sqrt {a^{2} x^{2} + 1} x} \,d x } \] Input:

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

Output:

integral(sqrt(a^2*x^2 + 1)*arcsinh(a*x)/(a^2*x^3 + x), x)
 

Sympy [F]

\[ \int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx=\int \frac {\operatorname {asinh}{\left (a x \right )}}{x \sqrt {a^{2} x^{2} + 1}}\, dx \] Input:

integrate(asinh(a*x)/x/(a**2*x**2+1)**(1/2),x)
 

Output:

Integral(asinh(a*x)/(x*sqrt(a**2*x**2 + 1)), x)
 

Maxima [F]

\[ \int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx=\int { \frac {\operatorname {arsinh}\left (a x\right )}{\sqrt {a^{2} x^{2} + 1} x} \,d x } \] Input:

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

Output:

integrate(arcsinh(a*x)/(sqrt(a^2*x^2 + 1)*x), x)
                                                                                    
                                                                                    
 

Giac [F]

\[ \int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx=\int { \frac {\operatorname {arsinh}\left (a x\right )}{\sqrt {a^{2} x^{2} + 1} x} \,d x } \] Input:

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

Output:

integrate(arcsinh(a*x)/(sqrt(a^2*x^2 + 1)*x), x)
 

Mupad [F(-1)]

Timed out. \[ \int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx=\int \frac {\mathrm {asinh}\left (a\,x\right )}{x\,\sqrt {a^2\,x^2+1}} \,d x \] Input:

int(asinh(a*x)/(x*(a^2*x^2 + 1)^(1/2)),x)
 

Output:

int(asinh(a*x)/(x*(a^2*x^2 + 1)^(1/2)), x)
 

Reduce [F]

\[ \int \frac {\text {arcsinh}(a x)}{x \sqrt {1+a^2 x^2}} \, dx=\int \frac {\mathit {asinh} \left (a x \right )}{\sqrt {a^{2} x^{2}+1}\, x}d x \] Input:

int(asinh(a*x)/x/(a^2*x^2+1)^(1/2),x)
 

Output:

int(asinh(a*x)/(sqrt(a**2*x**2 + 1)*x),x)