John Hughes’s Garden Problem
Solution by Robin Corbett


This solution does incorporate some input from the group session.

We calculate the area PQRS as a function of θ1, so that we can plot a graph of area against θ1 (or better tan θ1) and read off the angles needed to mark out the equal areas.


      Area PQRS = §PO1S – §QO1R
                           = §PO1S – §QO2R + ΔQO2O1
                           = ½ r12 θ1 – ½ r22 θ2 + ½ r2 x sin θ2

We need θ2 as a function of θ1. Using the sine rule in the triangle QO2O1, we get:
           sin (θ1 – θ2)
x
  =   sin θ1
r2

      \   θ2   =   θ1   –   sin-1[(x sin θ1) / r2]

So we now have the functions to produce the desired graph.