3.72 \(\int e^{c+b^2 x^2} \text {erf}(b x) \, dx\)

Optimal. Leaf size=29 \[ \frac {b e^c x^2 \, _2F_2\left (1,1;\frac {3}{2},2;b^2 x^2\right )}{\sqrt {\pi }} \]

[Out]

b*exp(c)*x^2*HypergeometricPFQ([1, 1],[3/2, 2],b^2*x^2)/Pi^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.062, Rules used = {6376} \[ \frac {b e^c x^2 \, _2F_2\left (1,1;\frac {3}{2},2;b^2 x^2\right )}{\sqrt {\pi }} \]

Antiderivative was successfully verified.

[In]

Int[E^(c + b^2*x^2)*Erf[b*x],x]

[Out]

(b*E^c*x^2*HypergeometricPFQ[{1, 1}, {3/2, 2}, b^2*x^2])/Sqrt[Pi]

Rule 6376

Int[E^((c_.) + (d_.)*(x_)^2)*Erf[(b_.)*(x_)], x_Symbol] :> Simp[(b*E^c*x^2*HypergeometricPFQ[{1, 1}, {3/2, 2},
 b^2*x^2])/Sqrt[Pi], x] /; FreeQ[{b, c, d}, x] && EqQ[d, b^2]

Rubi steps

\begin {align*} \int e^{c+b^2 x^2} \text {erf}(b x) \, dx &=\frac {b e^c x^2 \, _2F_2\left (1,1;\frac {3}{2},2;b^2 x^2\right )}{\sqrt {\pi }}\\ \end {align*}

________________________________________________________________________________________

Mathematica [F]  time = 0.03, size = 0, normalized size = 0.00 \[ \int e^{c+b^2 x^2} \text {erf}(b x) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[E^(c + b^2*x^2)*Erf[b*x],x]

[Out]

Integrate[E^(c + b^2*x^2)*Erf[b*x], x]

________________________________________________________________________________________

fricas [F]  time = 0.67, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\operatorname {erf}\left (b x\right ) e^{\left (b^{2} x^{2} + c\right )}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b^2*x^2+c)*erf(b*x),x, algorithm="fricas")

[Out]

integral(erf(b*x)*e^(b^2*x^2 + c), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {erf}\left (b x\right ) e^{\left (b^{2} x^{2} + c\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b^2*x^2+c)*erf(b*x),x, algorithm="giac")

[Out]

integrate(erf(b*x)*e^(b^2*x^2 + c), x)

________________________________________________________________________________________

maple [F]  time = 0.07, size = 0, normalized size = 0.00 \[ \int {\mathrm e}^{b^{2} x^{2}+c} \erf \left (b x \right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(b^2*x^2+c)*erf(b*x),x)

[Out]

int(exp(b^2*x^2+c)*erf(b*x),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {erf}\left (b x\right ) e^{\left (b^{2} x^{2} + c\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b^2*x^2+c)*erf(b*x),x, algorithm="maxima")

[Out]

integrate(erf(b*x)*e^(b^2*x^2 + c), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \[ \int {\mathrm {e}}^{b^2\,x^2+c}\,\mathrm {erf}\left (b\,x\right ) \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(c + b^2*x^2)*erf(b*x),x)

[Out]

int(exp(c + b^2*x^2)*erf(b*x), x)

________________________________________________________________________________________

sympy [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: AttributeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b**2*x**2+c)*erf(b*x),x)

[Out]

Exception raised: AttributeError

________________________________________________________________________________________