April 2nd, 2009, 11:12 pm
Partial solution for the dog's area of coverage, C (assuming the dog cannot enter the building): L <= A: C = c0 = 3/4 * pi * L^2A < L <=B: C = c0+c1, c1 = 1/4 * pi * (L-A)^2B < L <=A+B: C = c0+c1+c2, c2 = 1/4 * pi * (L-B)^2L > A+B: C = c0+c1+c2 - c3, c3 = the area of the ugly overlap between the (L-A) radius quarter circle and the (L-B) radius quarter circle at the corner opposite the leash's tie point.I need to grind out the c3 term which doesn't look hard! EDIT: looks like I cross-posted with mahalekrishna's edits and we have the same solution
Last edited by
Traden4Alpha on April 2nd, 2009, 10:00 pm, edited 1 time in total.