3.76 \(\int \frac {f^{a+b x^2}}{x} \, dx\)

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

[Out]

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

________________________________________________________________________________________

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}{2} f^a \text {Ei}\left (b x^2 \log (f)\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

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+b x^2}}{x} \, dx &=\frac {1}{2} f^a \text {Ei}\left (b x^2 \log (f)\right )\\ \end {align*}

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(f^(b*x^2 + a)/x, x)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 16, normalized size = 1.07 \[ -\frac {f^{a} \Ei \left (1, -b \,x^{2} \ln \relax (f )\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(b*x^2+a)/x,x)

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(a + b*x^2)/x,x)

[Out]

(f^a*ei(b*x^2*log(f)))/2

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________