A cute geometry problem

I came across a cute geom­e­try prob­lem recently and I would like to pass it along.

Problem Statement
Geometry Problem Diagram
If the sides of the square are of unit length and all curves are cir­cu­lar arcs, what is the area of the high­lighted region?

Although sub­stan­tially eas­ier with the use of cal­cu­lus or trigonom­e­try, this prob­lem can be solved entirely with basic geom­e­try (no weird laws you might have for­got­ten since high school are necessary).

I have derived a geo­met­ric solu­tion, which fol­lows, but I highly rec­om­mend try­ing to do it your­self first.

Step 1:
Geometry Problem Solution Step 1
The high­lighted sec­tion is the full square minus a quar­ter cir­cle with radius of unit length. The high­lighted area can be found by sim­ple sub­trac­tion.
A = 1 {-} {pi / 4}

Step 2:
Geometry Problem Solution Step 2
Since the edges of the high­lighted tri­an­gle are all on cir­cu­lar arcs of unit length, the high­lighted tri­an­gle is an equi­lat­eral tri­an­gle. That the tri­an­gle is equi­lat­eral means that the inter­sec­tion points between the arcs tri­sect each arc. That the tri­an­gle is equi­lat­eral and has unit length sides fur­ther allows us to cal­cu­late the height of the tri­an­gle.
h = {sqrt{3} / 2}

Step 3:
Geometry Problem Solution Step 3
Having noted in Step 2 that the arc inter­sec­tions tri­sect the arcs, the high­lighted wedge becomes one twelfth of a cir­cle with radius of unit length. The area can be found sim­ply.
A = {pi / 12}

Step 4:
Geometry Problem Solution Step 4
Since we know the height of the tri­an­gle from Step 2, we can sub­tract that from the height of the total square to get the left side of the high­lighted trape­zoid. The right side of the high­lighted trape­zoid is, of course, unit length. The width of the trape­zoid, by sym­me­try, is one half unit length. Knowing both sides and the width, we can cal­cu­late the area of the high­lighted trape­zoid.
A = {1 / 2} * (1 + (1 {-} {sqrt{3} / 2})) * {1 / 2}
A = {{4 {-} sqrt{3}} / 8}

Step 5:
Geometry Problem Solution Step 5
By sub­tract­ing the area found in Step 3 from the area found in Step 4, we can find the high­lighted area.
A = {{4 {-} sqrt{3}} / 8} {-} {pi / 12}
A = {12 {-} {3 sqrt{3}} {-} {2 pi}} / 24

Step 6:
Geometry Problem Solution Step 6
By sym­me­try, we know that the high­lighted area is twice the area found in Step 5.
A = {12 {-} {3 sqrt{3}} {-} {2 pi}} / 12

Step 7:
Geometry Problem Solution Step 7
By sub­tract­ing the area found in Step 6 from the area found in Step 1, we can find the high­lighted area.
A = (1 {-} {pi / 4}) {-} ({12 {-} {3 sqrt{3}} {-} {2 pi}} / 12)
A = {3 sqrt{3} {-} pi} / 12

Step 8:
Geometry Problem Solution Step 8
By sym­me­try, we know that the high­lighted area is four times the area found in Step 7.
A = {3 sqrt{3} {-} pi} / 3
A = sqrt{3} {-} {pi / 3}

Final Solution:
Geometry Problem Diagram
By sub­tract­ing the area found in Step 8 from the area of a unit length sided square, we can obtain the area of the high­lighted region.
A = 1 + {pi / 3} {-} sqrt{3} approx 0.315147

