Analyzing the Setup
Imagine you are standing at the starting line of a race. We have two runners, ai and bi.
Runner ai is a steady, disciplined athlete—an Arithmetic Progression (A.P.) who adds the same amount of distance every single second. Runner bi is a wild, accelerating force—a Geometric Progression (G.P.) who doubles their distance every second.
We are told that at the very start (i=1) and at the 51st second (i=51), they are exactly neck-and-neck. This is the heart of our problem.
Unmasking the Sequences
First, let us decode the nature of bi. We are told that logebi is in an A.P. with a common difference of loge2.
Mathematically, this means:
logebi+1−logebi=loge2
Using the properties of logarithms, we can rewrite this as
loge(bibi+1)=loge2. By exponentiating both sides, we reveal the truth:
bibi+1=2
Our runner bi is a G.P. with a common ratio r=2. It is an exponential explosion!
The Geometry of the Sum
Now, consider the sums s=∑i=151ai and t=∑i=151bi. We know a1=b1 and a51=b51.
Because bi is an exponential function, its graph is strictly convex. In the world of geometry, a straight line (our A.P. runner ai) connecting two points on a convex curve must lie above the curve between those two points.
Therefore, for every i between 1 and 51, ai>bi. It follows naturally that the sum of the A.P. terms must be greater than the sum of the G.P. terms: s>t.
The Algebraic Verification
If you prefer the cold, hard logic of algebra, let us calculate the common difference D of our A.P. runner. We know a51=a1+50D.
Since
a51=b51=b1⋅250 and
a1=b1, we find:
50D=b1(250−1)
When we calculate the sum
s, we use the classic formula
s=2n(a1+an), yielding:
s=251b1(1+250)=25.5b1(1+250)
Meanwhile, the sum of our G.P. runner is:
t=b12−1251−1=b1(251−1)
Comparing s=25.5b1+25.5b1⋅250 with t=2b1⋅250−b1, it becomes blindingly obvious that s is significantly larger than t. The linear runner has accumulated much more 'area' under their path because they started their growth spurt earlier.
The Final Sprint: i=101
But the race doesn't end at 51. We must look at
a101 and
b101. For the A.P. runner:
a101=a1+100D
Substituting our value for
50D, we get:
a101=b1+2b1(250−1)=b1(251−1)
Now look at the G.P. runner:
b101=b1⋅2100
Comparing b1(251−1) to b1⋅2100, the exponential runner has left the linear runner in the dust. The power of 2100 is astronomically larger than 251.
Thus, b101>a101. We have successfully navigated the race; exponential growth is the most powerful force in mathematics.