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
4 answers

2 circles go through points $(1,3)$ and $(2,4)$ tangent to $y$ axis

Find radii of both circles. Center for circle 1 is $(a_1,b_1)$. Tangent at $y$ axis at $(0,k)$. Radius of circle 1 is $r_1^2 = a_1^2 + (b_1-k)^2$. Center for circle 2 is $(a_2,b_2)$. Tangent at $y$ axis at $(0,h)$. Radius of circle 2 is $r_2^2 =…
Dini
  • 1,391
1
vote
1 answer

How to handle the edge case of determining if we are moving clockwise at 0/360?

I am programming a dial in an application that can spin around continuously. The user can grab the dial and turn it, and increase/decrease a value. The problem is I am having trouble with the edge case of when the dial angle goes from 360 to 0 and…
Dtb49
  • 113
1
vote
3 answers

Why's the base of the small arc length $r⋅dθ$?

As in this post, I'm trying to understand why area of a sector of a circle $= \dfrac{\theta r^2}{2} $ WITHOUT relying on $\dfrac{\theta }{2\pi} \pi {r}^{2}$ or $\dfrac{\theta }{2\pi} 2 \pi {r}$ or integrals. To picture the emboldened phrase in…
user53259
1
vote
1 answer

Radius of a circle containing circles.

If, inside a big circle, exactly $n (n ≥ 3)$ small circles, each of radius $r$, can be drawn in such a way that each small circle touches the big circle and also touches both its adjacent circles (as shown in the picture), then the radius of the big…
Tapi
  • 1,688
1
vote
1 answer

Inscribed circle and angles of ABC

The inscribed circle in $\triangle ABC$ touches $AB, BC, A$C respectively at $M, N, P$. How can I calculate the angles of $\triangle ABC$ if $\angle PNM:\angle PMN : \angle MPN = \angle BAC : \angle ACB : \angle ABC$. Please only provide me with a…
Math Student
  • 2,656
1
vote
1 answer

Calculating point on circle given angle and distance traveled without calculating radius

I want to calculate the X,Y coordinates of a point on a circle given only the distance and angle traveled, without calculating the radius as an intermediate step. My starting point (0,0) is at the top of the circle. I know how far I have traveled…
Peeling
  • 111
1
vote
1 answer

How much displacement of x and y to satisfy a given value

Consider two circles $C_1((x,y),r)$ and $C_2((x_1,y_1),R)$ the two circles insects when the distance $d=\sqrt{(x-x_1)^2+(y-y_1)^2}$ between the two circles is less than $d < r+R$ I want to know how much I should move $C_1$ by $(d_x ,d_y)$ away/…
Monah
  • 123
1
vote
1 answer

Equation of circle with minimum radius that can be drawn through the points $A$ and $B.$

The line $y=mx+c$ cuts the given circle $x^2+y^2=a^2$ at two distinct points $A$ and $B.$ Equation of circle having minimum radius that can be drawn through the points $A$ and $B.$ I have approached the problem this way: Considering it intersects at…
joshi
  • 11
1
vote
1 answer

Perimeter of a shaded part in a circle

https://cdn.discordapp.com/attachments/334723040099434498/536393147538997250/Screenshot_20190120-055431.jpg This is a question that i want to know will the solution of it be 8 pi or 8 pi + 12 , will the 2 sides of the triangle be counted in the…
1
vote
4 answers

Two tangent circles are inscribed in a semicircle, one touching the diameter's midpoint; find the radius of the smaller circle

I am unable to upload the image of my trials. I assumed the radius of small circle is $x,$ horizontal distance between the centers of two circles is $y.$ I have joined the centers of the two circles and the length is $(5+x).$ I have drawn a…
Ashwini
  • 21
  • 1
  • 4
1
vote
1 answer

how to calculate point coordinates on a circle and direction in degrees

In the image below, how can I calculate new point coordinate and direction which are marked in red text. The distance=$1$, radius=$2$ and angle=$30$ degrees. I tried to use the formula $r\sin\theta$ and $r\cos\theta$ but the answer does not match.…
K.Malu
  • 11
1
vote
1 answer

What is a name for a circle that has half of itself in one plane and half in another?

What is a name for a circle that has half of itself in one plane and half in another?
1
vote
2 answers

Given the equation of a circle and a point on a tangent to the circle, determine the point of contact of the tangent to the circle

I was looking through my old high school mathematics textbook and stumbled across a question with the diagram below. The radius of the circle is root 14 and BC is a tangent to the circle at point C. The question was determining the length of BC…
Herb
  • 329
1
vote
1 answer

Path of a Circle rolling on a Sinewave

I'm struggling to find the math that describes the path that a center of a circle rolling along a sinewave produces. This is a mechanical cam problem. And hint, the answer is NOT a sinewave.
1
vote
1 answer

Circle fitting validation

I tried to find out circle center for noisy data. For computation sake I implemented this algorithm https://dtcenter.org/met/users/docs/write_ups/circle_fit.pdf It works fine but sometimes data is more similar to the line rather than circle. I need…
Gleb
  • 11