Question
A sequence \(\{u_n\}\) is defined as follows:
- The odd-numbered terms \(u_1, u_3, u_5, \dots\) form an arithmetic progression with first term 4 and common difference 3.
- The even-numbered terms \(u_2, u_4, u_6, \dots\) form a geometric progression with first term 2 and common ratio \(\dfrac{1}{2}\).
- Write down the first six terms of the sequence.
- Find an expression for \(u_{2k-1}\), the \((2k-1)\)th term (odd) of the sequence.
- Find the sum of the first 10 terms of the sequence.
Solution
(i) First six terms
Odd terms (AP): \(a_{\text{AP}} = 4\), \(d = 3\).
\[
u_1 = 4,\quad
u_3 = 4 + 2\cdot 3 = 10,\quad
u_5 = 4 + 4\cdot 3 = 16.
\]
Even terms (GP): \(a_{\text{GP}} = 2\), \(r = \dfrac{1}{2}\).
\[
u_2 = 2,\quad
u_4 = 2\left(\frac{1}{2}\right)^{2-1} = 1,\quad
u_6 = 2\left(\frac{1}{2}\right)^{3-1} = 2\left(\frac{1}{2}\right)^{2} = \frac{1}{2}.
\]
So the first six terms are:
\[
4,\; 2,\; 10,\; 1,\; 16,\; \frac{1}{2},\dots
\]
(ii) Formula for \(u_{2k-1}\)
The odd terms form an AP:
\[
u_1 = 4,\quad u_3 = 10,\quad u_5 = 16,\dots
\]
These correspond to \(k = 1,2,3,\dots\) with common difference 6 between successive odd indices, so
\[
u_{2k-1} = 4 + (k - 1)\cdot 6 = 6k - 2,\quad k = 1,2,3,\dots
\]
(iii) Sum of the first 10 terms
We have 5 odd terms \(u_1, u_3, u_5, u_7, u_9\) and 5 even terms \(u_2, u_4, u_6, u_8, u_{10}\).
Odd terms (AP part)
The odd terms (in terms of \(k\)) are
\[
u_{2k-1} = 6k - 2,\quad k = 1,2,3,4,5.
\]
Sum of these 5 terms:
\[
\begin{aligned}
S_{\text{odd}}
&= \sum_{k=1}^{5} (6k - 2) \\
&= 6\sum_{k=1}^{5} k - 2\cdot 5 \\
&= 6\cdot \frac{5\cdot 6}{2} - 10 \\
&= 6\cdot 15 - 10 \\
&= 90 - 10 \\
&= 80.
\end{aligned}
\]
Even terms (GP part)
Even terms form a GP:
\[
u_{2}, u_{4}, u_{6}, u_{8}, u_{10}
= 2,\, 1,\, \tfrac{1}{2},\, \tfrac{1}{4},\, \tfrac{1}{8}.
\]
This is a GP with first term \(2\), common ratio \(\dfrac{1}{2}\) and 5 terms:
\[
\begin{aligned}
S_{\text{even}}
&= 2\cdot \frac{1 - \left(\frac{1}{2}\right)^{5}}{1 - \frac{1}{2}} \\
&= 2\cdot \frac{1 - \frac{1}{32}}{\frac{1}{2}} \\
&= 2\cdot \frac{\frac{31}{32}}{\frac{1}{2}} \\
&= 2\cdot \frac{31}{32}\cdot 2 \\
&= \frac{124}{32}
= \frac{31}{8}.
\end{aligned}
\]
Total sum of first 10 terms:
\[
S_{10} = S_{\text{odd}} + S_{\text{even}}
= 80 + \frac{31}{8}
= \frac{640}{8} + \frac{31}{8}
= \frac{671}{8}.
\]
So
\[
\boxed{S_{10} = \dfrac{671}{8}}.
\]