darksteel88
- 4
- 0
Homework Statement
Given the sequence 1+5+9+...+(4n+1)
Find the sum of the sequence and then prove that it holds for all natural numbers using induction.
Homework Equations
Just induction, that we solve it using induction and, according to the teacher, by trial and error.
Induction states that we solve the base case (that it works at n=1).
Then we assume that it works for k which is an element of the natural numbers
Then we prove that if k = k+1 that it works and by induction, it works for all values of k
The Attempt at a Solution
I used the equation for the sum of a arithmetic sequence to figure out what the sum of that equation is. I went to http://en.wikipedia.org/wiki/Arithmetic_progression
Using the arithmetic sum equation I ended up with
S = n(2n - 1)
but clearly at n=1 we get
4n+1 = n(2n-1)
5 = 1
The teacher states that the equation is entirely correct, that is to say, there is some sort of sum that will work. I just used the math for it to prove that it won't work so I am completely lost.