Given $u=(3,1)$, $v=(3,6)$, $i=(2,3)$, find $w\in \mathbb{R}^2$ such that $i$ is the incenter of the triangle $[u,v,w]$.
To my understanding, in order to come up with the coordinate pair $(w_1, w_2)$, one needs to come up with six equations. I was only able to come up with four, so I'm asking to help me find the other two equations.
The distances from the incenter $i$ to the three sides of $[u,v,w]$ are equal, so I find the point $r$ on the line $[u,v]$ as follows:
$$(v-u)\cdot (i-r)=0\iff (0,5)\cdot (2-r_1, 3-r_2)=0$$ $$\implies 5(3-r_2)=0\implies r_2=3$$ $r_1 = 3$, since the difference between the first coordinates of $u$ and $v$ is zero. So we have that $r=(3,3)$, so that $\|i-r\|=1$.
So, now we can come up with the equations:
- Let $s=(s_1,s_2)$ be the point on $[w,u]$ and $t=(t_1,t_2)$ be the point on $[v,w]$. Now, $$(w_1-3, w_2-1)\cdot(2-s_1,3-s_2)=0$$
- Also, $(3-w_1)(2-t_1)+(6-w_2)(3-t_2)=0$ (from the other dot product).
- $(2-s_1)^2+(3-s_2)^2=1$ (from the fact that the incenter is equidistant from all sides of $[u,v,w]$.
- $(2-t_1)^2+(3-t_2)^2=1$
Now, to find $w=(w_1, w_2)$ precisely, I need two more equations. I would appreciate some hints. Moreover, I think this procedure is rather tedious, and I was wondering if there's a more elegant analytic (or maybe axiomatic) approach to this problem.


There's a simpler geometrical way to do the job. Consider angles $\alpha$ and $\beta$ in diagram below: from your data we know that $$ \tan\alpha={||i-r||\over||v-r||}={1\over3}, \quad \tan\beta={||i-r||\over||u-r||}={1\over2}, $$ whence: $$ \tan2\alpha={2\tan\alpha\over1-\tan^2\alpha}={3\over4}, \quad \tan2\beta={2\tan\beta\over1-\tan^2\beta}={4\over3}. $$ If $h$ is the projection of $w$ on line $[u,v]$, set: $x=||v-h||$ and $y=||u-h||=5-x$. We have then: $$ ||w-h||=x\tan2\alpha=y\tan2\beta, \quad\hbox{that is:}\quad {3\over4}x={4\over3}(5-x), \quad\hbox{whence:}\quad x={16\over5} $$ and $\displaystyle||w-h||={12\over5}$.
It is then straightforward to find the coordinates of $w$: $$ w=v+x{r-v\over||r-v||}+||w-h||{i-r\over||i-r||}= (3,6)+{16\over5}(0,-1)+{12\over5}(-1,0) =\left({3\over5},{14\over5}\right). $$