Key Concepts and Formulas
- Sum of squares of the first n natural numbers: ∑k=1nk2=12+22+32+⋯+n2=6n(n+1)(2n+1)
- Sum of squares of the first n odd numbers: ∑k=1n(2k−1)2=12+32+52+⋯+(2n−1)2=3n(2n−1)(2n+1)
- Sum of squares of the first n even numbers: ∑k=1n(2k)2=22+42+62+⋯+(2n)2=4∑k=1nk2=46n(n+1)(2n+1)=32n(n+1)(2n+1)
Step-by-Step Solution
Step 1: Analyze the given series and define A and B.
The given series is 12+2⋅22+32+2⋅42+52+2⋅62+….
We observe that the terms at odd positions are squares of odd numbers, i.e., (2k−1)2, and the terms at even positions are twice the square of even numbers, i.e., 2⋅(2k)2.
Let Tn be the n-th term of the series.
If n is odd, n=2k−1, then Tn=(2k−1)2.
If n is even, n=2k, then Tn=2⋅(2k)2.
- A is the sum of the first 20 terms. This means there are 10 odd-positioned terms and 10 even-positioned terms.
- B is the sum of the first 40 terms. This means there are 20 odd-positioned terms and 20 even-positioned terms.
Step 2: Calculate A, the sum of the first 20 terms.
The first 20 terms consist of odd-indexed terms up to 19 and even-indexed terms up to 20.
The odd-indexed terms are 12,32,52,…,192. There are (19−1)/2+1=10 such terms.
The even-indexed terms are 2⋅22,2⋅42,2⋅62,…,2⋅202. There are 20/2=10 such terms.
So, A=(12+32+52+⋯+192)+(2⋅22+2⋅42+2⋅62+⋯+2⋅202).
Let's calculate the sum of odd squares: 12+32+⋯+192. Here n=10 for the formula ∑k=1n(2k−1)2.
Sum of odd squares = 310(2⋅10−1)(2⋅10+1)=310⋅19⋅21=10⋅19⋅7=1330.
Let's calculate the sum of even terms: 2(22+42+62+⋯+202).
We can factor out 2: 2⋅22(12+22+32+⋯+102)=8(12+22+32+⋯+102).
Using the sum of squares formula for n=10: 8⋅610(10+1)(2⋅10+1)=8⋅610⋅11⋅21=8⋅62310=8⋅385=3080.
Therefore, A=1330+3080=4410.
Step 3: Calculate B, the sum of the first 40 terms.
The first 40 terms consist of odd-indexed terms up to 39 and even-indexed terms up to 40.
The odd-indexed terms are 12,32,52,…,392. There are (39−1)/2+1=20 such terms.
The even-indexed terms are 2⋅22,2⋅42,2⋅62,…,2⋅402. There are 40/2=20 such terms.
So, B=(12+32+52+⋯+392)+(2⋅22+2⋅42+2⋅62+⋯+2⋅402).
Calculate the sum of odd squares: 12+32+⋯+392. Here n=20 for the formula ∑k=1n(2k−1)2.
Sum of odd squares = 320(2⋅20−1)(2⋅20+1)=320⋅39⋅41=20⋅13⋅41=10660.
Calculate the sum of even terms: 2(22+42+62+⋯+402).
Factor out 2: 2⋅22(12+22+32+⋯+202)=8(12+22+32+⋯+202).
Using the sum of squares formula for n=20: 8⋅620(20+1)(2⋅20+1)=8⋅620⋅21⋅41=8⋅617220=8⋅2870=22960.
Therefore, B=10660+22960=33620.
Step 4: Calculate B - 2A.
We have A=4410 and B=33620.
B−2A=33620−2⋅4410=33620−8820=24800.
Step 5: Find the value of λ.
We are given that B−2A=100λ.
Substituting the value of B−2A:
24800=100λ.
λ=10024800=248.
Common Mistakes and Tips
- Correctly identifying the number of terms: When calculating the sum of the first N terms, be careful to determine how many odd and even numbers are involved. For N terms, there are N/2 odd numbers and N/2 even numbers if N is even. If N is odd, there are (N+1)/2 odd numbers and (N−1)/2 even numbers.
- Using the correct formulas: Ensure you are using the formulas for the sum of squares of natural numbers and odd numbers accurately.
- Algebraic simplification: Simplify expressions like 2⋅(2k)2 to 8k2 before applying summation formulas to reduce errors.
Summary
The problem involves calculating the sum of a series with a specific pattern for odd and even terms. We first identified the pattern and separated the series into sums of odd squares and scaled sums of even squares. By applying the standard formulas for the sum of squares of natural and odd numbers, we computed the values of A (sum of the first 20 terms) and B (sum of the first 40 terms). Finally, we used the given relation B−2A=100λ to find the value of λ.
The final answer is \boxed{248}.