3.1.67 \(\int \frac {\log (x)}{(b+a x)^2} \, dx\) [67]

Optimal. Leaf size=29 \[ \frac {x \log (x)}{b (b+a x)}-\frac {\log (b+a x)}{a b} \]

[Out]

x*ln(x)/b/(a*x+b)-ln(a*x+b)/a/b

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {2351, 31} \begin {gather*} \frac {x \log (x)}{b (a x+b)}-\frac {\log (a x+b)}{a b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Log[x]/(b + a*x)^2,x]

[Out]

(x*Log[x])/(b*(b + a*x)) - Log[b + a*x]/(a*b)

Rule 31

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

Rule 2351

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*((d_) + (e_.)*(x_)^(r_.))^(q_), x_Symbol] :> Simp[x*(d + e*x^r)^(q +
 1)*((a + b*Log[c*x^n])/d), x] - Dist[b*(n/d), Int[(d + e*x^r)^(q + 1), x], x] /; FreeQ[{a, b, c, d, e, n, q,
r}, x] && EqQ[r*(q + 1) + 1, 0]

Rubi steps

\begin {align*} \int \frac {\log (x)}{(b+a x)^2} \, dx &=\frac {x \log (x)}{b (b+a x)}-\frac {\int \frac {1}{b+a x} \, dx}{b}\\ &=\frac {x \log (x)}{b (b+a x)}-\frac {\log (b+a x)}{a b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 27, normalized size = 0.93 \begin {gather*} \frac {\frac {x \log (x)}{b+a x}-\frac {\log (b+a x)}{a}}{b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Log[x]/(b + a*x)^2,x]

[Out]

((x*Log[x])/(b + a*x) - Log[b + a*x]/a)/b

________________________________________________________________________________________

Mathics [A]
time = 2.17, size = 41, normalized size = 1.41 \begin {gather*} \frac {-b \text {Log}\left [x\right ]+\left (a x+b\right ) \left (\text {Log}\left [x\right ]-\text {Log}\left [\frac {a x+b}{a}\right ]\right )}{a b \left (a x+b\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

mathics('Integrate[Log[x]/(a*x+b)^2,x]')

[Out]

(-b Log[x] + (a x + b) (Log[x] - Log[(a x + b) / a])) / (a b (a x + b))

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 30, normalized size = 1.03

method result size
default \(\frac {x \ln \left (x \right )}{b \left (a x +b \right )}-\frac {\ln \left (a x +b \right )}{a b}\) \(30\)
norman \(\frac {x \ln \left (x \right )}{b \left (a x +b \right )}-\frac {\ln \left (a x +b \right )}{a b}\) \(30\)
risch \(-\frac {\ln \left (x \right )}{a \left (a x +b \right )}-\frac {\ln \left (a x +b \right )}{a b}+\frac {\ln \left (-x \right )}{b a}\) \(41\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(x)/(a*x+b)^2,x,method=_RETURNVERBOSE)

[Out]

x*ln(x)/b/(a*x+b)-ln(a*x+b)/a/b

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 38, normalized size = 1.31 \begin {gather*} -\frac {\frac {\log \left (a x + b\right )}{b} - \frac {\log \left (x\right )}{b}}{a} - \frac {\log \left (x\right )}{{\left (a x + b\right )} a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(x)/(a*x+b)^2,x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.33, size = 34, normalized size = 1.17 \begin {gather*} \frac {a x \log \left (x\right ) - {\left (a x + b\right )} \log \left (a x + b\right )}{a^{2} b x + a b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(x)/(a*x+b)^2,x, algorithm="fricas")

[Out]

(a*x*log(x) - (a*x + b)*log(a*x + b))/(a^2*b*x + a*b^2)

________________________________________________________________________________________

Sympy [A]
time = 0.12, size = 24, normalized size = 0.83 \begin {gather*} - \frac {\log {\left (x \right )}}{a^{2} x + a b} + \frac {\log {\left (x \right )} - \log {\left (x + \frac {b}{a} \right )}}{a b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(x)/(a*x+b)**2,x)

[Out]

-log(x)/(a**2*x + a*b) + (log(x) - log(x + b/a))/(a*b)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 37, normalized size = 1.28 \begin {gather*} \frac {\ln \left |x\right |}{a b}-\frac {a \ln \left |x a+b\right |}{a^{2} b}-\frac {\ln x}{a \left (x a+b\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(x)/(a*x+b)^2,x)

[Out]

-log(x)/((a*x + b)*a) - log(abs(a*x + b))/(a*b) + log(abs(x))/(a*b)

________________________________________________________________________________________

Mupad [B]
time = 0.23, size = 35, normalized size = 1.21 \begin {gather*} \frac {x^2\,\ln \left (x\right )}{b\,\left (a\,x^2+b\,x\right )}-\frac {\ln \left (b+a\,x\right )}{a\,b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(x)/(b + a*x)^2,x)

[Out]

(x^2*log(x))/(b*(b*x + a*x^2)) - log(b + a*x)/(a*b)

________________________________________________________________________________________