3.162 \(\int \frac {f^{a+\frac {b}{x^3}}}{x^7} \, dx\)

Optimal. Leaf size=44 \[ \frac {f^{a+\frac {b}{x^3}}}{3 b^2 \log ^2(f)}-\frac {f^{a+\frac {b}{x^3}}}{3 b x^3 \log (f)} \]

[Out]

1/3*f^(a+b/x^3)/b^2/ln(f)^2-1/3*f^(a+b/x^3)/b/x^3/ln(f)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {2212, 2209} \[ \frac {f^{a+\frac {b}{x^3}}}{3 b^2 \log ^2(f)}-\frac {f^{a+\frac {b}{x^3}}}{3 b x^3 \log (f)} \]

Antiderivative was successfully verified.

[In]

Int[f^(a + b/x^3)/x^7,x]

[Out]

f^(a + b/x^3)/(3*b^2*Log[f]^2) - f^(a + b/x^3)/(3*b*x^3*Log[f])

Rule 2209

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Simp[((e + f*x)^n*
F^(a + b*(c + d*x)^n))/(b*f*n*(c + d*x)^n*Log[F]), x] /; FreeQ[{F, a, b, c, d, e, f, n}, x] && EqQ[m, n - 1] &
& EqQ[d*e - c*f, 0]

Rule 2212

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[((c + d*x)^(m
 - n + 1)*F^(a + b*(c + d*x)^n))/(b*d*n*Log[F]), x] - Dist[(m - n + 1)/(b*n*Log[F]), Int[(c + d*x)^(m - n)*F^(
a + b*(c + d*x)^n), x], x] /; FreeQ[{F, a, b, c, d}, x] && IntegerQ[(2*(m + 1))/n] && LtQ[0, (m + 1)/n, 5] &&
IntegerQ[n] && (LtQ[0, n, m + 1] || LtQ[m, n, 0])

Rubi steps

\begin {align*} \int \frac {f^{a+\frac {b}{x^3}}}{x^7} \, dx &=-\frac {f^{a+\frac {b}{x^3}}}{3 b x^3 \log (f)}-\frac {\int \frac {f^{a+\frac {b}{x^3}}}{x^4} \, dx}{b \log (f)}\\ &=\frac {f^{a+\frac {b}{x^3}}}{3 b^2 \log ^2(f)}-\frac {f^{a+\frac {b}{x^3}}}{3 b x^3 \log (f)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 32, normalized size = 0.73 \[ \frac {f^{a+\frac {b}{x^3}} \left (x^3-b \log (f)\right )}{3 b^2 x^3 \log ^2(f)} \]

Antiderivative was successfully verified.

[In]

Integrate[f^(a + b/x^3)/x^7,x]

[Out]

(f^(a + b/x^3)*(x^3 - b*Log[f]))/(3*b^2*x^3*Log[f]^2)

________________________________________________________________________________________

fricas [A]  time = 0.42, size = 34, normalized size = 0.77 \[ \frac {{\left (x^{3} - b \log \relax (f)\right )} f^{\frac {a x^{3} + b}{x^{3}}}}{3 \, b^{2} x^{3} \log \relax (f)^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(a+b/x^3)/x^7,x, algorithm="fricas")

[Out]

1/3*(x^3 - b*log(f))*f^((a*x^3 + b)/x^3)/(b^2*x^3*log(f)^2)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {f^{a + \frac {b}{x^{3}}}}{x^{7}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(a+b/x^3)/x^7,x, algorithm="giac")

[Out]

integrate(f^(a + b/x^3)/x^7, x)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 52, normalized size = 1.18 \[ \frac {\frac {x^{6} {\mathrm e}^{\left (a +\frac {b}{x^{3}}\right ) \ln \relax (f )}}{3 b^{2} \ln \relax (f )^{2}}-\frac {x^{3} {\mathrm e}^{\left (a +\frac {b}{x^{3}}\right ) \ln \relax (f )}}{3 b \ln \relax (f )}}{x^{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(a+b/x^3)/x^7,x)

[Out]

(1/3/b^2/ln(f)^2*x^6*exp((a+b/x^3)*ln(f))-1/3/b/ln(f)*x^3*exp((a+b/x^3)*ln(f)))/x^6

________________________________________________________________________________________

maxima [C]  time = 1.29, size = 22, normalized size = 0.50 \[ \frac {f^{a} \Gamma \left (2, -\frac {b \log \relax (f)}{x^{3}}\right )}{3 \, b^{2} \log \relax (f)^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(a+b/x^3)/x^7,x, algorithm="maxima")

[Out]

1/3*f^a*gamma(2, -b*log(f)/x^3)/(b^2*log(f)^2)

________________________________________________________________________________________

mupad [B]  time = 3.49, size = 36, normalized size = 0.82 \[ -\frac {f^{a+\frac {b}{x^3}}\,\left (\frac {1}{3\,b\,\ln \relax (f)}-\frac {x^3}{3\,b^2\,{\ln \relax (f)}^2}\right )}{x^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(a + b/x^3)/x^7,x)

[Out]

-(f^(a + b/x^3)*(1/(3*b*log(f)) - x^3/(3*b^2*log(f)^2)))/x^3

________________________________________________________________________________________

sympy [A]  time = 0.13, size = 29, normalized size = 0.66 \[ \frac {f^{a + \frac {b}{x^{3}}} \left (- b \log {\relax (f )} + x^{3}\right )}{3 b^{2} x^{3} \log {\relax (f )}^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f**(a+b/x**3)/x**7,x)

[Out]

f**(a + b/x**3)*(-b*log(f) + x**3)/(3*b**2*x**3*log(f)**2)

________________________________________________________________________________________