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
65
votes
9 answers

How can I find the points at which two circles intersect?

Given the radius and $x,y$ coordinates of the center point of two circles how can I calculate their points of intersection if they have any?
Joe Elder
  • 659
33
votes
6 answers

Area of intersection between two circles

Suppose you have 2 circles that intersect each other in such a way that each circle passes through the other's center. What is the area between the circle(or common area) i.e. area between the centres of the circles?
user71408
31
votes
10 answers

How to find center of a circle from only an arbitary arc of that circle

How to find the center of a circle with given an arbitrary arc. we only have the arc nothing else. Is there any known equation or way to complete the circle.
22
votes
4 answers

How do I calculate the intersection(s) of a straight line and a circle?

The basic equation for a straight line is $y = mx + b$, where $b$ is the height of the line at $x = 0$ and $m$ is the gradient. The basic equation for a circle is $(x - c)^2 + (y - d)^2 = r^2$, where $r$ is the radius and $c$ and $d$ are the $x$ and…
Cambot
  • 373
14
votes
1 answer

Is there a way to represent the interior of a circle with a curve?

As you already know, the interior of a circle is represented by an inequality. For example, $$x^2+y^2\leq1$$ for the unit circle. Today I was thinking by myself and I wondered if there is a curve that could represent every point inside of a circle.…
hattenn
  • 2,147
14
votes
3 answers

Finding the Center of a circle given two points and a radius (algebraically)

Preface: I'm writing a program in which I need to find the center of a circle, given two points on the circle, and the radius. Therefore, a construction or doing the problem out by hand is not an option, I need to derive an equation for the center…
8
votes
2 answers

Get the size of an area defined by 2 overlapping circles

I have two circles, like this: I know the radii of the circles, and I know the X + Y of the center of both circles. Can I get the size of the area that is black in my picture?
Lolmewn
  • 183
8
votes
4 answers

Calculating the coordinates of a point on a circles circumference from the radius, an origin and the arc between the points

We have a circle with the known radius $r$ and the circumference $2\pi r$, and we know a point $P_1$ somewhere on it's circumference. Now, we want to get the coordinates $[x_{P_2},y_{P_2}]$ of the point $P_2$. We know the arc between $P_1$ and $P_2$…
Big-Blue
  • 142
  • 2
  • 2
  • 9
7
votes
2 answers

What is a point circle, a real circle and an imaginary circle?

The general equation for a circle is $$x^2+y^2+2gx+2fy+c = 0,$$ where $h = -g$ and $k = -f$. The radius is then $r =\sqrt{g^2+f^2-c}$. The book says: If $g^2+f^2-c = 0$, then it's a point circle. If $g^2+f^2-c > 0$, then it's a real circle. If…
Ghost
  • 293
  • 2
  • 3
  • 14
7
votes
1 answer

How to calculate a point on a circle knowing the radius and center point

I have a complicated problem and it involves an understanding of Maths I'm not confident with. Some slight context may help. I'm building a 3D train simulator for children and it will run in the browser using WebGL. I'm trying to create a network…
6
votes
1 answer

What is wrong with this circle's area problem?

My solution and my book's solution don't match. Is something wrong with the my solution? If so, where and why? My book says: The radius r of a circle increases by 50%. In terms of r, what is the area of the circle with the increased…
6
votes
2 answers

Given two intersecting circles finding the coordinates of intersection of common tangent?

Q) A circle $C_{1}$ is drawn having point P on x-axis as its centre and passing through the centre of the circle $C:x^2 +y^2=1$. A common tangent to $C_{1}$ and $C$ touches the circles at Q and R respectively . Then $Q(x,y)$ always satisfies…
Sujith Sizon
  • 1,138
6
votes
2 answers

Length of tangent common to two semicircles which are also tangent to a larger semicircle.

In the diagram,the semicircles centered at ${P}$ and $Q$ are tangent to each other and to the large semicircle ,and their radii are $6$ and $4$ respectively.Line $LM $ is tangent to semicircles $P$ and $Q$ .Find $LM$ Efforts made: I've been able…
Nameless
  • 1,480
6
votes
0 answers

Pinwheel- perimeter of semicircular region

Above, we have a larger circle of $r=16$ with 8 equally spaced semicircles of radius=8. Each semicircle has one end on the larger circle's center and the other on the circumference of the larger circle. Find the perimeter of the shaded region.…
Mathling
  • 173
6
votes
7 answers

area of figure in sector of intersecting circles

I need to find an area of blue part of figure APBC. I draw line segments between B and C, between C and A, and got equilateral triangle. I'm stuck here. Please help. Thanks. |AB| = a, P is midpoint of segment AB
Robi
  • 105
1
2 3
35 36