6 Responses to “A cute geometry problem”

  1. rsw says:

    Alternatively (I guess this is a trig solu­tion), start by label­ing the wide, squat sec­tions along each edge “A”, the pseudo-triangular sec­tions B, and the cen­ter sec­tion C. Then

    4A + 4B + C = 1
    2A + 3B + C = pi/4
    thus 2A + B = 1 — pi/4

    Now, redraw only with one unit cir­cle and the outer box with its lower left cor­ner at the ori­gin. Draw in a ver­ti­cal line at x=1/2, and draw a radius of the cir­cle such that it hits the point where the ver­ti­cal line inter­sects the circle.

    Since this radius hits the cir­cle at x=1/2, the angle formed between the radius and the x-axis is arcsin(0.5) = pi/6. The rest of this angle is then pi/3, or 1/6th of a cir­cle. So the area under­neath the cir­cle and to the left of the ver­ti­cal line must be equal to pi/6 + 1/2 * 1/2 * cos(pi/6). In other words, the area of a sec­tion A is 1 — 2*(pi/6 + 1/4*cos(pi/6)) = 1 — pi/3 — 1/2*cos(pi/6).

    Now, from the last equa­tion above,

    A+B = 1-pi/4 – 1+pi/3+1/2*cos(pi/6) = 1/2*cos(pi/6)+pi/12

    Thus,

    C = 1 — 4(1/2*cos(pi/6)+pi/12) = 1 + pi/3 — 2*cos(pi/6).

    Same as you’ve got.

  2. gwax says:

    That’s a more geo­met­ric solu­tion than the trig. solu­tion that I came up with. Using trig, I’d solve the prob­lem as follows:

    As in the geom­e­try solu­tion above, the arcs are tri­sected and enclose an angle of {pi / 6}. We can look at the shape in the cen­ter as 4 cir­cu­lar seg­ments and a square with sides that are chords. Using the cir­cu­lar seg­ment and chord equa­tions, we know each cir­cu­lar seg­ment has an area of {1 / 2} r^2 ({pi / 6} {-} sin(pi / 6)), the sides of the square are 2 r sin(pi / 12), and the area of the square is 4 {r^2} {sin^2}(pi/12). Adding 4 seg­ments and the square, we get an area of 2 {r^2} ({pi/6} {-} sin(pi/6)) + 4 {r^2} {sin^2}(pi/12), which (tak­ing r to be 1) eval­u­ates to 1 + {pi/3} {-} sqrt{3}. Trig makes it pretty darned triv­ial but requires knowl­edge or deriva­tion of more com­plex equations.

    P.S. PhpMathPublisher (demo) can be used to insert math though the tags are [pmath] and [/pmath] instead of <m> and </m>.

  3. rsw says:

    I like your math. Your math is nice.

  4. Sherv says:

    My geo­met­ric solu­tion basi­cally fol­lows yours from Steps 2 – 6, but for very dif­fer­ent reasons.

    Say you sum the areas asso­ci­ated with two quarter-circles orig­i­nat­ing from the same side of the square. (I chose the two quarter-circles that are con­vex with respect to the top side, though you don’t have to.) You get an asso­ci­ated area of pi/2.

    In doing so, you have cov­ered the tar­get area twice, the bullet-shaped areas below it on either side twice, the “wide, squat” region directly below twice, and two more bullet-shaped and wide, squat areas each. The only area not cov­ered is the wide, squart region directly above the tar­get area. Tabulating:

    TAs: 2
    BSAs: 1 + 1 + 2 + 2 = 6
    WSAs: 1 + 1 + 2 = 4

    The square con­tains 4 WSAs, 4 BSAs, and 1 TA. So we sub­tract off the square (for an area of (pi-2)/2) and find that we have 2 BSAs and 1 TA left. All we have to do is deter­mine the area of those bul­lety bits and sub­tract ‘em off. Now fol­low your work up to step 6. Instead of sub­tract­ing off one WSA from the area high­lighted in step 1, we sub­tract off both. The area of the bul­lety region is (pi-12+6sqrt(3))/12.

    Now we just sub­tract off the BSAs, and we can eval­u­ate (pi-2)/2 — (pi-12+6sqrt(3))/6 to get the exact same answer you did.

  5. Sherv says:

    Incidentally, I have a lit­tle bit of a geom­e­try boner for President James A. Garfield’s proof of the Pythagorean the­o­rem. See Cut-the-Knot’s stu­pidly lengthy list of proofs for details.

  6. Peter W. says:

    Kind of makes me won­der whether there is a gen­eral prin­ci­ple involved. Taking reg­u­lar poly­gons with side length 1 and cen­ter­ing cir­cles at the cor­ners and ask­ing about the var­i­ous fig­ures that can be drawn. EG an equi­lat­eral tri­an­gle, using cir­cles of radius sqrt(3)/2. Or pen­tagons, using cir­cles of radius 1; or etc. How come some of them are solv­able and not oth­ers? I don’t even know how to find the area of a pentagon.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

*