Wikipedia:Reference desk/Archives/Mathematics/2008 June 13

Mathematics desk
< June 12 << May | June | Jul >> June 14 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


June 13 edit

Mandelbrot set edit

 
A mathematician's depiction of the Mandelbrot set M, a point c is coloured black if it belongs to the set, and white if not. Re[c] and Im[c] denote the real and imaginary parts of c.

I'm looking at only real values of c i.e. along the horizontal axis of the graph. Black and white describe whether this iteration goes to infinity or not:

xn+1 = xn2 + c

Consider the points (1,0) and (-1,0). In the iteration they are squared.

12 = 1

-12 = 1

Since squaring these real values gives the same result, how is it that one point is in the Mandelbrot set and the other isn't ? Cuddlyable3 (talk) 17:30, 13 June 2008 (UTC)[reply]

You seem to be confusing the roles of c and . The Mandelbrot set is the set of values c for which the sequence doesn't diverge, starting from x0=0. For c = 1, the sequence starts 0,1,2,5,26..., which diverges, but for c = -1 it starts 0,-1,0,-1,..., which does not. What you are thinking of is more like a Julia set. --169.230.94.28 (talk) 17:50, 13 June 2008 (UTC)[reply]
Um, technically, the sequence 0,-1,0,-1,... does diverge, which simply means that it does not converge. I think the criterion you want is that c is in the set if the corresponding sequence is bounded. --Trovatore (talk) 19:00, 13 June 2008 (UTC)[reply]
Thank you for clarifying this. My error was supposing x0 to start as c. The intro to Mandelbrot set does not state x0=0, it only implies this by examples. Cuddlyable3 (talk) 18:17, 13 June 2008 (UTC)[reply]
Actually it does, but in very technical terminology. It talks about the "orbit of 0", which means all the numbers you can get to by starting at zero and applying the formula. It could be explained much better, I'll have a go now. --Tango (talk) 18:57, 13 June 2008 (UTC)[reply]
It does not matter: if   then   so you could think of starting from   (as long as you do it consistently). – b_jonas 15:27, 14 June 2008 (UTC)[reply]
You don't even need to be consistent. If a sequence is bounded, the same sequence with the index offset by 1 is still bounded, and that's all that's required to be in the Mandelbrot set. If you want to do it with pretty colours showing how quickly it goes to infinity, then you need to be consistent. --Tango (talk) 16:22, 14 June 2008 (UTC)[reply]

Second Order Differntial Equation edit

Can anyone offer advice on how to go about solving the equation;

 

thanks. Philc 0780 20:21, 13 June 2008 (UTC)

Well, I can say that y=0 is a nice solution to it... But otherwise, not offhand. -mattbuck (Talk) 21:59, 13 June 2008 (UTC)[reply]
Mathematica is able to "solve" it, but I don't know if the solution would be at all useful. It looks quite complicated. Mathematica gives two solutions that are almost the same. Both are given in terms of the inverse function x(y). Here is one of them:
 
You can set the constants C[1] and C[2] to anything. I doubt that this is very helpful. Oded (talk) 22:51, 13 June 2008 (UTC)[reply]
Express  . You get a separable equation:
    Pt (T) 13:49, 14 June 2008 (UTC)[reply]
Nice! I guess that's basically how Mathematica does it. Is the   trick standard? Oded (talk) 21:36, 15 June 2008 (UTC)[reply]
I think it is standard. I learnt it once from a differential calculus textbook, but I don't have it around right now, so can't look it up.  Pt (T) 23:12, 15 June 2008 (UTC)[reply]
An example of lecture notes describing briefly the technique is [1], look at the last section.  Pt (T) 23:25, 15 June 2008 (UTC)[reply]
It is a reasonably common technique to use in second order ODEs that do not include the independent variable (i.e. of the form f(y, y', y'') = 0). The substitution may also be written as  . Confusing Manifestation(Say hi!) 00:28, 16 June 2008 (UTC)[reply]