In this KhanAcademy link at 2:25, Sal (the narrator) says that $i^2$ is negative 1 and he didn't explain why.
Why is this so? What is the intuition behind it?
In this KhanAcademy link at 2:25, Sal (the narrator) says that $i^2$ is negative 1 and he didn't explain why.
Why is this so? What is the intuition behind it?
It is defined that way.
I believe the proper definition of $i$ is $i^2 = -1$ and not $i = \sqrt{-1}$ as is commonly stated.
It is useful in many deep areas of mathematics, but as a starting point, it serves as a solution to $x^2 + 1 = 0$.
I recommend looking deeper into the theory of complex numbers, particularly the polar form.
To help you understand further. Realize that we have many sets of numbers such as the natural numbers, the rationals, and the reals. The complex number system is just another set and each complex number can be defined as an ordered pair $a + ib$ or $(a,b)$ where $a,b \in \mathbb{R}$.
We define two mappings of the sets $\mathbb{R}^2\times\mathbb{R}^2\to \mathbb{R}^2$ by
$$+:\langle(a,b),(c,d)\rangle\mapsto(a+c,b+d)$$ $$\cdot:\langle(a,b),(c,d)\rangle\mapsto(ac-bd,ad+bc)$$
They're respectively addition and multiplication. For these two mappings the axioms of a field are satisfied (why?). The field thus written is what is called the field of the complex numbers $\mathbb{C}$ (you can find other definition but all are equivalents).
The mappping $x\to (x,0)$ from the reals to the complex is clearly injective and preserve addition and product in $\mathbb{R}$, for that reason we can consider $\mathbb{R}$ as a subfield of $\mathbb{C}$ and abusing the notation when we say the real $x$ in $\mathbb{C}$, really is $(x,0)$. Let $a+ib:=(a,b)$. The element $i=(0,1)$ is such that $i^2=(-1,0)=-1$.
From a purely computational point of view, we can show why $i^2=-1$. By definition, $i=\sqrt{-1}$. So what does $i^2$ mean? Well, if we are squaring something, then we multiply that object by itself. So $i^2=i \cdot i = \sqrt{-1} \cdot \sqrt{-1} = \sqrt{(-1)^2} = -1$.
We can proceed this way to find $i^3$ and $i^4$ as well.
A note: Since $i^2 = -1$, there is no way to tell the difference between $i$ and $-i$.