3.17.70 125(402x10log(2))dx

Optimal. Leaf size=17 113(4+x5+log(2))2

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 16, normalized size of antiderivative = 0.94, number of steps used = 1, number of rules used = 1, integrand size = 13, number of rulesintegrand size = 0.077, Rules used = {9} 125(x5(4log(2)))2

Antiderivative was successfully verified.

[In]

Int[(40 - 2*x - 10*Log[2])/25,x]

[Out]

-1/25*(x - 5*(4 - Log[2]))^2

Rule 9

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

Rubi steps

integral=125(x5(4log(2)))2

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 19, normalized size = 1.12 225(20x+x22+xlog(32))

Antiderivative was successfully verified.

[In]

Integrate[(40 - 2*x - 10*Log[2])/25,x]

[Out]

(-2*(-20*x + x^2/2 + x*Log[32]))/25

________________________________________________________________________________________

fricas [A]  time = 0.77, size = 14, normalized size = 0.82 125x225xlog(2)+85x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2/5*log(2)-2/25*x+8/5,x, algorithm="fricas")

[Out]

-1/25*x^2 - 2/5*x*log(2) + 8/5*x

________________________________________________________________________________________

giac [A]  time = 0.29, size = 14, normalized size = 0.82 125x225xlog(2)+85x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2/5*log(2)-2/25*x+8/5,x, algorithm="giac")

[Out]

-1/25*x^2 - 2/5*x*log(2) + 8/5*x

________________________________________________________________________________________

maple [A]  time = 0.02, size = 11, normalized size = 0.65




method result size



gosper x(x+10ln(2)40)25 11
default 2xln(2)5x225+8x5 15
norman (2ln(2)5+85)xx225 15
risch 2xln(2)5x225+8x5 15



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-2/5*ln(2)-2/25*x+8/5,x,method=_RETURNVERBOSE)

[Out]

-1/25*x*(x+10*ln(2)-40)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 14, normalized size = 0.82 125x225xlog(2)+85x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2/5*log(2)-2/25*x+8/5,x, algorithm="maxima")

[Out]

-1/25*x^2 - 2/5*x*log(2) + 8/5*x

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 10, normalized size = 0.59 x(x+10ln(2)40)25

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(8/5 - (2*log(2))/5 - (2*x)/25,x)

[Out]

-(x*(x + 10*log(2) - 40))/25

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 15, normalized size = 0.88 x225+x(852log(2)5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2/5*ln(2)-2/25*x+8/5,x)

[Out]

-x**2/25 + x*(8/5 - 2*log(2)/5)

________________________________________________________________________________________