3.17.18 13(154log(176))dx

Optimal. Leaf size=12 1+5x43xlog(176)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 11, normalized size of antiderivative = 0.92, number of steps used = 1, number of rules used = 1, integrand size = 10, number of rulesintegrand size = 0.100, Rules used = {8} 13x(154log(176))

Antiderivative was successfully verified.

[In]

Int[(15 - 4*Log[176])/3,x]

[Out]

(x*(15 - 4*Log[176]))/3

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

integral=13x(154log(176))

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 11, normalized size = 0.92 5x43xlog(176)

Antiderivative was successfully verified.

[In]

Integrate[(15 - 4*Log[176])/3,x]

[Out]

5*x - (4*x*Log[176])/3

________________________________________________________________________________________

fricas [A]  time = 0.65, size = 9, normalized size = 0.75 43xlog(176)+5x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4/3*log(176)+5,x, algorithm="fricas")

[Out]

-4/3*x*log(176) + 5*x

________________________________________________________________________________________

giac [A]  time = 0.22, size = 9, normalized size = 0.75 13x(4log(176)15)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4/3*log(176)+5,x, algorithm="giac")

[Out]

-1/3*x*(4*log(176) - 15)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 9, normalized size = 0.75




method result size



default (4ln(176)3+5)x 9
norman (4ln(176)3+5)x 9
risch 16xln(2)34xln(11)3+5x 15



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-4/3*ln(176)+5,x,method=_RETURNVERBOSE)

[Out]

(-4/3*ln(176)+5)*x

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 9, normalized size = 0.75 13x(4log(176)15)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4/3*log(176)+5,x, algorithm="maxima")

[Out]

-1/3*x*(4*log(176) - 15)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 9, normalized size = 0.75 x(4ln(176)35)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(5 - (4*log(176))/3,x)

[Out]

-x*((4*log(176))/3 - 5)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 8, normalized size = 0.67 x(54log(176)3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4/3*ln(176)+5,x)

[Out]

x*(5 - 4*log(176)/3)

________________________________________________________________________________________