3.1.4 \(\int a^x \, dx\) [4]

Optimal. Leaf size=8 \[ \frac {a^x}{\log (x)} \]

[Out]

a^x/ln(x)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {2225} \begin {gather*} \frac {a^x}{\log (a)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[a^x,x]

[Out]

a^x/Log[a]

Rule 2225

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {Integral} &=\frac {a^x}{\log (a)}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 8, normalized size = 1.00 \begin {gather*} \frac {a^x}{\log (a)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[a^x,x]

[Out]

a^x/Log[a]

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 9, normalized size = 1.12

method result size
gosper \(\frac {a^{x}}{\ln \left (a \right )}\) \(9\)
derivativedivides \(\frac {a^{x}}{\ln \left (a \right )}\) \(9\)
default \(\frac {a^{x}}{\ln \left (a \right )}\) \(9\)
risch \(\frac {a^{x}}{\ln \left (a \right )}\) \(9\)
parallelrisch \(\frac {a^{x}}{\ln \left (a \right )}\) \(9\)
norman \(\frac {{\mathrm e}^{x \ln \left (a \right )}}{\ln \left (a \right )}\) \(11\)
meijerg \(-\frac {1-{\mathrm e}^{x \ln \left (a \right )}}{\ln \left (a \right )}\) \(16\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(a^x,x,method=_RETURNVERBOSE)

[Out]

1/ln(a)*a^x

________________________________________________________________________________________

Maxima [A]
time = 0.35, size = 8, normalized size = 1.00 \begin {gather*} \frac {a^{x}}{\log \left (a\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(a^x,x, algorithm="maxima")

[Out]

a^x/log(a)

________________________________________________________________________________________

Fricas [A]
time = 0.60, size = 8, normalized size = 1.00 \begin {gather*} \frac {a^{x}}{\log \left (a\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(a^x,x, algorithm="fricas")

[Out]

a^x/log(a)

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 8, normalized size = 1.00 \begin {gather*} \begin {cases} \frac {a^{x}}{\log {\left (a \right )}} & \text {for}\: \log {\left (a \right )} \neq 0 \\x & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(a**x,x)

[Out]

Piecewise((a**x/log(a), Ne(log(a), 0)), (x, True))

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 8, normalized size = 1.00 \begin {gather*} \frac {a^{x}}{\log \left (a\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(a^x,x, algorithm="giac")

[Out]

a^x/log(a)

________________________________________________________________________________________

Mupad [B]
time = 0.06, size = 8, normalized size = 1.00 \begin {gather*} \frac {a^x}{\ln \left (a\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(a^x,x)

[Out]

a^x/log(a)

________________________________________________________________________________________