Arithmetic progression :$a_n=\{a,a+d,a+2d,...,a+nd,...\}$
Geometric progression :$b_n=\{b,bq,bq^2,...,bq^n,...\}$
if : $a_r,a_s,a_t,$ be a Geometric progression($b_n$)
then : What is q?
my way : let :$r>s>t$
$$ a_{r} =a +(r-1)d $$ $$ a_{s} =a +(s-1)d $$ $$ a_{t} =a +(t-1)d $$$$ a_{s}^{2} =a_{r} a_{t} \Rightarrow a^{2} +2ad(s-1)+ d^{2}(s-1)^{2} =a^{2}+ad(r+t-2)+d^{2}(r-1)(t-1)$$
$$ 2a(s-1)+ d(s-1)^{2} =a(r+t-2)+d(r-1)(t-1)=$$ $$ 2as-ar-at=2sd-dt-dr-d s^{2} +drt \Rightarrow $$ $$a= \frac{d(2s-t-r-s^{2} +rt)}{2s-r-t} $$ $$ \frac{a_{r}}{a_{t}} = \frac{a +(r-1)d}{a +(t-1)d} $$ $$ \frac{d(2s-t-r-s^{2} +rt)}{2s-r-t}+ (r-1)d= $$ $$d \frac{2s-t-r-s^{2} +rt+2rs- r^{2}-rt-2s+r+t }{2s-r-t} = $$ $$ d \frac{-s^{2} -d \frac{ (r-s)^{2}}{2s-r-t} +2rs- r^{2}}{2s-r-t}=-d \frac{ (r-s)^{2}}{2s-r-t} $$$$ -d \frac{ (s-t)^{2}}{2s-r-t} $$
$$ q^{2}=\frac{a_{r}}{a_{t}}= \frac{(r-s)^{2}}{(s-t)^{2}} $$There is simpler method?