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

How far to move a circle along a ray so that it intersects with another circle only once?

Given two 2d circles that have intersected at two points, how do I find the distance along a ray that passes through the center of one of the circles so that when that circle is translated along that ray for that distance, the circles intersect…
xytor
  • 121
0
votes
1 answer

In the circle below , mA= 86, mBDC= 32, mAD= 48 find the mBC, mCD

In the circle below, m∠A=86, m∠BDC=32, and mA͡D= 48 find mB͡C, mC͡D, mA͡B, m∠ADB, m∠ABD, m∠DBC, m∠BCD
0
votes
2 answers

Circle equations

Given that the circle C has center $(a,b)$ where $a$ and $b$ are positive constants and that C touches the $x$-axis and that the line $y=x$ is a tangent to C show that $a = (1 + \sqrt{2})b$
0
votes
3 answers

Calculate the circumference of a circular lake

A lake has a diameter of $7$m and needs to be fenced for the protection for children. What length of fencing is required? Fencing comes in $1$m lengths, how many lengths are needed? What is the total cost of the fencing if each length costs $25$…
Nancy
  • 29
  • 1
0
votes
2 answers

Prove that two circles are congruent if their radii are equal

Is this to be proved by showing that the circumferences/areas are equal?
0
votes
3 answers

Find the point in the circle

The circle $C$, given by the equation: $$x^2 + y^2 + (1+k)y - (k+1) = 0 $$ pass through the same two points for every real number $k$. Find the coordinates of these two points. Find the minimum value of the radius of a circle $C$.
0
votes
2 answers

circle measure - i don't know what method im supposed to apply

C(5,3) is the centre of a circle of radius 5 units. Show that this circle cuts the x-axis at A(1,0) and B(9,0) im guessing simply drawing it with a compass is not what im being asked here. i dont know how to approach this edit: im guessing pythorean…
craig
  • 13
0
votes
1 answer

Circles (Locus of a Point)

Problem: Find the locus of a point the sum of the squares of whose distances from $(2,3)$ and $(-1,-2)$ is $34$. Solution: Let $(x,y)$ be the point. Then $(x-2)^2+(y-3)^2+(x+1)^2+(y+2)^2=34$. Simplify: $x^2+y^2-x-y-8=0$, the equation of a…
Jesse
  • 167
0
votes
3 answers

Calculating time for Roomba to complete a circle

I am not very good at mathematics and as such I hope I've come to the right place to ask this question. Currently, I am programming an iRobot Roomba to make a circle. All is well, except that I need it to stop after a complete circle. The Roomba…
0
votes
2 answers

How do I find the y coordinate of a point on a circle with the x coordinate and radius?

I have this situation (forgive my paint skills): I have the radius R, the x coordinate D, and the angle of the tangent a. How would I go about finding h, the y coordinate of that point? Thanks!
0
votes
2 answers

Get the trigonometric angle given a point in plane

Given a point in plane as (x,y) get the trigonometric angle for it (that being in range [0,360) or [180,-180)). Can someone give me a hint please ?
Razvan
  • 1
0
votes
1 answer

How to find the "as the crow flies" distance between two points that lie on a circle?

So I heard what I thought was a clever answer to "How do you make 2+2=5?".. On a 9-mile long circular track, drive two miles, then two more miles. You will be 5 miles from your start position. I assume this means "5 miles as the crow flies". So I…
Sam Axe
  • 153
0
votes
3 answers

equation of tangent to a circle with zero gradient

Find the equation of the tangent to the circle $$(x-3)^2 + (y-2)^2 = 1$$ at the point $(4,2)$. I cannot show the working of the tangent equation as gradient/slope = 0. So how can I find the gradient of tangent? I think it is also obvious that the…
0
votes
0 answers

Largest possible open circle inside an open circle?

When you construct the largest possible open circle within another open circle, can the radii of both circles be equal to each other? Or does the inner circle need to have a radius strictly < the larger one (when we write the actual inequality)?
0
votes
1 answer

How do you express how much a curve or part of a circle is "bent"?

Given a certain curve, or part of a circle, how do you express how much it is bent? If I have for example 1/3 of a circle (without seeing the full circle). How do I calculate and express that it is bent in a way that it forms 1/3 of a circle. And as…