Can I do expectation like this

  • Thread starter Thread starter aegea
  • Start date Start date
  • Tags Tags
    Expectation
aegea
Messages
2
Reaction score
0
Many thanks in advance

Suppose x is normal variable x~N(a,b)
and y=160*x^2
I need calculate E(y)=∫yf(y)d(y)
f(y) is the density function of y
how can I write it as an integral of x since we know x's distribution, I mean use the density function of x to substitute the original integral

Can I just use E(y)=E(160 x^2)= ∫ 160 x^2 f(x) d(x)
then I can use f(x), which is the density function of normal.

Seems right, but seems wrong, seems I use f(x) to substitute x directly!
 
Physics news on Phys.org
You can do it the way you suggested (it is logically correct), but I believe it will make more work for yourself (but I didn't look at it because there is a cleaner way).

Here are a few hints that should help:

Remember that the expected value function is a linear operator so

E(Y)=E(160X^2)=160E(X^2)

and

V(X)=E(X^2)-[E(X)]^2
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top