Consider the following picture.

We have a circle, we’ll say radius of 1. A is the center of the circle. So, given an angle DAB, we make the line DB of length x. Bisect the angle, intersecting the circle at point C, and then ‘pop’ x out to form two isosceles triangles, of base length x’.
So, quick geometric question – what is x’ in terms of x?
A few applications of Pythagoras yields,
All this combines to yield
Or, better
This is a simple enough result. But we can do something neat with it. Imagine you start with a simple polygon embedded in the circle, a square of side length x, for example. When you ‘pop’ the sides out, you get an octagon, 8 sides, each of length x’. But the perimeter of the octagon is closer to laying along the circle than the perimeter of the square. The circumference of the circle is , so the perimeters of these successive polygons will converge on
. This is the basic idea behind things like Archimedes method for calculating
. And the formula we just derived allows us to calculate the successive side lengths.
Starting with the inscribed square, it has side length . So define the sequence,
Then, how many sides does each polygon have? Starting at 4, the number of sides doubles each time. So on the n-th step, there are many sides. Letting
be the total perimeter, we have,
And converges to the circle, or
! Of course, we might as well divide A by 2, so it converges to just
. Thus,
Now, I think this is really pretty neat, because if you look at the structure of successive values of x, it looks really very nice.
…
Etc. Which is kind of neat. Multiply that by the appropriate power of 2, and you get a good approximation of .
Of course, it has its drawbacks. It converges very slowly – the 10th term of the sequence only gives you 6 correct digits, the 20th term giving only 12. But the structure of this sequence I just find fascinating and beautiful.
Looking at it from a more generalized point of view, suppose the angle traced out by DAB is , for some angle
. Then, using basic trig definitions,
. Keeping just that triangle, DAB, and popping out sides again and again, the result is that you successively approximate that arc of the circle. But the length of that arc, given that we defined the angle to be
, and the radius is 1, is also given by
So, defining the related sequence, for some initial length x,
approximates the length of that arc, and therefore converges to
.
This seems entirely uninteresting, except for the fact that we can invert everything and get in terms of x, as
This shows that is actually converging to
. So, on the off chance that you need to calculate an ArcSin sometime, and are good with roots, there you go!
