All right, here’s what I’ve come up with, though I’m not sure that it will be of much help:
I’ve been trying to find an ellipse that matches everything exactly, though I notice that flight has been working on finding a close approximation, which might be the best approach after all.
Anyway, the first ellipse I gave was under the assumption that the ellipse would be oriented horizontally/vertically. It matched perfectly, but at least one focus was inside the building.
After the adjustment was made to the measurements, I tried the same approach (again, assuming that the horiz/vert orientation). I’m pretty confident that no such ellipse exists, actually, though I may have made a mistake. The only conic that would match such a situation is a hyperbola, and I don’t think you want that.
So the next step is to drop the assumption that the ellipse is oriented horiz/vert. The general form for a conic is:
Ax[sup]2[/sup] + Bxy + Cy[sup]2[/sup] + Dx + Ey + F = 0
I’m taking the origin to be located at the bottom right corner; this forces F=0, since the ellipse goes through that point.
The slope at any point on the ellipse is given by:
- (2Ax + By + D) / (Bx + 2Cy + E)
At the origin, we want this slope to be horizontal (zero). This forces D=0.
The ellipse must go through the point (-26.5, 7.5) (the left end of the connection). This gives the linear equation:
702.25A - 198.75B + 56.25C + 7.5E = 0
The slope at that same point must be -.5. This gives the linear equation:
53A - 20.75B + 7.5C + .5E = 0
Now comes the tricky part (for me, anyway). At what angle should the ellipse be rotated? It would be nice to specify such an angle, since this will give us another linear equation in A, B, C, and E. Then we’ll have three equations, four unknowns; solving the system will give us a single parameter, and we can see what happens as we let that parameter vary–hopefully giving us a workable solution (i.e., “usable” foci).
Say the ellipse is rotated by an acute angle t from horizontal or vertical. Then by rotation of axes we get the equation
cot(2t) = (A-C)/B, or, equivalently, our third linear equation:
A - (cot(2t))B - C = 0
(see here if you’re not sure where this comes from (warning: pdf file))
Now, what I did first was to assume that one axis of the ellipse was parallel to the straight line through the points to be connected (those points being the origin (0,0) and (-26.5,7.5))–an angle of about 15.8[sup]o[/sup].
I threw that in to the last linear equation listed above. However, barring a stupid mistake on my part, all conics satisfying those three linear equations were hyperbolas, not ellipses.
I’m getting a bit tired now, but I thought some of this might be useful to someone. With this approach, the key is to find an appropriate angle t such that:
- We actually get ellipses and not some other conic, and
- The foci are located in a clear spot.
Sorry I couldn’t be of more help.