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

What equation to use to find if a rectangle fits inside the bigger part of a circle with a line intersecting it?

I want to find if the 10.3x9.8 rectangle would fit in the light green part of the circle. What equations would be used? (There is a circuit board I need to sit level in a tube.) Does a coordinate plane need to be used? I tried looking into this. I…
adamaero
  • 127
0
votes
2 answers

Get X and Y from circle angle

I want to extract x and y based on an angle. See below. So if the angle is 45 degrees, x would be 0.5 and y would be 0.5. The only way I can think of solving this would be to separate the circle in 4 parts and use the Pythagorean theorem. This…
0
votes
0 answers

Dividing a circle into regions

I am reading through "Proofs: A Long-Form Mathematics Textbook" and they say "suppose you were investigating how many regions are formed if one places n dots randomly on a circle and then connects them with lines." They give the examples n = 1: 1…
0
votes
2 answers

Finding the distance between two Points on the circumference of a circle

visualisation of my problem. take a circle with the radius r and its center at (0, 0). If I have two points, A and B of which A is known and B is unknown, how can I calculate the position of B, if I know the distance on the circumference between the…
Neins
  • 103
0
votes
0 answers

straight distance between points on concentric circles

$C_1$ and $C_2$ are concentric circles, with radii $R_1$ and $R_2$, $R_1$ being shorter. Point "$P_1$" on $C_1$, and Point "$P_2$" on $C_2$. The radii to the points form an unknown angle, but $\text{Arc}_1$ (the arc length on $C_1$) is known. How to…
0
votes
2 answers

A simple circle problem

There is a big circle of radius 20cm and a smaller circle 100 cm away from it of radius 5cm now imagine these two to be 2 tires connected by a chain , where the bigger one completes one rotation how many rotation will small complete?? Any idea how…
0
votes
1 answer

How to compute the intersections of a circle and a quadratic function?

I want to find the intersection coordinates of two functions: A quadratic function $f$ of this style: $f(x) = a(x-b)^2+c$ And a circle function $g$: $(x-d)^2+(y-e)^2=r^2$ with $y=g(x)$ and $r$ being the radius of the circle. I know that I can…
0
votes
2 answers

To prove $xx_{0} + yy_{0} = r ^ { 2 }$

There is a circle ($x ^ {2} + y ^ {2} = r ^ { 2 }$), there is a point P ($x_{0}$, $y_{0}$) outside the circle, there are two lines tangent to the circle through the point P, and the tangent points are A($x_{1}$,$y_{1}$) and B($x_{2},y_{2}$)…
Kanerty
  • 45
0
votes
0 answers

The Relationship Between the Area and Circumference of a Circle

I could not find anyone else talking about this so I am convinced that my maths must be wrong but I seem to have found the equation: A = $\frac 12$rC. I came to this conclusion after discovering that the area of a circle divided by the circumference…
0
votes
1 answer

Is the tangential point between two circles always included in the segment formed between their centers?

Say I have any 2 circles be tangential to each other externally, that is, the distance between their centers A and B is the sum of their radii. Is the point of tangency C included in segment AB for all cases? How is this proven? It seems obvious if…
0
votes
2 answers

Finding a point on a circle

I have a circle that I am trying to find series of points on. I know the radius and horizontal tangent point at the top of the circle. I need to find a point that lies on the circle's circumference that is $x$ distance below the top point.
user84908
0
votes
1 answer

if $\tan x$ is negative in quadrant 2, why is $\tan 2x$ positive in quadrant 2?

$\tan x = -3,\,\sin x = \frac{3}{\sqrt{10}} ,\,\cos x = \frac{-1}{\sqrt{10}}$ If you work it out, $\tan 2x = \frac{3}{4}$ I don't understand how $\tan x$ is negative, but $\tan 2x$ is positive.
0
votes
1 answer

Why does the product of calculating the x intercepts of a circle produce a true and false answer if squaring is done first?

For example: in $(x-1)^2 + (y+2)^2 = 4$ I am in a region where BIMDAS is taught as the order of operations. My logic is to start by squaring because there is nothing that can be done inside of the brackets to begin with except simplifying (0 + 2),…
duckegg
  • 669
0
votes
1 answer

Bending a quarter circle into a line, growth of $r$

Let's say we have a square with side length $a$. Let the center of the first circle be at a corner of the square and let $r = a$. If we want the circle to be the same as the diagonal of the square we need $r = \infty$. Now I want to create more…
0
votes
0 answers

Find the radius of a small sphere between a wall and a larger sphere.

A sphere with a radius of 8 sits in the corner, touching the floor and two walls. A smaller sphere sits between the sphere, touching the floor, the walls, and the larger sphere. What is the radius of the smaller sphere? I tried to create the…
user978757
  • 125
  • 10