3.242 \(\int f^{c (a+b x)} x^m \, dx\)

Optimal. Leaf size=41 \[ \frac {x^m f^{a c} (-b c x \log (f))^{-m} \Gamma (m+1,-b c x \log (f))}{b c \log (f)} \]

[Out]

f^(a*c)*x^m*GAMMA(1+m,-b*c*x*ln(f))/b/c/ln(f)/((-b*c*x*ln(f))^m)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 41, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {2181} \[ \frac {x^m f^{a c} (-b c x \log (f))^{-m} \text {Gamma}(m+1,-b c x \log (f))}{b c \log (f)} \]

Antiderivative was successfully verified.

[In]

Int[f^(c*(a + b*x))*x^m,x]

[Out]

(f^(a*c)*x^m*Gamma[1 + m, -(b*c*x*Log[f])])/(b*c*Log[f]*(-(b*c*x*Log[f]))^m)

Rule 2181

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))*((c_.) + (d_.)*(x_))^(m_), x_Symbol] :> -Simp[(F^(g*(e - (c*f)/d))*(c +
d*x)^FracPart[m]*Gamma[m + 1, (-((f*g*Log[F])/d))*(c + d*x)])/(d*(-((f*g*Log[F])/d))^(IntPart[m] + 1)*(-((f*g*
Log[F]*(c + d*x))/d))^FracPart[m]), x] /; FreeQ[{F, c, d, e, f, g, m}, x] &&  !IntegerQ[m]

Rubi steps

\begin {align*} \int f^{c (a+b x)} x^m \, dx &=\frac {f^{a c} x^m \Gamma (1+m,-b c x \log (f)) (-b c x \log (f))^{-m}}{b c \log (f)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 36, normalized size = 0.88 \[ x^{m+1} \left (-f^{a c}\right ) (-b c x \log (f))^{-m-1} \Gamma (m+1,-b c x \log (f)) \]

Antiderivative was successfully verified.

[In]

Integrate[f^(c*(a + b*x))*x^m,x]

[Out]

-(f^(a*c)*x^(1 + m)*Gamma[1 + m, -(b*c*x*Log[f])]*(-(b*c*x*Log[f]))^(-1 - m))

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 39, normalized size = 0.95 \[ \frac {e^{\left (a c \log \relax (f) - m \log \left (-b c \log \relax (f)\right )\right )} \Gamma \left (m + 1, -b c x \log \relax (f)\right )}{b c \log \relax (f)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(c*(b*x+a))*x^m,x, algorithm="fricas")

[Out]

e^(a*c*log(f) - m*log(-b*c*log(f)))*gamma(m + 1, -b*c*x*log(f))/(b*c*log(f))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int f^{{\left (b x + a\right )} c} x^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(c*(b*x+a))*x^m,x, algorithm="giac")

[Out]

integrate(f^((b*x + a)*c)*x^m, x)

________________________________________________________________________________________

maple [B]  time = 0.05, size = 117, normalized size = 2.85 \[ -\frac {\left (m \,x^{m} \left (-b c \right )^{m} \left (-b c x \ln \relax (f )\right )^{-m} \ln \relax (f )^{m} \Gamma \relax (m )-m \,x^{m} \left (-b c \right )^{m} \left (-b c x \ln \relax (f )\right )^{-m} \ln \relax (f )^{m} \Gamma \left (m , -b c x \ln \relax (f )\right )-x^{m} \left (-b c \right )^{m} \ln \relax (f )^{m} {\mathrm e}^{b c x \ln \relax (f )}\right ) f^{a c} \left (-b c \right )^{-m} \ln \relax (f )^{-m -1}}{b c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^((b*x+a)*c)*x^m,x)

[Out]

-f^(a*c)*(-b*c)^(-m)*ln(f)^(-m-1)/b/c*(x^m*(-b*c)^m*ln(f)^m*m*GAMMA(m)*(-b*c*x*ln(f))^(-m)-x^m*(-b*c)^m*ln(f)^
m*exp(b*c*x*ln(f))-x^m*(-b*c)^m*ln(f)^m*m*(-b*c*x*ln(f))^(-m)*GAMMA(m,-b*c*x*ln(f)))

________________________________________________________________________________________

maxima [A]  time = 1.34, size = 36, normalized size = 0.88 \[ -\left (-b c x \log \relax (f)\right )^{-m - 1} f^{a c} x^{m + 1} \Gamma \left (m + 1, -b c x \log \relax (f)\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(c*(b*x+a))*x^m,x, algorithm="maxima")

[Out]

-(-b*c*x*log(f))^(-m - 1)*f^(a*c)*x^(m + 1)*gamma(m + 1, -b*c*x*log(f))

________________________________________________________________________________________

mupad [B]  time = 3.50, size = 41, normalized size = 1.00 \[ \frac {f^{a\,c}\,x^m\,\Gamma \left (m+1,-b\,c\,x\,\ln \relax (f)\right )}{b\,c\,\ln \relax (f)\,{\left (-b\,c\,x\,\ln \relax (f)\right )}^m} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(c*(a + b*x))*x^m,x)

[Out]

(f^(a*c)*x^m*igamma(m + 1, -b*c*x*log(f)))/(b*c*log(f)*(-b*c*x*log(f))^m)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int f^{c \left (a + b x\right )} x^{m}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f**(c*(b*x+a))*x**m,x)

[Out]

Integral(f**(c*(a + b*x))*x**m, x)

________________________________________________________________________________________