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
2
votes
1 answer

Equation of circle - from chord

Question: If one of the diameters of the circle $x^2 + y^2-2x-6y+6 = 0$ is a chord to the circle with center (2, 1), then the radius of the circle is: $\sqrt3,\sqrt2,3,2$ I have no clue as to where to begin this question. I tried drawing a diagram,…
Gummy bears
  • 3,408
2
votes
1 answer

Diameter of inscribed circle

How can i express diameter of inscribed circle in terms of radius of three circles.
2
votes
2 answers

If $ax + by = c$ is tangent to the circle $x^2 + y^2 = 16$

Problem: If $ax + by = c$ is tangent to the circle $x^2 + y^2 = 16$ then which of the following is correct option (A) $16 ( a^2 + b^2) = c ^2 $ (B) $16 ( a^2 - b^2) = c ^2 $ (C) $16 ( a^2 +b^2) = - c^2 $ (D) $16 ( a^2 - b^2) = - c^2$ Solution: As…
rst
  • 2,031
2
votes
3 answers

Equation with k describing a circle

My equation is the following, and I would like to find which $k$ can make it a circle. $$x^2+y^2+4x-6y+k=0$$ My naive approach is to have $k$ to be $-4x+6y+c$ where c is any number, so that I can have any circle that is in 0. However k is a…
2
votes
2 answers

Determine the closest point along a circle's $(x_1, y_1)$ radius from any point $(x_2, y_2)$, inside or outside the radius of the circle.

I have a circle centered at point $(x_1, y_1)$ and another point at $(x_2, y_2)$. This point, $(x_2, y_2)$ may or may not be within the radius ($r$) of the circle. I wanted to create a line going from the center of the circle $(x_1, y_1)$ to the…
2
votes
1 answer

Finding the points of a circle by using one set of coordinates and an angle

I know the image below isn't to scale and that the angle isn't quite at the centre point but can we just imagine it is picture perfect.... I know the coordiantes and point (x,y) lets say they are (1,1) for simplicity, I also know the angle at…
2
votes
1 answer

Angle of an arc in a circle

A mathematics book on circle states one of the properties of circle as follows : "angle formed by two chords intersecting in a circle is equal in degrees to one-half the sum of its intercepted arcs." What does that mean? How is it derived?
Avery
  • 127
2
votes
3 answers

Finding the center of a circle

Let us suppose there are two straight lines having equation x=5 and y=7 and a circle is drawn such that these two straight lines are tangents to the circle. Now we are required to find the center of the circle. How to find it? I mean aren't there…
Avery
  • 127
2
votes
2 answers

Length of chord in circle

In Figure 3, arc CD is a semicircle. AB is perpendicular to CD, BC = 3, BD = 4. Then the length of AB = a) 3.25 b) 4.56 c) 3.46 d) 7.00
2
votes
1 answer

maximum number of smaller circle possible from a big circle

a big circle has radius 5 cm is cut down into smaller circles of radius 1 cm .How many maximum number of smaller circle possible? How it is calculated?
anil
  • 23
  • 2
2
votes
3 answers

Number of Squares in a circle

I a math question, that I hope someone can help me with. I have 342 Squares sized at 11 x 11 cm and need to calculate how to pack them in a circle and find out how large the circle must be to pack them all in and my math skills are coming to a…
Marker
  • 21
2
votes
1 answer

How to identify if points are on the left or right side of a circle

Suppose I have a series of points that are on a 2D plane, and I know they can be fitted to some part of the circumference of a circle. How can I determine that the points lie on the left or right side of the circle, if they circle were to be split…
Chris Poole
  • 121
  • 3
2
votes
2 answers

Two tangent circles, find missing radius

This is actually a CAD design I'm working on. Points $A$, $B$, and $C$ are fixed. Need $R_2$ when circles are externally tangent.
2
votes
2 answers

How do I find area under a circle between specific x values

Im sorry if this is a dumb question because I'm not very familiar with calculus. I need to find the area under the circle $x^2+y^2=9$ between x = $√5$ and $-√(5)$ I cant find a way to do this even with u-substitution
rviz
  • 61
2
votes
2 answers

Find all values of a so that the circle $x^2 - ax + y^2 + 2y = a$ has the radius 2

My goal is to find all values of "a" so that the circle $x^2 - ax + y^2 + 2y = a$ has the radius 2 The correct answer is: $a = -6$ and $a = 2$ I tried solving it by doing this: $x^2 - ax + y^2 +2y=a$ $x^2 - ax + (y+1)^2-1=a$ $(x - \frac a2)^2 -…
Ridertvis
  • 381