Content deleted Content added
Do not confuse power 2 times n with power 2 power n: they are entirely different. It is trivial to check by substitution that power 2 power n is indeed the correct solution. |
|||
Line 12:
:<math> \qquad z_{n+1} = z_n^2 </math>
where <math>z_n</math> is the resulting sequence of complex numbers obtained by iterating the steps above, and <math>z_0</math> represents the initial starting number. We can solve this iteration exactly:
:<math> \qquad z_n = z_0^{
Starting with angle θ, we can write the initial term as <math>z_0 = \exp(i\theta)</math> so that <math>z_n = \exp(
== Generalisations ==
|