3.459 \(\int \frac {f^{b x+c x^2}}{b+2 c x} \, dx\)

Optimal. Leaf size=37 \[ \frac {f^{-\frac {b^2}{4 c}} \text {Ei}\left (\frac {(b+2 c x)^2 \log (f)}{4 c}\right )}{4 c} \]

[Out]

1/4*Ei(1/4*(2*c*x+b)^2*ln(f)/c)/c/(f^(1/4/c*b^2))

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {2238} \[ \frac {f^{-\frac {b^2}{4 c}} \text {Ei}\left (\frac {(b+2 c x)^2 \log (f)}{4 c}\right )}{4 c} \]

Antiderivative was successfully verified.

[In]

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

[Out]

ExpIntegralEi[((b + 2*c*x)^2*Log[f])/(4*c)]/(4*c*f^(b^2/(4*c)))

Rule 2238

Int[(F_)^((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)/((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[(1*F^(a - b^2/(4*c))*ExpI
ntegralEi[((b + 2*c*x)^2*Log[F])/(4*c)])/(2*e), x] /; FreeQ[{F, a, b, c, d, e}, x] && EqQ[b*e - 2*c*d, 0]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 37, normalized size = 1.00 \[ \frac {f^{-\frac {b^2}{4 c}} \text {Ei}\left (\frac {(b+2 c x)^2 \log (f)}{4 c}\right )}{4 c} \]

Antiderivative was successfully verified.

[In]

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

[Out]

ExpIntegralEi[((b + 2*c*x)^2*Log[f])/(4*c)]/(4*c*f^(b^2/(4*c)))

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 42, normalized size = 1.14 \[ \frac {{\rm Ei}\left (\frac {{\left (4 \, c^{2} x^{2} + 4 \, b c x + b^{2}\right )} \log \relax (f)}{4 \, c}\right )}{4 \, c f^{\frac {b^{2}}{4 \, c}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*Ei(1/4*(4*c^2*x^2 + 4*b*c*x + b^2)*log(f)/c)/(c*f^(1/4*b^2/c))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.04, size = 33, normalized size = 0.89 \[ -\frac {f^{-\frac {b^{2}}{4 c}} \Ei \left (1, -\frac {\left (2 c x +b \right )^{2} \ln \relax (f )}{4 c}\right )}{4 c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/4/c*f^(-1/4*b^2/c)*Ei(1,-1/4*(2*c*x+b)^2/c*ln(f))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {f^{c\,x^2+b\,x}}{b+2\,c\,x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________