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

Length measurement

I need to find the length of thread that is winded in a bobbin. I tried to find out with the rotation of the shaft. but as the diameter of the bobbin (with thread) increases the length winded is also increasing. Say, on the initial stage the thread…
1
vote
1 answer

Find the coordinates of the centre of a circle which is tangent to a given circle

I am trying to program the situation as show in figure below. I have two circles, with centres at $(x_1,y_1)$ and $(x_2,y_2)$. The line segment connecting $(x_1,y_1)$ and $(x_2,y_2)$ makes an angle $\theta_2$ with the horizontal. I need to find…
1
vote
2 answers

Find the intersection of a vertical line segment in a circle.

My brother needs help coming up with a formula for a problem that I already did but failed to write out the formula for. The problem is: Consider a circle with the point (5,4) and a radius of 3. Determine if a vertical line segment with the points…
WhatIsGoingOn
  • 13
  • 1
  • 3
1
vote
2 answers

Why are both $|z-z_0| = r$ and $|z-z_0|^2=r^2$ equations of a circle?

Why are both $|z-z_0| = r$ and $|z-z_0|^2=r^2$ equations of a circle? Specifically, why would the latter one describe the same circle as the former one?
mavavilj
  • 7,270
1
vote
2 answers

A sector of a circle has the area of 12 cm squared. If the angle at the centre is 60 degrees, calculate the diameter of the circle.

The answer I got was $45.8$cm but it seems wrong. I did $$ A=\pi r^2 $$ $$ 12= \frac{60}{360} \pi r^2 $$ $$ \frac{12}{\pi} \cdot \frac{360}{60}=r=22.9183118 $$ $$ d=45.8 $$
1
vote
1 answer

degrees to radians conversion by multiplying into 360 degrees

I was just going though some fairly simple code and came across the following Math to translate degrees to radians, degrees = customSettingsObj.percent * 360.0; radians = degrees * (Math.PI / 180); Now customSettingsObj.percent can be a…
1
vote
5 answers

find the equation of a circle from 3 points on circumference

The following question is from higher maths 2014 Scotland (a) Find P and Q, the points of intersection of the line ${y = 3x - 5}$ and the circle ${C_1}$ with the equation ${x^2 + y^2 + 2x - 4y -15 =0}$. (b) T is at the centre ${C_1}$. Show PT…
dagda1
  • 825
1
vote
1 answer

Circles are drawn through $P$ touching the coordinate axes,such that the length of the common chord of these circles is maximum.Find the ratio $a:b$

$P(a,b)$ is a point in the first quadrant.Circles are drawn through $P$ touching the coordinate axes,such that the length of the common chord of these circles is maximum.Find the ratio $a:b$. The equation of the circle which touches both the…
Vinod Kumar Punia
  • 5,648
  • 2
  • 41
  • 96
1
vote
1 answer

How do I find the smallest enclosing circle around uniform circles?

Given N amount of uniform circles of radius R, how do I find the radius of the smallest enclosing circle around the uniform circles?
1
vote
3 answers

Is every curved line a part of a circle?

The title says it all.Does every curved line represent a part of a circle?Is there any formal proof for this?
Soham
  • 9,990
1
vote
0 answers

If the length of the smallest and longest chord of the circle $x^2+y^2-4x-2y-20=0$ passing through $(5,1)$ is $s$ and $l$ respectively.

If the length of the smallest and longest chord of the circle $x^2+y^2-4x-2y-20=0$ passing through $(5,1)$ is $s$ and $l$ respectively,then find the value of $s+l$. This is a circle whose center is $(2,1)$ and the radius is $5$.I know that longest…
diya
  • 3,589
1
vote
1 answer

equation of a circle in the middle of two outer touching circles

I am asked: Three circles touch externally as shown in the diagram (The diagram shows a large circle sandwiched in between 2 smaller circles. The centres are colinear and the equations of the two smaller circles are: ${x^2 + y^2 + 20 x -16y -…
dagda1
  • 825
1
vote
2 answers

Radius of a circle.

A hexagon is inscribed in a circle of radius $r$. Find $r$ if two sides of the hexagon are $7$ units long,while the other four sides are $20$ units long. Efforts made: I've tried to construct right triangles but i couldn't get anything usefull so…
Nameless
  • 1,480
1
vote
1 answer

Circle Geometry Assistance

Two circles $C_1$ and $C_2$ meet at the points $P$ and $Q$. A circle $C_3$, with centre at point $P$, meets $C_1$ and $C_2$ at points $A$, $B$, $C$ and $D$ respectively. Prove that $\angle AQD= \angle BQC$.
1
vote
2 answers

circle tangential to inside of two intersecting circles

I need a way to find the center of a circle of a fixed size nestled tangentially on the inside intersection of two other circles of fixed size and distance, as well as its points of intersection. In the image, I have the radii of all 3 circles, as…
Gary
  • 13