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

Coordinate of point $M(x,y)$ on the circle

Let a point $M$ moving on the circle $(x-4)^2+(y-8)^2=20$ . If the point seperated out from the circle along tangent and intersect $x$ axis at point $(-2,0)$ . Then the point on the circle at where point $M$ seperated out from the circle is Try:…
DXT
  • 11,241
1
vote
0 answers

Finding tangent points of circle inside a triangle

Hi, This is really a part 2 of a previous questions of finding intersecting points of a circle and triangle. I'd like to run my approach by you all to see if I'm thinking correctly. Maybe there's a faster way but here's how I see it. Given the…
1
vote
1 answer

prove that radius is a root of $(3-2\sqrt{2})t^2-2\sqrt{2}t+2=0$

a circle is described to pass through the origin and to touch the lines $x=1,x+y=2$ then prove that the radius of the circle is a root of $(3-2\sqrt{2})t^2-2\sqrt{2}t+2=0$ solution i try length of perpendicular from $(1-r,2r-1)$ is $\displaystyle…
jacky
  • 5,194
1
vote
3 answers

Find the centre of a circle given the equation of a tangent to the circle and the x coordinate of the centre

The line with equation $2x+y-5=0$ is a tangent to the circle with equation $(x-3)^2 + (y-p)^2=5$ Find the two possible values of $p$.
L 111
  • 31
1
vote
2 answers

Intersection of three circles each with the same unknown radius

I'm kind of struggling with this one; You are given points $A(100, 42)$, $B(33,74)$ and $C(-26,6)$. Point $D$ has unknown coordinates but the distance from $D$ to $A$ is the same as that from $D$ to $B$ and that from $D$ to $C$. Determine the…
1
vote
1 answer

Finding the centre of a series of different radius concentric circles knowing some points on their circumference but not their radii

I have a large set of data recorded by a logging system which rotates at a fixed but unknown speed around an unknown location. The sensor has a very narrow field of view and each time the sensor "sees" an object the object records it's location in…
1
vote
1 answer

Calculate X & Y axis values with taking into account angle

I am currently using javascript to render out some circles to a canvas based off x & y coordinates. I came across a need for a maths equation to calculate some x & y coordinates based off of the angle of one of the circles. Basically I have circle A…
1
vote
1 answer

how do I draw $x^{2n-1}+y^{2n-1}=r^{2n-1}$?

How do I draw $x^{2n-1}+y^{2n-1}=r^{2n-1}$? Drawing the $x^{2n}+y^{2n}=r^{2n}$ is possible by proving that each side is a straight line. but I thought that it would be slightly different because $2n-1$ is an odd number.
RINY
  • 13
1
vote
0 answers

Representation of the combination of 2 circles?

I'm creating an iOS app which uses sensor and camera data, combined with GPS data, to determine a specific location for a user. I receive a new GPS location, along with a radius of accuracy, every 10 seconds or so. And I'm able to track how far the…
Andrew
  • 111
1
vote
3 answers

Linear equation with circle

What is the equation of a line that is tangent to the circle with center at the origin and a radius of 1 and passes through the point through the point (0,2)? I tried it for quite a while but still can't find a straightforward method of doing this…
1
vote
0 answers

Circles and area of a rectangle

A circle touches two adjacent sides of a rectangle AB and AD at points P and Q respectively.Third vertex C of the rectangle lies on the circle. The length of perpendicular from vertex C to the chord PQ is 5. Find the area of rectangle.
1
vote
2 answers

Solve for x in the given fig.

Find the radius of smaller circle if radius of bigger circle is 14 cm i tried this for solving
1
vote
2 answers

closest point on arc

I have an arc of a circle, and I have some other point in space (this might lie on the arc or it might not). I am looking for a formula that will compute the closest point on the arc to the other point. I also need to be able to get the distance…
SupaGu
  • 129
  • 3
1
vote
2 answers

How to calculate arc length

I forgot my secondary school maths, so I need to ask to confirm. Arc Length = Radius*(Angle In Radian) Is it correct?
jondinham
  • 113
1
vote
1 answer

How to prove that the following trace is a circle

$$\Gamma = { B\over e^{j\theta} -A}$$ Both $A$ and $B$ are complex numbers. The tedious way of course is to expand $A$, $B$ and $e^{j\theta}$, formulate the function into the form of $\Gamma = x + jy$, then prove $x^2 + y^2 = r^2$. But I wonder…
Tian He
  • 192