Key Concepts and Formulas
- Arithmetic Progression (AP): A sequence where the difference between consecutive terms is constant (common difference, d). The n-th term is given by xn=x1+(n−1)d.
- Mean of a Sequence: The sum of the terms divided by the number of terms. For n terms, Mean =n∑i=1nxi.
- Sum of an AP: The sum of the first n terms of an AP is Sn=2n(2x1+(n−1)d).
- Summation Formulas:
- Sum of first n natural numbers: ∑i=1ni=2n(n+1)
- Sum of squares of first n natural numbers: ∑i=1ni2=6n(n+1)(2n+1)
Step-by-Step Solution
Step 1: Understand the given information and the goal.
We are given an arithmetic progression x1,x2,…,x100 with x1=2 and the mean of these 100 terms is 200. We need to find the mean of a new sequence yi=i(xi−i) for 1≤i≤100.
Step 2: Calculate the sum of the arithmetic progression.
The mean of 100 terms is 200. Therefore, the sum of these terms is:
∑i=1100xi=Mean×Number of terms=200×100=20000
Step 3: Find the common difference (d) of the AP.
The sum of the first 100 terms of an AP can also be expressed as S100=2100[2x1+(100−1)d].
We know x1=2 and S100=20000. Substituting these values:
20000=50[2(2)+99d]
20000=50[4+99d]
Divide both sides by 50:
5020000=4+99d
400=4+99d
Subtract 4 from both sides:
396=99d
Divide by 99:
d=99396=4
So, the common difference is 4.
Step 4: Express xi in terms of i.
Using the formula for the i-th term of an AP, xi=x1+(i−1)d:
xi=2+(i−1)4
xi=2+4i−4
xi=4i−2
Step 5: Find the expression for yi.
We are given yi=i(xi−i). Substitute the expression for xi:
yi=i((4i−2)−i)
yi=i(3i−2)
yi=3i2−2i
Step 6: Calculate the sum of yi for i=1 to 100.
The sum of yi is ∑i=1100yi=∑i=1100(3i2−2i).
We can split this sum using the linearity of summation:
∑i=1100yi=3∑i=1100i2−2∑i=1100i
Now, we use the standard summation formulas for n=100:
∑i=1100i=2100(100+1)=2100×101=50×101=5050
∑i=1100i2=6100(100+1)(2×100+1)=6100×101×201
∑i=1100i2=62030100=338350
Substitute these values back into the sum of yi:
∑i=1100yi=3(338350)−2(5050)
∑i=1100yi=1015050−10100
∑i=1100yi=1004950
Step 7: Calculate the mean of yi.
The mean of y1,y2,…,y100 is 100∑i=1100yi.
Mean of yi=1001004950=10049.50
Common Mistakes & Tips
- Formula Recall: Ensure accurate recall of summation formulas for i and i2. A small error here can lead to a significantly different answer.
- Algebraic Errors: Be meticulous with algebraic manipulations, especially when substituting and simplifying expressions for xi and yi.
- Calculation Accuracy: Double-check arithmetic, particularly with large numbers in the summation steps. It's easy to misplace a digit.
Summary
The problem requires us to first determine the common difference of the given arithmetic progression using its first term and mean. Once the general term xi is found, we derive the expression for yi. Finally, we calculate the mean of yi by computing the sum of yi using standard summation formulas for powers of i and then dividing by the number of terms. This systematic approach leads to the correct mean of the sequence yi.
The final answer is \boxed{10049.50}, which corresponds to option (B).