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

Find the values of b for which the line $y=3x+b$ intersects the circle $x^{2}+y^{2}=4$

I'm not sure how to tackle this question. First thought was to sketch both the line and the circle together, but it doesn't make it much clearer how to find b. Solving for both equations for y and equating them also arrives to the wrong…
Jason
  • 197
1
vote
1 answer

$y^2 = |\cos(\pi*x/2)|$ generates an infinite number of adjacent circles on the line $y = 0$.

http://www.wolframalpha.com/input/?i=y%5E2+%3D+%7Ccos%28pi*x%2F2%29%7C The generation for the infinite string of circles on $y = 0$. Is there a relation that generates an infinite number of square adjacent packed circles on the cartesian plane? How…
1
vote
1 answer

Proving and deriving equation of a circle

Attached below is the past examination question. I'll be presenting my thoughts and queries on it. I initially thought of breaking this entire challenge down into multiple smaller ones. Prove any value of $\lambda$ represents a circle through…
Juxhin
  • 605
1
vote
3 answers

How to the Find the Radius of a Sector

I know how you find out the Area of a Sector and the Arc Length but I'm not sure how to find out the radius of a circle? I understand that there are formulas but I find them quite confusing. Please can you explain the answer to this for me. Thanks.
itshanks
  • 532
1
vote
1 answer

Check if points are sorted in circular order

How do you check if points are sorted in circular order (regardless of clockwise or counter-) (assuming they don't exactly form one whole circle, what matters is the points are sorted in a circular order)?
tjvg1991
  • 356
1
vote
2 answers

Circular measure

Hi everyone, This is a question from a June 1984 cambridge past paper. I'm getting stuck with the part (c) and the 'hence show...' Please someone can help, I'd be very grateful.
1
vote
0 answers

contradicting PI=4 fallacy.

Possible Duplicate: Is value of $\pi = 4$? I know that you can take area out of a square without changing it's perimeter. Now, here's this problem: Draw a circle with dia = 1; Draw a square around with perimeter = 4, side = 1; Remove the corners,…
Anubhav
  • 131
1
vote
0 answers

Circle Geometry

How do you derive the equation of a circle $(x−a)^2+(y−b)^2=r^2$ if a point on the y-axis is chosen as then you cannot form a triangle and as a result not apply Pythagoras' theorem and derive the equation of a circle.
1
vote
2 answers

intersection points of two circles

I am trying to find the points at which two circles intersect. The circles I am working with are: $$(1) \qquad x^2+y^2 = \frac{9}{4}$$ $$(2) \qquad (x-2)^2+y^2=\frac9 4$$ I am following this answer: https://math.stackexchange.com/a/418932/136870. …
user2809114
  • 165
  • 10
1
vote
1 answer

Find the Center of Tangent Circles

One of my math tests has this question. A circle has its center at $(6,7)$ and goes through $(1,4)$. Another circle is tangent at $(1,4)$ and has the same area. What are the possible coordinates of the second circle. Show your work or explain how…
Joe
  • 11
1
vote
1 answer

Circle Chord Length Given other Chord

Imagine you are given circle O with two perpendicular diameters drawn inside, named AC and BD. A chord has one point on point A and is concurrent with diameter AC and the circle. The chord extends to the other side of the circle, passing through…
1
vote
1 answer

Goat on a leash problem

I have a problem with next data: I have a grass meadow with the shape of circle, and its radius is "r" I have a goat on a leash. I need to know length of a leash and how far pale, where leash is attached, have to be from a grass circle (center or…
1
vote
1 answer

Circles- finding radii of smallest and largest circle

If $r_1$ and $r_2$ are the radii of smallest and largest circle which passes through $(5,6)$ and touches the circle $(x-2)^2+y^2=4$. Then $r_1r_2$ = ??
1
vote
3 answers

Equation of a circle using rational fractions

Why does the following equation draw a circle ? $$\left(\frac{t^4-6t^2+1}{t^4+2t^2+1},\frac{4t-4t^3}{t^4+2t^2+1}\right),|t|\le1$$ Does it draw a perfect circle, or an approximation ? On Desmos, it looks like a perfect circle. (Added by edit) If it…
1
vote
2 answers

find center of circle from one point,knowing radius

I have a problem that I have to solve. I need to find center of the circle containing the point $(x,y)$. The point is $x=2,y=3$ with radius $r=3$. I need to find the center of circle. Is there equation for that? I use this…
abed
  • 11