Let $u=(7,4), o=(1,1), g=(1,2)$. Find $v,w \in \mathbb{R}^2$ such that $o$ is the circumcenter and $g$ is the centroid of $[u,v,w]$.
I understand that $g$ must be the intersection of the three medians, which can be written out as follows:
- $u-\frac{1}{2}(v-w)$ or $t(u-\frac{1}{2}(v-w))+o$ ($t\in\mathbb{R}$)
- $v-\frac{1}{2}(w-u)$ or $s(v-\frac{1}{2}(w-u))+o$ ($s\in\mathbb{R}$)
- $w-\frac{1}{2}(v-u)$ or $r(w-\frac{1}{2}(v-u))+o$ ($r\in\mathbb{R}$)
However, I'm not sure what to do in order to find the points $v$ and $w$. Namely, what should the lines be equated to in order to come up with some equations for $v$ and $w$?
The approach using medians would be very messy and involve non-linear equations. Below is a far simpler approach.
The distance between $o$ and $u$ is $\sqrt{(7-1)^2+(4-1)^2}=\sqrt{45}$. Since $o$ is the circumcentre, $v$ and $w$ also lie on the circle $(x-1)^2+(y-1)^2=45$ or $y=\pm\sqrt{45-(x-1)^2}+1$. Now let the $x$-coordinates of $v$ and $w$ be $a$ and $b$ respectively.
The centroid of a triangle is the geometric mean of its vertices, so we have (up to the signs of the square roots) $$7+a+b=3\cdot1=3\tag1$$ $$4\pm\sqrt{45-(a-1)^2}+1\pm\sqrt{45-(b-1)^2}+1=3\cdot2=6\tag2$$ Here we find ourselves in luck, as $(2)$ becomes $$\pm\sqrt{45-(a-1)^2}\pm\sqrt{45-(b-1)^2}=0$$ $$45-(a-1)^2=45-(b-1)^2$$ $$a-1=\pm(b-1)$$ $$a=b\lor a+b=2$$ Obviously $a+b=2$ is incorrect, as substituting this into $(1)$ yields the contradiction $9=3$, so $a=b=-2$. The square roots must then have opposite signs for a non-degenarate triangle: $$+\sqrt{45-(-2-1)^2}+1=7\qquad-\sqrt{45-(-2-1)^2}+1=-5$$ Therefore $v=(-2,7)$ and $w=(-2,-5)$ (or the other way around).