3.11 \(\int F^x \left (a+b F^x\right )^n \, dx\)

Optimal. Leaf size=24 \[ \frac{\left (a+b F^x\right )^{n+1}}{b (n+1) \log (F)} \]

[Out]

(a + b*F^x)^(1 + n)/(b*(1 + n)*Log[F])

_______________________________________________________________________________________

Rubi [A]  time = 0.0412352, antiderivative size = 24, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.154 \[ \frac{\left (a+b F^x\right )^{n+1}}{b (n+1) \log (F)} \]

Antiderivative was successfully verified.

[In]  Int[F^x*(a + b*F^x)^n,x]

[Out]

(a + b*F^x)^(1 + n)/(b*(1 + n)*Log[F])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 7.52526, size = 17, normalized size = 0.71 \[ \frac{\left (F^{x} b + a\right )^{n + 1}}{b \left (n + 1\right ) \log{\left (F \right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(F**x*(a+b*F**x)**n,x)

[Out]

(F**x*b + a)**(n + 1)/(b*(n + 1)*log(F))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0276606, size = 24, normalized size = 1. \[ \frac{\left (a+b F^x\right )^{n+1}}{b n \log (F)+b \log (F)} \]

Antiderivative was successfully verified.

[In]  Integrate[F^x*(a + b*F^x)^n,x]

[Out]

(a + b*F^x)^(1 + n)/(b*Log[F] + b*n*Log[F])

_______________________________________________________________________________________

Maple [A]  time = 0.003, size = 25, normalized size = 1. \[{\frac{ \left ( a+b{F}^{x} \right ) ^{1+n}}{b \left ( 1+n \right ) \ln \left ( F \right ) }} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(F^x*(a+b*F^x)^n,x)

[Out]

(a+b*F^x)^(1+n)/b/(1+n)/ln(F)

_______________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((F^x*b + a)^n*F^x,x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.313717, size = 38, normalized size = 1.58 \[ \frac{{\left (F^{x} b + a\right )}{\left (F^{x} b + a\right )}^{n}}{{\left (b n + b\right )} \log \left (F\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((F^x*b + a)^n*F^x,x, algorithm="fricas")

[Out]

(F^x*b + a)*(F^x*b + a)^n/((b*n + b)*log(F))

_______________________________________________________________________________________

Sympy [A]  time = 3.75109, size = 82, normalized size = 3.42 \[ \begin{cases} \frac{x}{a} & \text{for}\: F = 1 \wedge b = 0 \wedge n = -1 \\x \left (a + b\right )^{n} & \text{for}\: F = 1 \\\frac{F^{x} a^{n}}{\log{\left (F \right )}} & \text{for}\: b = 0 \\\frac{\log{\left (F^{x} + \frac{a}{b} \right )}}{b \log{\left (F \right )}} & \text{for}\: n = -1 \\\frac{F^{x} b \left (F^{x} b + a\right )^{n}}{b n \log{\left (F \right )} + b \log{\left (F \right )}} + \frac{a \left (F^{x} b + a\right )^{n}}{b n \log{\left (F \right )} + b \log{\left (F \right )}} & \text{otherwise} \end{cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F**x*(a+b*F**x)**n,x)

[Out]

Piecewise((x/a, Eq(F, 1) & Eq(b, 0) & Eq(n, -1)), (x*(a + b)**n, Eq(F, 1)), (F**
x*a**n/log(F), Eq(b, 0)), (log(F**x + a/b)/(b*log(F)), Eq(n, -1)), (F**x*b*(F**x
*b + a)**n/(b*n*log(F) + b*log(F)) + a*(F**x*b + a)**n/(b*n*log(F) + b*log(F)),
True))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.227888, size = 32, normalized size = 1.33 \[ \frac{{\left (F^{x} b + a\right )}^{n + 1}}{b{\left (n + 1\right )}{\rm ln}\left (F\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((F^x*b + a)^n*F^x,x, algorithm="giac")

[Out]

(F^x*b + a)^(n + 1)/(b*(n + 1)*ln(F))