| The outline of the curve sept by the door is the curve
f(x) = max(g(x,y), x <= y <= 2), where g(x,y) is the height of the door at
abscissa x when points O and Q are separated by y. This can be "simplified"
to f(x) = max(g(x,y), x <= y <= min(2x,2)) since no point on the "fixed"
half of the door can ever be higher at any given x value than the hinge was at
that x value.
g(x,y) = 2 * (1 - x/y) * sqrt(1 - y�/4)
To find the y that maximizes g(x,y) take the derivative with respect to y,
dg(x,y)/dy = 2*(x/y�)*sqrt(1 - y�/4) + 2*(1 - x/y)*(-y/4)/sqrt(1-y�/4)
Set it equal to zero and solve for y,
y = cuberoot(4x)
which is between x and 2x for x in [sqrt(2)/2, 2], and in this interval
f(x) = g(x,(4x)^1/3) = 2 * (1 - cuberoot(2x�)/2)^3/2 sqrt(2)/2 <= x <= 2
In the interval [0, sqrt(2)/2] the max of g(x,y) is at y = 2x, and
f(x) = g(x,2x) = sqrt(1-x�) 0 <= x <= sqrt(2)/2
|
| The solution published differs from .1 in 1/sqrt(2) <= x <= 2.
-- edp
Public key fingerprint: 8e ad 63 61 ba 0c 26 86 32 0a 7d 28 db e7 6f 75
To get PGP, FTP /pub/unix/security/crypt/pgp23A.zip from ftp.funet.fi.
For FTP access, mail "help" message to DECWRL::FTPmail or open Upsar::Gateways.
|
| According to the published solution, the path obeys x^(2/3) + y^(2/3) =
2^(2/3) for 1/sqrt(2) <= x <= 2.
-- edp
Public key fingerprint: 8e ad 63 61 ba 0c 26 86 32 0a 7d 28 db e7 6f 75
To get PGP, FTP /pub/unix/security/crypt/pgp23A.zip from ftp.funet.fi.
For FTP access, mail "help" message to DECWRL::FTPmail or open Upsar::Gateways.
|