Two semicircles of the same radius R are inscribed inside a semicircle of radius 1 with no overlap. What's the largest possible R ?
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.
Nice solution! I think you have some typos, though.
( 1 − r − r csc θ + r cos θ ) 2 + ( sin θ ) 2 = 1 − r should be ( 1 − r − r csc θ + r cos θ ) 2 + ( r sin θ ) 2 = 1 − r (there's an r with the sin θ )
s = 3 1 ( 1 − ( 5 + 2 9 2 ) 3 1 ) + ( 2 1 ( 5 + 2 9 ) 3 1 ) should be s = 3 1 ( 1 − ( 5 + 2 9 2 ) 3 1 + ( 2 1 ( 5 + 2 9 ) ) 3 1 ) (some misplaced parentheses)
Thanks for the catch. Both times! I goofed when I had mis-advised Patrick Corn.
Needless to say, my original notes isn't anywhere near as concise as my posted answer. Most of the hassle was coming up with the cubic for s .
Reminded me of that Y!A question of cutting out the 2 curve of maximum volume cone from a 10x20 metal sheet.
Label the diagram as follows, draw A O and P Q , let y be the radius of the small semi-circle (so that C P = A P = Q B = Q D = y ), let x = C O , let z = P B , and let θ = ∠ O Q P . Since A O = O D = 1 and A P = Q D = y , P O = O Q = 1 − y , and since △ P O Q is an isosceles triangle, ∠ O P Q = ∠ O Q P = θ , and by the exterior angle theorem of △ O P Q , ∠ P O C = 2 θ . Since B is a point of tangency, ∠ B is a right angle.
By Pythagorean's Theorem on △ C Q B , ( y + z ) 2 + y 2 = ( x + 1 − y ) 2 , which rearranges to z = ( x + 1 ) ( x − 2 y + 1 ) − y .
By Pythagorean's Theorem on △ P Q B , P Q = y 2 + z 2 .
By the law of cosines on △ O P Q , cos θ = 2 ( 1 − y ) y 2 + z 2 ( y 2 + z 2 ) 2 + ( 1 − y ) 2 − ( 1 − y ) 2 = 2 ( 1 − y ) y 2 + z 2 .
By the law of cosines on △ O P C , cos 2 θ = 2 x ( 1 − y ) ( 1 − y ) 2 + x 2 − y 2 .
Using cosine double angle formula cos 2 θ = 2 cos 2 θ − 1 and combining the above equations gives ( 1 − y ) ( ( 1 − y ) 2 + x 2 − y 2 ) = x y 2 + x ( ( x + 1 ) ( x − 2 y + 1 ) − y ) 2 − 2 x ( 1 − y ) 2 , which can be found numerically to have a maximum y -value of y ≈ 0 . 6 0 9 8 9 .
Thanks for reconfirming my original answer. As I said to Patrick Corn, I do have the exact expression for this, but it's very long. Maybe I will post that exact expression.
I'll try to post my solution to this problem, which is considerably less elegant than yours.
Deleting my solution now. Thanks for pointing out my error.
7
r
3
−
1
2
r
2
+
8
r
−
2
=
0
h
a
s
o
n
e
r
e
a
l
s
o
l
u
t
i
o
n
.
r
=
0
.
6
0
6
8
7
.
.
.
.
.
.
It's incorrect because your last purple equation should be 0 = r(7r³+4r²+8r-2)
Problem Loading...
Note Loading...
Set Loading...
Borrowing Vreken's labelling, in this figure the variable is the slope s of the line C B . The radius O D of the semicircle is 1 , and r is the radius of the semicircles to be maximized. Δ C B Q is a right triangle.
Letting O be the origin with coordinates ( 0 , 0 ) , then the coordinates of C is
( C x , C y ) = ( 1 − r − r C s c ( θ ) , 0 )
The coordinates of P is then
( P x , P y ) = ( 1 − r − r C s c ( θ ) + r C o s ( θ ) , r S i n ( θ ) )
so that
( 1 − r − r C s c ( θ ) + r C o s ( θ ) ) 2 + ( r S i n ( θ ) ) 2 = 1 − r
If s = T a n ( θ ) , then
r = 2 s ( 1 − s + s 2 ) + ( 1 − 2 s + 2 s 2 ) 1 + s 2 2 s ( 1 − s + s 2 )
The maximum value for r occurs when s is the real solution to the following cubic equation
3 s 3 − 3 s 2 + 2 s − 1 = 0
or s = 3 1 ( 1 − ( 5 + 2 9 2 ) 3 1 + ( 2 1 ( 5 + 2 9 ) ) 3 1 )
Plugging this value for s into the expression for r delivers the approximate answer 0 . 6 0 9 8 9 0 2 0 0 4 2 7 4 4 2 2