3.521 \(\int (1-a^{m x})^n \, dx\)

Optimal. Leaf size=44 \[ -\frac{\left (1-a^{m x}\right )^{n+1} \, _2F_1\left (1,n+1;n+2;1-a^{m x}\right )}{m (n+1) \log (a)} \]

[Out]

-(((1 - a^(m*x))^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, 1 - a^(m*x)])/(m*(1 + n)*Log[a]))

________________________________________________________________________________________

Rubi [A]  time = 0.0187026, antiderivative size = 44, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 11, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.182, Rules used = {2282, 65} \[ -\frac{\left (1-a^{m x}\right )^{n+1} \text{Hypergeometric2F1}\left (1,n+1,n+2,1-a^{m x}\right )}{m (n+1) \log (a)} \]

Antiderivative was successfully verified.

[In]

Int[(1 - a^(m*x))^n,x]

[Out]

-(((1 - a^(m*x))^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, 1 - a^(m*x)])/(m*(1 + n)*Log[a]))

Rule 2282

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 65

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)*Hypergeometric2F1[-m, n +
 1, n + 2, 1 + (d*x)/c])/(d*(n + 1)*(-(d/(b*c)))^m), x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Inte
gerQ[m] || GtQ[-(d/(b*c)), 0])

Rubi steps

\begin{align*} \int \left (1-a^{m x}\right )^n \, dx &=\frac{\operatorname{Subst}\left (\int \frac{(1-x)^n}{x} \, dx,x,a^{m x}\right )}{m \log (a)}\\ &=-\frac{\left (1-a^{m x}\right )^{1+n} \, _2F_1\left (1,1+n;2+n;1-a^{m x}\right )}{m (1+n) \log (a)}\\ \end{align*}

Mathematica [A]  time = 0.0138956, size = 44, normalized size = 1. \[ -\frac{\left (1-a^{m x}\right )^{n+1} \, _2F_1\left (1,n+1;n+2;1-a^{m x}\right )}{m (n+1) \log (a)} \]

Antiderivative was successfully verified.

[In]

Integrate[(1 - a^(m*x))^n,x]

[Out]

-(((1 - a^(m*x))^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, 1 - a^(m*x)])/(m*(1 + n)*Log[a]))

________________________________________________________________________________________

Maple [F]  time = 0.032, size = 0, normalized size = 0. \begin{align*} \int \left ( 1-{a}^{mx} \right ) ^{n}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1-a^(m*x))^n,x)

[Out]

int((1-a^(m*x))^n,x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (-a^{m x} + 1\right )}^{n}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-a^(m*x))^n,x, algorithm="maxima")

[Out]

integrate((-a^(m*x) + 1)^n, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left ({\left (-a^{m x} + 1\right )}^{n}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-a^(m*x))^n,x, algorithm="fricas")

[Out]

integral((-a^(m*x) + 1)^n, x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \left (1 - a^{m x}\right )^{n}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-a**(m*x))**n,x)

[Out]

Integral((1 - a**(m*x))**n, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (-a^{m x} + 1\right )}^{n}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-a^(m*x))^n,x, algorithm="giac")

[Out]

integrate((-a^(m*x) + 1)^n, x)