Analyzing the Setup
Imagine you are standing at the edge of a vast, orderly landscape. This is the world of Arithmetic Progressions (AP), where everything moves with a constant, rhythmic step.
We are given two clues: the m-th term is n1, and the n-th term is m1. The indices m and n are swapped, and the values n1 and m1 are also swapped, revealing a beautiful mirror reflection.
The General Term as Our Compass
To navigate this landscape, we use the general term formula for an AP:
Tr=a+(r−1)d
Here,
a is the first term and
d is the common difference. This formula serves as the bridge between abstract indices and concrete values.
We translate our clues into the language of algebra:
1. a+(m−1)d=n1
2. a+(n−1)d=m1
We now have a system of two linear equations with two unknowns.
The Algebraic Dance
To isolate our variables, we subtract the second equation from the first. This causes the
a terms to vanish:
(a+(m−1)d)−(a+(n−1)d)=n1−m1
Simplifying the left side, the
−1 and
+1 cancel out, while the right side is combined using a common denominator:
(m−n)d=mnm−n
The Revelation
Since
m and
n are distinct positive integers,
$m-n
eq 0$. We can safely divide both sides by
(m−n) to find the common difference:
d=mn1
Now, we substitute
d=mn1 into our first equation to find
a:
a+(m−1)(mn1)=n1
Expanding this, we get:
a+mnm−mn1=n1
Since
mnm=n1, the terms cancel out, leaving us with:
a=mn1
The Grand Finale
We have discovered that a=d=mn1. Our sequence is simply the sequence of multiples of mn1.
To find the
mn-th term,
Tmn, we use the general formula:
Tmn=a+(mn−1)d
Substituting our values:
Tmn=mn1+(mn−1)(mn1)
Expanding the expression:
Tmn=mn1+mnmn−mn1
The mn1 and −mn1 terms cancel out perfectly, leaving us with the final result:
Tmn=1
This is a standard gem in the JEE treasure chest. You have successfully mastered the symmetry of the arithmetic progression.