Questions tagged [circles]

For elementary questions concerning circles (or disks). A circle is the locus of points in a plane that are at a fixed distance from a fixed point. Use this tag alongside [geometry], [Euclidean geometry], or something similar. Do not use this tag for more advanced topics, such as complex analysis or topology.

A circle is a shape in geometry, defined as the locus of points that have a fixed distance from a certain point, called the centre. The fixed distance from the centre of a circle to any of its points is called the radius. The length of the set of points is called the circumference, and for Euclidean space is related to the length of the radius by:

\begin{equation}\text{circumference}=2\pi\times\text{radius}\end{equation}

Similarly, in Euclidean space the area enclosed by a circle is given by:

\begin{equation}\text{area}=\pi\times\text{radius}^2\end{equation}

Because of their radial symmetry and structure, circles have a large number of desirable properties. These include:

  • The circle is the shape with the largest area for a given length of perimeter.
  • The circle is a highly symmetric shape: every line through the centre forms a line of reflection symmetry and it has rotational symmetry around the centre for every angle.
  • All circles are similar.
    • A circle's circumference and radius are proportional.
    • The area enclosed and the square of its radius are proportional.
  • The circle that is centred at the origin with radius 1 is called the unit circle.
    • Thought of as a great circle of the unit sphere, it becomes the Riemannian circle. Through any three points, not all on the same line, there lies a unique circle.
    • In Cartesian coordinates, it is possible to give explicit formulae for the coordinates of the centre of the circle and the radius in terms of the coordinates of the three given points.

There are many more properties of circles, see the following source for more information: https://en.wikipedia.org/wiki/Circle

6336 questions
2
votes
3 answers

Find radius of circle laying on another circle

I’m building a radial menu in a game engine (Unity). I need to place my menu items in a “carousel”. So, I need to know the size/scale of my items to fit nicely on a circle, forming a circular menu, laying close to each other and covering the whole…
Gusto
  • 123
  • 4
2
votes
1 answer

How to check if circles intersect each other?

I'm trying to do trilateration where I know the coordinates of three known points and the estimates of the radii - not guaranteed to be really precise. My question is, how can I check if the circles actually intersect each other? Does the checking…
2
votes
2 answers

What is a Perfect Circle?

People often play around with the word "perfect circle" but I have always been curious as to what exactly is a "perfect circle". It is easy to imagine, but to me, even when given precise geometrical equipment, it seems impossible to verify that a…
user905694
2
votes
1 answer

What is the area of the shaded part of the circle?

In the diagram below, line segment $AT$ is a diameter of the circle with center $O$. What is the area of the shaded part of the circle? $AT= 16$. Half of the circles area is equal to $100.48$, on the other half of the circle there is a triangle…
Matthew
  • 21
2
votes
2 answers

Proved that angle subtended by a circle at centre is double at any other point on circle is wrong

There is a class 9 or class 10 theorem that "The angle subtended by an arc at the centre is double the angle subtended by it at any point on the remaining part of the circle." Now the proof which is taught to us is like- Let there be a circle with…
user877930
2
votes
3 answers

Drawing dynamic circles based on input value

Is there a formula that will allow me to calculate the radius of a circle based on an input value? The input value could be as small as zero or as large as $10^7$, or larger. The circle is restricted to a minimum radius of $10$ and a maximum…
2
votes
2 answers

Three circle touching each other and having a common tangent

Three circle with radius $r_1$, $r_2$ and $r_3$ where ($r_1$<$r_2$<$r_3$) touch each other externally . If they have a common tangent then the value of $\sqrt{\frac{r_1}{r_2}}+\sqrt{\frac{r_1}{r_3}}$=__________ My approach is illustrated in the…
2
votes
3 answers

Circles Chords and parallel lines

I was going thru this question - Two Chords Ab, Cd of Lengths 5 Cm, 11 Cm Respectively of a Circle Are Parallel. If the Distance Between Ab and Cd is 3 Cm, Find the Radius of the Circle. As per explanation provided in here I disagree - how can one…
2
votes
2 answers

Could someone please explain the theory behind finding if a given point is inside a circle on a grid?

Let us say I have a grid of 1000 x 1000, and on that grid is drawn a circle, the circle could be anywhere. If I then pick a random point from the grid with an x and y co-ordinate I can work out if the point is inside the circle by performing the…
CarlG
  • 123
2
votes
4 answers

What is the equation of the circle

I've been experiencing a difficulties in answering this. I hope someone will help me in solving this Find the equation of the circle through the points $(2,8),(7,3)$ and $(-2,0)$.
Suan Suan
  • 103
2
votes
1 answer

Two circles with perpendicular outer and common inner tangent(s) from the origin

This question was briefly on MSE yesterday, asked by someone else. If we have two circles $$(x-x(A))^2+(y-y(A))^2=r_1^2$$ $$(x-x(B))^2+(y-y(B))^2=r_2^2$$ tangent at $C$ with the common tangent line going through the origin then the other tangents…
2
votes
0 answers

Is there a way to find the "roundness" of random points on a 2D plane?

I have multiple sets of random points and I want to find the one that is most "round" My thoughts are that if I were trying to find which set matched a particular function then the best set would be the one with the lowest averaged absolute error.…
2
votes
1 answer

when we have circle in hyperbolic plane,what is the center and radius of this circle in Euclidean plane?

Let C be the hyperbolic circle with center Xi, where x>0 and radius r>0. Find the center and radius of this Euclidean circle.
salman
  • 29
  • 1
  • 2
2
votes
1 answer

How to find remaining perimeter of shape in a 4cm square with 2 quarter circle centers on bottom corners?

Square with 2 quarter circles. Square has sides 4 and the circles go from 1 top corner to the opposite bottom corner. The two quarter circles intersect in the middle, and a shape is left at the top. I need the perimeter of that shape. Thanks.
2
votes
1 answer

Find coordinates of points on a perpendicular chord in a circle

I'm struggling with the above question. After completing:(i) radius = $\sqrt{13}$, centre = $(-4,2)$; (ii) A=$(-7,0)$, B=$(-1,0)$;(iii) has left me stumped. I can't see any way to find the points without going through the entire proof of "chords…
Corsaka
  • 145