\(\int \frac {\text {sech}^{-1}(\sqrt {x})}{x^3} \, dx\) [26]

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

Optimal result

Integrand size = 10, antiderivative size = 136 \[ \int \frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{x^3} \, dx=\frac {1-x}{8 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{5/2}}+\frac {3 (1-x)}{16 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{3/2}}-\frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{2 x^2}+\frac {3 \sqrt {1-x} \text {arctanh}\left (\sqrt {1-x}\right )}{16 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} \sqrt {x}} \]

[Out]

-1/2*arcsech(x^(1/2))/x^2+1/8*(1-x)/x^(5/2)/(-1+1/x^(1/2))^(1/2)/(1+1/x^(1/2))^(1/2)+3/16*(1-x)/x^(3/2)/(-1+1/
x^(1/2))^(1/2)/(1+1/x^(1/2))^(1/2)+3/16*arctanh((1-x)^(1/2))*(1-x)^(1/2)/x^(1/2)/(-1+1/x^(1/2))^(1/2)/(1+1/x^(
1/2))^(1/2)

Rubi [A] (verified)

Time = 0.02 (sec) , antiderivative size = 136, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {6480, 12, 44, 65, 212} \[ \int \frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{x^3} \, dx=\frac {3 \sqrt {1-x} \text {arctanh}\left (\sqrt {1-x}\right )}{16 \sqrt {\frac {1}{\sqrt {x}}-1} \sqrt {\frac {1}{\sqrt {x}}+1} \sqrt {x}}+\frac {3 (1-x)}{16 \sqrt {\frac {1}{\sqrt {x}}-1} \sqrt {\frac {1}{\sqrt {x}}+1} x^{3/2}}+\frac {1-x}{8 \sqrt {\frac {1}{\sqrt {x}}-1} \sqrt {\frac {1}{\sqrt {x}}+1} x^{5/2}}-\frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{2 x^2} \]

[In]

Int[ArcSech[Sqrt[x]]/x^3,x]

[Out]

(1 - x)/(8*Sqrt[-1 + 1/Sqrt[x]]*Sqrt[1 + 1/Sqrt[x]]*x^(5/2)) + (3*(1 - x))/(16*Sqrt[-1 + 1/Sqrt[x]]*Sqrt[1 + 1
/Sqrt[x]]*x^(3/2)) - ArcSech[Sqrt[x]]/(2*x^2) + (3*Sqrt[1 - x]*ArcTanh[Sqrt[1 - x]])/(16*Sqrt[-1 + 1/Sqrt[x]]*
Sqrt[1 + 1/Sqrt[x]]*Sqrt[x])

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 44

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

Rule 65

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 6480

Int[((a_.) + ArcSech[u_]*(b_.))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^(m + 1)*((a + b*ArcSec
h[u])/(d*(m + 1))), x] + Dist[b*(Sqrt[1 - u^2]/(d*(m + 1)*u*Sqrt[-1 + 1/u]*Sqrt[1 + 1/u])), Int[SimplifyIntegr
and[(c + d*x)^(m + 1)*(D[u, x]/(u*Sqrt[1 - u^2])), x], x], x] /; FreeQ[{a, b, c, d, m}, x] && NeQ[m, -1] && In
verseFunctionFreeQ[u, x] &&  !FunctionOfQ[(c + d*x)^(m + 1), u, x] &&  !FunctionOfExponentialQ[u, x]

