3.382 \(\int \frac{1}{x \left (13+\frac{2}{x}+15 x\right )} \, dx\)

Optimal. Leaf size=21 \[ \frac{1}{7} \log (5 x+1)-\frac{1}{7} \log (3 x+2) \]

[Out]

-Log[2 + 3*x]/7 + Log[1 + 5*x]/7

_______________________________________________________________________________________

Rubi [A]  time = 0.0286702, antiderivative size = 21, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.188 \[ \frac{1}{7} \log (5 x+1)-\frac{1}{7} \log (3 x+2) \]

Antiderivative was successfully verified.

[In]  Int[1/(x*(13 + 2/x + 15*x)),x]

[Out]

-Log[2 + 3*x]/7 + Log[1 + 5*x]/7

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 6.87726, size = 15, normalized size = 0.71 \[ - \frac{\log{\left (3 x + 2 \right )}}{7} + \frac{\log{\left (5 x + 1 \right )}}{7} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x/(13+2/x+15*x),x)

[Out]

-log(3*x + 2)/7 + log(5*x + 1)/7

_______________________________________________________________________________________

Mathematica [A]  time = 0.00406794, size = 21, normalized size = 1. \[ \frac{1}{7} \log (5 x+1)-\frac{1}{7} \log (3 x+2) \]

Antiderivative was successfully verified.

[In]  Integrate[1/(x*(13 + 2/x + 15*x)),x]

[Out]

-Log[2 + 3*x]/7 + Log[1 + 5*x]/7

_______________________________________________________________________________________

Maple [A]  time = 0.007, size = 18, normalized size = 0.9 \[{\frac{\ln \left ( 1+5\,x \right ) }{7}}-{\frac{\ln \left ( 2+3\,x \right ) }{7}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x/(13+2/x+15*x),x)

[Out]

1/7*ln(1+5*x)-1/7*ln(2+3*x)

_______________________________________________________________________________________

Maxima [A]  time = 0.804716, size = 23, normalized size = 1.1 \[ \frac{1}{7} \, \log \left (5 \, x + 1\right ) - \frac{1}{7} \, \log \left (3 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((15*x + 2/x + 13)*x),x, algorithm="maxima")

[Out]

1/7*log(5*x + 1) - 1/7*log(3*x + 2)

_______________________________________________________________________________________

Fricas [A]  time = 0.280503, size = 23, normalized size = 1.1 \[ \frac{1}{7} \, \log \left (5 \, x + 1\right ) - \frac{1}{7} \, \log \left (3 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((15*x + 2/x + 13)*x),x, algorithm="fricas")

[Out]

1/7*log(5*x + 1) - 1/7*log(3*x + 2)

_______________________________________________________________________________________

Sympy [A]  time = 0.201988, size = 15, normalized size = 0.71 \[ \frac{\log{\left (x + \frac{1}{5} \right )}}{7} - \frac{\log{\left (x + \frac{2}{3} \right )}}{7} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x/(13+2/x+15*x),x)

[Out]

log(x + 1/5)/7 - log(x + 2/3)/7

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.260332, size = 26, normalized size = 1.24 \[ \frac{1}{7} \,{\rm ln}\left ({\left | 5 \, x + 1 \right |}\right ) - \frac{1}{7} \,{\rm ln}\left ({\left | 3 \, x + 2 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((15*x + 2/x + 13)*x),x, algorithm="giac")

[Out]

1/7*ln(abs(5*x + 1)) - 1/7*ln(abs(3*x + 2))