Problem: Two circles, both with the radius of R (and in the same plane) intersect so that the centre of one circle lies on the circumference of the other circle. Calculate the area inside BOTH of the circles.
Problem: Two circles, both with the radius of R (and in the same plane) intersect so that the centre of one circle lies on the circumference of the other circle. Calculate the area inside BOTH of the circles.
If this is the case and the centre of one circle (circle 1) lies on the circumference of the other (circle 2) then since the radi are the same the centre of circle 2 lies on the circumference of circle 1
Area of circle 1 == Area of circle 2
Two circles considered seperately =
The trick is to find the area of the intersection
The part where the intersection is looks like the image attached
By finding the angle in the diagram I can find the area of the secto between the two radi of circle 1
By drawing a vertical line downwards from the top point down to the horizontal line I create two right angled triangles with hypotenuseand adjacent (to half the angle I want)
.
Call the angle I want
Then![]()
in radians
Area Of Sector =
Now you can do the rest
Find the area of the segment by taking away the area of the triangle formed by the radi
The area of the segment is half the area of the intersection so multiply by two and take away from
EDIT: You will probably need to draw more diagrams to follow what I've done. It's not easy to draw them all so that I can post them here with the software I have.

Hello, a4swe!
Two circles, both with the radius of R (and in the same plane) intersect
so that the centre of one circle lies on the circumference of the other circle.
Calculate the area inside both of the circles.
The intersection is a lens-shaped region.Code:* * /:::* * /::::::* /::::::::: * /::::::::::* /:::::::::::: /:::::::::::::: */::::::::::::::* * 120°::::::::::* *\::::::::::::::* \:::::::::::::: \:::::::::::: * \::::::::::* \::::::::: * \::::::* *-\:::* *
In Glaysher's excellent diagram, we see two equilateral triangles.
. . Hence, we have a 120° sector plus two 60° segments.
Since the sector occupies one-third of the circle: .
The area of a segment is: .
. . .
Hence, the area of the two segments is: .
Therefore, the area of the intersection is:
. .
Hello to all of you!
I have a question relating to circles. It is like this:
There is a grass field in the circular shape, with the fence along the boundary. A goat is tied to the fence(at a stationary point) with a rope such that she can graze half of the area of the field. The problem is to find the ratio of the length of the rope to the radius of the circular field.
(Can it be done without using calculus?)
This has to be done numerically, you end up with a mixedOriginally Posted by malaygoel
algebraic/transcendental equation to solve, which I believe has no
known elementary solution.
It can be solved numerically to whatever precision you want using
the binary chop or search algorithm, which does not require any
calculus.
RonL
