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

Possible to draw an arc (semicircle) between two arbitrary lines, without "bulging" outside the lines.

So you have two lines that need a connection that is a semicircle, or arc. A B | | | | | | | | Easy. Focusing on just the bottom portion, you can do a rounded half-circle to join the two ends of the lines (end of line A joined to…
user10869858
  • 671
  • 6
  • 12
0
votes
2 answers

P is a point inside a circle and A is a point on the circumference.Find the radius of the circle.

P is a point inside a circle and A is a point on the circumference. The minimum distance between A and P is 2 cm and the maximum distance between A and P is 8 cm. Find the radius of the circle. I think the radius must be greater than 4 cm. But next…
0
votes
2 answers

Two circles X and Y with centres A and B intersect at C and D. If area of circle X is 4 times area of circle Y, then AB=?

This question is solved by taking angleACB = 90 in my book. How can we say that this angle a right angle triangle? Given answer is √5r.
sk8
  • 1
  • 1
0
votes
1 answer

Find angle in secant/chord diagram

What's the easiest way to show x=35 in this diagram? I eventually figured it out by drawing in two lines and chasing angles: However, this is a 10th grade question, so I'm sure there's an easier answer. I sense that I've effectively re-proven…
user2469
0
votes
2 answers

Find the equation of the circle given the tangent line, point on the circle, and the radius

The problem was this: radius is $2$, tangent to the $x$ axis, passes through $(1, -1)$. I don't know how to solve this, and my math teacher didnt teach this yet.
aki
  • 9
0
votes
1 answer

Draw a line from point to circle circumference, but pointing at the center

I have an app, where I draw a graph. From each circle in this graph there are some lines to other circles. To not mess up my drawing, I tend to draw the line up from the circle, then horizontally in direction of the other circle. Then I stop some…
0
votes
1 answer

Shortest path between two circles, but from their circumferences

I have the following problem. I am working on a program, which at some point draws a graph. It is basically a collection of circles. The next part of my job would be connecting some of them with arrows. The problem is, they are not lined up, or…
0
votes
1 answer

Radical axis is closer to circle with bigger radius or smaller radius?

In coordinate geometry radical axis is defined as locus for which power is same with respect to two circles. If we take two points as centre of two circles. Now without disturbing centre of circle if I increase radius of one circle will radical…
Fawad
  • 2,034
0
votes
1 answer

I am unable to relate the given data with the asked questions.i dont know how to find out the centres of the circles using the given data

The radius of the two circles are 5 unit respectively. The contact point between two circles is (1,2).the external general tangent equation between the two circle is 4x+3y=10.plz help me to find out the equations of the two circles?? I have just…
0
votes
3 answers

Finding the second intersection point of a line on a circle.

I am trying to find the second intersection point of a line on a circle. I have draw a picture for reference. Rough Draft Given the drawing, I have a known radius circle. We can assume the circle is located at (0, 0). Angle t is also known (for…
0
votes
3 answers

Locus of a point where two circles having a common tangent meets

Let T be the line passing through the points P(-2,7) and Q(2,-5). Let $F_1$ be the set of all pairs of circles $(S_1,S_2)$, such that T is tangent to $S_1$ at P and tangent to $S_2$ at Q, and also such that $S_1$ and $S_2$ touch each other at a…
0
votes
3 answers

Finding the area of region of a circle.

The question is as follows: Find the area of the shaded region in the terms of π. (No decimals) To figure this problem out, would I figure out what the area of a whole circle is and then somehow figure out what is missing from the circle and…
Ella
  • 530
  • 4
  • 21
0
votes
1 answer

Given width and height rectangle, how can I calculate diagonal when it's superimposed on a round surface (e.g. Earth)

I have an width (1,250 km) and height (624 km) of a rectangle. Assuming that Earth is perfectly round, how can I calculate the length of the diagonal when the rectangle is superimposed onto the planet?
0
votes
1 answer

Condition of conic to be a circle

Let $a,b,h,g,f,c \in \mathbb{R}$. Then the general equation of a conic given by: $ax^2 + by^2 + 2hxy + 2gx + 2fy + c = 0$ represents the equation of a circle iff \begin{align} \begin{vmatrix} a & h & g \\ h & b & f \\ g & f & c \end{vmatrix} …
Anon
  • 2,460
  • 1
  • 15
  • 23
0
votes
1 answer

Intercept of sine with circle

New here and looking for assistance. I'm proposing a problem where there is a sinusoid with the equation $y=4\sin(0.5x-1)$. This will intercept a circle at $(x-4)^2 + (y-3)^2 = 4$. I'm wondering how to go about solving such a beast. I know that I…
C. Wolfe
  • 184