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

Optimal. Leaf size=15 \[ -\frac {1}{3} f^a \text {Ei}\left (\frac {b \log (f)}{x^3}\right ) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 15, 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 = {2210} \[ -\frac {1}{3} f^a \text {Ei}\left (\frac {b \log (f)}{x^3}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 2210

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

Rubi steps

\begin {align*} \int \frac {f^{a+\frac {b}{x^3}}}{x} \, dx &=-\frac {1}{3} f^a \text {Ei}\left (\frac {b \log (f)}{x^3}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 1.00 \[ -\frac {1}{3} f^a \text {Ei}\left (\frac {b \log (f)}{x^3}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

-1/3*(f^a*ExpIntegralEi[(b*Log[f])/x^3])

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 13, normalized size = 0.87 \[ -\frac {1}{3} \, f^{a} {\rm Ei}\left (\frac {b \log \relax (f)}{x^{3}}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [B]  time = 0.06, size = 41, normalized size = 2.73 \[ -\frac {\left (-\Ei \left (1, -\frac {b \ln \relax (f )}{x^{3}}\right )-3 \ln \relax (x )+\ln \left (-b \right )-\ln \left (-\frac {b \ln \relax (f )}{x^{3}}\right )+\ln \left (\ln \relax (f )\right )\right ) f^{a}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 1.28, size = 13, normalized size = 0.87 \[ -\frac {1}{3} \, f^{a} {\rm Ei}\left (\frac {b \log \relax (f)}{x^{3}}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 3.59, size = 13, normalized size = 0.87 \[ -\frac {f^a\,\mathrm {ei}\left (\frac {b\,\ln \relax (f)}{x^3}\right )}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(f^a*ei((b*log(f))/x^3))/3

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(f**(a + b/x**3)/x, x)

________________________________________________________________________________________