Rubi steps \begin{align*} \text {integral}& = -\frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{2 x^2}-\frac {\sqrt {1-x} \int \frac {1}{2 \sqrt {1-x} x^3} \, dx}{2 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} \sqrt {x}} \\ & = -\frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{2 x^2}-\frac {\sqrt {1-x} \int \frac {1}{\sqrt {1-x} x^3} \, dx}{4 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} \sqrt {x}} \\ & = \frac {1-x}{8 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{5/2}}-\frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{2 x^2}-\frac {\left (3 \sqrt {1-x}\right ) \int \frac {1}{\sqrt {1-x} x^2} \, dx}{16 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} \sqrt {x}} \\ & = \frac {1-x}{8 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{5/2}}+\frac {3 (1-x)}{16 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{3/2}}-\frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{2 x^2}-\frac {\left (3 \sqrt {1-x}\right ) \int \frac {1}{\sqrt {1-x} x} \, dx}{32 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} \sqrt {x}} \\ & = \frac {1-x}{8 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{5/2}}+\frac {3 (1-x)}{16 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{3/2}}-\frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{2 x^2}+\frac {\left (3 \sqrt {1-x}\right ) \text {Subst}\left (\int \frac {1}{1-x^2} \, dx,x,\sqrt {1-x}\right )}{16 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} \sqrt {x}} \\ & = \frac {1-x}{8 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{5/2}}+\frac {3 (1-x)}{16 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} x^{3/2}}-\frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{2 x^2}+\frac {3 \sqrt {1-x} \text {arctanh}\left (\sqrt {1-x}\right )}{16 \sqrt {-1+\frac {1}{\sqrt {x}}} \sqrt {1+\frac {1}{\sqrt {x}}} \sqrt {x}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.12 (sec) , antiderivative size = 125, normalized size of antiderivative = 0.92 \[ \int \frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{x^3} \, dx=\frac {1}{16} \left (\frac {\sqrt {\frac {1-\sqrt {x}}{1+\sqrt {x}}} \left (2+2 \sqrt {x}+3 x+3 x^{3/2}\right )}{x^2}-\frac {8 \text {sech}^{-1}\left (\sqrt {x}\right )}{x^2}+3 \log \left (1+\sqrt {\frac {1-\sqrt {x}}{1+\sqrt {x}}}+\sqrt {\frac {1-\sqrt {x}}{1+\sqrt {x}}} \sqrt {x}\right )-\frac {3 \log (x)}{2}\right ) \]

[In]

Integrate[ArcSech[Sqrt[x]]/x^3,x]

[Out]

((Sqrt[(1 - Sqrt[x])/(1 + Sqrt[x])]*(2 + 2*Sqrt[x] + 3*x + 3*x^(3/2)))/x^2 - (8*ArcSech[Sqrt[x]])/x^2 + 3*Log[
1 + Sqrt[(1 - Sqrt[x])/(1 + Sqrt[x])] + Sqrt[(1 - Sqrt[x])/(1 + Sqrt[x])]*Sqrt[x]] - (3*Log[x])/2)/16

Maple [A] (verified)

Time = 0.23 (sec) , antiderivative size = 79, normalized size of antiderivative = 0.58

method result size
derivativedivides \(-\frac {\operatorname {arcsech}\left (\sqrt {x}\right )}{2 x^{2}}+\frac {\sqrt {-\frac {\sqrt {x}-1}{\sqrt {x}}}\, \sqrt {\frac {\sqrt {x}+1}{\sqrt {x}}}\, \left (3 \,\operatorname {arctanh}\left (\frac {1}{\sqrt {1-x}}\right ) x^{2}+3 \sqrt {1-x}\, x +2 \sqrt {1-x}\right )}{16 x^{\frac {3}{2}} \sqrt {1-x}}\) \(79\)
default \(-\frac {\operatorname {arcsech}\left (\sqrt {x}\right )}{2 x^{2}}+\frac {\sqrt {-\frac {\sqrt {x}-1}{\sqrt {x}}}\, \sqrt {\frac {\sqrt {x}+1}{\sqrt {x}}}\, \left (3 \,\operatorname {arctanh}\left (\frac {1}{\sqrt {1-x}}\right ) x^{2}+3 \sqrt {1-x}\, x +2 \sqrt {1-x}\right )}{16 x^{\frac {3}{2}} \sqrt {1-x}}\) \(79\)
parts \(-\frac {\operatorname {arcsech}\left (\sqrt {x}\right )}{2 x^{2}}+\frac {\sqrt {-\frac {\sqrt {x}-1}{\sqrt {x}}}\, \sqrt {\frac {\sqrt {x}+1}{\sqrt {x}}}\, \left (3 \,\operatorname {arctanh}\left (\frac {1}{\sqrt {1-x}}\right ) x^{2}+3 \sqrt {1-x}\, x +2 \sqrt {1-x}\right )}{16 x^{\frac {3}{2}} \sqrt {1-x}}\) \(79\)

[In]

int(arcsech(x^(1/2))/x^3,x,method=_RETURNVERBOSE)

[Out]

-1/2*arcsech(x^(1/2))/x^2+1/16*(-(x^(1/2)-1)/x^(1/2))^(1/2)/x^(3/2)*((x^(1/2)+1)/x^(1/2))^(1/2)*(3*arctanh(1/(
1-x)^(1/2))*x^2+3*(1-x)^(1/2)*x+2*(1-x)^(1/2))/(1-x)^(1/2)

Fricas [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 54, normalized size of antiderivative = 0.40 \[ \int \frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{x^3} \, dx=\frac {{\left (3 \, x + 2\right )} \sqrt {x} \sqrt {-\frac {x - 1}{x}} + {\left (3 \, x^{2} - 8\right )} \log \left (\frac {x \sqrt {-\frac {x - 1}{x}} + \sqrt {x}}{x}\right )}{16 \, x^{2}} \]

[In]

integrate(arcsech(x^(1/2))/x^3,x, algorithm="fricas")

[Out]

1/16*((3*x + 2)*sqrt(x)*sqrt(-(x - 1)/x) + (3*x^2 - 8)*log((x*sqrt(-(x - 1)/x) + sqrt(x))/x))/x^2

Sympy [F]

\[ \int \frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{x^3} \, dx=\int \frac {\operatorname {asech}{\left (\sqrt {x} \right )}}{x^{3}}\, dx \]

[In]

integrate(asech(x**(1/2))/x**3,x)

[Out]

Integral(asech(sqrt(x))/x**3, x)

Maxima [A] (verification not implemented)

none

Time = 0.21 (sec) , antiderivative size = 92, normalized size of antiderivative = 0.68 \[ \int \frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{x^3} \, dx=-\frac {3 \, x^{\frac {3}{2}} {\left (\frac {1}{x} - 1\right )}^{\frac {3}{2}} - 5 \, \sqrt {x} \sqrt {\frac {1}{x} - 1}}{16 \, {\left (x^{2} {\left (\frac {1}{x} - 1\right )}^{2} - 2 \, x {\left (\frac {1}{x} - 1\right )} + 1\right )}} - \frac {\operatorname {arsech}\left (\sqrt {x}\right )}{2 \, x^{2}} + \frac {3}{32} \, \log \left (\sqrt {x} \sqrt {\frac {1}{x} - 1} + 1\right ) - \frac {3}{32} \, \log \left (\sqrt {x} \sqrt {\frac {1}{x} - 1} - 1\right ) \]

[In]

integrate(arcsech(x^(1/2))/x^3,x, algorithm="maxima")

[Out]

-1/16*(3*x^(3/2)*(1/x - 1)^(3/2) - 5*sqrt(x)*sqrt(1/x - 1))/(x^2*(1/x - 1)^2 - 2*x*(1/x - 1) + 1) - 1/2*arcsec
h(sqrt(x))/x^2 + 3/32*log(sqrt(x)*sqrt(1/x - 1) + 1) - 3/32*log(sqrt(x)*sqrt(1/x - 1) - 1)

Giac [F]

\[ \int \frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{x^3} \, dx=\int { \frac {\operatorname {arsech}\left (\sqrt {x}\right )}{x^{3}} \,d x } \]

[In]

integrate(arcsech(x^(1/2))/x^3,x, algorithm="giac")

[Out]

integrate(arcsech(sqrt(x))/x^3, x)

Mupad [F(-1)]

Timed out. \[ \int \frac {\text {sech}^{-1}\left (\sqrt {x}\right )}{x^3} \, dx=\int \frac {\mathrm {acosh}\left (\frac {1}{\sqrt {x}}\right )}{x^3} \,d x \]

[In]

int(acosh(1/x^(1/2))/x^3,x)

[Out]

int(acosh(1/x^(1/2))/x^3, x)