3.92.34 \(\int \frac {1}{e^6 x} \, dx\) [9134]

Optimal. Leaf size=10 \[ 8+\frac {4+\log (x)}{e^6} \]

[Out]

8+(ln(x)+4)/exp(6)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 6, normalized size of antiderivative = 0.60, number of steps used = 2, number of rules used = 2, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {12, 29} \begin {gather*} \frac {\log (x)}{e^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(E^6*x),x]

[Out]

Log[x]/E^6

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

\begin {gather*} \begin {aligned} \text {integral} &=\frac {\int \frac {1}{x} \, dx}{e^6}\\ &=\frac {\log (x)}{e^6}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 6, normalized size = 0.60 \begin {gather*} \frac {\log (x)}{e^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(E^6*x),x]

[Out]

Log[x]/E^6

________________________________________________________________________________________

Maple [A]
time = 0.61, size = 8, normalized size = 0.80

method result size
risch \({\mathrm e}^{-6} \ln \left (x \right )\) \(6\)
default \({\mathrm e}^{-6} \ln \left (x \right )\) \(8\)
norman \({\mathrm e}^{-6} \ln \left (x \right )\) \(8\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x/exp(6),x,method=_RETURNVERBOSE)

[Out]

1/exp(6)*ln(x)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 5, normalized size = 0.50 \begin {gather*} e^{\left (-6\right )} \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/exp(6),x, algorithm="maxima")

[Out]

e^(-6)*log(x)

________________________________________________________________________________________

Fricas [A]
time = 0.43, size = 5, normalized size = 0.50 \begin {gather*} e^{\left (-6\right )} \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/exp(6),x, algorithm="fricas")

[Out]

e^(-6)*log(x)

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 5, normalized size = 0.50 \begin {gather*} \frac {\log {\left (x \right )}}{e^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/exp(6),x)

[Out]

exp(-6)*log(x)

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 6, normalized size = 0.60 \begin {gather*} e^{\left (-6\right )} \log \left ({\left | x \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/exp(6),x, algorithm="giac")

[Out]

e^(-6)*log(abs(x))

________________________________________________________________________________________

Mupad [B]
time = 0.12, size = 5, normalized size = 0.50 \begin {gather*} {\mathrm {e}}^{-6}\,\ln \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(-6)/x,x)

[Out]

exp(-6)*log(x)

________________________________________________________________________________________