There is a shape

first a regular triangle inscribed in a circle, and inscribed in a square, inscribed in a circle, inscribed in a pentagon, etc.
so polygon circle polygon circle, etc. the radius of the first circle is 1, find an equation for radius n.
number 2:give an argument that lim as x-infinity of r subscript n has an upper bound, or if you think it doesn't, why.
I'm not sure where to start and how to do this problem
Thanks.

You could start here:

http://www.mathopenref.com/polygonincircle.html

To find an equation for the radius at a given step n, let's analyze the pattern in the construction of the polygon-circle shape.

Step 1: A regular triangle is inscribed in a circle. The radius of the circle is given as 1.

Step 2: A square is inscribed in another circle. The triangle and the square share the same center. The radius of this larger circle can be found by considering the hypotenuse of the square, which is twice the length of one of its sides. Since the radius of the smaller circle is 1, the side length of the square is also equal to 1. Therefore, the hypotenuse (radius of the larger circle) can be calculated using the Pythagorean theorem as √(1^2 + 1^2) = √2.

Step 3: A regular pentagon is inscribed in yet another circle. The square and the pentagon share the same center. Similar to step 2, we can determine the radius of this larger circle by considering the diagonal of the pentagon. In a regular pentagon, the diagonal forms an isosceles triangle with two sides equal in length. The length of one side of the square (from step 2) is √2. Using trigonometry, we can determine the length of one of the legs of the isosceles triangle as (1/2) * √2. Applying the Pythagorean theorem again, we find that the radius of the larger circle is √((1/2 * √2)^2 + (√2)^2) = √(1/4 * 2 + 2) = √(1/2 + 2) = √(5/2).

By analyzing the pattern of triangle-square-pentagon, we can observe that if rₙ is the radius of the circle at step n, then the radius at step n+1 can be calculated as rₙ₊₁ = √(rₙ² + 1), where r₀ = 1.

For example, to find the equation for radius n = 4, we can use our formula repeatedly:

r₁ = √(r₀² + 1) = √(1² + 1) = √2
r₂ = √(r₁² + 1) = √(√2² + 1) = √(2 + 1) = √3
r₃ = √(r₂² + 1) = √(√3² + 1) = √(3 + 1) = 2
r₄ = √(r₃² + 1) = √(2² + 1) = √(4 + 1) = √5

So, the equation for radius n is rₙ = √(rₙ₋₁² + 1), where r₀ = 1.

Moving on to the second question, we consider the argument for the limit of rₙ as n approaches infinity having an upper bound.

When n approaches infinity, the equation for radius becomes: rₙ = √(rₙ₋₁² + 1), where r₀ = 1. We can see that at each step, we are taking the square root of a sum of squares, and the square root function is a monotonically increasing function. This means that as n increases, the value of rₙ will also increase.

However, it's important to note that the rate of increase of rₙ gradually slows down. This can be observed by comparing the difference in values between successive steps. For example, if we calculate r₁, r₂, r₃, r₄, we can see that the differences r₂ - r₁, r₃ - r₂, r₄ - r₃ decrease as n increases. Therefore, it can be inferred that as n approaches infinity, the rate of increase becomes infinitesimally small.

Based on this observation, we can argue that while the radius rₙ increases as n approaches infinity, it reaches an upper bound because the rate of increase becomes smaller and smaller. Therefore, the limit as n approaches infinity of rₙ exists and has an upper bound.

In summary, the equation for the radius n is rₙ = √(rₙ₋₁² + 1), and the argument that the limit as n approaches infinity of rₙ has an upper bound is based on the observation that the rate of increase gradually slows down as n increases.