How can I integrate e^{ax^{2}+bx+c} without getting tangled?

  • Thread starter Thread starter noowutah
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 33K views
noowutah
Messages
56
Reaction score
3

Homework Statement



I need to integrate an expression of the form

[tex]e^{ax^{2}+bx+c}[/tex]

Homework Equations



I know that

[tex]\int_{a}^{b}e^{-y^{2}}dy=\frac{\sqrt{\pi}}{2}(\mbox{erf}(b)-\mbox{erf}(a))[/tex]

The Attempt at a Solution



I tried to substitute [tex]ax^{2}+bx+c[/tex] by [tex]-y^{2}[/tex] but I get hopelessly tangled. (PS.: how do get the tex tags to not create an equation environment but stay inline?)
 
Physics news on Phys.org
stlukits said:

Homework Statement



I need to integrate an expression of the form [itex]e^{ax^{2}+bx+c}[/itex] ← [ itex]e^{ax^{2}+bx+c}[ /itex]

Homework Equations



I know that [itex]\displaystyle \int_{a}^{b}e^{-y^{2}}dy=\frac{\sqrt{\pi}}{2}(\mbox{erf}(b)-\mbox{erf}(a))[/itex] ← [ itex]\displaystyle \int_{a}^{b}e^{-y^{2}}dy=

\frac{\sqrt{\pi}}{2}(\mbox{erf}(b)-\mbox{erf}(a))[ /itex]


The Attempt at a Solution



I tried to substitute [tex]ax^{2}+bx+c[/tex] by [tex]-y^{2}[/tex] but I get hopelessly tangled. (PS.: how do get the tex tags to not create an equation environment but stay inline?)
Use itex & /itex for inline LATEX. Use \displaystyle with that to keep ∫ , fractions, etc. full size. See above.

Try completing the square for [itex]ax^{2}+bx+c[/itex] .
 
Last edited:
  • Like
Likes   Reactions: M4RC
First you need to complete the square on the quadratic. Note that the quadratic formula is derived this way so basically encodes it:
[itex]f(x) = ax^2 + b x + c = a(x-h)^2 + k[/itex]
where [itex]h = -b/2a[/itex] and [itex]k = f(h)=ah^2 + bh + c[/itex].

Second, note that the constant term in the exponent can be factored out:
[itex]e^{a(x-h)^2 + k} = e^{a(x-h)^2}e^k[/itex]

See where that gets you.
 
  • Like
Likes   Reactions: M4RC
Great help. Let me try it and see where it goes.
 
Thank you, jambaugh. It worked beautifully.