There are 2 nonparallel lines $a,b$ and point $E$ which doesn't belong to any of them and lies anywhere between them. EDIT: Task is to find two couples of points F, G and H, I $\in$ y such that $|EF|=|FG|$ and $|EH|=|HI|$. (where $|FG|$ and $|HI|$ are minimal distances between lines $a,b$ with given conditions) There are two solutions. I don't know how to construct points F, G and H, I with compass and ruler.
Thanks for your advice.
EDIT: Solution looks like this on the picture:
more properties and details on the same construction:
I need help with construction steps of points F, G and H, I. I don't understand how computer found it.
Like this?
given by
linesPt[-3, 11, .4 x + 2.5, -.2 x + 1.5]
, code here. ie basically, by solving for when $GF$ and $IH$ meet certain requirements.