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

Circle equation

Definition of problem: Write the circle equation which touches the coordinate axis and cross the point $M(2,1).$ I'm confused because I'm used to solve problems with given center but in this problem I cant figure out the formula. The other…
0
votes
1 answer

How to find out circumference of circle with given centres and radius is completely covered by other intersecting circles with same radius

I want to find whether the circumference of a circle with given centre and radius is completed covered by two or more circles with given centre and same radius in matlab
0
votes
1 answer

How to bound the great-circle distance of two points on a sphere, only given their euclidean distance?

Suppose I have a great-circle of a sphere in $\mathbb{R}^n$, the chord length (the euclidean distance of any two points) is $L$, how can we upper bound the arc length $C$ (for any radius)? I read somewhere $C\le \frac{\pi L}{2}$, is it correct? If…
0
votes
1 answer

Simple Angle from X and Y Axes Input

I am trying, given the position along the $X$ and $Y$ axes from a controller, where the positions range from $-1$ to $1$ ($1$ being up on the Y and right on the X) to convert this to the direction of travel in degrees on a compass. e.g. X=1 and Y=-1…
0
votes
1 answer

Calculating the length of an arc

I am working on some simulation software, in which I have an entity that is spiralling around a particular point. As the entity starts spiralling around the point, and the radius of the spiral continues to grow, I want to display the number of…
0
votes
0 answers

Convex hull of two circles

I have a small problem I've been trying to resolve for the last hours but with not succes. I have two circles in R^2, for each one I know it's center and radius = 1. I have a point somewhere in R^2. How can I figure out if that point is in the…
0
votes
1 answer

find arclength given angle of circle in degrees and radius oif circle

I'm having a lot of difficulty with getting this to make sense and the answer in the book is just '8.4 in' Q " You want to make an 80 degree angle by marking an arc oin the perimeter of a 12-in. diameter disk and drawing lines from the ends of the…
Adam
  • 79
0
votes
1 answer

Simple circle question

let AB be diameter of circle and AC be the chord. Let a tangent is drawn from C to meet AB produced at D.If BAC=30,Prove that BC= BD SOLUTION ACB= 90 ABC=60 CBD=120 After that I am confused
rst
  • 2,031
0
votes
1 answer

Distance between center of side of regular polygon inscribed in a circle, and the perimeter of that circle?

Point A : The center of a side of a polygon inscribed in a circle Point B : The point on the perimeter of that circle that is opposite Point A I want to calculate the distance between Point A & Point B I know the number of sides the polygon has and…
-1
votes
1 answer

find the area of value of b in the equilateral

A circle meets the sides of an equilateral triangle ABC at six points D, E, F ,G, H , I in the figure . If AE= 4 ED = 26 , FG = 14 , and the circle with diameter HI has area πb, find b. sorry i don't how draw a picture and how to use mathematics…
-1
votes
1 answer

Radius of a circle

I'm having trouble with a question where I'm given two points, (-5,-2) & (1,0). Find the equation of the circle. I've used the midpoint formula to get the center which is (x+2) & (y+1) If I'm correct. I used the distance formula to get the full…
Jack
  • 19
-1
votes
2 answers

Find the two lines from a given slope that are tangent to a given circle

Guys please teach me how to solve this one. I want to learn. The question is find an equation of each of the two lines having slope -4/3 that are tangent to the circle x^2 + y^2 + 2x -8y - 8 = 0.
Z'K
  • 127
-1
votes
1 answer

Finding all points around a circumference of a circle

I'm trying to write a program that lets the user put in the center point of a circle and its radius, and the put in two points to form a rectangle. Then I'm wanting it to print out whether the if the circle is touching/inside the rectangle in any…
-1
votes
1 answer

How to put this in graphing or grid paper and solve

On a chean sheet of grid paper, paste some small pictures of objects such that they are positioned at different coordinates. Then, draw circles that contain them pictures. Using the pictures and the circles driven on the grid formulate and solve…
-1
votes
3 answers

If $\overline{OQ}\times\overline{OP}=r^2 $ then $\angle OAP=\frac{\pi}{2}$

I would appreciate if somebody could help me with the following problem Q: if $\overline{OQ}\times\overline{OP}=r^2 $ then $\angle OAP=\frac{\pi}{2}$ ($r$: radius of $C$, $C$: circle, $O$: center $C$)
Young
  • 5,492