(i) A natural approach to exercises that require finding a formula for a partial sum, is to evaluate it for certain values. Then, from these values, it might be possible to establish a conjecture and, from there, prove the conjecture. This is exactly what will be done for this exercise. We start by evaluating the partial sum for certain values of n.
n
Partial Sum
1
1
2
4
3
9
With only three evaluations, we should be able to deduce the conjecture that our partial sum is equal to n2. That is,
i=1∑n(2i−1)=n2
Now, to prove this conjecture, we can either use induction or a direct proof. In this solutions manual, a direct proof will always be favored over a proof by induction with the reason being that, as opposed to proofs by induction, a direct proof shows the way to obtain the formula.
Thus, how are we to obtain this formula with some simple algebraic manipulations? First, it definitely is a good idea to rewrite the sum to further observe it.
We realize that if we sum a number from the ith position with the ith number from the last, we obtain the term 2n. For instance, the sum of the first and last term is:
1+(2n−1)=1−1+2n=2n
Thus, all we need to do now, is handle the case when n is odd and the other where n is even. If n is even, then it is quite simple:
Now, if n is odd, we have a term "in the middle" that does not have a term to sum up with. However, it is compensated by the fact that there are not n/22n terms but 2n−1 of them. Furthermore, we know the middle term's index: 2n+1. Thus, putting all the information together, we obtain,
Just like that, we have found and proven that the formula for the partial sum ∑i=1n(2i−1)=1+3+5+⋯+(2n−1) is n2.
NB. We have implicitly assumed that the natural numbers N are comprised of even and odd positive numbers.
(ii) When no answer seems in sight, it is best to simply scribble and hope for an opening.
Nonetheless, while solving exercises from Chapter 1, one might notice that those preceding one were usually used to help solve it. With that in mind, a small hint for this exercise would be to look at the formula of exercise 1.1.
12+⋯+n2=6n(n+1)(2n+1)
Since we know the formula for the partial sum of squared natural numbers, would it not be convenient to subtract from it the sum of squared even numbers leading up to an odd number? You might say: But we would have to find the formula for the sum of squared even numbers! That would make two formulas to find! 'Deed that does make it two formulas to find. Let's get to work!