What Interesting Pattern Do Complex Numbers Reveal in Matlab?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
MathAmateur
Messages
67
Reaction score
8
I was playing around with complex numbers in Matlab this evening and noticed this interesting pattern:

Given:

[tex]a = (e^{x})^{i \pi/2}[/tex]

When x is incremented an integer power (0,1,2,3), the a is rotated [tex]{\pi/2}[/tex] radians in the complex plane. It started out at 0 radians with x = 0 and then rotated to [tex]{\pi/2}[/tex] radians with x= 1 (the familiar Euler result) and then then to [tex]{\pi}[/tex], etc, around and around the unit circle.

I found this very interesting and just wanted to share it and ask if there were any comments on why this may be so.
 
Last edited:
Physics news on Phys.org
You might find this Wiki article on http://en.wikipedia.org/wiki/Euler%27s_formula_in_complex_analysis" interesting.
 
Last edited by a moderator:
Thank you for pointing out the interesting article. I now see that what I found out above was:

[tex]e^{a}e^{a}=e^{a+a}[/tex] for complex numbers.

This maybe isn't Earth shaking but it does give me a more intuitive feel for what is going on to discover it on my own.