Quantum statistics expectation value

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
14 replies · 3K views
bearries
Messages
8
Reaction score
0
1. What is the expectation value, <x>, for the
given distribution over the interval from – to + infinity of the function: f(x)=e^(-.5(x-mu)^2(sigma^-2))




2. This is a statistics problem i think. I just need to know how this type of problem is worked out because it is relevant to my quantum class.



3. I have absolutely no idea where to begin.
 
Physics news on Phys.org
Not exactly. My professor ran very very quickly through the gaussian integral once before but I don't quite have the math background to have taken it in (in multivariable calculus currently).
 
Okay so the Gaussian integral is just the integral from -to+infinity of e^(-x^2). I see what they did through to get the answer. Where does the Gaussian fit into that other integral you listed?
Thanks for the help. I was pretty clueless when this was presented in class because I haven't seen this math before so I apologize for how slow I am.
 
So do I just take this
[tex]E[g(X)] = \int_{-\infty}^\infty g(x) f(x)\,dx[/tex]
and use the function, [tex]f(x) = e^{(-(x-μ)^2/2σ^2)}[/tex] as f(x) and would g(x) be the Gaussian function? Not really sure what g(x) is unless that guess is correct.
 
Oh! That makes a lot more sense.
[tex]E[x] = \int_{-\infty}^\infty xe^{(-(x-μ)^2/2σ^2)}\,dx[/tex]
is the integral I'm left with. I see it's similar to the an example on the gaussian integral wiki page where [tex]\int_{-\infty}^\infty x^{2n}e^{-ax^2}\,dx[/tex]
So I figured I'd go off and see if I could solve it with just some sort of u substitution but the closest I can bring the integral i have to that is [tex]e^{-μ^2}\int_{-\infty}^\infty xe^{-x^2/2σ^2}e^{xμ/σ^2}\,dx[/tex] So I doubt it's that easy and probably requires some sort of harder method. How should I go about this?
 
okay so to double check so far:
[tex]E[x] = \int_{-\infty}^\infty xe^{(-(x-μ)^2/2σ^2)}\,dx[/tex]
[tex]u=x-μ[/tex][tex]du=dx[/tex]
[tex]E[x] = \int_{-\infty}^\infty ue^{(-u^2/2σ^2)}\,du + μ\int_{-\infty}^\infty e^{(-u^2/2σ^2)}\,du[/tex]
These look like 2 of the examples on wikipedia but if I just solve them I get something like
[tex]σ^5(2π)^{1/2} + μσ(2)^{1/2}(-1/2)![/tex]
is that right? a concern i have is that I never had to substitute x-μ=u back in
 
Okay I see that. I don't understand the gamma function but I take it from wikipedia that (-1/2)! is equal to Γ(1/2)
So I guess it comes down to Γ(1/2)μσ(2)^(1/2) which is
[tex]μσ(2)^{1/2}\int_{0}^\infty t^{-1/2}e^{-t}\,dt[/tex]
I also don't know where to go about this integral, by parts I get left with something minus the gamma function of -.5 which doesn't seem to go anywhere.
 
Thanks for the help! I finished and got through it in time for class. Doubled checked with a peer.