Find the first three output values of the function f(z) = z2 – 1 + 2i. Use z = 0 as the first input value. –1 + 2i , –4 – 2i , 19 – 14i –1 + 2i , 2i , 3 + 2i –1 + 2i , –2 –+ 2i , –1 + 4i –1 + 2i , –4 – 2i , 11 + 18i
f(0) = 0^2 -1 + 2i = -1 + 2i now use the output as the next input f(-1 + 2i) = (-1 + 2i ) ^2 -1 + 2i
you can do this nicely with a TI 84/ TI 83 calculator
console: 0 screen output: 0 type : ANS^2 -1 + 2i press enter , keep pressing enter
i dont see the ANS button
wait found it
2nd (-)
also make sure you can use i, which is 2nd . (next to 0 button)
ok i clicked enter 4 times should i keep going? im still confused
@perl ?
you should see your sequence
so first press 0. then type Ans^2 -1 + 2i Enter: -1 + 2i Enter : -4 -2i Enter : 11 + 18i
if you keep pressing enter you see that it diverges , gets bigger and bigger
Enter : -204 + 398i Enter: -116789 - 162382i etc
this is a recursive sequence
@Michele_Laino z0 = z0 z1 = f(z0) z2 = f(z1) = f(f(z0)) z3 = f(z2) = f(f(f(z0))) ...
ok! I understand!
no problem :) the directions were not clear
I believe this is called a 'Julia set'
if I remember correctly given a complex number c, and a seed z0 f(z0)=z0 f(zn) = (z_n-1)^2 + c , iterating the function above produces a Julia set or Julia sequence or more simply f(z) = z^2 + c is the Julia set
Join our real-time social learning platform and learn together with your friends!