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

Finding intersecting points of a circle inside a triangle

If I have a triangle, and I wanted to place a circle with a given diameter that fits snuggly inside any one of the three angles, how can I find the x, y points of where the triangle and circle meet?
4
votes
2 answers

Equation of sine

Consider a sine wave having $4$ cycles wrapped around a circle of radius 1 unit. $$ y = \sin(4x) $$ To find the equation of the sine wave with circle acting, one approach is to consider the sine wave along a rotated line. But it doesn't suffice for…
RAM
  • 225
4
votes
1 answer

What is the most efficient way to find the center of a drawn circle?

Let us assume that there is a circle drawn on a paper and I want to determine its center. I could do that in multiple ways like: Drawing 2 chords and intersect their perpendicular bisectors. Form an inscribed right angled triangle and get the…
4
votes
3 answers

The equation of a family of circles passing through two given points

We have to write the equation of a family of circles passing through two given points $(x_1,y_1)$ & $(x_2, y_2)$ From these points , I only know one circle that is $$(x_1-x)(x_2-x)+(y-y_1)(y-y_2)=0$$ But now how Can I write other equations .
Koolman
  • 2,898
4
votes
1 answer

Find the equation of the circle whose diameter is a chord.

$Y=mx$ is a chord of circle of radius $a$ through the origin whose diameter is along the $x$-axis. Find the equation of the circle whose diameter is the chord. We also need to find the locus of its centre. I got a relation $h=m^2…
4
votes
2 answers

If the circle $x^2+y^2+2ax+c=0$ lies completely inside the circle$ x^2+y^2+2 bx+c=0$, prove that$ ab>0,c>0$.

I tried using the inequality, distance between centres is less than difference of the radiuses, but did not get any satisfactory result.Please help.
4
votes
3 answers

find equation of the middle circle

The diagram below is of 3 circles have 3 centres A, B and C and they are collinear. The equations of the circumferences of the outer circles are ${(x + 12)^2 + (y + 15)^2 = 25}$ and ${(x - 24)^2 + (y - 12)^2 = 100}$ The question is to find the…
dagda1
  • 825
4
votes
3 answers

Parametric equation of an arc with given radius and two points

so I need the parametric equation of the arc. So, arc is a sector of a circle. Parametric circle equation is: $$ c \equiv f(t) = (\cos(t), \sin(t)),\quad 0\le t < 2\pi $$ So, we just need to find proper domain of the function, actually $t_1$ and…
gremlin
  • 63
4
votes
3 answers

Circle and Line segment intersection

I have a line segment (begin $(x_1,y_1)$, end $(x_2,y_2)$, with $D=5$, let’s say) and a circle (radius $R$, center $(x_3,y_3)$) How can I check that if my line segment intersects my circle? picture…
lacroix
  • 41
3
votes
1 answer

No four points with pairwise distance 1 can be contained inside a halfdisk of radius 1.

An open disk $D$ of radius $1$ in the Euclidean plane is the set of points with distance less than $1$ to the center of the disk. An open half disk $H$ of radius $1$ is obtained by "cutting" $D$ into two equal sized parts and taking one of them.…
John P
  • 43
3
votes
2 answers

Circles - tangent from common point

Given the equation of a circle and the points of contact of two tangents, is it possible to find their point of intersection? The obvious method is to find the equation of the two tangents, using the fact that they are perpendicular to the radius…
Gummy bears
  • 3,408
3
votes
4 answers

A problem on circle

Consider a circle $C$, such that $\overline{AB}$ is a chord. $P$ be a moving point on the circumference of the circle. (i) How to find the point $P$ such that $\overline{PA}\cdot \overline{PB}$ is maximum? (ii) How to find the point $P$ such that…
Rudstar
  • 1,173
3
votes
1 answer

Circle touching three circles

For some tasks to prove I need to know if there always exists a circle which is tangent to three given circles but contains none of the three given circles. It is ensured to have middle radius smaller than left and right radius. I know there is a…
3
votes
1 answer

Prove that $PT$ bisects $\angle{ATB}$ with two touching circles.

I'm having some trouble figuring out this apparently easy question: Two circles touch internally at $T$. $TP$ is a chord of the smaller circle and the tangent at $P$ cuts the larger circle at $A$ and $B$ respectively. Prove that $PT$ bisects…
3
votes
2 answers

How would I cut one washer into two equal-area washers?

I'm trying to mill an asymmetric graphite crucible in the shape of a hollow cone (imagine an ice cream cone with the end bitten off). I require identical "horizontal resistance" at the wide top, as well as the narrow bottom (and throughout) - hence…
cnd
  • 133
1 2
3
35 36