Show that -i is in the Mandelbrot Set

  • Thread starter Thread starter vorcil
  • Start date Start date
  • Tags Tags
    Mandelbrot Set
AI Thread Summary
The discussion revolves around determining whether specific complex numbers, such as -i and -1-i, are in the Mandelbrot set. Participants clarify that a complex number is in the Mandelbrot set if the sequence generated by the formula remains bounded. There is confusion regarding the notation and definitions, particularly about the sequence and the terms used to describe the Mandelbrot set. The correct formula for generating the sequence is highlighted as Zn+1 = Zn^2 + c, with Z0 being the complex number in question. Overall, the conversation emphasizes the importance of precise mathematical language and understanding the underlying concepts of the Mandelbrot set.
vorcil
Messages
395
Reaction score
0
1a:
show w = -i is in the mandelbrot set
show that -1-i is not in the mandelbrot set
is w= -0.1226 + 07449i in the mandelbrot set, first show that z2 =0

don't know how to do any of them

i tried, -(squareroot-1) ^2 = --1, + squareroot -1
idk
 
Physics news on Phys.org
What exactly does it mean for a complex number to be in the Mandelbrot set? You need to have this definition in order to tell whether a give complex number is or isn't in this set.

I don't understand some of the things you have written:
"z2 = 0" Do you mean z2 = 0? If you don't know how to use the LaTeX controls, you can write this like so: z^2 = 0.

"-(squareroot-1) ^2 = --1, + squareroot -1"
I don't understand this at all, but you can write sqrt(-1) to mean the square root of -1 (which is i).
 
For a number to be in the mandelbrot set, it means that it stays within the boundary of that circle thing, and it repeats in a sequence, where a number not in the mandelbrot set dosen't stay in the boundary and dosen't repeat it's sequence

from that formula, Z1 = Z0^2 + Z0 (each time 0 is incremented by 1
 
This is very poorly written. If you want to be a good itexematician you must learn to be precise and clear!

vorcil said:
For a number to be in the mandelbrot set, it means that it stays within the boundary of that circle thing, and it repeats in a sequence, where a number not in the mandelbrot set dosen't stay in the boundary and dosen't repeat it's sequence
You used the word "it" four times without saying what "it" refers to! (And with two different meanings!) You don't say what "that circle thing" is. You don't say what sequence you are talking about and you don't say what "stay in the boundary" means. What you should be saying is that a certain sequence remains bounded. And I can find no requirement that it "doesn't repeat its sequence". If a sequence eventually repeats, it certainly remains bounded.

from that formula
from what formula?
, Z1 = Z0^2 + Z0 (each time 0 is incremented by 1
Okay, this is the"formula" you referred to above and that gives the sequence you are referring to. But as given that implies that Z2= Z12+ Z1 which is incorrect. You want Zn+1= Zn2+ c for a fixed number c and Z0= c. When you ask "is -i in the Mandelbrot set" you are taking c= -i. Then Z_0= -i, Z_1= (-i)^2+ (-i)= -1- i, Z_2= (-1+1)^2+ (-i)= i, Z_3= (i)^2+ (-i)= -1-i again!

It looks to me like that becomes repeating.
 
Sorry, thanks =]
I know how to use the mandelbrot set now(I think),

The mandelbrot set was not in my math book, and i didn't take notes during my lecture because i thought it was in the my mathematics book
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top