Discovering a General Formula for the Function: Hints and Tips

  • Thread starter Thread starter greisen
  • Start date Start date
  • Tags Tags
    Formula General
greisen
Messages
75
Reaction score
0
Hi,

I have to find a general formula for the function

1/(2n)!\int_{-\inf}^{\inf}x^{2n}*e^{-ax^2}I am a little bit lost in how to proceed - any hints appreciated thanks in advance
 
Physics news on Phys.org
greisen said:
1/(2n)!\int_{-\infty}^{\infty}x^{2n}*e^{-ax^2}​

Hi greisen! :smile:

(btw, it's "\infty")

I assume you've tried integrating by parts, and found that if you start with the x^2n, it just gets worse, and you can't start with the e^{-ax^2}, because it doesn't have a nice anti-derivative?

Hint: can you split the product in some other way, so that you can get an anti-derivative involving the e^{-ax^2}? :smile:
 
Thanks

yes I have tried integration by parts but that got very messy.

I don't quite understand how to rewrite the equation involving the anti-derivative?

 
well, i would say sth like this would put u on the right track

\int_{-\infty}^{\infty}x^{2n}*e^{-ax^2} = \int_{-\infty}^{\infty}x^{2n-1}xe^{-ax^2}dx then performing integration by parts by letting

u=x^{2n-1},v=\int xe^{-ax^2}dx

I think this would work. By performing integ by parts a couple of times, i think you will be able to notice some pattern, then use induction to prove the general case.

P.S. This is basically what tiny-tim's Hint says...i hope at least...lol...
 
problem … solution … it's just a state of mind!

Yutup, sutupidmath is right, of course. :smile:

The trick is to recognise the difference between a problem and a solution.

In this case, the problem is that you look at ∫e^-ax^2
and think
"I can't integrate that … if only it had an extra 2ax in front of it!"
and change that round to
"I can integrate that if i put an extra 2ax in front of it!"

Problem … solution … it's just a state of mind! :smile:
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top