3.248 \(\int b^x \, dx\)

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 = {2194} \[ \frac {b^x}{\log (b)} \]

Antiderivative was successfully verified.

[In]

Int[b^x,x]

[Out]

b^x/Log[b]

Rule 2194

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 \[ \frac {b^x}{\log (b)} \]

Antiderivative was successfully verified.

[In]

Integrate[b^x,x]

[Out]

b^x/Log[b]

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 8, normalized size = 1.00 \[ \frac {b^{x}}{\log \relax (b)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b^x/log(b)

________________________________________________________________________________________

giac [A]  time = 1.03, size = 8, normalized size = 1.00 \[ \frac {b^{x}}{\log \relax (b)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b^x/log(b)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 9, normalized size = 1.12 \[ \frac {b^{x}}{\ln \relax (b )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(b^x,x)

[Out]

b^x/ln(b)

________________________________________________________________________________________

maxima [A]  time = 0.41, size = 8, normalized size = 1.00 \[ \frac {b^{x}}{\log \relax (b)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

b^x/log(b)

________________________________________________________________________________________

mupad [B]  time = 0.16, size = 8, normalized size = 1.00 \[ \frac {b^x}{\ln \relax (b)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(b^x,x)

[Out]

b^x/log(b)

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 8, normalized size = 1.00 \[ \begin {cases} \frac {b^{x}}{\log {\relax (b )}} & \text {for}\: \log {\relax (b )} \neq 0 \\x & \text {otherwise} \end {cases} \]

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))

________________________________________________________________________________________