![]() |
Collatz Conjecture or 3n + 1 Conjecture or Ulam Conjecture, is the problem in mathematics for almost a decade. It is proposed in 1937 by Lothar Collatz. Although extensively tested and always found true, this conjecture remains unproven, making it a persistent and enticing mystery in the world of mathematics. Famous mathematicians Paul Erdős said about the Collatz Conjecture, “Mathematics may not be ready for such problems,” highlighting its deceptive simplicity and deep complexity. In this article, we will discuss this conjecture which seems true but still not proven by scholars. Table of Content What is Collatz Conjecture?Collatz Conjecture, also known as the 3n + 1 conjecture, the Ulam conjecture, or the Syracuse problem, is a famous unsolved problem in mathematics. It was first proposed by Lothar Collatz in 1937. The conjecture can be described using the following simple algorithm applied to any positive integer:
Repeat this process with the resulting number. The conjecture states that no matter which positive integer you start with, you will eventually reach the number 1 with end loop of 4-2-1. Notation of Collatz ConjectureFor any positive integer n, define the sequence as follows:
Other Names for Collatz ConjectureThe Collatz Conjecture is known by several different names, reflecting its wide recognition and the interest it has generated among mathematicians around the world. Here are some of the most common names for this conjecture:
Checking Collatz ConjectureHere’s an example of the iteration process starting with the number 6: f(6) = 6/2 = 3 f(3) = 9 + 1 = 10 f(10) = 10/2 = 5 f(5) = 3 × 5 + 1 = 16 f(16) = 16/2 = 8 f(8) = 8/2 = 4 f(4) = 4/2 = 2 f(2) = 2/2 = 1 The sequence generated by the iterative application of the Collatz function is often represented as a directed graph, with each number in the sequence represented by a node, and edges connecting nodes to their Collatz function outputs. The sequence generated by the example above can be represented by the following graph: 6 → 3 → 10 → 5 → 16 → 8 → 4 → 2 → 1
Examples of Collatz ConjectureWe can take any starting number and put the value in the condition until we get 1 at the end with end loop of 4-2-1. Here we will see two more examples one with n = 5 and other is n = 7. Let’s discuss about these. Starting with n = 5If n is odd, we apply the function f(n)=3n+1. So, f(5) = 3(5)+1 = 16. If n is even, we apply the function f(n) = n/2 . So, f(16) = 16/2 = 8 f(8) = 8/2 = 4 f(4) = 4/2 = 2 f(2) = 2/2 = 1
The sequence reaches 1 after 5 steps, confirming the Collatz conjecture for n = 5. Starting with n = 7If n is odd, we apply the function f(n)=3n+1. So, f(7) = 3(7)+1 = 22. If n is even, we apply the function f(n)= n/2 So, f(22) = 22/2 = 11. f(11) = 3(11) + 1 = 34 f(34) = 34 /2 = 17 f(17) = 3(17) + 1 = 52 f(52) = 52/2 = 26 f(26) = 26/2 = 13 f(13) = 3(13) + 1 = 40 f(40) = 40/2 = 20 f(20) = 20/2 = 10 f(10) = 10/2 = 5 f(5) = 3(5) + 1 = 16 f(16) = 16/2 = 8 f(8) = 8/2 = 4 f(4) = 4/2 = 2 f(2) = 2/2 = 1
The sequence reaches 1 after 16 steps, confirming the Collatz conjecture for n = 7. Fun Facts about the Collatz ConjectureSome fun facts about the Collatz conjecture are:
ConclusionCollatz conjecture is like a tricky puzzle in the world of math that has puzzled mathematicians for many years. It’s a simple idea but a tough nut to crack, challenging our understanding of numbers and calculations. While we’ve made progress in explorіng how it works for lots of numbers, provіng it true for all numbers still seems out of reach. Mathematicians are still trying to figure it out, and it remіnds us that there’s always more to learn in the fascinating world of math. Read More, FAQs: Collatz ConjectureHow Did the Collatz Conjecture Get Its Name?
Is there a prize for proving the Collatz conjecture?
What are some notable attempts to prove the Collatz conjecture?
Has anyone discovered a counter example to the Collatz conjecture?
Are there any practical applications of the Collatz conjecture?
Why is the Collatz conjecture considered so challenging to prove?
|
Reffered: https://www.geeksforgeeks.org
Mathematics |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 14 |