The Hidden Geometry of Arithmetic Progressions
Imagine you are standing on a coordinate plane. You have been given a sequence of numbers, an Arithmetic Progression (AP), but I want you to stop thinking of it as a list.
Instead, visualize it as a set of points on a graph. If you plot the term index r on the horizontal axis and the value of the term Tr on the vertical axis, you are not just looking at a sequence; you are looking at a perfectly straight line.
This is the first secret of the AP: it is a linear function in disguise. The equation of this line is:
Here, d is the slope, and (a−d) is the y-intercept. When we ask for a−d, we are essentially asking for the y-intercept of this line. Let us embark on this journey to find it.
The Two Points of Truth
The problem provides us with two anchors: the mth term is n1, and the nth term is m1. In our coordinate system, these are two distinct points: (m,n1) and (n,m1).
We know the general formula for any term in an AP is Tr=a+(r−1)d. Let us translate our points into the language of algebra:
We now have a system of two linear equations. Do not be intimidated by the variables m and n; treat them as constants and focus on the structure.
The Elegant Cancellation
Now, we face the challenge: we need to find a−d. We have two equations and two unknowns, a and d. The most efficient path forward is to eliminate a.
If we subtract the second equation from the first, the a terms will vanish, leaving us with a beautiful simplification:
[a+(m−1)d]−[a+(n−1)d]=n1−m1
On the left side, the a cancels out, and we are left with (m−1−n+1)d, which simplifies to (m−n)d. On the right side, we find a common denominator:
The Final Revelation
We are left with the equation (m−n)d=mnm−n. Since the problem guarantees that $m
eq n$, we know that (m−n) is not zero.
We can safely divide both sides by (m−n), revealing that the common difference d is exactly:
Now, we substitute this back into our first equation to find a. With d=mn1, the equation a+(m−1)d=n1 becomes:
Expanding this, we get a+mnm−mn1=n1. Since mnm is just n1, the terms cancel out perfectly, leaving us with a=mn1.
Finally, we calculate a−d. Since both a and d are equal to mn1, their difference is zero. We have arrived at our destination: the y-intercept of our line is zero, meaning the progression passes through the origin.
The answer is 0.