Your teacher wrote "\sqrt{-4}" on the board and said no real solution. Your next teacher wrote the same expression and said it equals 2i. Who is right? Is the square root of a negative number undefined, or is it imaginary, or is it somehow both? And if it is imaginary, is that a real thing or just a clever dodge?
The answer is simpler than it looks. Whether \sqrt{-1} is defined depends entirely on which number system you are working in. In the real numbers \mathbb{R}, it is undefined — and for a good reason. In the complex numbers \mathbb{C}, it is defined — and given the name i. Both statements are correct; they belong to different universes.
Inside the reals: genuinely undefined
Inside the real number system \mathbb{R}, here is a theorem:
Why: if x is positive, x^2 > 0. If x is negative, x^2 = x \cdot x where both factors are negative, and a negative times a negative is positive. If x = 0, x^2 = 0. In every case, x^2 \geq 0.
So the equation x^2 = -1 has no solution in \mathbb{R}. No real number squares to a negative value. Therefore \sqrt{-1} — "the real number whose square is -1" — does not exist. When a Class 9 teacher says "\sqrt{-4} is undefined," they mean: within the real numbers, there is no such object. That is a mathematically correct statement.
Compare it to \tfrac{1}{0}: inside the reals, \tfrac{1}{0} is undefined because no real number times zero gives one. Same kind of "no solution to this equation" undefinedness.
Extending the number line
Now, the history of mathematics is the history of noticing that some equation has no solution, and inventing a new kind of number so it does. You saw this sequence in school:
- 3 - 5 has no solution in \mathbb{N} → invent negatives → integers \mathbb{Z}.
- 7 \div 4 has no solution in \mathbb{Z} → invent fractions → rationals \mathbb{Q}.
- x^2 = 2 has no solution in \mathbb{Q} → invent limits of rational sequences → reals \mathbb{R}.
- x^2 = -1 has no solution in \mathbb{R} → invent a new number i with i^2 = -1 → complex numbers \mathbb{C}.
Each extension fixes a specific missing solution and brings along a whole new family of numbers. The pattern is the same every time.
Inside \mathbb{C}: \sqrt{-1} = i
Define a new symbol i with the rule i^2 = -1. Form all expressions a + bi with a, b \in \mathbb{R}. The result is the set of complex numbers \mathbb{C}. Inside \mathbb{C}, the equation x^2 = -1 has the solution x = i (and also x = -i). So \sqrt{-1} is defined — it is i.
And then \sqrt{-4} = \sqrt{4 \cdot (-1)} = \sqrt{4} \cdot \sqrt{-1} = 2i. Your Class 11 teacher is using the complex-number definition, and they are correct inside \mathbb{C}.
Why "imaginary" is a bad name
i was called imaginary by René Descartes in the 1600s, as a dismissive label — he thought these numbers were mathematical fictions with no physical meaning. The name stuck, but the attitude didn't. By the 1800s, complex numbers had become indispensable tools in:
- Electrical engineering. Alternating-current circuits are analysed using complex impedance; voltages and currents are complex-valued. The j (engineers' name for i) is literally on every power system simulation.
- Quantum mechanics. The wave function \psi(x, t) is complex-valued. The Schrödinger equation has i in it explicitly: i\hbar \tfrac{\partial \psi}{\partial t} = \hat{H}\psi. Without complex numbers, the atom does not work.
- Signal processing. The Fourier transform is defined using e^{i\omega t}. Every image, every audio file, every MRI scan is processed through complex arithmetic.
- Fluid dynamics, aerodynamics. Conformal maps (complex-valued) solve 2D fluid flow problems.
Complex numbers describe real physical systems. They are no more "imaginary" than -1 is "imaginary." They just don't sit on the one-dimensional real number line.
So which answer is "right"?
Both — and the question you should ask is which number system?
- In a Class 9 arithmetic problem, or any problem that lives in \mathbb{R}: \sqrt{-4} is undefined. Say "no real solution" and move on.
- In a Class 11 or 12 complex numbers chapter, or a physics problem involving AC circuits, oscillations, or quantum mechanics: \sqrt{-4} = 2i. Use complex arithmetic.
When a JEE question says "find all real solutions of x^2 + 4 = 0," the answer is no real solutions. When the same question says "find all complex solutions of x^2 + 4 = 0," the answer is x = \pm 2i. The numbers didn't change; the playing field did.
A subtle trap: \sqrt{-1}\cdot\sqrt{-1}
One place students go wrong: they think that because \sqrt{a}\sqrt{b} = \sqrt{ab} for positive reals, the same rule applies to negatives. It doesn't.
But also \sqrt{-1} \cdot \sqrt{-1} = i \cdot i = i^2 = -1. So 1 = -1? No — the identity \sqrt{a}\sqrt{b} = \sqrt{ab} is only valid when at least one of a, b is non-negative. For two negatives, it fails. The correct rule is:
Why the identity breaks: square roots are multi-valued (every non-zero complex number has two square roots), and the "principal branch" convention that works for positive reals does not extend consistently to all of \mathbb{C}. You have to track signs carefully.
Where the answer depends on the universe
Solve x^2 - 4x + 13 = 0.
Using the quadratic formula: x = \tfrac{4 \pm \sqrt{16 - 52}}{2} = \tfrac{4 \pm \sqrt{-36}}{2}.
If the question is over \mathbb{R}: the discriminant is negative, so no real solutions. The graph of y = x^2 - 4x + 13 never crosses the x-axis; its minimum value is 9. Final answer: no real roots.
If the question is over \mathbb{C}: \sqrt{-36} = 6i, so x = \tfrac{4 \pm 6i}{2} = 2 \pm 3i. Two complex solutions, conjugates of each other.
The two statements are not contradictory — they are answers to different questions. The quadratic always factors as (x - 2 - 3i)(x - 2 + 3i) over \mathbb{C}, but this factorisation has no meaning inside \mathbb{R}.
The takeaway
\sqrt{-1} is undefined in \mathbb{R} and equals i in \mathbb{C}. Both are correct in their own domain. The word "imaginary" is a seventeenth-century misnomer for a number system that turns out to describe real physics. When you extend from \mathbb{R} to \mathbb{C}, you are doing exactly what humans did when they extended from \mathbb{N} to \mathbb{Z} to add negatives: patching a hole where an equation had no solution. The only thing "imaginary" about i is the name.
This satellite sits inside Number Systems.