3.33.97 2xdx

Optimal. Leaf size=23 log(x2(323+1e15/4+e3+log(4)))

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 4, normalized size of antiderivative = 0.17, number of steps used = 2, number of rules used = 2, integrand size = 5, number of rulesintegrand size = 0.400, Rules used = {12, 29} 2log(x)

Antiderivative was successfully verified.

[In]

Int[2/x,x]

[Out]

2*Log[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 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rubi steps

integral=21xdx=2log(x)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 4, normalized size = 0.17 2log(x)

Antiderivative was successfully verified.

[In]

Integrate[2/x,x]

[Out]

2*Log[x]

________________________________________________________________________________________

fricas [A]  time = 0.60, size = 4, normalized size = 0.17 2log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2/x,x, algorithm="fricas")

[Out]

2*log(x)

________________________________________________________________________________________

giac [A]  time = 0.33, size = 5, normalized size = 0.22 2log(|x|)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2/x,x, algorithm="giac")

[Out]

2*log(abs(x))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 5, normalized size = 0.22




method result size



default 2ln(x) 5
norman 2ln(x) 5
risch 2ln(x) 5



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2/x,x,method=_RETURNVERBOSE)

[Out]

2*ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.69, size = 4, normalized size = 0.17 2log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2/x,x, algorithm="maxima")

[Out]

2*log(x)

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 4, normalized size = 0.17 2ln(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2/x,x)

[Out]

2*log(x)

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 3, normalized size = 0.13 2log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2/x,x)

[Out]

2*log(x)

________________________________________________________________________________________