MethodMath
Test Direct
Mar 29, 2026

Why do we need imaginary numbers if they arent real?

I understand that i is the square root of negative one, but I don't get why we invented something that supposedly doesn't exist. How can squaring an imaginary number give a negative real number? And why are imaginary numbers actually useful in the real world?

1 answers4 views
Loading comments...

1 Answer

Robert Fischer
Robert FischerApr 3, 2026
Let me give you a thorough breakdown of this because the answer connects several deep ideas in mathematics. **What are primes?** A prime number is a positive integer greater than 1 that has exactly two divisors: 1 and itself. The first few are 2, 3, 5, 7, 11, 13... The number 1 is not prime by definition (it has only one divisor), and 2 is the only even prime. **Why they never run out — Euclid's proof (c. 300 BCE):** This is one of the most elegant proofs in all of mathematics. Here's how it works: 1. Assume there is a finite list of all primes: p₁, p₂, p₃, ..., pₙ. 2. Construct a new number N = (p₁ × p₂ × p₃ × ... × pₙ) + 1. 3. N is either prime or composite. 4. If N is prime, then we found a new prime not in our list — contradiction. 5. If N is composite, then it must have a prime factor. But N divided by any prime from our list leaves remainder 1 (because N = product + 1). So N's prime factor cannot be in our list — contradiction. 6. Either way, our assumption that the list was complete is false. Therefore, there are infinitely many primes. This proof is over 2300 years old and still taught today because of its elegance. **Why primes matter:** The **Fundamental Theorem of Arithmetic** states that every integer greater than 1 can be written as a product of primes in exactly one way (ignoring order). Primes are the "atoms" of numbers — the building blocks from which all other integers are built. This uniqueness is why they're so important. When you encrypt data on the internet, you're relying on the fact that multiplying two large primes is easy, but factoring their product back into primes is incredibly hard — even for supercomputers. **Why they're hard to predict:** The distribution of primes follows a rough pattern (the Prime Number Theorem says the nth prime is approximately n × ln(n)), but there's no simple formula that generates all primes. This irregularity is what makes them useful for cryptography and fascinating to mathematicians.
Loading comments...
Login or Register to post an answer