The problem I'm trying to solve is this:
The first three terms of a geometric sequence are also the first, eleventh and sixteenth terms of an arithmetic sequence. The terms of the geometric sequence are all different. The sum to infinity of the geometric sequence is 18. Find the common ration of the geometric sequence, and the common difference of the arithmetic sequence.
What I've done so far is to write the following equations, where u is the first term, r is the common ratio, and d is the difference:
$ur=u+10d$
$ur^2=u+15d$
$u/(1-r)=18$
But I don't know what to do from there. Any suggestions?
I will use $a_1$ for the initial term of both sequences, $r$ for the common ratio of the geometric sequence, and $d$ for the common difference. Since the second term of the geometric sequence is the eleventh term of the arithmetic sequence, $$a_1r = a_1 + 10d$$ Subtracting the first term of the sequence from each side gives \begin{align*} a_1r - a_1 & = a_1 + 10d - a_1\\ a_1(r - 1) & = 10d \tag{1} \end{align*} Since the third term of the geometric sequence is equal to the sixteenth term of the geometric sequence, $$a_1r^2 = a_1 + 15d$$ Since the second term of the geometric sequence is equal to the eleventh term of the arithmetic sequence, equality is preserved if we subtract the second term of the geometric sequence from the left-hand side and the eleventh term of the arithmetic sequence from the right-hand side, which yields \begin{align*} a_1r^2 - a_1r & = a_1 + 15d - (a_1 + 10d)\\ a_1(r^2 - r) & = 5d\\ a_1r(r - 1) & = 5d \tag{2} \end{align*} Since the terms of the geometric sequence are all different, $a_1 \neq 0$ and $r \neq 1$. Moreover, the terms of the arithmetic sequence must be distinct, so $d \neq 0$. Thus, if we divide equation 2 by equation 1, we obtain $$r = \frac{1}{2}$$ Since the sum of the geometric series is $18$ and $r \neq 1$, $$a_1 \frac{1}{1 - r} = 18$$ Solve for $a_1$, then use the equation $a_1(r - 1) = 10d$ to solve for $d$.