Let $L$ be the line $2y=x+4$, $M$ be the line $x+y=4$, $N$ be the line $y+8=3x$. Find points $u,v,w\in \mathbb{R}^2$ such that, in the triangle $[u,v,w]$, $L$ is the angle bisector at $u$, $M$ is the altitude from $v$, $N$ is the median from $w$.
My attempt:
$u$ lies on $L$, so $u=(2t,t+4)$ for some $t\in\mathbb{R}$
$w$ lies on $N$, so $w=(q, 3q-8)$ for some $q\in\mathbb{R}$
$v$ lies on $M$, so $v=(s, 4-s)$ for some $s\in\mathbb{R}$
Some point on $v-w$ lies on $M$, so $3t=4q-8$ (after substituting the coordinates of $v-w$ into the linear equation for $M$.
Now the problem is that I don't know how to utilize the condition for $L$ being the angle bisector at $u$ and the condition $M$ being the altitude from $v$ without introducing additional variables.
Your help would be much appreciated.
As explained bellow, I've found the following points: $$u=(12,8),\qquad v=(-2,6),\qquad w=(2,-2). $$ The associated position vectors are: $$\mathbf{u}=12\,\mathbf{\hat{e}}_{1}+8\,\mathbf{\hat{e}}_{2} ,\quad \mathbf{v}=-2\,\mathbf{\hat{e}}_{1}+6\,\mathbf{\hat{e}}_{2},\quad \mathbf{w}=2\,\mathbf{\hat{e}}_{1}-2\,\mathbf{\hat{e}}_{2} . $$
Triangle $[u,v,w]=[(12,8),(-2,6),(2,-2)]$ and lines $L$ (black), $M$ (blue) and $N$ (red)
As it has already been pointed out, instead of
it should be
because if we replace $x$ with $2t$ in $2y=x+4$, we obtain $2y=2t+4$, which means that $y=t+2$.
After this correction, your system of three equations becomes
$$u=(2t,t+4)\tag{1} ,$$ $$v=(s,4-s)\tag{2} ,$$ $$w=(q,3q-8)\tag{3} .$$
The position vectors are thus $$\mathbf{u}=(2t)\,\mathbf{\hat{e}_1}+(t+4)\,\mathbf{\hat{e}_2}\tag{1$\mathrm{a}$},$$ $$\mathbf{v}=s\,\mathbf{\hat{e}_1}+(4-s)\,\mathbf{\hat{e}_2}\tag{2$\mathrm{a}$},$$ $$\mathbf{w}=q\,\mathbf{\hat{e}_1}+(3q-8)\,\mathbf{\hat{e}_2}\tag{3$\mathrm{a}$}.$$
To obtain additional relations between $t,s$ and $q$, such as equations $(5')$, $(7')$ and $(15)$, without introducing additional variables, except the angles between the bisector $L$ and the two sides $[u,v]$ and $[u,w]$, we compute their slopes and use the conditions on $L,M,N$:
$$\mathbf{w}-\mathbf{u}=(q-2t)\,\mathbf{\hat{e}}_{1}+(3q-t-10)\,\mathbf{\hat{e}}_{2}\tag{4},$$ by $(\mathrm{D})$ bellow, the slope of $\mathbf{w}-\mathbf{u}$ should be $1$. Then $$ 3q-t-10=q-2t\Leftrightarrow 2q+t-10=0.\tag{5} $$ Solving $(5)$ for $q$, we obtain $$q=-\frac{1}{2}t+5.\tag{5'}$$ Substituting $(5')$ in $(3)$, we obtain $$w=\left(-\frac{1}{2}t+5,-\frac{3}{2}t+7\right)\tag{3'}$$
Acute angle $\theta$ between two lines with slopes $m$ and $m'$ using trigonometry (angle difference identity for tangent) $[1]$
If $\alpha $ is the angle that a line with slope $m$ makes with the $x$-axis and $\alpha ^{\prime }$ is the angle that another line with slope $m^{\prime }$ makes with the $x$-axis, then, assuming that $\alpha\ge\alpha'$, the acute angle $\theta $ between the two lines is given by
\begin{equation*} \theta =\alpha -\alpha ^{\prime }\qquad \text{or}\qquad \theta =\pi -\left( \alpha -\alpha ^{\prime }\right),\quad 0\le\theta\le \frac{\pi}{2}.\tag{$\mathrm{A}$} \end{equation*}
Consequently,
\begin{equation*} \tan \theta =\tan \left( \alpha -\alpha ^{\prime }\right) \qquad \text{ or }\qquad\tan \theta =-\tan \left( \alpha -\alpha ^{\prime }\right). \tag{$\mathrm{B}$} \end{equation*}
From trigonometry, we know that
\begin{equation*} \tan \theta =\tan \left( \alpha -\alpha ^{\prime }\right) =\frac{\tan \alpha -\tan \alpha ^{\prime }}{1+\tan \alpha \tan \alpha ^{\prime }} \end{equation*}
Since
\begin{equation*} m=\tan \alpha \qquad\text{ and }\qquad m^{\prime }=\tan \alpha \end{equation*}
we obtain
\begin{equation*} \tan \theta =\left|\frac{m-m^{\prime }}{1+mm^{\prime }}\right|,\qquad 0\le\theta \le\frac{\pi}{2}.\tag{$\mathrm{C}$} \end{equation*}
If $\alpha <\alpha'$, this equation is still valid, because its right-hand side is non-negative.
In particular, if $\theta=\frac{\pi}{2}$,the denominator should satisfy the well known equation
\begin{equation*} mm^{\prime }=-1.\tag{$\mathrm{D}$} \end{equation*}
$[1]$ J. Sebastião e Silva, "Geometria Analítica Plana", pp. 76-77, 1967