3.433 \(\int e^{a+b x-c x^2} x^2 \, dx\)

Optimal. Leaf size=134 \[ -\frac{\sqrt{\pi } b^2 e^{a+\frac{b^2}{4 c}} \text{Erf}\left (\frac{b-2 c x}{2 \sqrt{c}}\right )}{8 c^{5/2}}-\frac{\sqrt{\pi } e^{a+\frac{b^2}{4 c}} \text{Erf}\left (\frac{b-2 c x}{2 \sqrt{c}}\right )}{4 c^{3/2}}-\frac{b e^{a+b x-c x^2}}{4 c^2}-\frac{x e^{a+b x-c x^2}}{2 c} \]

[Out]

-(b*E^(a + b*x - c*x^2))/(4*c^2) - (E^(a + b*x - c*x^2)*x)/(2*c) - (b^2*E^(a + b
^2/(4*c))*Sqrt[Pi]*Erf[(b - 2*c*x)/(2*Sqrt[c])])/(8*c^(5/2)) - (E^(a + b^2/(4*c)
)*Sqrt[Pi]*Erf[(b - 2*c*x)/(2*Sqrt[c])])/(4*c^(3/2))

_______________________________________________________________________________________

Rubi [A]  time = 0.140269, antiderivative size = 134, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 4, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.235 \[ -\frac{\sqrt{\pi } b^2 e^{a+\frac{b^2}{4 c}} \text{Erf}\left (\frac{b-2 c x}{2 \sqrt{c}}\right )}{8 c^{5/2}}-\frac{\sqrt{\pi } e^{a+\frac{b^2}{4 c}} \text{Erf}\left (\frac{b-2 c x}{2 \sqrt{c}}\right )}{4 c^{3/2}}-\frac{b e^{a+b x-c x^2}}{4 c^2}-\frac{x e^{a+b x-c x^2}}{2 c} \]

Antiderivative was successfully verified.

[In]  Int[E^(a + b*x - c*x^2)*x^2,x]

[Out]

