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

Area of shape made from quarter arcs of circles

I have this task. I would first calculate the square that I marked red. That's $6\times 6=36$. Then I add one circle with area $(1.5)^2\times \pi$. So the answer is E, because the area is $36 + 2.25 \times\pi$. Is that right? I'm a bit confused…
user163990
1
vote
3 answers

Compute the set of points (x,y) for a circle of arbitrary radius, with a 1 degree step, without using any trigonometric function.

Is it possible for a computer program to geometrically construct a approximate circle (pixels have line drawing limitations) without using any trigonometric function? e.g. taking the unit circle as an example. start at (0,1). next pixel…
1
vote
1 answer

Circle - finding the equation

Question: A circle touches the lines $2x+3y+1=0$ at the point (1, -1) and is orthogonal to the circle which has the line segment having end points (0, -1) and (-2, 3) as the diameter. What is the equation of the circle? Approach so far: Using the…
Gummy bears
  • 3,408
1
vote
1 answer

Rules of Inscribed Angles

https://www.dropbox.com/s/chbs2vilr9wjkvz/20140819_130744.jpg Image of question found above. I don't understand why angle BCD is formed by tangent and chord and is equal to 1/2 of arc BC.
user159778
1
vote
2 answers

How to find angular distance between points?

I have the following problem. I have several points on the plain, and there is another point somewhere in the middle of them. The goal is to find angular distance between any two points. My only thought so far is to draw a line between a central…
v010dya
  • 137
1
vote
2 answers

Equation of a star

About three years back I read an article in wikipedia about equation(it was more like how to draw a curve that remembled a star) of a star. Though I dont remember vividly in that article there was a GIF image that showed how a star was drawn…
1
vote
2 answers

Find points on a circle given arc length and radius.

I am trying to layout a circle, given the arc length l, radius r and center (cx, cy). I need to find all the n points that are on the circle. What I've tried so far: The first part is to find n: n = floor(2*pi*r/l); i.e. dividing circumference in to…
1
vote
0 answers

Trilateration question help

Kind of stuck n this question, I just got the circle equation written down for the robot don't know what to do from here. A bicycle robot is travelling on a circle centred at the origin and with a radius of 6m. The robot measures its position by…
1
vote
3 answers

$1$ big circle formed by$20$ smaller circles

Hello i need to make a circle out of 20 smaller ones. The smaller circles radius is r=9.3cm heres what i wanna do:
1
vote
1 answer

Find the area of region.

A chord of length R divides a circular area of radius R into two regions. Find the sides of the rectangle with the largest area that can be inscribed in the smaller region with one side along the given chord. Please provide me some hint in solving…
Kumar
  • 2,259
1
vote
1 answer

Condition for intersection of chords inside a circle?

What is the condition for intersection of 2 chords inside a circle? Given n number of chords how to find the number of pairs of interecting chords?
1
vote
1 answer

How to get points to draw chord(diameter) on circle

Please consider the figure below: I hope I am asking my Question in right forum.. I want to get set of paired points on circle using diameter. What I have is center point of circle and its diameter. Consider black line in figure. Line is passing…
NightFury
  • 111
  • 3
1
vote
1 answer

Tangent to the circle given a point it must pass through a point on another circle

I need to find the angle at origin caused by two lines (one is the radius of one circle, and the other is tangent to the other circle). Please see image below: The Point A on the green circle is known, the dashed line and shorter full line begin at…
1
vote
4 answers

Name of the Angle of a unit circle's radial line from the positive X-axis

For the unit circle on a X-Y plane, is there a name for the Angle a radial line makes with the positive X-axis? The closest name that I can get from Wikipedia is a 'Central Angle' ( http://en.wikipedia.org/wiki/Central_angle ) but for this…
kums
  • 320
1
vote
3 answers

Show that the line $3x-4y=25$ and the circle $x^2+y^2=25$ intersect in two coincident points.

Show that the line $3x-4y=25$ and the circle $x^2+y^2=25$ intersect in two coincident points. What does two coincident points mean?