Here is how I'd explain complex numbers to a 13 year old.
The number $i$ is just a gadget that keeps track of how many counterclockwise quarter turns you make in the plane.
Stand in your living room (or whatever room you're in) facing east. Let's invent a funny language. Instead of "east," from now on I'm going to call that $1$. It's just a name. So if I'm facing $1$, I'm facing east. Just a language game.
Now I make a quarter turn to the left so that I'm facing north. Instead of calling it "north" my new name for it is $i$. Funny name, but as Shakespeare said, what's in a name. The underlying direction is the same.
Make another quarter turn to the left. Now you're facing west, but let's call that $-1$. I know, funny names.
Another quarter turn and we're facing south. I call that $-i$.
What happens if we make another quarter turn? We're facing $1$, which is where we started.
Now here's some more funny language. Instead of saying that we make a quarter turn to the left, let's say that we "multipy by $i$".
So if we're facing $1$ and we multiply by $i$, we're facing $i$. If we multiply by $i$ again we're facing $-1$. What's a good notation for multiplying by $i$ and then multiplying by $i$ again? We can use the usual notation of squaring. So we just proved that
$$i^2 = -1$$
How about that!!
Then we see that $i^3 = -i$ and $i^4 = 1$.
Quiz: What is $i^{17}$? Five minutes ago that would have been an incomprehensibly difficult problem. But now we see that just as $i^4 = 1$, it must also be the case that $i^{12} = i^{16} = 1$. And then $i^{17}$ must be $i$. This is simple! Multiplying by $i$ just keeps track of how many quarter turns you've made. And you can always work this out "mod $4$" if you know what that means. In fact the set $\{1, i,-1, -i\}$ is an instance of the group of integers mod $4$. So we can teach 13 year olds a little group theory while we're at it.
We could go on. Briefly, multiplying any complex number by a real number just scales it -- stretches or shrinks it. If $1$ means the point $1$ unit away in the eastern direction, then $5$ is the point $5$ units away in the eastern direction; and $5i$ is the point $5$ units away in the northern direction.
Finally, if we have a complex number like $3 + 5i$ that's just a point $3$ units east and $5$ units north. Or if you know coordinate geometry, the point $(3,5)$ in the Cartesian plane.
That's all there is to it. And with a little bit more work we can develop all of high school trigonometry along the same lines. I wish they'd teach this to 13 year olds, it's not very complicated. Math education is in dire need of exactly this type of reform. Complex numbers were very mysterious when we first discovered them, but today we understand their essentially geometric nature and we could teach them in a much simpler way if we wanted to.
A*A=-I
is solved with complex numbers in matrix sense, and matrices could be objects' transformation and rotation. For example,which translation and rotation of object should be performed twice to be equivalent to mirroring?
(not sure if this formulation is absolutely correct) – medvedNick Dec 10 '13 at 15:46