New Reply

integral of an exponential that has a polynomial

 
Share Thread Thread Tools
Apr29-12, 02:09 AM   #1
 

integral of an exponential that has a polynomial


How would one evaluate $$\Phi = \int_{-\infty}^{+\infty} e^{-(ax+bx^2)} dx$$.

I was trying to change it into a product of an error function and a gamma function, but I needed an extra dx. Any other ideas?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Apr29-12, 02:27 AM   #2
 
Let X = ? such as : ax+bx² = A X² +B
 
Apr29-12, 03:30 AM   #3
 
I don't really see how that would work.

I tried setting u=ax, v=bx^2. Then i would use
$$ \Gamma(1) = \int_{0}^{\infty} e^{-u}du $$
$${\rm erf}(x) = \int_{-\infty}^{x} e^{-v^2}dv $$
I'm not exactly sure how to use that in
$$ \int_{-\infty}^{+\infty} e^{-u} e^{-v^2} du$$
without another differential dv somewhere.
 
Apr29-12, 04:25 AM   #4
 

integral of an exponential that has a polynomial


You are not on the right way !
ax+bx² = b(x+(a/2b))² -a²/4b
X= x+(a/2b)
exp(-(ax+bx²)) = exp(a²/4b)*exp(-b X²)
Then integrate exp(-b X²)*dX
 
Apr29-12, 05:58 AM   #5
 
Quote by aafrophone View Post
How would one evaluate $$\Phi = \int_{-\infty}^{+\infty} e^{-(ax+bx^2)} dx$$.

I was trying to change it into a product of an error function and a gamma function, but I needed an extra dx. Any other ideas?

[tex]\displaystyle{ \int_{-\infty}^{+\infty} e^{-(ax+bx^2)} dx= \int_{-\infty}^{+\infty} e^{-b\left(x+\frac{a}{2b}\right)^2}e^{\frac{a^2}{4b}} dx=\frac{e^{\frac{a^2}{4b}}}{\sqrt{b}} \int_{-\infty}^{+\infty} e^{-x^2} dx=e^{\frac{a^2}{4b}}\sqrt{\frac{\pi}{b}}\,,\,\,with}[/tex]

(1) first equality: completing the square

(2) second equality: substituting [itex]\displaystyle{\sqrt{b}\left(x+\frac{a}{2b}\right) \to y}[/itex]

(3) third equality: using [itex]\displaystyle{\int_{-\infty}^\infty e^{-x^2}dx=\sqrt{\pi}}[/itex]

DonAntonio

Ps. Of course, I assume [itex]b>0[/itex]
 
New Reply

Tags
error function, exponential, gamma function, indefinite integral, integral
Thread Tools


Similar Threads for: integral of an exponential that has a polynomial
Thread Forum Replies
Exponential grows faster than polynomial Precalculus Mathematics Homework 2
Evaluate integral of a polynomial over another polynomial (complicated substitution) Calculus & Beyond Homework 1
Intersection of Polynomial and Exponential Functions Calculus & Beyond Homework 2
exponential into polynomial Calculus & Beyond Homework 6
[SOLVED] 3rd degree exponential polynomial Precalculus Mathematics Homework 11