Key Concepts and Formulas
- Arithmetic Progression (AP): A sequence of numbers such that the difference between the consecutive terms is constant. This constant difference is called the common difference, denoted by d.
- r-th term of an AP: Tr=a+(r−1)d, where a is the first term.
- Sum of the first n terms of an AP: Sn=∑r=1nTr=2n[2a+(n−1)d].
- Sum of a block of terms in an AP: The sum of terms from Tm to T2m is the sum of an AP with (2m−m+1)=m+1 terms, where the first term is Tm and the last term is T2m. The sum is 2m+1[Tm+T2m].
Step-by-Step Solution
We are given an Arithmetic Progression (AP) with terms Tr. We have the following information:
- Tm=251
- T25=201
- 20∑r=125Tr=13
Our goal is to find the value of 5m∑r=m2mTr.
Step 1: Expressing the given information using AP formulas.
Let a be the first term and d be the common difference of the AP.
From the definition of the rth term:
Tm=a+(m−1)d=251 (Equation 1)
T25=a+(25−1)d=a+24d=201 (Equation 2)
The sum of the first 25 terms is ∑r=125Tr=S25. Using the sum formula:
S25=225[2a+(25−1)d]=225(2a+24d)
Now, substitute this into the third given condition:
20×225(2a+24d)=13
250(2a+24d)=13
2a+24d=25013 (Equation 3)
Step 2: Solving for the first term (a) and the common difference (d).
We have a system of equations. Let's use Equation 2 and Equation 3.
From Equation 2: a+24d=201
From Equation 3: 2a+24d=25013
Subtract Equation 2 from Equation 3:
(2a+24d)−(a+24d)=25013−201
a=25013−25012.5 (Converting 201 to 25012.5)
a=2500.5=5001
Now substitute the value of a into Equation 2 to find d:
5001+24d=201
24d=201−5001
24d=50025−5001
24d=50024
d=5001
So, the first term a=5001 and the common difference d=5001.
Step 3: Finding the value of m.
We use Equation 1: a+(m−1)d=251
Substitute the values of a and d:
5001+(m−1)5001=251
Multiply the entire equation by 500:
1+(m−1)=25500
1+m−1=20
m=20
Step 4: Calculating the required expression 5m∑r=m2mTr.
We need to calculate 5m∑r=m2mTr.
Since m=20, we need to calculate 5×20∑r=202×20Tr=100∑r=2040Tr.
The summation ∑r=2040Tr represents the sum of terms from T20 to T40. This is an AP with 40−20+1=21 terms.
The first term of this summation is T20 and the last term is T40.
Let's calculate T20 and T40 using a=5001 and d=5001:
T20=a+(20−1)d=5001+19×5001=5001+19=50020=251
T40=a+(40−1)d=5001+39×5001=5001+39=50040=252
Now, calculate the sum ∑r=2040Tr:
∑r=2040Tr=2Number of terms×(First term+Last term)
∑r=2040Tr=221(T20+T40)
∑r=2040Tr=221(251+252)
∑r=2040Tr=221(253)=5063
Finally, calculate the required expression:
5m∑r=m2mTr=100×∑r=2040Tr
=100×5063
=2×63=126
Common Mistakes & Tips
- Algebraic Errors: Be meticulous with algebraic manipulations, especially when dealing with fractions and signs. A small error can lead to a completely wrong answer.
- Summation Range: Ensure the number of terms in a summation is calculated correctly. For a sum from Tm to T2m, there are (2m−m+1) terms.
- Using the Correct Formulas: Always use the standard formulas for the rth term and the sum of an AP.
Summary
The problem involves an arithmetic progression where we are given specific terms and a sum of terms. By expressing these conditions using the general formulas for an AP, we formed a system of equations to solve for the first term (a) and the common difference (d). Once a and d were found, we determined the value of m using the given information about Tm. Finally, we calculated the required summation by finding the first and last terms of the specified range and applying the sum formula for an AP.
The final answer is 126.