Consider the following points:
$$A(-3,0)\hspace{1cm} B(3,0)\hspace{1cm} C(x,y)$$
Now consider the following vectors:
$$CA\hspace{1cm} CB\hspace{1cm} CO$$
where $O$ is the origin $O(0,0)$. Consider the vector $HF$, of magnitude $4$. It is perpendicular to the position vector $OC$ of $C$. All this is depicted in the diagram below. How can the position of $E$ or of $H$ and $F$ be determined with respect to $C(x,y)$ while maintaining a magnitude of $4$?
TL;DR? Essentially, considering the diagram below and that $C$ is an arbitrary point, where must $E$ be in order to achieve a length of $4$ for $FH$.
Badly worded question, I know, but I can't seem to simplify it nor answer it.
Thanks,
Yazan

Assume that $A$, $B$ and $C$ are not colinear and that neither of the lines $\overline{AC}$ and $\overline{BC}$ is perpendicular to the line $\overline{OC}$. Observe that $|EF|=|CE|\tan{\angle{FCE}}$ and $|EH|=|CE|\tan{\angle{ECH}}$, so $$|CE|={|FH|\over\tan{\angle{FCE}}+\tan{\angle{ECH}}}.$$ The denominator can be computed using dot products and cross products: $$\tan{\angle{FCE}}={\sin{\angle{FCE}}\over\cos{\angle{FCE}}}={\|A-C\|\|C\|\sin{\angle{FCE}}\over\|A-C\|\|C\|\cos{\angle{FCE}}}={(A-C)\times C\over(A-C)\cdot C}\tag{*}$$ and similarly for $\tan{\angle{ECH}}$. Note that there will be two such points, one to either side of $C$ along the line $\overline{OC}$. By cross-product here I mean the “two-dimensional cross product” $$\mathbf u\times\mathbf v=\det\begin{bmatrix}\mathbf u&\mathbf v\end{bmatrix}=x_uy_v-y_vx_u,$$ which is the value of the $z$-coordinate of the three-dimensional cross product of these vectors. Take care to maintain the proper order of the vectors when computing $\tan{\angle{ECH}}$. The numerator of (*) can of course be simplified to $A\times C$, but it’s not really any more computationally efficient to do so.