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

Determine coordinate of intersection between a line and a circle

I'm putting together a simple script in processing to visualise layout possibilities within the fluid environment of a web page. I need some help calculating a point on a circle: The circle is as big as it can be, limited by the width or the visible…
2
votes
3 answers

Range of $k$ in $x^2+y^2-6x-10y+k=0$

The circle $x^2+y^2-6x-10y+k=0$ does not touch or intersect the x-axis and the point $(1,4)$ lies inside the circle, then find the range of $k$ $$ C(3,5)\;\&\;r=\sqrt{34-k} $$ Attempt…
Sooraj S
  • 7,573
2
votes
1 answer

The circle $x^2 +y ^2 +2b_1x+c=0$ lies completely inside $x^2 +y ^2 +2b_2x+c=0$ then sign of $c$ and $b_1b_2$ is

The circle $x^2 +y ^2 +2b_1x+c=0$ lies completely inside $x^2 +y ^2 +2b_2x+c=0$ then is $(a) b_1b_2 > 0 $ $(b) b_1b_2 < 0$ $(c) c>0$ $(d)c<0$ Now I really couldn't find out how to solve this. Eg when I thought about $b_1$ or $b_2$, I imagined that…
2
votes
2 answers

A circle has radius sqrt(10)/2 and pass through A(1,1).A line y = 3x - 7 pass through the centre of the circle.Find the equation of the circle?

Here is my attempt h = 3k -7 ----(1) (h-1)^2 + (k -1)^2 = 10/4 (h-1)^2 + (3h - 8)^2 = 10/4 This second one doesn't working.Is my approch wrong? P.S: Sorry for the typo.Also I assumed the center is C(h,k)
Ghost
  • 293
  • 2
  • 3
  • 14
2
votes
1 answer

Calculating the break-even point between traveling around the inner / outer circle

Most days when I go to work, I ride a matatu (this is a Kenyan word. I am not in Kenya but the concept is the same). When I get off the matatu, I need to walk around the circle to get to the street that my office is on. And on occasion while I am…
2
votes
1 answer

Angle bisectors and circumscribed circle

AL and BM are bisectors in $\triangle ABC$. The second common point of the circles described (circumscribed) around $\triangle ACL$ and $\triangle BCM$ lies on the side AB. Find $\angle ACB$. I am not sure about the word "described" in the problem…
Math Student
  • 2,656
2
votes
2 answers

To find tangents to given circle from a point outside it

Find the combined equation of two tangents drawn from $P(x_1,y_1)$ to the circle $x^2+y^2 = a^2$. Point $P$ lies outside the circle.
2
votes
2 answers

Uniform - circle

Calculate the probability that $$P(X\le 25,Y\le25)$$ I am unsure how to get started on this question. Any help will be greatly appreciated.
2
votes
0 answers

Confusion in equation of pairs of tangents drawn to a circle

I have learnt that the equation of a tangent drawn ‘at’ a point $(x_1,y_1)$ to a circle $x^2 + y^2=a^2$ is $T=0$ that is $xx_1 + yy_1 - a^2=0$ where $T$ is obtained by replacing $x^2$ by $xx_1$ and $y^2$ by $yy_1$. Here we note that $x_1$ and $y_1$…
Aditi
  • 1,349
2
votes
2 answers

how can I determine if 3 points can make a circle or form a circle?

given three points, how can I determine if they lie on the same circle? I just want to determine if they can form a circle or not. for example, do P(2,1), Q(0,5) and R(-1,3) lie on the same circle?? thx all!
RedOne
  • 23
  • 4
2
votes
3 answers

Solutions of the equation of circle

I was looking for the integral solutions of equation of circle. For a given integral radius, All (x,y) such that both are positive integers. I realised that it can't have more than 3 solutions (0,r),(r,0) and one Pythagorean triplet. In fact I think…
2
votes
1 answer

Getting a Circular Crown's area and perimeter

Okay, this is really bugging me: My Math book has this practice where I need to get the area and perimeter of the next Circular Crown: $R = 3$cm , $r = 1.75$cm. Well, I do it. But my results are simply different than the ones the book tells me (on…
Saturn
  • 7,191
2
votes
1 answer

A query on circles

If a circle touches a point (like any point on the co-ordinate axes), does it mean that the point will satisfy the equation of the circle? Also, if the equation of the line on which the centre of the circle is given, then should the perpendicular…
2
votes
1 answer

Circle and Golden Ratio

Given the halfcircle equation of the unit circle $$y = \sqrt{1 - x^2}$$ and its derivative $$y' = \frac{-x}{\sqrt{1-x^2}} $$ why does $y' = y$ yield a solution that contains the golden ratio. Is this random or is there a simple relation here which…
2
votes
0 answers

3 "non-collinear" points create a unique circle using taxicab geometry?

I know that in standard two-dimensional Euclidean space three non-collinear points have a unique circle that touches all three points. I saw that @dan uznanski gave a determinant form for finding the equation of of the circle using minor…