If the coordinates of A is (x, y) find x + y correct to the nearest 3 decimal places.
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.
Labeling the final position for A as ( a , b ) , a is the solution of the equation
1 8 π − 7 2 ∗ sin − 1 ( 1 2 2 ( a + 2 ) ) − ( a + 2 ) ∗ ( 7 2 − ( a + 2 ) 2 − ( a + 2 ) ) = 8 ,
which has solution a = 1 . 8 9 7 7 7 4 . . . . . . . Now since b = a + 1 , we have
a + b = 2 a + 1 = 4 . 7 9 6 to 3 decimal places.
I will provide more details in the morning, but I just wanted to get something posted now so that others can make general comments and queries.
Note that the desired fractional coverage is 2 1 , (I read it initially as 3 1 , leading to an incorrect first attempt), and that the radius of the circle is 6 2 .
EDIT: O.k., now for some details.
The circle has equation ( x + 2 ) 2 + ( y + 1 ) 2 = 7 2 , and O E lies on the line y = x + 1 . So, as noted above, once we find ( a , b ) the desired solution will be 2 a + 1 .
With the square in its final position, we will have A at ( a , b ) and B at ( a , Y ) where Y is the point of intersection of the circle and the line x = a . Plugging x = a into the circle equation yields
( a + 2 ) 2 + ( Y + 1 ) 2 = 7 2 ⟹ Y = 7 2 − ( a + 2 ) 2 − 1 ,
as we are looking for Y in the first quadrant. Now the area of the portion of the square lying within the circle will be the area of sector O B D minus the combined areas of triangles Δ O B A and Δ O D A . Now by symmetry these two triangles have the same area.
Now let ∠ B O A = θ and ∠ O B A = α . We have that ∠ O A B = 4 3 π , and that O A has length
( a + 2 ) 2 + ( b + 1 ) 2 = ( a + 2 ) 2 + ( a + 2 ) 2 = 2 ∗ ( a + 2 ) .
So using the Sine Law on Δ O B A , we see that
6 2 sin ( 4 3 π ) = 2 ∗ ( a + 2 ) sin ( α ) ⟹ α = sin − 1 ( 1 2 2 ∗ ( a + 2 ) ) .
Now ∠ B O D = 2 θ = 2 ( 4 π − α ) = 2 π − 2 α , and so the area of sector O B D is
( 2 1 ) ∗ ( 6 2 ) 2 ∗ ( 2 θ ) = 1 8 π − 7 2 ∗ sin − 1 ( 1 2 2 ∗ ( a + 2 ) ) .
The area of Δ O B A is
( 2 1 ) ∗ ( a − ( − 2 ) ) ∗ ( Y − b ) = ( 2 1 ) ∗ ( a + 2 ) ∗ ( 7 2 − ( a + 2 ) 2 − 1 − ( a + 1 ) ) ) ,
and thus the combined area of Δ O B A and Δ O D A is
( a + 2 ) ∗ ( 7 2 − ( a + 2 ) 2 − ( a + 2 ) ) .
Given that we need to find a such that half the box lies inside the circle, we are thus led to the equation presented at the beginning of this post, which is then solved using numerical methods.
Note that this problem can also be solved using calculus, (and probably more easily that way), but since Guiseppi tagged this as a geometry problem I chose to take the above approach.