3.67.9 2x32log(3)x3dx

Optimal. Leaf size=16 1e2+2x+log(3)x2

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 13, normalized size of antiderivative = 0.81, number of steps used = 2, number of rules used = 1, integrand size = 14, number of rulesintegrand size = 0.071, Rules used = {14} log(9)2x2+2x

Antiderivative was successfully verified.

[In]

Int[(2*x^3 - 2*Log[3])/x^3,x]

[Out]

2*x + Log[9]/(2*x^2)

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

integral=(2log(9)x3)dx=2x+log(9)2x2

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 13, normalized size = 0.81 2x+log(9)2x2

Antiderivative was successfully verified.

[In]

Integrate[(2*x^3 - 2*Log[3])/x^3,x]

[Out]

2*x + Log[9]/(2*x^2)

________________________________________________________________________________________

fricas [A]  time = 0.58, size = 12, normalized size = 0.75 2x3+log(3)x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(3)+2*x^3)/x^3,x, algorithm="fricas")

[Out]

(2*x^3 + log(3))/x^2

________________________________________________________________________________________

giac [A]  time = 0.14, size = 10, normalized size = 0.62 2x+log(3)x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(3)+2*x^3)/x^3,x, algorithm="giac")

[Out]

2*x + log(3)/x^2

________________________________________________________________________________________

maple [A]  time = 0.06, size = 11, normalized size = 0.69




method result size



default 2x+ln(3)x2 11
risch 2x+ln(3)x2 11
gosper 2x3+ln(3)x2 13
norman 2x3+ln(3)x2 13



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-2*ln(3)+2*x^3)/x^3,x,method=_RETURNVERBOSE)

[Out]

2*x+1/x^2*ln(3)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 10, normalized size = 0.62 2x+log(3)x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(3)+2*x^3)/x^3,x, algorithm="maxima")

[Out]

2*x + log(3)/x^2

________________________________________________________________________________________

mupad [B]  time = 4.26, size = 10, normalized size = 0.62 2x+ln(3)x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(2*log(3) - 2*x^3)/x^3,x)

[Out]

2*x + log(3)/x^2

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 8, normalized size = 0.50 2x+log(3)x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*ln(3)+2*x**3)/x**3,x)

[Out]

2*x + log(3)/x**2

________________________________________________________________________________________