Key Concepts and Formulas
- Arithmetic Progression (A.P.): A sequence where the difference between consecutive terms is constant.
- General Term: Ak=A1+(k−1)d, where A1 is the first term and d is the common difference.
- Sum of first n terms: Sn=2n(2A1+(n−1)d) or Sn=2n(A1+An).
- Inequalities with Reciprocals: For positive numbers a and b, if a<b, then a1>b1. Conversely, if a>b, then a1<b1.
Step-by-Step Solution
Step 1: Define the A.P. and extract initial information.
We are given that x11,x21,...,xn1 are in A.P. Let Ak=xk1.
We are given x1=4, so the first term of the A.P. is A1=x11=41.
We are given x21=20, so the 21st term of the A.P. is A21=x211=201.
We need to find n, the least positive integer such that xn>50. This implies An=xn1<501.
Finally, we need to calculate the sum Sn=∑i=1nAi.
Step 2: Calculate the common difference (d) of the A.P.
We use the formula for the general term of an A.P.: Ak=A1+(k−1)d.
For k=21, we have A21=A1+(21−1)d.
Substituting the known values:
201=41+20d
To solve for d, rearrange the equation:
20d=201−41
Find a common denominator (20):
20d=201−205
20d=201−5
20d=−204
20d=−51
Divide by 20:
d=−5×201=−1001
The common difference is d=−1001.
Step 3: Determine the least positive integer n for which xn>50.
The condition xn>50 is equivalent to xn1<501 because xn must be positive (since xn>50).
So, An<501.
Using the general term formula An=A1+(n−1)d:
An=41+(n−1)(−1001)
An=41−100n−1
Substitute this into the inequality An<501:
41−100n−1<501
To eliminate the denominators, multiply the entire inequality by 100:
100(41)−100(100n−1)<100(501)
25−(n−1)<2
25−n+1<2
26−n<2
Subtract 26 from both sides:
−n<2−26
−n<−24
Multiply by -1 and reverse the inequality sign:
n>24
Since n is the least positive integer satisfying n>24, we have n=25.
Step 4: Calculate the sum of the first n terms of the A.P.
We need to find Sn=∑i=1nAi with n=25, A1=41, and d=−1001.
Using the sum formula Sn=2n(2A1+(n−1)d):
S25=225(2×41+(25−1)(−1001))
S25=225(21+24(−1001))
S25=225(21−10024)
Simplify 10024 to 256:
S25=225(21−256)
Find a common denominator for the fractions inside the parenthesis (50):
S25=225(5025−5012)
S25=225(5025−12)
S25=225(5013)
Multiply the fractions:
S25=2×5025×13
S25=2×2×2525×13
Cancel out the 25:
S25=2×213
S25=413
Common Mistakes & Tips
- Inequality Reversal: When dealing with reciprocals of inequalities, remember to reverse the inequality sign if the terms are positive. This is crucial when converting xn>50 to An<501.
- Fraction Arithmetic: Be extremely careful with calculations involving fractions. Ensure a common denominator is used for addition/subtraction and simplify fractions whenever possible to make calculations easier.
- "Least Positive Integer": Pay close attention to this wording. It means after solving an inequality like n>24, you must select the smallest integer that satisfies it, which is 25.
Summary
The problem involves an arithmetic progression formed by the reciprocals of a sequence xi. We first identified the first term and the 21st term of this A.P. Using these, we calculated the common difference. Then, we translated the condition xn>50 into an inequality involving the terms of the A.P. and solved for n, finding the least integer value. Finally, we used the formula for the sum of an A.P. to compute the sum of the first n terms.
The final answer is 413.