Product of two consecutive integers

In summary, this problem can be solved in two ways, either by induction or by reasoning that if it is true for k, it is true for k+1.
  • #1
nobahar
497
2

Homework Statement



Prove that [tex]n^2+n[/tex] is even. Where n is a positive integer.


Homework Equations



[tex]n^2+n[/tex]


The Attempt at a Solution



[tex]n^2+n = n(n+1)[/tex]

One of which must be even, and therefore the product of 2 and an integer k.

[tex]n = 2k, \left \left 2*(k(n+1))[/tex]

or

[tex]n+1 = 2k, \left \left 2*(n*k)[/tex]

Is there a better way of doing this? I read this is not an inductive proof; what would this entail?
Many thanks in advance.
 
Physics news on Phys.org
  • #2
This looks absolutely fine. No need for induction at all.
 
  • #3
As rochfor1 said, that is a perfectly good proof and simpler than "proof by induction".

But since you ask, here goes:

If n= 1, then [itex]n^2+ n= 1^2+ 1= 2[/itex] which is even.

Now, suppose that [itex]k^2+ k[/itex] is even and look at [itex](k+1)^2+ (k+1)[/itex]
[itex](k+1)^2+ (k+1)= k^2+ 2k+ 1+ k+ 1[/itex][itex]= (k^2+ 2k)+ 2k+ 2[/itex]. By the induction hypothesis, [itex]k^2+ k[/itex] is even and so [itex]k^2+ k= 2m[/itex] for some integer m (that is the definition of "even") so [itex](k+1)^2+ (k+1)= (k^2+ 2k)+ 2k+ 2[/itex][itex]= 2m+ 2k+ 2= 2(m+k+1)[/itex]. Since that is "2 times an integer", it is even.

Having proved that the statement is true for 1 and that "if it is true for k, it is true for k+1", by induction, it is true for all positive integers.

Yet a third way: If n is a positive integer, it is either even or odd.

case 1: n is even. Then n= 2m for some integer m. [itex]n^2= 4m^2[/itex] so [itex]n^2+ n= 4m^2+ 2m= 2(m^2+ m)[/itex]. Since that is 2 times an integer, it is even.

case 2: n is odd. Then n= 2m+ 1 for some integer m. [itex]n^2= (2m+1)^2= 4m^2+ 4m+ 1[/itex] so [itex]n^2+ n= 4m^2+ 4m+ 1+ 2m+ 1[/itex][itex]= 4m^2+ 6m+ 2= 2(2m^2+ 3m+ 1)[/itex]. Again that is 2 times an integer and so is even.
 
  • #4
Many thanks rochfor1 and HallsofIvy!
 
  • #5
Simple reasoning is needed.
For two consecutive integer , one will be even and another will be odd.
Thus;
[tex]n\equiv0(mod 2)[/tex]
and
[tex]n+1\equiv1(mod 2)[/tex]

We may now conclude that [tex]n(n+1)\equiv0(mod 2)[/tex] and means that n²+n is even.
 
  • #6
attachment.php?attachmentid=22872&stc=1&d=1262699548.jpg
 

Attachments

  • proof.jpg
    proof.jpg
    24.6 KB · Views: 677
  • #7
If n is odd, n^2 is odd. If n is even, n^2 is even. odd+odd=even and even+even=even.
 
  • #8
OP: Why do you want a proof by induction? The proof you gave is simple and beautiful.
 
  • #9
icystrike said:
Simple reasoning is needed.
For two consecutive integer , one will be even and another will be odd.
What you say is true, but you can't ascertain which of them will be even and which will be odd. In what follows, you are assuming that n is even and n+1 is odd. That is one of two possible cases, so you work is not complete.
icystrike said:
Thus;
[tex]n\equiv0(mod 2)[/tex]
and
[tex]n+1\equiv1(mod 2)[/tex]

We may now conclude that [tex]n(n+1)\equiv0(mod 2)[/tex] and means that n²+n is even.
 
  • #10
Mark44 said:
What you say is true, but you can't ascertain which of them will be even and which will be odd. In what follows, you are assuming that n is even and n+1 is odd. That is one of two possible cases, so you work is not complete.

yes that is true. for the other case , it can be proved analogously .
 

What is the definition of "Product of two consecutive integers"?

The product of two consecutive integers is the result of multiplying two consecutive whole numbers in the order they naturally appear. For example, the product of 2 and 3 is 6, and the product of 5 and 6 is 30.

What is the formula for calculating the product of two consecutive integers?

The formula for calculating the product of two consecutive integers is n * (n+1), where n represents the first integer. This formula can also be written as n^2 + n.

How can the product of two consecutive integers be used in real-life applications?

The product of two consecutive integers can be used in many different real-life applications, such as calculating the area of a rectangle or finding the total number of objects in a row or column. It can also be used in algebraic equations and in solving geometric problems.

What are some examples of finding the product of two consecutive integers?

Examples of finding the product of two consecutive integers include 3 * 4 = 12, 8 * 9 = 72, and 15 * 16 = 240.

Are there any special cases when finding the product of two consecutive integers?

Yes, when the first integer is 0, the product will always be 0 regardless of the value of the second integer. Additionally, when the first integer is -1, the product will always be -1 regardless of the value of the second integer.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
774
  • Precalculus Mathematics Homework Help
2
Replies
49
Views
3K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
5
Views
985
  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
799
  • Precalculus Mathematics Homework Help
Replies
4
Views
4K
Back
Top