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
5
votes
2 answers

Calculating the arc length of a circle segment

I would like to calculate the arc length of a circle segment, i.e. I know the start coordinates (x/y) of the circle segment, the end coordinates (x/y) and the x and y distances from the starting point to the center point of the circle segment. I…
enne87
  • 175
  • 1
  • 1
  • 6
5
votes
4 answers

How do I find the equation of a circle, given radius and centre coordinates?

Say I am asked to find, in expanded form without brackets, the equation of a circle with radius 6 and centre 2,3 - how would I go on about doing this? I know the equation of a circle is $x^2 + y^2 = r^2$, but what do i do with this information?
astgeh
  • 71
5
votes
3 answers

Geometric Mean of Distances from Point to Every Point on a Circle

I'm questioning the solution of a high-school mathematics competition problem involving the geometric mean of distances from a point to a circle. The specific question is as follows: Let O be the center of a circle with radius 4. Let A be a point…
5
votes
2 answers

A random circle is formed inside a bigger unit circle.

A random circle (with random center and radius) is formed inside a bigger circle, which is a unit circle centered at origin. Given that the smaller circle is totally in the big circle, what is the probability that the small circle contains the…
5
votes
4 answers

Does the unit of measure matter when you are solving for the diameter of a circumference?

I understand that the circumference of an object should be divided by $\pi$ when searching for the diameter. What I don't understand is what unit of measurement should I use, inches, cm, mm? If I want to find the diameter of a $10$ inches circle I…
5
votes
2 answers

How to divide a circle into 9 rings / 1 inner circle with the same area?

The objective is to divide a circle of any size into 10 equal areas where 1 is a smaller inner circle and 9 are rings.
5
votes
2 answers

How can I find the intersections between an arbitrary sine wave and circle?

I'm trying to write a program which finds the intersections between an arbitrary sine wave and an arbitrary sized and placed circle, in Cartesian coordinates, but I'm stuck with the math. Here's a graphical example of the kind of intersections that…
Chaos
  • 151
5
votes
1 answer

How to check two circles are linked or not? (without using topology)

In $\mathbb{R}^6$, three loops $$C_1:=\{(0,x,-x;0,y,-y)\mid x^2+y^2=1\}\\ C_2:=\{(x,0,-x;y,0,-y)\mid x^2+y^2=1\}\\ C_3:=\{(x,-x,0;y,-y,0)\mid x^2+y^2=1\}$$ are embedded. Is there a pair of circles that are linked?
5
votes
4 answers

What is the relationship here?

This is an annoying and probably easy question. How does one solve and approach it?
Hamza
  • 103
5
votes
1 answer

Simple: Angle Between Two Angles of Circle

I want to be able to define a start and an end angle in a circle and then be able to come up with an algorithm that allows me to test if an angle is between the two angles (clockwise from start to end). Note that this has to work if the start point…
4
votes
2 answers

rotating 90 degrees around a circle on a co-ordinate plane

I thought the answer would be square root of 3. It would seem that the x co-ordinate of Q would just be the opposite of the x co-ordinate of P. I'm not sure if the picture is just being deceptive, or if I just don't remember my math from high…
kralco626
  • 269
4
votes
5 answers

Finding the shortest distance between a point and a circle

The question is "Find the shortest distance from the origin of the graph of the circle $x^2-14x+y^2-18y+81=0$ ". I found the circle in the following form: $(x-7)^2+(y-9)^2=7^2$ Then I found the line that connects the origin $(0,0)$ and the center…
OmarKH
  • 51
  • 1
  • 1
  • 4
4
votes
1 answer

How do I find the intersections of 2 circles on earths surface?

I have the circles' center in lat & long, as well as the radius in meters. How do I find the circles intersections? Edit: EXAMPLE: Circle 1: Center on Earth's surface (43.564627,-116.220524) These values are Latitude and Longitude Radius: 15…
4
votes
4 answers

Area's of rectangle and circle

If a string with length of 20 cm was to create a rectangle and circle, would area of these objects be the same?
user9546
4
votes
3 answers

Finding diameter of a circle using two chords and angle between them

Is it enough to find diameter of a circle using two arbitrary crossover chords with known length of each partition and angle between this two chords? If it's possible, how?
1
2
3
35 36