3.42 \(\int \frac {e^{\text {sech}^{-1}(a x)}}{x^6} \, dx\)

Optimal. Leaf size=163 \[ \frac {1}{16} a^5 \sqrt {\frac {1}{a x+1}} \sqrt {a x+1} \tanh ^{-1}\left (\sqrt {1-a x} \sqrt {a x+1}\right )+\frac {a^3 \sqrt {1-a x}}{16 x^2 \sqrt {\frac {1}{a x+1}}}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{a x+1}}}+\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {a \sqrt {1-a x}}{24 x^4 \sqrt {\frac {1}{a x+1}}} \]

[Out]

1/30/a/x^6-1/5*(1/a/x+(1/a/x-1)^(1/2)*(1+1/a/x)^(1/2))/x^5+1/30*(-a*x+1)^(1/2)/a/x^6/(1/(a*x+1))^(1/2)+1/24*a*
(-a*x+1)^(1/2)/x^4/(1/(a*x+1))^(1/2)+1/16*a^3*(-a*x+1)^(1/2)/x^2/(1/(a*x+1))^(1/2)+1/16*a^5*arctanh((-a*x+1)^(
1/2)*(a*x+1)^(1/2))*(1/(a*x+1))^(1/2)*(a*x+1)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 163, normalized size of antiderivative = 1.00, number of steps used = 10, number of rules used = 6, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.600, Rules used = {6335, 30, 103, 12, 92, 208} \[ \frac {a^3 \sqrt {1-a x}}{16 x^2 \sqrt {\frac {1}{a x+1}}}+\frac {1}{16} a^5 \sqrt {\frac {1}{a x+1}} \sqrt {a x+1} \tanh ^{-1}\left (\sqrt {1-a x} \sqrt {a x+1}\right )+\frac {a \sqrt {1-a x}}{24 x^4 \sqrt {\frac {1}{a x+1}}}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{a x+1}}}+\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5} \]

Antiderivative was successfully verified.

[In]

Int[E^ArcSech[a*x]/x^6,x]

[Out]

1/(30*a*x^6) - E^ArcSech[a*x]/(5*x^5) + Sqrt[1 - a*x]/(30*a*x^6*Sqrt[(1 + a*x)^(-1)]) + (a*Sqrt[1 - a*x])/(24*
x^4*Sqrt[(1 + a*x)^(-1)]) + (a^3*Sqrt[1 - a*x])/(16*x^2*Sqrt[(1 + a*x)^(-1)]) + (a^5*Sqrt[(1 + a*x)^(-1)]*Sqrt
[1 + a*x]*ArcTanh[Sqrt[1 - a*x]*Sqrt[1 + a*x]])/16

Rule 12

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

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 92

Int[1/(Sqrt[(a_.) + (b_.)*(x_)]*Sqrt[(c_.) + (d_.)*(x_)]*((e_.) + (f_.)*(x_))), x_Symbol] :> Dist[b*f, Subst[I
nt[1/(d*(b*e - a*f)^2 + b*f^2*x^2), x], x, Sqrt[a + b*x]*Sqrt[c + d*x]], x] /; FreeQ[{a, b, c, d, e, f}, x] &&
 EqQ[2*b*d*e - f*(b*c + a*d), 0]

