Integers, rationals and divisibility

Click For Summary
SUMMARY

The discussion focuses on proving that for any natural number n, the expression N = n² + 1 is not divisible by 3. Participants analyze the outcomes of dividing natural numbers into three classes based on their remainders when divided by 3: 0, 1, and 2. They demonstrate that regardless of the form of n (3k, 3k+1, or 3k+2), N does not yield a remainder of 0 when divided by 3. This method effectively shows that N cannot be expressed as 3m for any integer m, confirming its non-divisibility by 3.

PREREQUISITES
  • Understanding of natural numbers and their properties
  • Familiarity with modular arithmetic and remainders
  • Basic algebraic manipulation skills
  • Knowledge of divisibility rules and proofs
NEXT STEPS
  • Study modular arithmetic in depth, focusing on congruences
  • Explore advanced divisibility tests and their applications
  • Learn about algebraic proofs and techniques for proving non-divisibility
  • Investigate the properties of quadratic expressions in relation to divisibility
USEFUL FOR

Mathematicians, educators, and students interested in number theory, particularly those exploring divisibility and algebraic proofs.

Kartik.
Messages
55
Reaction score
1
1.To prove - For any natural number n, the number N is not divisible by 3

2. N = n2+1



3. Dividing naturals into three classes according to remainder outcomes during division by 3 ie. 0,1,2 ; for any whole number k ---> 3k, 3k+1, 3k+2
And then substitute the values respectively to derive a 'false' inference from the equation. I want to know whether this is the only standard method of proving such divisibility equations true or false ; or is there any other way out?
 
Physics news on Phys.org
There is no standard way for divisibility tests. The only idea is to find a part of the expression that cannot be divided by the given number. The way you do it might differ for each problem. Of course, your method works out the best to find out the proof to what you need. Say if you had, 3x2+2, and test whether its divisible by 3, the solution would be obviously to break it up into x2 + 2/3, leading to the conclusion it is not divisible by 3.
 
You show that N is "divisible by 3" by showing that it is of the form 3m for some integer k, NOT "3m+1" or "3m+2".

Every integer, and in particular n, is of the form 3k, 3k+ 1, or 3k+ 2. If n= 3k then [itex]n^2+1= 9k+ 1= 3(3k)+ 1[/itex]. If n= 3k+1, then [itex]n^2+ 1= (3k+1)^2+ 1= 9k^2+ 6k+ 1+ 1= 3(3k^2+ 2k)+ 2[/itex]. If n= 3k+2, then [itex]n^2+ 2= (3k+2)^2+ 1= 9k^2+ 12k+ 5=9k^2+ 12k+ 3+ 2= 3(3k^2+ 4k+ 1)+ 2[/itex].
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
9
Views
3K
Replies
9
Views
2K
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
19
Views
2K
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
3
Views
3K