3.49.70 4040x+11x2dx

Optimal. Leaf size=17 log(4(4+11x10)xlog(4))

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 11, normalized size of antiderivative = 0.65, number of steps used = 2, number of rules used = 2, integrand size = 13, number of rulesintegrand size = 0.154, Rules used = {12, 615} log(11x+40)log(x)

Antiderivative was successfully verified.

[In]

Int[-40/(40*x + 11*x^2),x]

[Out]

-Log[x] + Log[40 + 11*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 615

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

Rubi steps

integral=(40140x+11x2dx)=log(x)+log(40+11x)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 19, normalized size = 1.12 40(log(x)40140log(40+11x))

Antiderivative was successfully verified.

[In]

Integrate[-40/(40*x + 11*x^2),x]

[Out]

-40*(Log[x]/40 - Log[40 + 11*x]/40)

________________________________________________________________________________________

fricas [A]  time = 0.71, size = 11, normalized size = 0.65 log(11x+40)log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-40/(11*x^2+40*x),x, algorithm="fricas")

[Out]

log(11*x + 40) - log(x)

________________________________________________________________________________________

giac [A]  time = 0.13, size = 13, normalized size = 0.76 log(|11x+40|)log(|x|)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-40/(11*x^2+40*x),x, algorithm="giac")

[Out]

log(abs(11*x + 40)) - log(abs(x))

________________________________________________________________________________________

maple [A]  time = 0.11, size = 12, normalized size = 0.71




method result size



default ln(11x+40)ln(x) 12
norman ln(11x+40)ln(x) 12
risch ln(11x+40)ln(x) 12
meijerg ln(1+11x40)ln(x)ln(11)+3ln(2)+ln(5) 22



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-40/(11*x^2+40*x),x,method=_RETURNVERBOSE)

[Out]

ln(11*x+40)-ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 11, normalized size = 0.65 log(11x+40)log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-40/(11*x^2+40*x),x, algorithm="maxima")

[Out]

log(11*x + 40) - log(x)

________________________________________________________________________________________

mupad [B]  time = 0.10, size = 8, normalized size = 0.47 2atanh(11x20+1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-40/(40*x + 11*x^2),x)

[Out]

2*atanh((11*x)/20 + 1)

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 8, normalized size = 0.47 log(x)+log(x+4011)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-40/(11*x**2+40*x),x)

[Out]

-log(x) + log(x + 40/11)

________________________________________________________________________________________