Rule 103

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(b*(a +
 b*x)^(m + 1)*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/((m + 1)*(b*c - a*d)*(b*e - a*f)), x] + Dist[1/((m + 1)*(b*
c - a*d)*(b*e - a*f)), Int[(a + b*x)^(m + 1)*(c + d*x)^n*(e + f*x)^p*Simp[a*d*f*(m + 1) - b*(d*e*(m + n + 2) +
 c*f*(m + p + 2)) - b*d*f*(m + n + p + 3)*x, x], x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && LtQ[m, -1] &&
 IntegerQ[m] && (IntegerQ[n] || IntegersQ[2*n, 2*p])

Rule 208

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

Rule 6335

Int[E^ArcSech[(a_.)*(x_)^(p_.)]*(x_)^(m_.), x_Symbol] :> Simp[(x^(m + 1)*E^ArcSech[a*x^p])/(m + 1), x] + (Dist
[p/(a*(m + 1)), Int[x^(m - p), x], x] + Dist[(p*Sqrt[1 + a*x^p]*Sqrt[1/(1 + a*x^p)])/(a*(m + 1)), Int[x^(m - p
)/(Sqrt[1 + a*x^p]*Sqrt[1 - a*x^p]), x], x]) /; FreeQ[{a, m, p}, x] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {e^{\text {sech}^{-1}(a x)}}{x^6} \, dx &=-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}-\frac {\int \frac {1}{x^7} \, dx}{5 a}-\frac {\left (\sqrt {\frac {1}{1+a x}} \sqrt {1+a x}\right ) \int \frac {1}{x^7 \sqrt {1-a x} \sqrt {1+a x}} \, dx}{5 a}\\ &=\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{1+a x}}}+\frac {\left (\sqrt {\frac {1}{1+a x}} \sqrt {1+a x}\right ) \int -\frac {5 a^2}{x^5 \sqrt {1-a x} \sqrt {1+a x}} \, dx}{30 a}\\ &=\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{1+a x}}}-\frac {1}{6} \left (a \sqrt {\frac {1}{1+a x}} \sqrt {1+a x}\right ) \int \frac {1}{x^5 \sqrt {1-a x} \sqrt {1+a x}} \, dx\\ &=\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{1+a x}}}+\frac {a \sqrt {1-a x}}{24 x^4 \sqrt {\frac {1}{1+a x}}}+\frac {1}{24} \left (a \sqrt {\frac {1}{1+a x}} \sqrt {1+a x}\right ) \int -\frac {3 a^2}{x^3 \sqrt {1-a x} \sqrt {1+a x}} \, dx\\ &=\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{1+a x}}}+\frac {a \sqrt {1-a x}}{24 x^4 \sqrt {\frac {1}{1+a x}}}-\frac {1}{8} \left (a^3 \sqrt {\frac {1}{1+a x}} \sqrt {1+a x}\right ) \int \frac {1}{x^3 \sqrt {1-a x} \sqrt {1+a x}} \, dx\\ &=\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{1+a x}}}+\frac {a \sqrt {1-a x}}{24 x^4 \sqrt {\frac {1}{1+a x}}}+\frac {a^3 \sqrt {1-a x}}{16 x^2 \sqrt {\frac {1}{1+a x}}}-\frac {1}{16} \left (a^3 \sqrt {\frac {1}{1+a x}} \sqrt {1+a x}\right ) \int \frac {a^2}{x \sqrt {1-a x} \sqrt {1+a x}} \, dx\\ &=\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{1+a x}}}+\frac {a \sqrt {1-a x}}{24 x^4 \sqrt {\frac {1}{1+a x}}}+\frac {a^3 \sqrt {1-a x}}{16 x^2 \sqrt {\frac {1}{1+a x}}}-\frac {1}{16} \left (a^5 \sqrt {\frac {1}{1+a x}} \sqrt {1+a x}\right ) \int \frac {1}{x \sqrt {1-a x} \sqrt {1+a x}} \, dx\\ &=\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{1+a x}}}+\frac {a \sqrt {1-a x}}{24 x^4 \sqrt {\frac {1}{1+a x}}}+\frac {a^3 \sqrt {1-a x}}{16 x^2 \sqrt {\frac {1}{1+a x}}}+\frac {1}{16} \left (a^6 \sqrt {\frac {1}{1+a x}} \sqrt {1+a x}\right ) \operatorname {Subst}\left (\int \frac {1}{a-a x^2} \, dx,x,\sqrt {1-a x} \sqrt {1+a x}\right )\\ &=\frac {1}{30 a x^6}-\frac {e^{\text {sech}^{-1}(a x)}}{5 x^5}+\frac {\sqrt {1-a x}}{30 a x^6 \sqrt {\frac {1}{1+a x}}}+\frac {a \sqrt {1-a x}}{24 x^4 \sqrt {\frac {1}{1+a x}}}+\frac {a^3 \sqrt {1-a x}}{16 x^2 \sqrt {\frac {1}{1+a x}}}+\frac {1}{16} a^5 \sqrt {\frac {1}{1+a x}} \sqrt {1+a x} \tanh ^{-1}\left (\sqrt {1-a x} \sqrt {1+a x}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.10, size = 129, normalized size = 0.79 \[ \frac {-3 a^6 x^6 \log (x)+3 a^6 x^6 \log \left (a x \sqrt {\frac {1-a x}{a x+1}}+\sqrt {\frac {1-a x}{a x+1}}+1\right )+\sqrt {\frac {1-a x}{a x+1}} \left (3 a^5 x^5+3 a^4 x^4+2 a^3 x^3+2 a^2 x^2-8 a x-8\right )-8}{48 a x^6} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[E^ArcSech[a*x]/x^6,x]

[Out]

(-8 + Sqrt[(1 - a*x)/(1 + a*x)]*(-8 - 8*a*x + 2*a^2*x^2 + 2*a^3*x^3 + 3*a^4*x^4 + 3*a^5*x^5) - 3*a^6*x^6*Log[x
] + 3*a^6*x^6*Log[1 + Sqrt[(1 - a*x)/(1 + a*x)] + a*x*Sqrt[(1 - a*x)/(1 + a*x)]])/(48*a*x^6)

________________________________________________________________________________________

fricas [A]  time = 0.86, size = 148, normalized size = 0.91 \[ \frac {3 \, a^{6} x^{6} \log \left (a x \sqrt {\frac {a x + 1}{a x}} \sqrt {-\frac {a x - 1}{a x}} + 1\right ) - 3 \, a^{6} x^{6} \log \left (a x \sqrt {\frac {a x + 1}{a x}} \sqrt {-\frac {a x - 1}{a x}} - 1\right ) + 2 \, {\left (3 \, a^{5} x^{5} + 2 \, a^{3} x^{3} - 8 \, a x\right )} \sqrt {\frac {a x + 1}{a x}} \sqrt {-\frac {a x - 1}{a x}} - 16}{96 \, a x^{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/96*(3*a^6*x^6*log(a*x*sqrt((a*x + 1)/(a*x))*sqrt(-(a*x - 1)/(a*x)) + 1) - 3*a^6*x^6*log(a*x*sqrt((a*x + 1)/(
a*x))*sqrt(-(a*x - 1)/(a*x)) - 1) + 2*(3*a^5*x^5 + 2*a^3*x^3 - 8*a*x)*sqrt((a*x + 1)/(a*x))*sqrt(-(a*x - 1)/(a
*x)) - 16)/(a*x^6)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {\frac {1}{a x} + 1} \sqrt {\frac {1}{a x} - 1} + \frac {1}{a x}}{x^{6}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate((sqrt(1/(a*x) + 1)*sqrt(1/(a*x) - 1) + 1/(a*x))/x^6, x)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 132, normalized size = 0.81 \[ \frac {\sqrt {-\frac {a x -1}{a x}}\, \sqrt {\frac {a x +1}{a x}}\, \left (3 \arctanh \left (\frac {1}{\sqrt {-a^{2} x^{2}+1}}\right ) x^{6} a^{6}+3 \sqrt {-a^{2} x^{2}+1}\, x^{4} a^{4}+2 a^{2} x^{2} \sqrt {-a^{2} x^{2}+1}-8 \sqrt {-a^{2} x^{2}+1}\right )}{48 x^{5} \sqrt {-a^{2} x^{2}+1}}-\frac {1}{6 x^{6} a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/48*(-(a*x-1)/a/x)^(1/2)/x^5*((a*x+1)/a/x)^(1/2)*(3*arctanh(1/(-a^2*x^2+1)^(1/2))*x^6*a^6+3*(-a^2*x^2+1)^(1/2
)*x^4*a^4+2*a^2*x^2*(-a^2*x^2+1)^(1/2)-8*(-a^2*x^2+1)^(1/2))/(-a^2*x^2+1)^(1/2)-1/6/x^6/a

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {\frac {1}{16} \, a^{6} \log \left (\frac {2 \, \sqrt {-a^{2} x^{2} + 1}}{{\left | x \right |}} + \frac {2}{{\left | x \right |}}\right ) - \frac {1}{16} \, \sqrt {-a^{2} x^{2} + 1} a^{6} - \frac {{\left (-a^{2} x^{2} + 1\right )}^{\frac {3}{2}} a^{4}}{16 \, x^{2}} - \frac {{\left (-a^{2} x^{2} + 1\right )}^{\frac {3}{2}} a^{2}}{8 \, x^{4}} - \frac {{\left (-a^{2} x^{2} + 1\right )}^{\frac {3}{2}}}{6 \, x^{6}}}{a} - \frac {1}{6 \, a x^{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(sqrt(a*x + 1)*sqrt(-a*x + 1)/x^7, x)/a - 1/6/(a*x^6)

________________________________________________________________________________________

mupad [B]  time = 34.08, size = 878, normalized size = 5.39 \[ \frac {\frac {35\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^3}{12\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^3}+\frac {757\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^5}{4\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^5}+\frac {7339\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^7}{4\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^7}+\frac {41929\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^9}{6\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^9}+\frac {25661\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{11}}{2\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{11}}+\frac {25661\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{13}}{2\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{13}}+\frac {41929\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{15}}{6\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{15}}+\frac {7339\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{17}}{4\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{17}}+\frac {757\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{19}}{4\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{19}}+\frac {35\,a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{21}}{12\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{21}}-\frac {a^5\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{23}}{4\,{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{23}}-\frac {a^5\,\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}{4\,\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}}{1+\frac {66\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^4}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^4}-\frac {220\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^6}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^6}+\frac {495\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^8}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^8}-\frac {792\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{10}}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{10}}+\frac {924\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{12}}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{12}}-\frac {792\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{14}}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{14}}+\frac {495\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{16}}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{16}}-\frac {220\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{18}}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{18}}+\frac {66\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{20}}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{20}}-\frac {12\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{22}}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{22}}+\frac {{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^{24}}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^{24}}-\frac {12\,{\left (\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}\right )}^2}{{\left (\sqrt {\frac {1}{a\,x}+1}-1\right )}^2}}+\frac {a^5\,\mathrm {atanh}\left (\frac {\sqrt {\frac {1}{a\,x}-1}-\mathrm {i}}{\sqrt {\frac {1}{a\,x}+1}-1}\right )}{4}-\frac {1}{6\,a\,x^6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

((35*a^5*((1/(a*x) - 1)^(1/2) - 1i)^3)/(12*((1/(a*x) + 1)^(1/2) - 1)^3) + (757*a^5*((1/(a*x) - 1)^(1/2) - 1i)^
5)/(4*((1/(a*x) + 1)^(1/2) - 1)^5) + (7339*a^5*((1/(a*x) - 1)^(1/2) - 1i)^7)/(4*((1/(a*x) + 1)^(1/2) - 1)^7) +
 (41929*a^5*((1/(a*x) - 1)^(1/2) - 1i)^9)/(6*((1/(a*x) + 1)^(1/2) - 1)^9) + (25661*a^5*((1/(a*x) - 1)^(1/2) -
1i)^11)/(2*((1/(a*x) + 1)^(1/2) - 1)^11) + (25661*a^5*((1/(a*x) - 1)^(1/2) - 1i)^13)/(2*((1/(a*x) + 1)^(1/2) -
 1)^13) + (41929*a^5*((1/(a*x) - 1)^(1/2) - 1i)^15)/(6*((1/(a*x) + 1)^(1/2) - 1)^15) + (7339*a^5*((1/(a*x) - 1
)^(1/2) - 1i)^17)/(4*((1/(a*x) + 1)^(1/2) - 1)^17) + (757*a^5*((1/(a*x) - 1)^(1/2) - 1i)^19)/(4*((1/(a*x) + 1)
^(1/2) - 1)^19) + (35*a^5*((1/(a*x) - 1)^(1/2) - 1i)^21)/(12*((1/(a*x) + 1)^(1/2) - 1)^21) - (a^5*((1/(a*x) -
1)^(1/2) - 1i)^23)/(4*((1/(a*x) + 1)^(1/2) - 1)^23) - (a^5*((1/(a*x) - 1)^(1/2) - 1i))/(4*((1/(a*x) + 1)^(1/2)
 - 1)))/((66*((1/(a*x) - 1)^(1/2) - 1i)^4)/((1/(a*x) + 1)^(1/2) - 1)^4 - (12*((1/(a*x) - 1)^(1/2) - 1i)^2)/((1
/(a*x) + 1)^(1/2) - 1)^2 - (220*((1/(a*x) - 1)^(1/2) - 1i)^6)/((1/(a*x) + 1)^(1/2) - 1)^6 + (495*((1/(a*x) - 1
)^(1/2) - 1i)^8)/((1/(a*x) + 1)^(1/2) - 1)^8 - (792*((1/(a*x) - 1)^(1/2) - 1i)^10)/((1/(a*x) + 1)^(1/2) - 1)^1
0 + (924*((1/(a*x) - 1)^(1/2) - 1i)^12)/((1/(a*x) + 1)^(1/2) - 1)^12 - (792*((1/(a*x) - 1)^(1/2) - 1i)^14)/((1
/(a*x) + 1)^(1/2) - 1)^14 + (495*((1/(a*x) - 1)^(1/2) - 1i)^16)/((1/(a*x) + 1)^(1/2) - 1)^16 - (220*((1/(a*x)
- 1)^(1/2) - 1i)^18)/((1/(a*x) + 1)^(1/2) - 1)^18 + (66*((1/(a*x) - 1)^(1/2) - 1i)^20)/((1/(a*x) + 1)^(1/2) -
1)^20 - (12*((1/(a*x) - 1)^(1/2) - 1i)^22)/((1/(a*x) + 1)^(1/2) - 1)^22 + ((1/(a*x) - 1)^(1/2) - 1i)^24/((1/(a
*x) + 1)^(1/2) - 1)^24 + 1) + (a^5*atanh(((1/(a*x) - 1)^(1/2) - 1i)/((1/(a*x) + 1)^(1/2) - 1)))/4 - 1/(6*a*x^6
)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {\int \frac {1}{x^{7}}\, dx + \int \frac {a \sqrt {-1 + \frac {1}{a x}} \sqrt {1 + \frac {1}{a x}}}{x^{6}}\, dx}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1/a/x+(1/a/x-1)**(1/2)*(1+1/a/x)**(1/2))/x**6,x)

[Out]

(Integral(x**(-7), x) + Integral(a*sqrt(-1 + 1/(a*x))*sqrt(1 + 1/(a*x))/x**6, x))/a

________________________________________________________________________________________