You are given two circles . One has a radius 1 and is centered at ( 0 , 1 ) in the Cartesian plane. The other has a radius 2 and is centered at ( 2 , 0 ) . If the area of intersection of the circles is E , then find ⌊ 1 0 0 0 E ⌋ .
Notation : ⌊ ⋅ ⌋ denotes the floor function .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let us take a calculus approach to this area. The circles in question can be modeled as:
x 2 + ( y − 1 ) 2 = 1 ;
( x − 2 ) 2 + y 2 = 4
which intersect in the points ( x , y ) = ( 0 , 0 ) ; ( 5 4 , 5 8 ) . These two points lie along the line y = 2 x , which allows us to perform the following integration:
A = ∫ 0 4 / 5 4 − ( x − 2 ) 2 − 2 x d x + ∫ 0 8 / 5 1 − ( y − 1 ) 2 − 2 y d y ;
or 2 x − 2 4 − ( x − 2 ) 2 + 2 arcsin ( 2 x − 2 ) − x 2 ∣ 0 4 / 5 + 2 y − 1 1 − ( y − 1 ) 2 + 2 1 arcsin ( y − 1 ) − 4 y 2 ∣ 0 8 / 5 ≈ 0 . 9 6 1 7
Thus, ⌊ 1 0 0 0 A ⌋ = 9 6 1 .
Problem Loading...
Note Loading...
Set Loading...
Yes, it can be solved by geometry.
Let ( 0 , 0 ) , ( 0 , 1 ) , ( 2 , 0 ) , and the point of intersection of the two circles be O , A , B , and P . The quadrilateral A O B P is a kite with radii of the two circles as sides. Let ∠ B A O = α , then ∠ P A O = 2 α and ∠ A B O = β , then ∠ P B O = 2 β . We note that α = tan − 1 2 and β = tan − 1 2 1 .
The area of intersection is given by:
E = Area of radius-1 segment OP + Area of radius-2 segment OP = Area of sector A O P − Area of △ A O P + Area of sector B O P − Area of △ B O P = 1 2 ( α − sin α cos α ) + 2 2 ( β − sin β cos β ) = ( 1 . 1 0 7 1 4 8 7 1 8 − 0 . 4 ) + 4 ( 0 . 4 6 3 6 4 7 6 0 9 − 0 . 4 ) = 0 . 7 0 7 1 4 8 7 1 8 + 0 . 2 5 4 5 9 0 4 3 6 = 0 . 9 6 1 7 3 9 1 5 4
⟹ ⌊ 1 0 0 0 E ⌋ = 9 6 1