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
1
vote
2 answers

Is circle formula same in different XY system?

I want to check an element if it's in a circle in my browser. I know the circle formula from my high school: But I'm not sure if it's same in browser XY system too. Because browsers zero coordinate is on left top of the page and from there to…
Mohsen
  • 227
1
vote
3 answers

Equation of a circle with radius and contains 2 points

Find the equation of the circle with radius $5$ and contains the points $A(-8,0)$ and $B(-4,-2)$ Hint: Equate radii. Thats the question from my midterms exam, can anyone help me finding this one, its a little tricky for me. Thanks, hope anyone can…
1
vote
1 answer

Find if point lies into given sector of circle

I am looking for a good method to find out if a specified point lies within a specified circle. The situation looks as follows: Where the line at r has a given heading (60°). I now want to find out, if point E and F lie within this half of the…
Florian Müller
  • 127
  • 1
  • 7
1
vote
1 answer

Check degrees within circle range

What would be the most performing way to check whether a number of degrees (e.g. $10^\circ$) is within a range of degrees $\pm 30^\circ$ outgoing from $355^\circ$? For a better understanding of my (novice) question, here's an image I just painted. a…
Florian Müller
  • 127
  • 1
  • 7
1
vote
3 answers

Find the radius and centre of the circle $x^2 -6x +y^2 -2y -6=0$

Find the radius and centre of the circle $x^2 -6x +y^2 -2y -6=0$ Can someone please help me with this question? I'm quite lost with what I have to do.
1
vote
2 answers

Find the equation of a circle.

If a circle which center is on the straight line $x-2y+3=0$ cuts both the x-axis and the y-axis, what is the equation of the circle? ANSWER: $x^2+y^2-6x-6y+9=0$ This is rather a straightforward question but I don't know how to start...some hints…
Sophia
  • 429
1
vote
1 answer

Intersection points of two circles.

I understand that this is a common question and typically I can solve them, but this one keeps messing me up: Find the points of intersection (A and B) on the circles $x^2+y^2+4x-10y+20=0$ and $x^2+y^2-4x-2y+12=0$; find the equation of the line…
John M
  • 11
1
vote
2 answers

If two circles pass through $A(1, 0), B(2, -1)$ and the $y$ axis is a common tangent then the possible radii of the circles are

Here is what I have tried so far. Slope of $AB = \dfrac{0 + 1}{1 - 2}$ = $-1$ Equation of $AB$ is $x + y - 1 = 0$ ..... $(v = 0)$ The equation of a circle with $AB$ as a diameter is $(x - 2)(x - 1) + y(y + 1) = 0$ ..... $(u = 0)$ Required circles…
1
vote
0 answers

How to calculate a full circle from chord length and offset height

Could anyone calculate the following problem and explain how I could solve it in the future. I need to set out a curve based on 3 points I have measured. I need to work back to the centre so I can set out from a radius. I have attached a photograph.…
1
vote
1 answer

Intersection point of 2 circles

I don't understand why equating the equations of two circles doesn't give their intersection point. Instead, it seems to give the line passing through the intersection points, and you have to again use this equation within the equation of one of the…
Joebevo
  • 1,439
1
vote
1 answer

Circle formula given two points and a manipulable radius

I need to find the formula for a specific circle. I know two points that is on the circle: (1,2) and (10,16) I need to be able to manipulate the radius, so that I can find the formula that I am looking for. i.e: I will put this formula in excel, and…
Mootieman
  • 113
1
vote
1 answer

substituting a point inside the circle in the equation $xx_1 + yy_1 + g(x+x_1) + f(y+y_1) + c=0$

I have learned that when I substitute a point outside the circle to the equation $xx_1 + yy_1 + g(x+x_1) + f(y+y_1) + c=0$ gives the equation of chord of contact and when I substitute a point on the circle, I get the equation of the tangent at that…
1
vote
0 answers

Finding the largest aggregation of points in a circle with a radius r.

I have multiple points on a map each with their own latitude and longitude. Each point has a value associated to it. Given a radius $r$, I want to find the centre of the circle with radius r that encompasses the largest aggregation of point values…
1
vote
3 answers

Arc length and chord only.

Hello everyone hope you are all well. Is it possible to find the radius of a circle if the only information you have is arc length and its associated chord? Thank you all for your time.
Steven
  • 59
1
vote
0 answers

Find a circle when given three or more points

Find a circle when given three or more points given: $(x_1, y_1), (x_2, y_2), (x_3, y_3), \ldots ,(x_n, y_n)$ Find center of circle coordinate $(x_0, y_0)$ I can find circle using three points. But given more points, I can't find circle method. Can…