Re: Insphere of a tetrahedron



In article <dqid7f$7iv$2@xxxxxxxxxxxxxxxxxxxxxxxxxx>,
Hauke Reddmann <fc3a501@xxxxxxxxxxxxxx> wrote:
>Given an irregular (!!) tetrahedron as 4 space point coordinates.
>What are the coordinates of the insphere center?
>(Paper reference suffices :-)
>(Tried to compute that myself, straightforward but the formula
>piggyfies exponentially so a trick would help.)

OK, I worked this out. The results are so simple that I can't
help but to assume that they must be known.

Theorem 1:
Let a, b, c be the lengths of the sides opposite to vertices
A, B, C of the triangle ABC and let O be the triangle's incenter.
Then we have:
O = (a/t) A + (b/t) B + (c/t) C,
where t=a+b+c is the triangle's perimeter.

Note: Here I am viewing A, B, C, O as points in R^2.
The formula above gives the incenter O as a convex
combination of the vertices A, B, C.

Theorem 2:
Let a, b, c, d be the areas of the faces opposite to vertices
A, B, C, D of the tetrahedron $ABCD$ and let O be the
tetrahedron's incenter. Then we have:
O = (a/t) A + (b/t) B + (c/t) C + (d/t) D,
where t = a + b + c + d is the tetrahedron's surface area.

This, too, gives O as a convex combination of the vertices.
It is likely that the formula generalizes to higher dimensions
in the obvious way but I haven't given much thought to that.

--
Rouben Rostamian
.



Relevant Pages

  • Re: inpolygon in 3D
    ... barycentric coordinates for each point in each simplex. ... convex, so these factors were all importance. ... Given any 4-simplex (tetrahedron) in the 3-d space, ... this unique linear combination. ...
    (comp.soft-sys.matlab)
  • Re: Insphere of a tetrahedron
    ... >Given an irregular tetrahedron as 4 space point coordinates. ... A web search for "tetrahedron incenter" leads to the following ... On the Incenter of the Triangle and Tetrahedron The incenter ... of the three angle bisectors and the incenter of a tetrahedron ...
    (sci.math)
  • Re: O(NlogN) spatial sort & O(logN)? spatial search, no spatial index
    ... There's only one "hull" in there, and it's the search query. ... but it probably would be a regular tetrahedron in 3D. ... A convex hull, in mathematics, is defined as follows: ...
    (comp.graphics.algorithms)
  • Re: Insphere of a tetrahedron
    ... >> Let a, b, c, d be the areas of the faces opposite to vertices ... with the opposite edge, AB, satisfies ... then calculate the volume of the tetrahedron AXCD, ... using that the incenter of ABCD is contained in the plane CDX: ...
    (sci.math)
  • Re: Insphere of a tetrahedron
    ... >What are the coordinates of the insphere center? ... >(Paper reference suffices :-) ... The perpindiculars from the incenter to each side of the tetrahedron ...
    (sci.math)