To calculate E V ( P ) , where P is a natural number, first create a set of numbers with P elements, where the first element is P 1 , and every subsequent element is P 1 higher than the previous element. An element is selected at random and squared. E V ( P ) is the expected value of the final result. What is P → ∞ lim E V ( P ) ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The first element is P 1 , the second element is P 2 , the third element is P 3 , and so forth until the last element, which is P P .
Since there are P elements, the probability of each element being selected is P 1 .
The possible results of an element being chosen at random and squared are ( P 1 ) 2 , ( P 2 ) 2 , ( P 3 ) 2 . . . ( P P ) 2 .
Therefore, E V ( P ) = P 1 × ( P 1 ) 2 + P 1 × ( P 2 ) 2 + P 1 × ( P 3 ) 2 . . . P 1 × ( P P ) 2 .
We can factor out P 1 × ( P 1 ) 2 , leaving us with E V ( P ) = P 3 1 × ( 1 2 + 2 2 + 3 2 . . . P 2 ) .
The series 1 2 + 2 2 + 3 2 . . . P 2 can be represented using the formula 6 P ( P + 1 ) ( 2 P + 1 ) . Plugging that into our equation gives E V ( P ) = P 3 1 × 6 P ( P + 1 ) ( 2 P + 1 ) .
We can simplify:
E V ( P ) = 6 P 2 ( P + 1 ) ( 2 P + 1 )
E V ( P ) = 6 P 2 2 P 2 + 3 P + 1
E V ( P ) = 6 1 × ( P 2 2 P 2 + P 2 3 P + P 2 1 )
E V ( P ) = 6 1 × ( 2 + P 3 + P 2 1 )
Now, we can plug in ∞ for P . This makes P 3 and P 2 1 equal to 0, leaving us with E V ( P ) = 6 1 × 2 , which simplifies to E V ( P ) = 3 1 .
where does P(P+1)(2P+1)/6 come from?
Log in to reply
watch this: https://www.youtube.com/watch?v=OpA7oNmHobM
@Adam Insall It is formula for summation of r^2 from r=1 to n ........It is quiet famous and it is advisable to memorize it as it comes in handy for algebra AP GP HP and many kinds of other problems. summation of r^3 from r = 1 to n is given by n^2(n+1)^2 / 4.
This question abuses notation by having the letter P both denote the size of the set and also denote a random variable defined on a function as elements of the set are selected.
My first reaction when I saw "P is a natural number, what is EV(P)?" is that it's obviously P.
This comment is about the question itself and not this particular solution.
E V ( P ) = average of squares of elements = P ∑ i = 1 P ( P i ) 2 = P 3 1 ∑ i = 1 P i 2
∑ i = 1 P i 2 will be a cubic function of P because the difference between consecutive sums ∑ i = 1 x i 2 − ∑ i = 1 x − 1 i 2 = x 2 is quadratic. We can therefore say ∑ i = 1 P i 2 = a P 3 + b P 2 + c P + d . Noting that ∑ i = 1 P i 2 = ∑ i = 0 P i 2 , we have the following system of equations:
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ d a + b + c 8 a + 4 b + 2 c 2 7 a + 9 b + 3 c = 0 = 1 = 1 + 4 = 5 = 5 + 9 = 1 4
Solving, we get
⎣ ⎡ a b c ⎦ ⎤ = rref ⎝ ⎛ ⎣ ⎡ 1 8 2 7 1 4 9 1 2 3 1 5 1 4 ⎦ ⎤ ⎠ ⎞ × ⎣ ⎢ ⎢ ⎡ 0 0 0 1 ⎦ ⎥ ⎥ ⎤ = ⎣ ⎡ 1 / 3 1 / 2 1 / 6 ⎦ ⎤
Therefore,
E V ( P ) = P 3 3 P 3 + 2 P 2 + 6 P = 3 1 + 2 P 1 + 6 P 2 1 lim P → ∞ E V ( P ) = 3 1
Problem Loading...
Note Loading...
Set Loading...
P → ∞ lim E V ( P ) = P → ∞ lim k = 1 ∑ P ( P k ) 2 × ( P 1 ) = ∫ 0 1 x 2 d x = 3 1