A TMUA-calibre arithmetic series problem at difficulty 4 of 5, with the full worked solution.
The question
Three non-zero real numbers form an arithmetic progression (in that order); their squares, taken in the same order, form a geometric progression. What are all possible values of the common ratio of that geometric progression?
A 1
B 2 and 21
C 2
D 3+22 and 3−22
E no such progression exists
The correct answer is highlighted.
D
Worked solution
Write the three terms of the AP in symmetric form: a−d,a,a+d with a=0. (Symmetric choice simplifies the algebra.)
Their squares are (a−d)2,a2,(a+d)2.
For these to be three consecutive terms of a GP, the middle term squared equals the product of the outers:
(a2)2=(a−d)2(a+d)2=((a−d)(a+d))2=(a2−d2)2.
So a4=(a2−d2)2, which gives a2=±(a2−d2).
Case 1:a2=a2−d2 gives d2=0, hence d=0. The AP is constant, all three numbers equal a. Their squares are all a2, a GP of common ratio 1. But Dorofeev’s problem requires three distinct terms (otherwise the AP/GP framing is degenerate); also, the common ratio 1 is the trivial case that occurs for any constant sequence and is usually excluded.
Case 2:a2=−(a2−d2) gives 2a2=d2, hence d=±a2.
Compute the common ratio r=a2/(a−d)2 in each sub-case.
Sub-case d=a2:a−d=a(1−2), so (a−d)2=a2(1−2)2=a2(3−22). Therefore
Sub-case d=−a2: by the same calculation with 1−2 replaced by 1+2,
r=(1+2)21=3+221=3−22.
Both values are positive (since 3>22≈2.83), so they are valid GP common ratios. The two possible common ratios are r=3+22 and r=3−22. This is option D.
(Sanity check: (3+22)(3−22)=9−8=1, so the two ratios are reciprocals — consistent with the symmetry d→−d that reverses the order of the AP, which reverses the GP and inverts its common ratio.)
Why the other options fail.
A, 1: only the degenerate constant case, usually excluded.
B, 2 and 21: the right idea (the ratios are reciprocals) but the wrong numbers.
C, 2: arises from d=a2 if a student computes ∣d∣/∣a∣ instead of the GP ratio.
E: a valid non-degenerate progression exists, e.g. 1,1+2,1+22 in AP whose squares are 1,3+22,9+42+8=17+122, and indeed (3+22)2=9+122+8=17+122 ✓.
The lesson: the symmetric form a−d,a,a+d for three terms of an AP makes the algebra cleaner. The condition ‘middle squared = product of outers’ characterises GP triples. The two valid common ratios are reciprocals.