Suppose a circle of radius 2 is centered at ( 0 , a ) such that precisely half its area lies above the curve y = ∣ x ∣ .
Find ⌊ 1 0 0 0 ∗ a ⌋ .
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.
Can you elaborate the numerical method, please? I just used WolframAlpha at that step. Really get stuck at such equations.
Log in to reply
Himanshu,
Coming from a commercial background, I used Microsoft Excel spreadsheet to solve the problem. I plotted a graph to check what is the approximated solution. I refine the approximation manually to get an acceptable answer. It pretty convenient, no need programming, very visual and fast.
Just to get something posted, a can be found from the equation
2 arcsin ( ( 4 1 ) ( a + 8 − a 2 ) ) + ( 4 a ) ( a + 8 − a 2 ) = π ,
yielding a value of a = 0 . 9 6 5 1 2 8 5 . . . . , making ⌊ 1 0 0 0 ∗ a ⌋ = 9 6 5 .
I'll post how I reached this equation later, (no calculus involved), but what I'm hoping for is that someone can provide a solution, (geometric or calculus), in which the answer drops out more easily. It looks like a simple problem with a simple solution, but that's not what I've found it to be ......
EDIT; O.k., now for some details .....
Let the circle have equation x 2 + ( y − a ) 2 = 4 . For the area of the circle to be split as described, the region in the first quadrant between the circle and the line y = x must have an area of π .
Now we can split this region into two sections, namely (i) the sector of the circle between the y -axis and the radius joining the center of the circle and the point ( X , Y ) where the circle and y = x intersect, and (ii) the triangle beneath this sector having base length a and 'height' X .
The point ( X , Y ) is where X 2 + ( X − a ) 2 = 4 ⟹ 2 X 2 − 2 a X + ( a 2 − 4 ) = 0
⟹ X = 4 2 a ± 4 a 2 − 8 ( a 2 − 4 ) = 2 a ± 8 − a 2 .
Since we are looking here at the first quadrant, we take X = 2 a + 8 − a 2 .
The central angle of the sector is θ = arcsin 2 X , so its area is 2 ∗ arcsin 2 X .
The area of the triangle below this sector is ( 2 1 ) a X .
The equation we thus need to solve for a is thus
2 arcsin ( ( 4 1 ) ( a + 8 − a 2 ) ) + ( 4 a ) ( a + 8 − a 2 ) = π ,
yielding a value of a = 0 . 9 6 5 1 2 8 5 . . . . , making ⌊ 1 0 0 0 ∗ a ⌋ = 9 6 5 .
Hi, Nice problem I found the exact same équation but using calculus and with a numerical method the answer is found to be a=0.9651285...
Log in to reply
Thanks. I've just added the details of how I got the equation that you ended up with as well. I'm pleased that there are several ways to solve this problem, but I'm surprised that each of them ends up requiring numerical methods to solve a relatively complicated equation. When I posted the question I was hoping that someone might be able to come up with an exact value, but now I don't think that will be possible.
Problem Loading...
Note Loading...
Set Loading...
Let the origin ( 0 , 0 ) be O , the center of the circle ( 0 , a ) be P , the top of the circle ( 0 , a + 2 ) be Q , the line y = x , x ≥ 0 cuts the circle at R and ∠ P Q R = θ .
Then, the area of the semicircle above the line y = x , x ≥ 0 = the area of the sector P Q R + the area of △ O P R = 4 π r 2 , where r = 2 is the radius of the circle.
Therefore, 2 π θ ( π r 2 ) + 2 1 a sin θ = 4 π r 2 .
We note that a = r sin θ − r cos θ .
⇒ 2 θ r 2 + 2 1 r 2 sin θ ( sin θ − cos θ ) = 4 π r 2
⇒ θ + sin θ ( sin θ − cos θ ) = 2 π
Using numerical method, we find that θ = 1 . 1 3 3 6 1 7 2 7 9 rad.
Therefore, a = 2 ( sin θ − cos θ ) = 2 ( 0 . 9 0 5 9 4 9 6 1 6 − 0 . 4 2 3 3 8 5 5 1 3 )
= 2 × 0 . 4 8 2 5 6 4 1 0 4 = 0 . 9 6 5 1 2 8 2 0 8 ⇒ ⌊ 1 0 0 0 a ⌋ = 9 6 5