Proving by Mathematical Induction

AI Thread Summary
To prove the equation 3+7+11+15+...+(4n-1) = n(2n+1) by mathematical induction, start by verifying the base case where n=1, confirming that both sides equal 3. Next, assume the statement holds for n, leading to the expression 3+7+11+15+...+(4n-1) = n(2n+1). The goal is to show that this implies the statement is true for n+1, which involves adding the next term, 4(n+1)-1, to both sides. This results in the equation 3+7+11+15+...+(4n-1)+(4(n+1)-1) = n(2n+1) + 4n + 3, which can be simplified and factored to demonstrate the validity of the induction step.
Phyzwizz
Messages
58
Reaction score
0
so the problem is 3+7+11+15+...+(4n-1) = n(2n+1)

so I know that step 1 is to plug in 1 for the right side and check that it equals three...
3=1(2(1)+1) and yes it equals 3

Then I know that you assume that 3+7+11+15+...+(4n-1) = n(2n+1)

The next step is where I get confused I know that you can change 3+7+11+15 into n(2n+1) so that on the left side you get n(2n+1)+(4n-1), but I know that you have to do something with the right side in this step as well please help me figure this out, I'm sure its something really easy that I'll feel stupid for not remembering but help would be great.
 
Physics news on Phys.org
Phyzwizz said:
so the problem is 3+7+11+15+...+(4n-1) = n(2n+1)

so I know that step 1 is to plug in 1 for the right side and check that it equals three...
3=1(2(1)+1) and yes it equals 3

Then I know that you assume that 3+7+11+15+...+(4n-1) = n(2n+1)
...

Then assuming that, you must show that it's true for n+1.

In other words:
Assume that 3+7+11+15+...+(4n-1) = n(2n+1)

Show that this leads to 3+7+11+15+...+(4n-1)+(4(n+1)-1) = (n+1)(2(n+1)+1)​
 
If, for a particular n, 3+7+11+15+...+(4n-1) = n(2n+1), then
3+7+11+15+...+(4n-1)+ [4(n+ 1)- 1] = n(2n+1)+ 4n+ 3= 2n^2+ 5n+ 3
See how you can factor that.
 
Back
Top