[Mandelbrot set]

Mandelbrot set

Julia set


Mandelbroids and Julioids (Java applet, JDK 1.3)

If you had a Java browser, you would be able to alter the parameters of the Mandelbrot and Julia set, try exponents other than 2, and try other equations.

  • Mandelbrot: k=2 gives the classic Mandelbrot set
  • Julia: k=2 gives the classic Julia sets. Some interesting values for c are -1, i, and -0.5+0.5i
  • Left-click to zoom in
  • Right-click to zoom out
  • iter: more iterations may be needed when zoomed in
  • Redraw: with current parameter settings
  • Reset: to selected "special place" settings

Mandelbrot

Julia


Complex arithmetic

z = x + iy = r exp (i theta)
z^n =  r^n exp (i n theta)
exp z = exp (x + iy)
z^z =  exp (x ln r - y theta) exp i(x theta + y ln r)
sin z = (e^y exp i(pi/2 - x) - e^-y exp i(pi/2 + x))/2