How Can You Calculate the Expected Value E(X^2(3Y-1))?

  • Thread starter Thread starter adamwitt
  • Start date Start date
adamwitt
Messages
25
Reaction score
0
Expected Values... E(X^2(3Y-1))

Homework Statement



What is the Expected Value of E(X2(3Y-1))

Homework Equations



Properties of Expected Values.
E(X+c) = E(X) + c
E(X+Y) = E(X) + E(Y)


The Attempt at a Solution



I tried googling for a few of the properties I could use but I'm not sure which ones to use, or maybe I haven't found the required property?
I have been given the data and worked out the marginal probability mass functions so I can work out E(X), E(Y), and E(XY)

But I was wondering if I could decompose the problem quickly using properties of expected values, instead of having to do all the math involved manually calculating the expected value?
If so, which properties should I take a look at in order to achieve this? Thanks!
 
Physics news on Phys.org


Ok I gave it a crack using basic expansion, lemmy know if I am close :)

E(X2(3Y-1))
E(3X2Y-X2)
3E(X2Y)-E(X2)

Then from there its a fairly simple process of taking the integrals of the various functions. In my examples case the marginal prob dens functions are only defined for certain values so all I got to do is E = 3sum(X2.y(x)) - sum(X2.y(x))and badabing.

Yay or nay? :D
 


adamwitt said:

Homework Statement



What is the Expected Value of E(X2(3Y-1))

Homework Equations



Properties of Expected Values.
E(X+c) = E(X) + c
E(X+Y) = E(X) + E(Y)


The Attempt at a Solution



I tried googling for a few of the properties I could use but I'm not sure which ones to use, or maybe I haven't found the required property?
I have been given the data and worked out the marginal probability mass functions so I can work out E(X), E(Y), and E(XY)

But I was wondering if I could decompose the problem quickly using properties of expected values, instead of having to do all the math involved manually calculating the expected value?
If so, which properties should I take a look at in order to achieve this? Thanks!

You need to work out E(X^2*Y). If X and Y are independent, this would be E(X^2)*E(Y), but it they are correlated, there is no simple expression. By the way, you say you have worked out the marginal probability mass functions so can work out E(XY). This statement (the "so can ..." part) is false if X and Y are not independent (or, at least, uncorrelated), because in that case you need the full bivariate probability mass function f(x,y) in order to work out E(XY).

RGV
 
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...
Back
Top