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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 76, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.210, Rules used = {6385, 6376, 12, 30} \[ -\frac {e^c x^2 \, _2F_2\left (1,1;\frac {3}{2},2;b^2 x^2\right )}{2 \sqrt {\pi } b}+\frac {x e^{b^2 x^2+c} \text {Erf}(b x)}{2 b^2}-\frac {e^c x^2}{2 \sqrt {\pi } b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

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]

Rule 6385

Int[E^((c_.) + (d_.)*(x_)^2)*Erf[(a_.) + (b_.)*(x_)]*(x_)^(m_), x_Symbol] :> Simp[(x^(m - 1)*E^(c + d*x^2)*Erf
[a + b*x])/(2*d), x] + (-Dist[(m - 1)/(2*d), Int[x^(m - 2)*E^(c + d*x^2)*Erf[a + b*x], x], x] - Dist[b/(d*Sqrt
[Pi]), Int[x^(m - 1)*E^(-a^2 + c - 2*a*b*x - (b^2 - d)*x^2), x], x]) /; FreeQ[{a, b, c, d}, x] && IGtQ[m, 1]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.22, size = 80, normalized size = 1.05 \[ \frac {e^c \left (2 b^2 x^2 \, _2F_2\left (1,1;\frac {3}{2},2;-b^2 x^2\right )+\text {erf}(b x) \left (2 \sqrt {\pi } b x e^{b^2 x^2}-\pi \text {erfi}(b x)\right )-2 b^2 x^2\right )}{4 \sqrt {\pi } b^3} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [F]  time = 0.61, size = 0, normalized size = 0.00 \[ {\rm integral}\left (x^{2} \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)*x^2*erf(b*x),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{2} \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)*x^2*erf(b*x),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{2} \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)*x^2*erf(b*x),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int x^2\,{\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(x^2*exp(c + b^2*x^2)*erf(b*x),x)

[Out]

int(x^2*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)*x**2*erf(b*x),x)

[Out]

Exception raised: AttributeError

________________________________________________________________________________________