3.2.41 \(\int \frac {1}{x (a^5+x^5)} \, dx\) [141]

Optimal. Leaf size=22 \[ \frac {\log (x)}{a^5}-\frac {\log \left (a^5+x^5\right )}{5 a^5} \]

[Out]

ln(x)/a^5-1/5*ln(a^5+x^5)/a^5

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {272, 36, 29, 31} \begin {gather*} \frac {\log (x)}{a^5}-\frac {\log \left (a^5+x^5\right )}{5 a^5} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(x*(a^5 + x^5)),x]

[Out]

Log[x]/a^5 - Log[a^5 + x^5]/(5*a^5)

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 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]]

Rubi steps

\begin {align*} \int \frac {1}{x \left (a^5+x^5\right )} \, dx &=\frac {1}{5} \text {Subst}\left (\int \frac {1}{x \left (a^5+x\right )} \, dx,x,x^5\right )\\ &=\frac {\text {Subst}\left (\int \frac {1}{x} \, dx,x,x^5\right )}{5 a^5}-\frac {\text {Subst}\left (\int \frac {1}{a^5+x} \, dx,x,x^5\right )}{5 a^5}\\ &=\frac {\log (x)}{a^5}-\frac {\log \left (a^5+x^5\right )}{5 a^5}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 22, normalized size = 1.00 \begin {gather*} \frac {\log (x)}{a^5}-\frac {\log \left (a^5+x^5\right )}{5 a^5} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(x*(a^5 + x^5)),x]

[Out]

Log[x]/a^5 - Log[a^5 + x^5]/(5*a^5)

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(48\) vs. \(2(20)=40\).
time = 0.14, size = 49, normalized size = 2.23

method result size
risch \(\frac {\ln \left (x \right )}{a^{5}}-\frac {\ln \left (a^{5}+x^{5}\right )}{5 a^{5}}\) \(21\)
default \(\frac {\ln \left (x \right )}{a^{5}}-\frac {\ln \left (a +x \right )}{5 a^{5}}-\frac {\ln \left (a^{4}-a^{3} x +a^{2} x^{2}-a \,x^{3}+x^{4}\right )}{5 a^{5}}\) \(49\)
norman \(\frac {\ln \left (x \right )}{a^{5}}-\frac {\ln \left (a +x \right )}{5 a^{5}}-\frac {\ln \left (a^{4}-a^{3} x +a^{2} x^{2}-a \,x^{3}+x^{4}\right )}{5 a^{5}}\) \(49\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x/(a^5+x^5),x,method=_RETURNVERBOSE)

[Out]

ln(x)/a^5-1/5*ln(a+x)/a^5-1/5/a^5*ln(a^4-a^3*x+a^2*x^2-a*x^3+x^4)

________________________________________________________________________________________

Maxima [A]
time = 1.28, size = 23, normalized size = 1.05 \begin {gather*} -\frac {\log \left (a^{5} + x^{5}\right )}{5 \, a^{5}} + \frac {\log \left (x^{5}\right )}{5 \, a^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(a^5+x^5),x, algorithm="maxima")

[Out]

-1/5*log(a^5 + x^5)/a^5 + 1/5*log(x^5)/a^5

________________________________________________________________________________________

Fricas [A]
time = 0.93, size = 18, normalized size = 0.82 \begin {gather*} -\frac {\log \left (a^{5} + x^{5}\right ) - 5 \, \log \left (x\right )}{5 \, a^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(a^5+x^5),x, algorithm="fricas")

[Out]

-1/5*(log(a^5 + x^5) - 5*log(x))/a^5

________________________________________________________________________________________

Sympy [A]
time = 0.11, size = 19, normalized size = 0.86 \begin {gather*} \frac {\log {\left (x \right )}}{a^{5}} - \frac {\log {\left (a^{5} + x^{5} \right )}}{5 a^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(a**5+x**5),x)

[Out]

log(x)/a**5 - log(a**5 + x**5)/(5*a**5)

________________________________________________________________________________________

Giac [A]
time = 0.50, size = 22, normalized size = 1.00 \begin {gather*} -\frac {\log \left ({\left | a^{5} + x^{5} \right |}\right )}{5 \, a^{5}} + \frac {\log \left ({\left | x \right |}\right )}{a^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(a^5+x^5),x, algorithm="giac")

[Out]

-1/5*log(abs(a^5 + x^5))/a^5 + log(abs(x))/a^5

________________________________________________________________________________________

Mupad [B]
time = 0.27, size = 18, normalized size = 0.82 \begin {gather*} -\frac {\ln \left (a^5+x^5\right )-5\,\ln \left (x\right )}{5\,a^5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x*(a^5 + x^5)),x)

[Out]

-(log(a^5 + x^5) - 5*log(x))/(5*a^5)

________________________________________________________________________________________