Here is another question which states that -
The first and the third terms of an arithmetic sequence are a and b respectively. The sum of the first n terms is denoted by $S_n$.
(a) Find $S_4$ in terms of a and b.
(b) Given that $S_4$, $S_5$, $S_7$ are consecutive terms of a geometric sequence, show that $$7a^{2} = 13b^{2}$$
My approach to part (a) -
$\Rightarrow\ U_1 = a$
$\Rightarrow\ U_3 = b$
$\Rightarrow\ a + 2d = b$
$\therefore\ d = \frac{b-a}{2}$
$\Rightarrow\ U_4 = b + \frac{b - a}{2}$
$\therefore\ U_4 = \frac{3b - a}{2}$
$\Rightarrow\ S_n = \frac{n}{2}(U_1 + U_4)$
$\Rightarrow\ S_4 = \frac{4}{2}(a + \frac{3b - a}{2})$
$\therefore\ S_4 = a+3b$ (Answer)
I do not know how to approach part (b) without the need for tedious calculations.
That $S_4,S_5,S_7$ are in geometric progression means $S_4S_7=S_5^2$. Now $S_5=5b$ and $S_7=\frac{21b-7a}2$, so $$(a+3b)\frac{21b-7a}2=(5b)^2$$ $$7(a+3b)\frac{3b-a}2=25b^2$$ $$\frac72(9b^2-a^2)=25b^2$$ $$63b^2-7a^2=50b^2$$ $$7a^2=13b^2$$