3.44.46 \(\int -\frac {1}{\log (4)} \, dx\)

Optimal. Leaf size=12 \[ \frac {\frac {5}{4}-x}{\log (4)} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 7, normalized size of antiderivative = 0.58, number of steps used = 1, number of rules used = 1, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {8} \begin {gather*} -\frac {x}{\log (4)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-Log[4]^(-1),x]

[Out]

-(x/Log[4])

Rule 8

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

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-\frac {x}{\log (4)}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 7, normalized size = 0.58 \begin {gather*} -\frac {x}{\log (4)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-Log[4]^(-1),x]

[Out]

-(x/Log[4])

________________________________________________________________________________________

fricas [A]  time = 0.56, size = 7, normalized size = 0.58 \begin {gather*} -\frac {x}{2 \, \log \relax (2)} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/2/log(2),x, algorithm="fricas")

[Out]

-1/2*x/log(2)

________________________________________________________________________________________

giac [A]  time = 0.12, size = 7, normalized size = 0.58 \begin {gather*} -\frac {x}{2 \, \log \relax (2)} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/2/log(2),x, algorithm="giac")

[Out]

-1/2*x/log(2)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 8, normalized size = 0.67




method result size



default \(-\frac {x}{2 \ln \relax (2)}\) \(8\)
norman \(-\frac {x}{2 \ln \relax (2)}\) \(8\)
risch \(-\frac {x}{2 \ln \relax (2)}\) \(8\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/2/ln(2),x,method=_RETURNVERBOSE)

[Out]

-1/2*x/ln(2)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 7, normalized size = 0.58 \begin {gather*} -\frac {x}{2 \, \log \relax (2)} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/2/log(2),x, algorithm="maxima")

[Out]

-1/2*x/log(2)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 7, normalized size = 0.58 \begin {gather*} -\frac {x}{2\,\ln \relax (2)} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/(2*log(2)),x)

[Out]

-x/(2*log(2))

________________________________________________________________________________________

sympy [A]  time = 0.01, size = 7, normalized size = 0.58 \begin {gather*} - \frac {x}{2 \log {\relax (2 )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/2/ln(2),x)

[Out]

-x/(2*log(2))

________________________________________________________________________________________