Induction Homework Help: Proving Equations for Positive Integers

  • Context: Undergrad 
  • Thread starter Thread starter McFlea
  • Start date Start date
  • Tags Tags
    Homework Induction
Click For Summary

Discussion Overview

The discussion revolves around two mathematical induction problems related to proving specific equations for positive integers. The first problem involves the sum of a sequence defined by the formula 1 + 5 + 9 + ... + (4n + 1) and its equivalence to (n + 1)(2n + 1). The second problem concerns the divisibility of the expression 2^(2n) - 1 by 3 for positive integers n.

Discussion Character

  • Homework-related
  • Mathematical reasoning
  • Exploratory

Main Points Raised

  • One participant expresses confusion about the two induction problems and seeks help in understanding them.
  • Another participant suggests reviewing examples of mathematical induction and encourages effort in solving the problems before seeking help.
  • A different participant proposes using notes on arithmetic series to tackle the first problem and mentions that the second problem may also relate to series.
  • One participant questions the validity of a proposed method for proving the first equation and suggests that the arithmetic series may not have been covered in their course.
  • Another participant provides a formula for the sum of an arithmetic series and claims it is equivalent to the right side of the first equation.
  • A participant outlines the steps of mathematical induction, emphasizing the need to prove the base case and the inductive step, using an example of a well-known summation formula.
  • One participant attempts to prove the first equation using induction, stating the base case and the induction clause but does not conclude the proof.
  • A later reply addresses the second problem, suggesting a factorization approach and outlining the induction steps to demonstrate divisibility by 3.

Areas of Agreement / Disagreement

Participants express various methods and approaches to the problems, with no consensus on the best method or resolution of the problems. Multiple competing views and techniques are presented without agreement on a definitive solution.

Contextual Notes

Some participants note that they have not covered certain topics, such as arithmetic series, which may affect their ability to apply specific methods. The discussion reflects a range of understanding and familiarity with mathematical induction.

McFlea
Messages
2
Reaction score
0
Hi there, I am having some problems with figuring out these two questions I have been given out for homework. Both of these make no sense to me and I can't seem to prove them, can anyone give me an insight to them?

1+5+9+ ... + (4n+1)=(n+1)(2n+1) for each positive integer n

and

2^2n - 1 is divisible by 3 for n = 1,2,3,...


any ideas?

Thanks.
 
Mathematics news on Phys.org
Well, did you go through some examples of the application of mathematical induction? Do you know what it is? Inform yourself, make an effort to solve the problem, and if you get stuck, we'll be glad to help. :smile:
 
For the first question, prove it by looking back to your notes on arithmatic series'.

For the second question, the answer will probably deal with series' again. I haven't looked at it yet, but I'll be glad to and update this post when I figure out anything else.
 
Last edited:
What I know is that induction proves a statement holds for all natural numbers.. so the first step would be to check if n+1 is true there by adding (n+1) to both sides of the equation? Am I on the right track?

Sane, we haven't covered arithmatic series at all yet, but I have done it previously therefore I doubt that we would be expect to use it?
 
Well, that may not be the way to prove it, but it is an answer.

The arithmetic progression equation for the sum of numbers to (4n+1) is:

[tex]\frac{(n+1)(1+(4n+1))}{2}[/itex]<br /> <br /> You'll see that, if you do a right side/left side proof, it is equivilent to (n+1)(2n+1). Simple enough, no?[/tex]
 
@Sane: To prove the sum of the first n terms of an arithmetic series, we use induction. That means, your argument is somewhat circular...
-----------
@McFlea:
Do you know how induction works?
It goes like this. There are 3 steps.
The first step is to prove that the statement is true for some stating value n (say, n = 1 in your first problem, since the smallest positive integer is 1).
The second step is to assume that the statement holds for n = k (k is some number).
The third, and also the final step is to use your assumption in Step 2, and prove that the statement is true for n = k + 1.
So if the statement is true for n = 1 (the first step), then from the second and the third step, we can see that it's also true for n = 1 + 1 = 2.
And since the statement is true for n = 2, we can conclude that it's true for n = 2 + 1 = 3.
And since the statement is true for n = 3, it must be true for n = 3 + 1 = 4, and so on...
Hence, it's true for all positive integers.
-----------
Ok, I'll give you an example:
Example:
Prove that:
[tex]\sum_{i = 1} ^ n (i) = \frac{n (n + 1)}{2}[/tex]
Step 1:
Test for n = 1, the LHS is 1, and the RHS is also 1, hence the equation holds for n = 1.
Step 2:
Assume that the equation holds for some n = k, ie:
[tex]\sum_{i = 1} ^ k (i) = \frac{k (k + 1)}{2}[/tex]
Step 3:
Use the assumption:
[tex]\sum_{i = 1} ^ k (i) = \frac{k (k + 1)}{2}[/tex]
to prove that:
[tex]\sum_{i = 1} ^ {k + 1} (i) = \frac{(k + 1) (k + 2)}{2}[/tex].
We start from what we know:
[tex]\sum_{i = 1} ^ k (i) = \frac{k (k + 1)}{2}[/tex]
Adding (k + 1) to both sides, we have:
[tex]\Leftrightarrow \left( \sum_{i = 1} ^ k (i) \right) + (k + 1) = \frac{k (k + 1)}{2} + k + 1[/tex]
[tex]\Leftrightarrow \sum_{i = 1} ^ {k + 1} (i) = \frac{k (k + 1) + 2k + 2}{2}[/tex]
[tex]\Leftrightarrow \sum_{i = 1} ^ {k + 1} (i) = \frac{k ^ 2 + 3k + 2}{2}[/tex]
[tex]\Leftrightarrow \sum_{i = 1} ^ {k + 1} (i) = \frac{(k + 1) (k + 2)}{2}[/tex]
Hence, the equation holds for n = k + 1. (Q.E.D)
Can you go from here?
Let's see if you can finish the 2 problems above. :smile:
 
I'll try your first question:

Let Universe equal nonnegative integers.
Proof by mathematical induction (first principle):
Basis clause: n=0 case. Clearly, this is true.
Induction clause: For arbitrary n >= 0 [[1+5+9+...+(4n+1) = (n+1)(2n+1)] -> [1+5+9+...+(4n+1)+(4n+5) = (n+2)(2n+3)]].
From the induction hypothesis we can write 1+5+9+...+(4n+1)+(4n+5) = (n+1)(2n+1)+(4n+5), which equals,
2n^2+7n+6. But (n+2)(2n+3) = 2n^2+7n+6.
Since n >= 0 was arbitrary, by Universal Generalization, we obtain the truth of the above stated
implication, for all n >= 0. But of course the implication is not what we're trying to prove.
"Extremal": Finally, by first principle, for all n >= 0 [1+5+9+...(4n+1) = (n+1)(2n+1)].
 
and here is the answer of the second question:

Note that: 2^(2n) - 1 = 4^n -1
and use the equatity : a^n - b^n = (a-b)(a^(n-1)b - a^(n-2)b^2 + ...)
with a=4, b=1

Or we can check all steps of the induction process as follow:

With n=1: 4^1 -1 = 3 is divisible by 3
Suppose the statement is true with n=k, i.e 4^k -1 is divisible by 3 (*)
The, with n=k+1, we have:
4^(k+1) -1 = 4.4^k -1 = 3.4^k + (4^k - 1)
The second term (4^k-1) is divisible by 3 according to (*), the first term apparently is divisible by 3. Thus, 4^(k+1) - 1 is also.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 26 ·
Replies
26
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K