Need help with 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
1 reply · 4K views
begyu85
Messages
5
Reaction score
0

Homework Statement



I have a random, uniformly distributed vector with Cartesian components x,y,z. I should calculate the expectation value of the products of the components, e.g. [tex]<x\cdot x>, <x\cdot y>, ..., <z\cdot z>[/tex].

Homework Equations



In spherical coordinates the [tex]x,y,z[/tex] components are

[tex]x = \sin(\theta)\cdot\cos(\phi)[/tex]
[tex]y= \sin(\theta)\cdot\sin(\phi)[/tex]
[tex]z = \cos(\theta)[/tex]


[tex]<x\cdot x> =\int f(x)\cdot x^2 dx = const.\times \int x^2 dx[/tex],
because the probability density function is constant of the uniform probability distribution.

The Attempt at a Solution



I think it is useful to convert the Cartesian coordinates to spherical coordinates. So for example

[tex]<x\cdot x> = \int_{0}^{\pi}d\theta\int_{0}^{2\pi}d\phi~~[\sin(\theta)\cdot\cos(\phi)]^{2}[/tex]

I wrote a program for this, and the solution is:

[tex]<x\cdot x> = <y\cdot y> = <z\cdot z> = \frac{1}{3}[/tex]
and the other terms are zero.

But the solution of the above integral is not 1/3.
 
Physics news on Phys.org
You don't need to convert to spherical coordinates, the limit you're assuming is from 0 to 1 on all three axes. And the value of the integral IS 1/3, but you've forgotten to multiply by f(x).

I don't know if youre calculating the same expectation value, but in QM, [tex]<f>=\int_{a}^{b}f(r)*f'*f(r)'dr[/tex],

where f' is the operator, f(r) is the function (physical quantity), and f(r)' is its conjugate. If f is real only, then f(r)=f(r)' and the integral becomes,

[tex]f(r)^2\int_{a}^{b}f'dr[/tex]

If that is what you were trying to calculate, then you missed out by a factor of [tex]f(x)^2[/tex]. Also, [tex]\theta[/tex] is a constant, not a variable.