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 an=a1+(n−1)d. The sum of the first N terms is SN=2N(a1+aN).
- Telescoping Sums: A series where intermediate terms cancel out, leaving only the first and last terms. The identity anan+11=d1(an1−an+11) is key for sums of reciprocals of products in an AP.
- Symmetry of AP: For an AP with an odd number of terms, the middle term is the average of the first and last terms. Also, ak+aN−k+1=a1+aN. For terms equidistant from the middle, their product can be expressed as amid2−(kd)2.
Step-by-Step Solution
Step 1: Simplify the given summation using the telescoping sum technique.
We are given the sum n=1∑20anan+11=94.
For an AP, an+1−an=d.
Consider the term anan+11. We can rewrite it as:
anan+11=d1(anan+1an+1−an)=d1(an1−an+11)
Now, apply this to the sum:
n=1∑20anan+11=n=1∑20d1(an1−an+11)
Factor out the constant d1:
=d1n=1∑20(an1−an+11)
This is a telescoping sum:
=d1[(a11−a21)+(a21−a31)+⋯+(a201−a211)]
The intermediate terms cancel out, leaving:
=d1(a11−a211)
Combine the terms inside the parenthesis:
=d1(a1a21a21−a1)
Since a21=a1+20d, we have a21−a1=20d. Substituting this:
=d1(a1a2120d)=a1a2120
We are given that this sum is 94:
a1a2120=94
Solving for a1a21:
a1a21=420×9=5×9=45
Step 2: Use the sum of the AP to find the sum of the first and last terms.
The AP has 21 terms (a1,a2,…,a21). The sum is given as S21=189.
The sum formula for an AP is SN=2N(a1+aN).
For N=21:
S21=221(a1+a21)
Substitute the given sum:
189=221(a1+a21)
Solving for a1+a21:
a1+a21=21189×2=9×2=18
Step 3: Determine the properties of the AP using a1a21 and a1+a21.
We have two equations:
- a1a21=45
- a1+a21=18
Consider the middle term of the AP, which is a11 (since there are 21 terms). For an AP with an odd number of terms, the middle term is the average of the first and last terms:
a11=2a1+a21=218=9
Now, express a1 and a21 in terms of a11 and the common difference d:
a1=a11−(11−1)d=a11−10d
a21=a11+(21−11)d=a11+10d
Their product is:
a1a21=(a11−10d)(a11+10d)=a112−(10d)2
Substitute the known values a1a21=45 and a11=9:
45=92−(10d)2
45=81−100d2
Solve for d2:
100d2=81−45=36
d2=10036=259
Step 4: Calculate the product a6a16.
We need to find a6a16. Express a6 and a16 in terms of a11 and d:
a6=a11+(6−11)d=a11−5d
a16=a11+(16−11)d=a11+5d
Now, calculate their product:
a6a16=(a11−5d)(a11+5d)=a112−(5d)2
Substitute the values a11=9 and d2=259:
a6a16=92−25d2
a6a16=81−25(259)
a6a16=81−9
a6a16=72
Common Mistakes & Tips
- Assuming a6a16=a1a21: While 6+16=1+21, this property applies to the sum of terms, not their product. Always calculate the product explicitly using the common difference or middle term.
- Forgetting the d1 factor: The telescoping sum identity for reciprocals of products in an AP inherently involves the common difference d. Ensure it's included and handled correctly.
- Division by zero: Verify that d=0 and no an=0. If d=0, all terms are equal, say a. S21=21a=189⟹a=9. Then ∑a21=8120=94, so d=0. Since a1a21=45=0, neither a1 nor a21 is zero.
Summary
This problem requires a combination of understanding telescoping sums and the properties of arithmetic progressions. By first simplifying the given summation to relate a1 and a21, and then using the sum of the AP to find a1+a21, we can determine the middle term a11 and the square of the common difference d2. Finally, expressing the required product a6a16 in terms of a11 and d allows for its calculation.
The final answer is 72.