Is Mathematical Induction Sufficient to Prove n^2-n+2 Is Even for All Integers?

Click For Summary
SUMMARY

The discussion centers on proving that for any integer n, the expression n^2 - n + 2 is even. Participants suggest using mathematical induction as a method of proof. The base case for n = 1 shows that 1^2 - 1 + 2 equals 2, which is even. The inductive step involves assuming the expression is even for an integer k and demonstrating it remains even for k + 1. The conclusion is that the expression is indeed even for all integers n.

PREREQUISITES
  • Understanding of mathematical induction principles
  • Familiarity with even and odd integers
  • Basic algebraic manipulation skills
  • Knowledge of polynomial expressions
NEXT STEPS
  • Study the principles of mathematical induction in detail
  • Explore proofs involving even and odd integers
  • Learn about polynomial functions and their properties
  • Investigate alternative proof techniques for integer properties
USEFUL FOR

Mathematics students, educators, and anyone interested in formal proofs and number theory concepts.

spanker1
Messages
1
Reaction score
0
help guys i am really stumped on this question.
prove that

if "n" is an integer , then n^2-n+2 is even
 
Physics news on Phys.org
Suppose n is odd. What can you say about each member of n^2-n+2 ?
Suppose n is even. What can you say about each member of n^2-n+2?
 
That is one way of thinking about the problem. If you want to do this via induction, however, what is the first step you need to take? Also, are you trying to prove that fact for n is any integer or just a positive integer?
 
to prove by principle of mathemetical induction
step 1:
put n=1
1^2-1+2=1^3=1
which is false
 
lizzie said:
to prove by principle of mathemetical induction
step 1:
put n=1
1^2-1+2=1^3=1
which is false

I think what is meant by n^2-n+2 is n^2 - n +2, not n^{2-n+2} as you seem to use.
 
spanker1 said:
help guys i am really stumped on this question.
prove that

if "n" is an integer , then n^2-n+2 is even

A proof by induction would take the following form:

1. For n = 1, n^2-n+2 is even.
(subproof)
2. Suppose n^2-n+2 is even. Then (n+1)^2-(n+1)+2 is even.
(subproof)
3. By induction (base case 1, inductive step 2), n^2-n+2 is even for all natural numbers n.

If you can fill in the subproofs you're done.

(If you really want all integers, of course, you'll have to prove them too -- maybe by induction on (-n)^2-(-n)+2.)
 
:)

spanker1 said:
help guys i am really stumped on this question.
prove that

if "n" is an integer , then n^2-n+2 is even

hmm...My suggestion :

N^2 - N + 2
= N(N-1) + 2

For any integer N, if N is even , (N-1) is odd therefore N(N-1) is divisible by 2 and is an even #, so , N(N-1) + 2 is even

For any integer N, if N is odd , (N-1) is even therefore N(N-1) is divisible by 2 and is an even #, so , N(N-1) + 2 is even

Is this logical?
 
For n=1, n^2 - n +2 = 2 is even.

Now, suppose that for some integer k, that k^2 -k + 2 is even. Then for the next integer k+1

(k+1)^2 -(k+1) +2 = k^2 + 2k +1 - k -1 +2 = k^2 + k +2

Now

k^2 + k + 2 = (k^2 -k + 2) + 2k

On the RHS, the stuff in bracket is what we started with, we assumed it was even. 2k is even for all integers k. An even number plus an even number is an even number. Therefore for the next integer, it will also be even.

Therefore for all integers n, n^2 -n +2 is even
 
Quick question about induction. Could you prove it true for n = 1. Then prove it for n = n + 1. Then prove it for n = n - 1. Would that be enough to prove it for all integers?
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
3K
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
3K