An amicable split .....

Geometry Level 5

Suppose a circle of radius 2 2 is centered at ( 0 , a ) (0,a) such that precisely half its area lies above the curve y = x y = |x| .

Find 1000 a \lfloor 1000*a \rfloor .


The answer is 965.

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.

2 solutions

Chew-Seong Cheong
Nov 18, 2014

Let the origin ( 0 , 0 ) (0,0) be O O , the center of the circle ( 0 , a ) (0,a) be P P , the top of the circle ( 0 , a + 2 ) (0,a+2) be Q Q , the line y = x y = x , x 0 x \ge 0 cuts the circle at R R and P Q R = θ \angle PQR = \theta .

Then, the area of the semicircle above the line y = x y = x , x 0 x \ge 0 = the area of the sector P Q R PQR + the area of O P R \triangle OPR = π r 2 4 \dfrac {\pi r^2}{4} , where r = 2 r = 2 is the radius of the circle.

Therefore, θ 2 π ( π r 2 ) + 1 2 a sin θ = π r 2 4 \quad \dfrac {\theta}{2\pi} (\pi r^2) + \dfrac {1}{2} a \sin {\theta} = \dfrac {\pi r^2}{4} .

We note that a = r sin θ r cos θ a = r \sin {\theta} - r \cos {\theta} .

θ r 2 2 + 1 2 r 2 sin θ ( sin θ cos θ ) = π r 2 4 \Rightarrow \dfrac {\theta r^2}{2} + \dfrac {1}{2} r^2 \sin {\theta} (\sin {\theta} - \cos {\theta}) = \dfrac {\pi r^2}{4}

θ + sin θ ( sin θ cos θ ) = π 2 \Rightarrow \theta + \sin {\theta} (\sin {\theta} - \cos {\theta}) = \dfrac {\pi}{2}

Using numerical method, we find that θ = 1.133617279 \theta = 1.133617279 rad.

Therefore, a = 2 ( sin θ cos θ ) = 2 ( 0.905949616 0.423385513 ) a = 2 (\sin {\theta} - \cos {\theta}) = 2 (0.905949616 - 0.423385513)

= 2 × 0.482564104 = 0.965128208 1000 a = 965 = 2\times 0.482564104 = 0.965128208\quad \Rightarrow \lfloor 1000a \rfloor = \boxed {965}

Can you elaborate the numerical method, please? I just used WolframAlpha at that step. Really get stuck at such equations.

Himanshu Arora - 6 years, 6 months ago

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.

Chew-Seong Cheong - 6 years, 6 months ago

Just to get something posted, a a can be found from the equation

2 arcsin ( ( 1 4 ) ( a + 8 a 2 ) ) + ( a 4 ) ( a + 8 a 2 ) = π 2\arcsin((\frac{1}{4})(a + \sqrt{8 - a^{2}})) + (\frac{a}{4})(a + \sqrt{8 - a^{2}}) = \pi ,

yielding a value of a = 0.9651285.... a = 0.9651285.... , making 1000 a = 965 \lfloor 1000*a \rfloor = \boxed{965} .

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 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 y = x must have an area of π \pi .

Now we can split this region into two sections, namely (i) the sector of the circle between the y y -axis and the radius joining the center of the circle and the point ( X , Y ) (X,Y) where the circle and y = x y = x intersect, and (ii) the triangle beneath this sector having base length a a and 'height' X X .

The point ( X , Y ) (X,Y) is where X 2 + ( X a ) 2 = 4 2 X 2 2 a X + ( a 2 4 ) = 0 X^{2} + (X - a)^{2} = 4 \Longrightarrow 2X^{2} - 2aX + (a^{2} - 4) = 0

X = 2 a ± 4 a 2 8 ( a 2 4 ) 4 = a ± 8 a 2 2 \Longrightarrow X = \dfrac{2a \pm \sqrt{4a^{2} - 8(a^{2} - 4)}}{4} = \dfrac{a \pm \sqrt{8 - a^{2}}}{2} .

Since we are looking here at the first quadrant, we take X = a + 8 a 2 2 X = \dfrac{a + \sqrt{8 - a^{2}}}{2} .

The central angle of the sector is θ = arcsin X 2 \theta = \arcsin \frac{X}{2} , so its area is 2 arcsin X 2 2*\arcsin \frac{X}{2} .

The area of the triangle below this sector is ( 1 2 ) a X (\frac{1}{2})aX .

The equation we thus need to solve for a a is thus

2 arcsin ( ( 1 4 ) ( a + 8 a 2 ) ) + ( a 4 ) ( a + 8 a 2 ) = π 2\arcsin((\frac{1}{4})(a + \sqrt{8 - a^{2}})) + (\frac{a}{4})(a + \sqrt{8 - a^{2}}) = \pi ,

yielding a value of a = 0.9651285.... a = 0.9651285.... , making 1000 a = 965 \lfloor 1000*a \rfloor = \boxed{965} .

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...

Oussama Boussif - 6 years, 6 months ago

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.

Brian Charlesworth - 6 years, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...