Solve for properties of a square in a circle or a circle in a square.
Select the geometric configuration and enter a known value to calculate all related properties, including areas, lengths, and perimeters.
Load an example to see how the calculator works.
If a circle has a radius of 10, find the properties of the square inscribed within it.
Configuration: squareInCircle
Property: circleRadius
Value: 10
If an inscribed square has a side length of 14.142, find the properties of the circumscribing circle.
Configuration: squareInCircle
Property: squareSide
Value: 14.142
If an inscribed circle has an area of 78.54, find the properties of the surrounding square.
Configuration: circleInSquare
Property: circleArea
Value: 78.54
If a square has a perimeter of 40, find the properties of the circle inscribed within it.
Configuration: circleInSquare
Property: squarePerimeter
Value: 40
r
be the circle radius and s
be the square's side. The square's diagonal d_s
is s * sqrt(2)
. This diagonal is also the circle's diameter 2r
. So, 2r = s * sqrt(2)
. From this, we derive: s = r * sqrt(2)
and r = s / sqrt(2)
.2r
is equal to the square's side length s
. The relationship is simpler: s = 2r
and r = s / 2
.s = 2r
is for a circle inside a square. The formula s = r * sqrt(2)
is for a square inside a circle. Using the wrong one is the most frequent mistake. Always confirm your configuration before calculating.