online advertising
Processing math: 100%

Friday, April 10, 2015

Exploring Quantum Physics - Week 2 Bonus Question 1

Question:

Estimate the value of e1ϵf(x)dx using the saddle point approximation, with ϵ=0.05 and f(x)=12x4+x+1.

Solution:

Let's take a look at the derivatives of f(x), we have

ddxf(x)=2x3+1d2dx2f(x)=6x2

Now we see the function is convex, we also see m=132 is the global minimum of the function. The power in the exponential is negative, which means for large numbers, the value of the exponential is essentially 0, and therefore we can concentrate near the global minimum. Let's expand f(x) as a Taylor series around the global minimum, we have:

f(x)=f(m)+f(m)(xm)22+...

Ignoring the other coefficients we have got a Gaussian integral, that can be computed as:

e1ϵf(x)dxe1ϵ(f(m)+f(m)(xm)22)dx=πe1ϵf(m)12ϵf(m)

The numeric value of the above expression is 8.799×105, which matches quite well with a numerical integration, so that's the answer! To confess - I made a mistake once forgetting the 2 comes from the Taylor series, but thanks Coursera for allowing a second attempt.

No comments:

Post a Comment