MathDB
quartets of points, OP = p, PQ = q, QR = r, RS = <OPQ = < PQR = < QRS = 135^o

Source: Netherlands - Dutch NMO 1964 p2

January 31, 2023
analytic geometryge

Problem Statement

Given is a flat plane VV containing a rectangular coordinate system xOyxOy. We consider quartets of numbers (p,q,r,s)(p,q,r,s); p0p\le 0, q0q \le 0, r0r \le 0, s0s \le 0. On every quartet we add a point SS from VV in a way that is in the accompanying figure is displayed. In this figure OP=pOP = p,PQ=qPQ = q,QR=rQR = r,RS=sRS = s, OPQ=PQR=QRS=135o\angle OPQ = \angle PQR = \angle QRS = 135^o. (a) What is the set of the points of VV, which are added to these quartets ? (b) Which of these points has been added to only one quartet? How many quartets have the other points been added? (c) What is the set of points added to the quartets for which p+q=1p + q = 1 and r=s=0r = s = 0? (d) What is the set of points added to the quartets for which p+1=p + 1 = and r+s=1r + s = 1?
[asy] unitsize(0.6 cm);
pair O, P, Q, R, S;
O = (0,0); P = (2,0); Q = P + 2*dir(45); R = Q + (0,2.5); S = R + 3*dir(135);
draw((-1,0)--(7,0)); draw((0,-1)--(0,8)); draw(P--Q--R--S);
label("OO", O, SW); label("PP", P, dir(270)); label("QQ", Q, E); label("RR", R, E); label("SS", S, N); label("XX", (7,0), E); label("YY", (0,8), N); [/asy]