If three unequal numbers $p,q,r$ are in H.P and their squares are in A.P, then find the ratio $p:q:r$ .
Attempt
A.P(1): $\dfrac{1}{p},\dfrac{1}{q},\dfrac{1}{r}$
$$ \dfrac{1}{q}-\dfrac{1}{p}=\dfrac{1}{r}-\dfrac{1}{q}\implies\dfrac{p+r}{pr}=\dfrac{2}{q}\\ $$
A.P(2): $p^2,q^2,r^2$
$$ q^2-p^2=r^2-q^2\implies p^2+r^2=2q^2\\ $$ As this was asked as a multiple choice question i was wondering what is the easiest way to solve this?
$ q= \frac{2pr}{p+r} $
$ 2pr=q(p+r) $.......(1)
$ p^2, q^2, r^2 $ are in AP thus
$ (p+r)^2 -2pr=2q^2 $
$ (p+r)^2 -(p+r)q=2q^2 $.......(2)
Solve using quadratic equation.
You will get two cases, one will be $ p + r = -q $ and other will be $ p + r = 2q $
Solve each case with equation (1) and (2).
Reject $ p + r = 2q $.
Solving $ p + r = -q $ and (1) and (2) you will get $ p - r = \pm \sqrt3 q $. Now solving this with $ p + r = -q $ you will get relation between $ p,q,r $. Solving this you will get the ratio.
Will you take it from here?? Or should I solve it further?