In the Mandelbrot set, the fractal is said to be contained in the circle of radius 2. $$ z_{n+1} = {z_{n}}^{2} + c $$ I did read about a proof that showed values of 'c' beyond this circle are not bounded and hence the set is contained within.
But say if someone discovers a new set that generates a fractal, How does one determine the containing boundary of that fractal ?
PS: I have studied basic engineering Mathematics and learning fractals on my own
You need to calculate a lot of points and find which points stay finite and distinguish points that take a long time to go to infinity from points that take a short time. Basically use a computer, then look at the result. Also its a fractal, so the boundary can't be determined, it would have infinite points in it. You could approximate it however, use different colors for different escape times.