Key Concepts and Formulas
- General Term of a Series: Identifying a formula for the rth term (Tr) of a series is crucial for summation.
- Summation Notation: The series can be represented concisely using ∑r=1nTr.
- Linearity of Summation: ∑r=1n(car±dbr)=c∑r=1nar±d∑r=1nbr for constants c,d.
- Standard Summation Formulas:
- ∑r=1nr2=6n(n+1)(2n+1)
- ∑r=1nr3=(2n(n+1))2
- ∑r=1nc=cn
Step-by-Step Solution
The given series is S=1+(1−22⋅1)+(1−42⋅3)+(1−62⋅5)+…+(1−202⋅19).
We are given that S=α−220β.
Step 1: Identify the General Term (Tr) and the Range of Summation.
Let's analyze the terms within the parentheses. They follow the pattern (1−(even number)2⋅(odd number)).
The even numbers are 2,4,6,…,20. If we let the rth even number be 2r, then the corresponding odd number is 2r−1.
So, the general term inside the parentheses can be written as Tr=1−(2r)2(2r−1).
Let's check the values of r:
For r=1: 1−(2⋅1)2(2⋅1−1)=1−22⋅1. This is the first term in parentheses.
For r=2: 1−(2⋅2)2(2⋅2−1)=1−42⋅3. This is the second term in parentheses.
For the last term (1−202⋅19), we have 2r=20, which means r=10.
Thus, the terms in parentheses are generated by r from 1 to 10.
The initial term '1' does not fit this pattern directly and is treated separately.
Therefore, the sum can be written as:
S=1+∑r=110[1−(2r)2(2r−1)]
Step 2: Simplify the General Term.
We expand and simplify the expression for Tr:
Tr=1−(2r)2(2r−1)
Tr=1−(4r2)(2r−1)
Tr=1−(8r3−4r2)
Tr=1−8r3+4r2
Step 3: Apply Summation Properties and Formulas.
Now, we substitute the simplified Tr back into the sum:
S=1+∑r=110(1−8r3+4r2)
Using the linearity of summation:
S=1+∑r=1101−∑r=1108r3+∑r=1104r2
S=1+(1⋅10)−8∑r=110r3+4∑r=110r2
S=1+10−8∑r=110r3+4∑r=110r2
S=11−8∑r=110r3+4∑r=110r2
Now, we use the standard summation formulas with n=10:
∑r=110r3=(210(10+1))2=(210⋅11)2=(5⋅11)2=552=3025.
∑r=110r2=610(10+1)(2⋅10+1)=610⋅11⋅21=62310=385.
Step 4: Calculate the Sum and Match the Target Form.
Substitute these values back into the expression for S:
S=11−8(3025)+4(385)
S=11−24200+1540
S=11−(24200−1540)
S=11−22660
We are given that S=α−220β. We need to express 22660 in the form 220β.
Let's divide 22660 by 220:
22660÷220=222266=111133=103
So, 22660=220×103.
Substituting this back into the sum:
S=11−220×103
Comparing this with S=α−220β, we can identify:
α=11
β=103
Thus, the ordered pair (α,β) is (11,103).
Common Mistakes & Tips
- Incorrectly identifying the general term: Carefully observe the pattern, especially how the numbers change (even/odd, squares, consecutive terms).
- Off-by-one error in summation limits: Ensure the range of r correctly covers all terms in the series.
- Algebraic errors during simplification: Double-check expansions and subtractions, especially with negative signs.
- Calculation errors: Use a calculator for large numbers if allowed, or be meticulous with manual calculations. Alternatively, look for opportunities to factor out common terms early, as shown in the alternative calculation below.
Alternative Calculation for Step 4:
From S=11−8∑r=110r3+4∑r=110r2:
S=11−8(3025)+4(385)
We know 3025=552 and 385=55×7.
S=11−8(552)+4(55×7)
We want to factor out 220=4×55.
S=11−2⋅(4⋅55)⋅55+(4⋅55)⋅7
S=11−2⋅(220)⋅55+(220)⋅7
S=11−220(2⋅55−7)
S=11−220(110−7)
S=11−220(103)
This yields α=11 and β=103.
Summary
The problem involved calculating the sum of a series with a specific pattern. We identified the general term of the series as Tr=1−(2r)2(2r−1) for r=1 to 10, with an initial term of 1. After simplifying the general term to 1−8r3+4r2, we used standard summation formulas for r2 and r3 with n=10. The calculated sum was then expressed in the required form α−220β, leading to the values α=11 and β=103.
The final answer is (11, 103), which corresponds to option (A).