I am trying to calculate the circumcenter of a tetrahedron in 4 dimensional space. I was hoping for some concrete mathematical formula which can make this calculation more accurate.
2026-03-27 15:14:09.1774624449
On
Circumcenter of Tetrahedron (in 4D)
2.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
4
On
Let the points be $(a1,a2,a3,a4),(b1,b2,b3,b4),(c1,c2,c3,c4),(d1,d2,d3,d4)$.
The circumcentre is in the hyperplane, so it is a convex combination of the points
$$CC = wA+xB+yC+(1-w-x-y)D$$
The distances to the points are the same.
$$|(1-w)AD-xBD-yCD|^2\\=|-wAD+(1-x)BD-yCD|^2\\=|-wAD-xBD+(1-y)CD|^2\\=|-wAD-xBD-yCD|^2$$
Subtract the last expression from the first three, to get three linear equations in $w,x,y$:
$$\left[\begin{array}{ccc}2AD.AD&2AD.BD&2AD.CD\\2BD.AD&2BD.BD&2BD.CD\\2CD.AD&2Cd.BD&2CD.CD\end{array}\right]\left[\begin{array}{c}w\\x\\y\end{array}\right]=\left[\begin{array}{c}AD.AD\\BD.BD\\CD.CD\end{array}\right]$$
For example, $2AD.BD=2(d-a).(d-b)$. Invert the 3x3 matrix, to find $w,x$ and $y$.
This goes well beyond your question, but this paper was posted to the arXiv just last week:
Searching on the phrases in_sphere or in-sphere or insphere will access the substantial literature on the topic.