Mandelbrot Set?!?

Algebra Level 4

Warning: The real difficulty of this problem should be level 5. Don't attempt to solve the explicit formula for { a n } \{a_{n}\} .

This problem will give you a little taste of the complexity of the mandelbrot set , even if only defined on real numbers:

{ a n } \{a_n\} is a sequence such that a 1 = α a_{1}=\alpha , a n + 1 = a n 2 + β a_{n+1}=a_{n}^2+\beta , α , β R \alpha,\ \beta \in \mathbb R .

Which value of β \beta will always satisfy a 10 > 10 a_{10}>10 regardless of what α \alpha is?

Try not to use some kind of computer program.

2 -2 1 2 \dfrac{1}{2} 1 4 \dfrac{1}{4} 4 -4

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Alex Burgess
Aug 20, 2019

Observing fixed points: a n = a n + 1 = a n 2 + β ( a n 1 2 ) 2 + β 1 4 a n = 1 2 + 1 4 β a_n = a_{n+1} = a_n^2 + \beta \implies (a_n - \frac12)^2 + \beta - \frac14 \implies a_n = \frac12 + \sqrt{\frac14 - \beta} , which has a solution 10 \leq 10 for 90 β 1 4 -90 \leq \beta \leq \frac14 .

Hence, for all values of β \beta in this range, there exist a fixed point 10 \leq 10 .

1 2 \frac12 is the only solution outside of this range:

With β = 1 2 \beta = \frac12 :

a 1 1 2 a_1 \geq \frac12

a 2 3 4 a_2 \geq \frac34

a 3 17 16 > 1 a_3 \geq \frac{17}{16} > 1

a 4 > 3 2 a_4 > \frac32

a 5 > 9 4 a_5 > \frac94

a 6 > 81 16 > 5 a_6 > \frac{81}{16} > 5

a 10 > 5 16 > 10 a_{10} > 5^{16} > 10

If I've done my quick math correctly, the end of the first line should be -90 rather than -90.25 (it makes no difference to the overall point). Very nice solution process!

David Richner - 1 year, 9 months ago

Log in to reply

Whoops, thanks for flagging.:

1 2 + 1 4 β = 10 1 4 β = 9. 5 2 = 90.25 \frac12 + \sqrt{\frac14 - \beta} = 10 \implies |\frac14-\beta| = 9.5^2 = 90.25 .

Alex Burgess - 1 year, 9 months ago

Log in to reply

1/2 + (1/4 - (-90))^.5 = 1/2 + (1/4 + 90)^.5 = 1/2 + (90.25)^.5 = 1/2 + 9.5 = 10

David Richner - 1 year, 9 months ago

Log in to reply

@David Richner Oh yeah....

Alex Burgess - 1 year, 9 months ago

I'm actually quite impressed! I don't think there is a simple approach here, but you've still made it. In fact, you can eliminate another three choices by observing the fixed point first. It's way better than the official answer which involves hairy calculations.

Alice Smith - 1 year, 9 months ago

Log in to reply

Thank you!

Alex Burgess - 1 year, 9 months ago

How do you know that there is a fixed point?

Ash Robson - 1 year, 9 months ago

In fact, this solution is not the essence of it.

Stephen Curry - 1 year, 7 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...