3.3.48 \(\int b^x \, dx\) [248]

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

[Out]

b^x/ln(b)

________________________________________________________________________________________

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 {b^x}{\log (b)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[b^x,x]

[Out]

b^x/Log[b]

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 {align*} \int b^x \, dx &=\frac {b^x}{\log (b)}\\ \end {align*}

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Integrate[b^x,x]

[Out]

b^x/Log[b]

________________________________________________________________________________________

Mathics [C] Result contains higher order function than in optimal. Order 9 vs. order 3 in optimal.
time = 1.69, size = 16, normalized size = 2.00 \begin {gather*} \text {Piecewise}\left [\left \{\left \{\frac {b^x}{\text {Log}\left [b\right ]},\text {Log}\left [b\right ]\text {!=}0\right \}\right \},x\right ] \end {gather*}

Warning: Unable to verify antiderivative.

[In]

mathics('Integrate[b^x,x]')

[Out]

Piecewise[{{b ^ x / Log[b], Log[b] != 0}}, x]

________________________________________________________________________________________

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

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b^x/ln(b)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b^x/log(b)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b^x/log(b)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(b**x,x)

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 7, normalized size = 0.88 \begin {gather*} \frac {b^{x}}{\ln b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(b^x,x)

[Out]

b^x/log(b)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(b^x,x)

[Out]

b^x/log(b)

________________________________________________________________________________________