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
0
votes
3 answers

How to find a circle given a segment?

In this page, we get mathematical formulas for calculating the area of a circle segment under a few different conditions, if you already know the radius of the circle. My question is, how do you do the inverse? If I have a dome-shaped segment that I…
0
votes
1 answer

Equation of objects surrounding me

In the equation of a circle the point $x$, $y$ lie on the circle because they satisfy the equation: $$x^2 + y^2 = r^2$$ Question: Similarly, is it possible to write equation for 3-dimensional objects that are lying in my surrounding? These points…
0
votes
4 answers

How could I see what kind of circle is $x^2 + y^2 - 3y = 0$

In finding Cartesian coordinates to $r = 3\sin t$, I found $$\frac{y^2}{x^2 + y^2} = \frac{x^2 + y^2}{9}.$$ After graphing it with a computer, I see it's a circle. I then managed to rewrite the equation to $x^2 + y^2 - 3y = 0$, but with my level…
0
votes
1 answer

How many different equations of a circle are there?

$$\frac{1+x^2-y^2}{(1+x^2-y^2)^2+4x^2y^2}=cst$$ reduces to the equation of a circle: $x^2+y^2=2$ How many other equations reduce to circles?
User3910
  • 2,390
0
votes
1 answer

Finding specific plots in a circle

New to the site, but I've run into a math problem, and I thought I'd ask the amazing internet for help. The problem is as follows: I want to find 8 plots in a 100x100 circle 2D plane, all 8 plots must have an equal distance between each other.…
0
votes
1 answer

Calculate radius with part chord

I'm trying to calculate the radius for the following problem based on the intersection of the blue and red lines (length and angle) I tried simple trigonometry to calculate half the length of the chord = 150mm But not sure how to calculate the…
Carlos
  • 103
0
votes
3 answers

How to calculate the intersection of 2 circles?

I am working on making inverse kinematics for a game I am making so I decided that the best way to start would be to do it in 2D. After asking some people how to do it, they said you need to calculate the intersection of 2 circles. How would I go…
tukars
  • 21
0
votes
3 answers

Parametric equation of tangent question involving a circle

Given a circle centered at the origin with radius $5$, find the parametric equation of the tangent line to the circle at the point $(3, −4)$. The final equation is supposed to be like this: $$(3,-4) + t(x,y).$$ The problem is that I don't know what…
0
votes
2 answers

How to find point $G$ in this configuration?

Circle $A$ and circle $B$ intersect at $C$ and $D$. Given that $A = (x_1, 0)$, $B = (x_2, 0)$, and the radii of circle $A$ and circle $B$ are $r_1$ and $r_2$, respectively, then how to find $CG$?
0
votes
1 answer

Centre of Arc given 3 point, 1 on radius

Please refer to the attached image. Is there a formula to calculate the coordinates of the centre of an arc Given A,B,C with C on the radius Graphically: D mid point A-B. E=Centre of Arc A-B = Intersection Line through D perpendicular to line AB and…
0
votes
1 answer

Circle equations that include tangent line

It's a system like this $$\begin{cases} x^2+y^2=25\\ y=x-2\end{cases}$$ and then says "solve it" I have no idea what to do please help me.
0
votes
1 answer

Two circles with fixed edge points, such that they intersect each other on the line formed by their origins?

Given points A, B and C, Where A and C are points on circles j (with center E) and k (with center D) respectively, and the center of circle k lies on line AB, and the center of circle j lies on line CB, how can I find an equation defining center…
user45681
  • 101
0
votes
1 answer

Prove that a family of circles pass through two fixed points

$C_m$ is a family of circles ($m\in \mathbb{R}$): $C_{m}: x^2+y^2-2mx+(m+2)y-3m-4=0$ Determine the set of centers $(D)$ when $m$ changes in $\mathbb{R}$ Prove that all circles in $C_m$ pass through two fixed points $A$ and $B$, and prove that…
0
votes
1 answer

Point on the circle by length

I need to get point on the circle by specified length. For example, there is a circle with radius=1.5 and circumference=9.42. And if I set length=4.71 (half of the circumference), then I should get point on the 180 degrees. I think I need to…
0
votes
4 answers

determine centre point of circle with 3 known factors

i'm trying to determine the centrepoint of a circle which passes through two known points (x,y). also, the radius of the circle that passes through those two points is known. with these given factors, how would i be able to calculate the center…
FrankK
  • 109