\(\int \frac {\text {arcsinh}(\frac {a}{x})}{x^4} \, dx\) [306]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 10, antiderivative size = 54 \[ \int \frac {\text {arcsinh}\left (\frac {a}{x}\right )}{x^4} \, dx=-\frac {\sqrt {1+\frac {a^2}{x^2}}}{3 a^3}+\frac {\left (1+\frac {a^2}{x^2}\right )^{3/2}}{9 a^3}-\frac {\text {csch}^{-1}\left (\frac {x}{a}\right )}{3 x^3} \]

[Out]

1/9*(a^2/x^2+1)^(3/2)/a^3-1/3*arccsch(x/a)/x^3-1/3*(a^2/x^2+1)^(1/2)/a^3

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 54, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.400, Rules used = {5870, 6419, 272, 45} \[ \int \frac {\text {arcsinh}\left (\frac {a}{x}\right )}{x^4} \, dx=\frac {\left (\frac {a^2}{x^2}+1\right )^{3/2}}{9 a^3}-\frac {\sqrt {\frac {a^2}{x^2}+1}}{3 a^3}-\frac {\text {csch}^{-1}\left (\frac {x}{a}\right )}{3 x^3} \]

[In]

Int[ArcSinh[a/x]/x^4,x]

[Out]

-1/3*Sqrt[1 + a^2/x^2]/a^3 + (1 + a^2/x^2)^(3/2)/(9*a^3) - ArcCsch[x/a]/(3*x^3)

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 272

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 5870

Int[ArcSinh[(c_.)/((a_.) + (b_.)*(x_)^(n_.))]^(m_.)*(u_.), x_Symbol] :> Int[u*ArcCsch[a/c + b*(x^n/c)]^m, x] /
; FreeQ[{a, b, c, n, m}, x]

Rule 6419