-(b*E^(a + b*x - c*x^2))/(4*c^2) - (E^(a + b*x - c*x^2)*x)/(2*c) - (b^2*E^(a + b
^2/(4*c))*Sqrt[Pi]*Erf[(b - 2*c*x)/(2*Sqrt[c])])/(8*c^(5/2)) - (E^(a + b^2/(4*c)
)*Sqrt[Pi]*Erf[(b - 2*c*x)/(2*Sqrt[c])])/(4*c^(3/2))

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \frac{b^{2} e^{a + \frac{b^{2}}{4 c}} \int e^{- \frac{\left (b - 2 c x\right )^{2}}{4 c}}\, dx}{4 c^{2}} - \frac{b e^{a + b x - c x^{2}}}{4 c^{2}} - \frac{x e^{a + b x - c x^{2}}}{2 c} + \frac{e^{a + \frac{b^{2}}{4 c}} \int e^{- \frac{\left (b - 2 c x\right )^{2}}{4 c}}\, dx}{2 c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(exp(-c*x**2+b*x+a)*x**2,x)

[Out]

b**2*exp(a + b**2/(4*c))*Integral(exp(-(b - 2*c*x)**2/(4*c)), x)/(4*c**2) - b*ex
p(a + b*x - c*x**2)/(4*c**2) - x*exp(a + b*x - c*x**2)/(2*c) + exp(a + b**2/(4*c
))*Integral(exp(-(b - 2*c*x)**2/(4*c)), x)/(2*c)

_______________________________________________________________________________________

Mathematica [A]  time = 0.172262, size = 79, normalized size = 0.59 \[ \frac{e^a \left (\sqrt{\pi } \left (b^2+2 c\right ) e^{\frac{b^2}{4 c}} \text{Erf}\left (\frac{2 c x-b}{2 \sqrt{c}}\right )-2 \sqrt{c} e^{x (b-c x)} (b+2 c x)\right )}{8 c^{5/2}} \]

Antiderivative was successfully verified.

[In]  Integrate[E^(a + b*x - c*x^2)*x^2,x]

[Out]

(E^a*(-2*Sqrt[c]*E^(x*(b - c*x))*(b + 2*c*x) + (b^2 + 2*c)*E^(b^2/(4*c))*Sqrt[Pi
]*Erf[(-b + 2*c*x)/(2*Sqrt[c])]))/(8*c^(5/2))

_______________________________________________________________________________________

Maple [A]  time = 0.009, size = 111, normalized size = 0.8 \[ -{\frac{{{\rm e}^{-c{x}^{2}+bx+a}}x}{2\,c}}+{\frac{b}{2\,c} \left ( -{\frac{{{\rm e}^{-c{x}^{2}+bx+a}}}{2\,c}}-{\frac{b\sqrt{\pi }}{4}{{\rm e}^{a+{\frac{{b}^{2}}{4\,c}}}}{\it Erf} \left ( -\sqrt{c}x+{\frac{b}{2}{\frac{1}{\sqrt{c}}}} \right ){c}^{-{\frac{3}{2}}}} \right ) }-{\frac{\sqrt{\pi }}{4}{{\rm e}^{a+{\frac{{b}^{2}}{4\,c}}}}{\it Erf} \left ( -\sqrt{c}x+{\frac{b}{2}{\frac{1}{\sqrt{c}}}} \right ){c}^{-{\frac{3}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(exp(-c*x^2+b*x+a)*x^2,x)

[Out]

-1/2*exp(-c*x^2+b*x+a)*x/c+1/2*b/c*(-1/2*exp(-c*x^2+b*x+a)/c-1/4*b/c^(3/2)*Pi^(1
/2)*exp(a+1/4*b^2/c)*erf(-c^(1/2)*x+1/2*b/c^(1/2)))-1/4/c^(3/2)*Pi^(1/2)*exp(a+1
/4*b^2/c)*erf(-c^(1/2)*x+1/2*b/c^(1/2))

_______________________________________________________________________________________

Maxima [A]  time = 0.860744, size = 204, normalized size = 1.52 \[ -\frac{{\left (\frac{\sqrt{\pi }{\left (2 \, c x - b\right )} b^{2}{\left (\operatorname{erf}\left (\frac{1}{2} \, \sqrt{\frac{{\left (2 \, c x - b\right )}^{2}}{c}}\right ) - 1\right )}}{\sqrt{\frac{{\left (2 \, c x - b\right )}^{2}}{c}} \left (-c\right )^{\frac{5}{2}}} - \frac{4 \, b c e^{\left (-\frac{{\left (2 \, c x - b\right )}^{2}}{4 \, c}\right )}}{\left (-c\right )^{\frac{5}{2}}} - \frac{4 \,{\left (2 \, c x - b\right )}^{3} \Gamma \left (\frac{3}{2}, \frac{{\left (2 \, c x - b\right )}^{2}}{4 \, c}\right )}{\left (\frac{{\left (2 \, c x - b\right )}^{2}}{c}\right )^{\frac{3}{2}} \left (-c\right )^{\frac{5}{2}}}\right )} e^{\left (a + \frac{b^{2}}{4 \, c}\right )}}{8 \, \sqrt{-c}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2*e^(-c*x^2 + b*x + a),x, algorithm="maxima")

[Out]

-1/8*(sqrt(pi)*(2*c*x - b)*b^2*(erf(1/2*sqrt((2*c*x - b)^2/c)) - 1)/(sqrt((2*c*x
 - b)^2/c)*(-c)^(5/2)) - 4*b*c*e^(-1/4*(2*c*x - b)^2/c)/(-c)^(5/2) - 4*(2*c*x -
b)^3*gamma(3/2, 1/4*(2*c*x - b)^2/c)/(((2*c*x - b)^2/c)^(3/2)*(-c)^(5/2)))*e^(a
+ 1/4*b^2/c)/sqrt(-c)

_______________________________________________________________________________________

Fricas [A]  time = 0.254054, size = 92, normalized size = 0.69 \[ \frac{\sqrt{\pi }{\left (b^{2} + 2 \, c\right )} \operatorname{erf}\left (\frac{2 \, c x - b}{2 \, \sqrt{c}}\right ) e^{\left (\frac{b^{2} + 4 \, a c}{4 \, c}\right )} - 2 \,{\left (2 \, c x + b\right )} \sqrt{c} e^{\left (-c x^{2} + b x + a\right )}}{8 \, c^{\frac{5}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2*e^(-c*x^2 + b*x + a),x, algorithm="fricas")

[Out]

1/8*(sqrt(pi)*(b^2 + 2*c)*erf(1/2*(2*c*x - b)/sqrt(c))*e^(1/4*(b^2 + 4*a*c)/c) -
 2*(2*c*x + b)*sqrt(c)*e^(-c*x^2 + b*x + a))/c^(5/2)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ e^{a} \int x^{2} e^{b x} e^{- c x^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(exp(-c*x**2+b*x+a)*x**2,x)

[Out]

exp(a)*Integral(x**2*exp(b*x)*exp(-c*x**2), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.258254, size = 108, normalized size = 0.81 \[ -\frac{\frac{\sqrt{\pi }{\left (b^{2} + 2 \, c\right )} \operatorname{erf}\left (-\frac{1}{2} \, \sqrt{c}{\left (2 \, x - \frac{b}{c}\right )}\right ) e^{\left (\frac{b^{2} + 4 \, a c}{4 \, c}\right )}}{\sqrt{c}} + 2 \,{\left (c{\left (2 \, x - \frac{b}{c}\right )} + 2 \, b\right )} e^{\left (-c x^{2} + b x + a\right )}}{8 \, c^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2*e^(-c*x^2 + b*x + a),x, algorithm="giac")

[Out]

-1/8*(sqrt(pi)*(b^2 + 2*c)*erf(-1/2*sqrt(c)*(2*x - b/c))*e^(1/4*(b^2 + 4*a*c)/c)
/sqrt(c) + 2*(c*(2*x - b/c) + 2*b)*e^(-c*x^2 + b*x + a))/c^2