Calculating Variance for Y=3x^2+3x+3

  • Thread starter Thread starter hellokitten
  • Start date Start date
  • Tags Tags
    Variance
AI Thread Summary
To calculate the variance of Y=3x^2+3x+3, the initial approach incorrectly assumes that the covariance between X^2 and X is zero. The correct variance calculation should account for this covariance, as it is not generally true that Cov(X^2, X) equals zero. The variance expression Var(Y) = 9Var(x^2) + 9Var(x) is flawed without this consideration. The discussion highlights the importance of recognizing covariance when calculating variances in polynomial expressions. Understanding these assumptions is crucial for accurate statistical analysis.
hellokitten
Messages
10
Reaction score
0

Homework Statement


Find the variance of Y=3x^2+3x+3

The Attempt at a Solution


Let Y = 3x^2 +3x +3

Var(Y) = Var(3x^2 +3x +3) = 9Var(x^2) +9Var(x) = 9 [E[X^4] - E[X^2]^2 +E[X^2] - E[X]^2]
This is wrong.
 
Last edited:
Physics news on Phys.org
hellokitten said:
Var(3x^2 +3z +1) = 9Var(x^2) +9Var(x)
I guess the z should be X, or 9var(x) should be 9Var(Z). Either way, what assumption does that step require?
 
haruspex said:
I guess the z should be X, or 9var(x) should be 9Var(Z). Either way, what assumption does that step require?

Oh. It assumes no covariance.
 
Last edited:
hellokitten said:

Homework Statement


Find the variance of Y=3x^2+3x+3

The Attempt at a Solution


Let Y = 3x^2 +3x +3

Var(Y) = Var(3x^2 +3x +3) = 9Var(x^2) +9Var(x) = 9 [E[X^4] - E[X^2]^2 +E[X^2] - E[X]^2]
This is wrong.

You have assumed that ##\text{Cov}(X^2,X) = 0,## which is not generally true.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top