Int[((a_.) + ArcCsch[(c_.)*(x_)]*(b_.))*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[(d*x)^(m + 1)*((a + b*ArcCsch[c*
x])/(d*(m + 1))), x] + Dist[b*(d/(c*(m + 1))), Int[(d*x)^(m - 1)/Sqrt[1 + 1/(c^2*x^2)], x], x] /; FreeQ[{a, b,
 c, d, m}, x] && NeQ[m, -1]

Rubi steps \begin{align*} \text {integral}& = \int \frac {\text {csch}^{-1}\left (\frac {x}{a}\right )}{x^4} \, dx \\ & = -\frac {\text {csch}^{-1}\left (\frac {x}{a}\right )}{3 x^3}-\frac {1}{3} a \int \frac {1}{\sqrt {1+\frac {a^2}{x^2}} x^5} \, dx \\ & = -\frac {\text {csch}^{-1}\left (\frac {x}{a}\right )}{3 x^3}+\frac {1}{6} a \text {Subst}\left (\int \frac {x}{\sqrt {1+a^2 x}} \, dx,x,\frac {1}{x^2}\right ) \\ & = -\frac {\text {csch}^{-1}\left (\frac {x}{a}\right )}{3 x^3}+\frac {1}{6} a \text {Subst}\left (\int \left (-\frac {1}{a^2 \sqrt {1+a^2 x}}+\frac {\sqrt {1+a^2 x}}{a^2}\right ) \, dx,x,\frac {1}{x^2}\right ) \\ & = -\frac {\sqrt {1+\frac {a^2}{x^2}}}{3 a^3}+\frac {\left (1+\frac {a^2}{x^2}\right )^{3/2}}{9 a^3}-\frac {\text {csch}^{-1}\left (\frac {x}{a}\right )}{3 x^3} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.02 (sec) , antiderivative size = 48, normalized size of antiderivative = 0.89 \[ \int \frac {\text {arcsinh}\left (\frac {a}{x}\right )}{x^4} \, dx=\left (-\frac {2}{9 a^3}+\frac {1}{9 a x^2}\right ) \sqrt {\frac {a^2+x^2}{x^2}}-\frac {\text {arcsinh}\left (\frac {a}{x}\right )}{3 x^3} \]

[In]

Integrate[ArcSinh[a/x]/x^4,x]

[Out]

(-2/(9*a^3) + 1/(9*a*x^2))*Sqrt[(a^2 + x^2)/x^2] - ArcSinh[a/x]/(3*x^3)

Maple [A] (verified)

Time = 0.01 (sec) , antiderivative size = 50, normalized size of antiderivative = 0.93

method result size
parts \(-\frac {\operatorname {arcsinh}\left (\frac {a}{x}\right )}{3 x^{3}}+\frac {\left (a^{2}+x^{2}\right ) \left (a^{2}-2 x^{2}\right )}{9 a^{3} \sqrt {\frac {a^{2}+x^{2}}{x^{2}}}\, x^{4}}\) \(50\)
derivativedivides \(-\frac {\frac {a^{3} \operatorname {arcsinh}\left (\frac {a}{x}\right )}{3 x^{3}}-\frac {a^{2} \sqrt {\frac {a^{2}}{x^{2}}+1}}{9 x^{2}}+\frac {2 \sqrt {\frac {a^{2}}{x^{2}}+1}}{9}}{a^{3}}\) \(53\)
default \(-\frac {\frac {a^{3} \operatorname {arcsinh}\left (\frac {a}{x}\right )}{3 x^{3}}-\frac {a^{2} \sqrt {\frac {a^{2}}{x^{2}}+1}}{9 x^{2}}+\frac {2 \sqrt {\frac {a^{2}}{x^{2}}+1}}{9}}{a^{3}}\) \(53\)

[In]

int(arcsinh(a/x)/x^4,x,method=_RETURNVERBOSE)

[Out]

-1/3*arcsinh(a/x)/x^3+1/9/a^3*(a^2+x^2)*(a^2-2*x^2)/((a^2+x^2)/x^2)^(1/2)/x^4

Fricas [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 62, normalized size of antiderivative = 1.15 \[ \int \frac {\text {arcsinh}\left (\frac {a}{x}\right )}{x^4} \, dx=-\frac {3 \, a^{3} \log \left (\frac {x \sqrt {\frac {a^{2} + x^{2}}{x^{2}}} + a}{x}\right ) - {\left (a^{2} x - 2 \, x^{3}\right )} \sqrt {\frac {a^{2} + x^{2}}{x^{2}}}}{9 \, a^{3} x^{3}} \]

[In]

integrate(arcsinh(a/x)/x^4,x, algorithm="fricas")

[Out]

-1/9*(3*a^3*log((x*sqrt((a^2 + x^2)/x^2) + a)/x) - (a^2*x - 2*x^3)*sqrt((a^2 + x^2)/x^2))/(a^3*x^3)

Sympy [F]

\[ \int \frac {\text {arcsinh}\left (\frac {a}{x}\right )}{x^4} \, dx=\int \frac {\operatorname {asinh}{\left (\frac {a}{x} \right )}}{x^{4}}\, dx \]

[In]

integrate(asinh(a/x)/x**4,x)

[Out]

Integral(asinh(a/x)/x**4, x)

Maxima [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 47, normalized size of antiderivative = 0.87 \[ \int \frac {\text {arcsinh}\left (\frac {a}{x}\right )}{x^4} \, dx=\frac {1}{9} \, a {\left (\frac {{\left (\frac {a^{2}}{x^{2}} + 1\right )}^{\frac {3}{2}}}{a^{4}} - \frac {3 \, \sqrt {\frac {a^{2}}{x^{2}} + 1}}{a^{4}}\right )} - \frac {\operatorname {arsinh}\left (\frac {a}{x}\right )}{3 \, x^{3}} \]

[In]

integrate(arcsinh(a/x)/x^4,x, algorithm="maxima")

[Out]

1/9*a*((a^2/x^2 + 1)^(3/2)/a^4 - 3*sqrt(a^2/x^2 + 1)/a^4) - 1/3*arcsinh(a/x)/x^3

Giac [A] (verification not implemented)

none

Time = 0.32 (sec) , antiderivative size = 75, normalized size of antiderivative = 1.39 \[ \int \frac {\text {arcsinh}\left (\frac {a}{x}\right )}{x^4} \, dx=-\frac {\log \left (\sqrt {\frac {a^{2}}{x^{2}} + 1} + \frac {a}{x}\right )}{3 \, x^{3}} - \frac {4 \, {\left (a^{2} - 3 \, {\left (x - \sqrt {a^{2} + x^{2}}\right )}^{2}\right )} a}{9 \, {\left (a^{2} - {\left (x - \sqrt {a^{2} + x^{2}}\right )}^{2}\right )}^{3} \mathrm {sgn}\left (x\right )} \]

[In]

integrate(arcsinh(a/x)/x^4,x, algorithm="giac")

[Out]

-1/3*log(sqrt(a^2/x^2 + 1) + a/x)/x^3 - 4/9*(a^2 - 3*(x - sqrt(a^2 + x^2))^2)*a/((a^2 - (x - sqrt(a^2 + x^2))^
2)^3*sgn(x))

Mupad [F(-1)]

Timed out. \[ \int \frac {\text {arcsinh}\left (\frac {a}{x}\right )}{x^4} \, dx=\int \frac {\mathrm {asinh}\left (\frac {a}{x}\right )}{x^4} \,d x \]

[In]

int(asinh(a/x)/x^4,x)

[Out]

int(asinh(a/x)/x^4, x)