One of the core techniques in dealing with mathematical series is manipulating the index of summation. This often involves changing the starting index of a series to facilitate comparison or simplification. Here, the goal was to make both series start at the same index.
To do this, we introduce a substitution where we let a new variable, say \(m\), take over the role of the old variable \(n\). For example, by setting \(m = n - 1\), we adjust the indices to align both series properly.
- Original index transformation: From \(n = 0\) to \(m = -1\) and from \(n = 1\) to \(m = 0\).
- This method ensures that when the series start at \(n = 1\), the terms are now aligned.
Ultimately, such manipulation helps in ensuring that both sides of an equation represent the same mathematical object, allowing for easier comparison and verification.