Barycentric coordinate system explained
In geometry, a barycentric coordinate system is a coordinate system in which the location of a point is specified by reference to a simplex (a triangle for points in a plane, a tetrahedron for points in three-dimensional space, etc.). The barycentric coordinates of a point can be interpreted as masses placed at the vertices of the simplex, such that the point is the center of mass (or barycenter) of these masses. These masses can be zero or negative; they are all positive if and only if the point is inside the simplex.
Every point has barycentric coordinates, and their sum is never zero. Two tuples of barycentric coordinates specify the same point if and only if they are proportional; that is to say, if one tuple can be obtained by multiplying the elements of the other tuple by the same non-zero number. Therefore, barycentric coordinates are either considered to be defined up to multiplication by a nonzero constant, or normalized for summing to unity.
Barycentric coordinates were introduced by August Möbius in 1827.[1] [2] [3] They are special homogenous coordinates. Barycentric coordinates are strongly related with Cartesian coordinates and, more generally, to affine coordinates (see).
Barycentric coordinates are particularly useful in triangle geometry for studying properties that do not depend on the angles of the triangle, such as Ceva's theorem, Routh's theorem, and Menelaus's theorem. In computer-aided design, they are useful for defining some kinds of Bézier surfaces.[4] [5]
Definition
Let
be points in a
Euclidean space, a
flat or an
affine space
of dimension that are affinely independent; this means that there is no affine subspace of dimension that contains all the points,
[6] or, equivalently that the points define a
simplex. Given any point
there are
scalars
that are not all zero, such that
for any point . (As usual, the notation
\overset{}\overrightarrow{AB}
represents the
translation vector or free vector that maps the point to the point .)
The elements of a tuple
that satisfies this equation are called
barycentric coordinates of with respect to
The use of colons in the notation of the tuple means that barycentric coordinates are a sort of
homogeneous coordinates, that is, the point is not changed if all coordinates are multiplied by the same nonzero constant. Moreover, the barycentric coordinates are also not changed if the auxiliary point, the
origin, is changed.
The barycentric coordinates of a point are unique up to a scaling. That is, two tuples
and
are barycentric coordinates of the same point
if and only if there is a nonzero scalar
such that
for every .
In some contexts, it is useful to constrain the barycentric coordinates of a point so that they are unique. This is usually achieved by imposing the condition or equivalently by dividing every
by the sum of all
These specific barycentric coordinates are called
normalized or
absolute barycentric coordinates.
[7] Sometimes, they are also called affine coordinates, although this term refers commonly to a slightly different concept.
Sometimes, it is the normalized barycentric coordinates that are called barycentric coordinates. In this case the above defined coordinates are called homogeneous barycentric coordinates.
With above notation, the homogeneous barycentric coordinates of are all zero, except the one of index . When working over the real numbers (the above definition is also used for affine spaces over an arbitrary field), the points whose all normalized barycentric coordinates are nonnegative form the convex hull of
which is the
simplex that has these points as its vertices.
With above notation, a tuple
such that
does not define any point, but the vector
is independent from the origin . As the direction of this vector is not changed if all
are multiplied by the same scalar, the homogeneous tuple
defines a direction of lines, that is a
point at infinity. See below for more details.
Relationship with Cartesian or affine coordinates
Barycentric coordinates are strongly related to Cartesian coordinates and, more generally, affine coordinates. For a space of dimension, these coordinate systems are defined relative to a point, the origin, whose coordinates are zero, and points
whose coordinates are zero except that of index that equals one.
A point has coordinates for such a coordinate system if and only if its normalized barycentric coordinates arerelatively to the points
The main advantage of barycentric coordinate systems is to be symmetric with respect to the defining points. They are therefore often useful for studying properties that are symmetric with respect to points. On the other hand, distances and angles are difficult to express in general barycentric coordinate systems, and when they are involved, it is generally simpler to use a Cartesian coordinate system.
Relationship with projective coordinates
Homogeneous barycentric coordinates are also strongly related with some projective coordinates. However this relationship is more subtle than in the case of affine coordinates, and, for being clearly understood, requires a coordinate-free definition of the projective completion of an affine space, and a definition of a projective frame.
The projective completion of an affine space of dimension is a projective space of the same dimension that contains the affine space as the complement of a hyperplane. The projective completion is unique up to an isomorphism. The hyperplane is called the hyperplane at infinity, and its points are the points at infinity of the affine space.
Given a projective space of dimension, a projective frame is an ordered set of points that are not contained in the same hyperplane. A projective frame defines a projective coordinate system such that the coordinates of the th point of the frame are all equal, and, otherwise, all coordinates of the th point are zero, except the th one.
When constructing the projective completion from an affine coordinate system, one commonly defines it with respect to a projective frame consisting of the intersections with the hyperplane at infinity of the coordinate axes, the origin of the affine space, and the point that has all its affine coordinates equal to one. This implies that the points at infinity have their last coordinate equal to zero, and that the projective coordinates of a point of the affine space are obtained by completing its affine coordinates by one as th coordinate.
When one has points in an affine space that define a barycentric coordinate system, this is another projective frame of the projective completion that is convenient to choose. This frame consists of these points and their centroid, that is the point that has all its barycentric coordinates equal. In this case, the homogeneous barycentric coordinates of a point in the affine space are the same as the projective coordinates of this point. A point is at infinity if and only if the sum of its coordinates is zero. This point is in the direction of the vector defined at the end of .
Barycentric coordinates on triangles
See also: Ternary plot and Triangle center.
In the context of a triangle, barycentric coordinates are also known as area coordinates or areal coordinates, because the coordinates of P with respect to triangle ABC are equivalent to the (signed) ratios of the areas of PBC, PCA and PAB to the area of the reference triangle ABC. Areal and trilinear coordinates are used for similar purposes in geometry.
Barycentric or areal coordinates are extremely useful in engineering applications involving triangular subdomains. These make analytic integrals often easier to evaluate, and Gaussian quadrature tables are often presented in terms of area coordinates.
Consider a triangle
with vertices
,
,
in the x,y-plane,
. One may regard points in
as vectors, so it makes sense to add or subtract them and multiply them by scalars.
Each triangle
has a
signed area or
sarea, which is plus or minus its area:
\operatorname{sarea}(ABC)=\pm\operatorname{area}(ABC).
The sign is plus if the path from
to
to
then back to
goes around the triangle in a counterclockwise direction. The sign is minus if the path goes around in a clockwise direction.
Let
be a point in the plane, and let
be its
normalized barycentric coordinates with respect to the triangle
, so
and
Normalized barycentric coordinates
are also called
areal coordinates because they represent ratios of signed areas of triangles:
\begin{align}λ1&=\operatorname{sarea}(PBC)/\operatorname{sarea}(ABC)\\
λ2&=\operatorname{sarea}(APC)/\operatorname{sarea}(ABC)\\
λ3&=\operatorname{sarea}(ABP)/\operatorname{sarea}(ABC).\end{align}
One may prove these ratio formulas based on the facts that a triangle is half of a parallelogram, and the area of a parallelogram is easy to compute using a determinant.
Specifically, let
is a parallelogram because its pairs of opposite sides, represented by the pairs of displacement vectors
, and
, are parallel and congruent.
Triangle
is half of the parallelogram
, so twice its signed area is equal to the signed area of the parallelogram, which is given by the
determinant
whose
columns are the displacement vectors
and
:
Expanding the determinant, using its alternating and multilinear properties, one obtains
\begin{align}\det(B-A,C-A)&=\det(B,C)-\det(A,C)-\det(B,A)+\det(A,A)\
&=\det(A,B)+\det(B,C)+\det(C,A)\end{align}
so
2\operatorname{sarea}(ABC)=\det(A,B)+\det(B,C)+\det(C,A).
Similarly,
2\operatorname{sarea}(PBC)=\det(P,B)+\det(B,C)+\det(C,P)
,To obtain the ratio of these signed areas, express
in the second formula in terms of its barycentric coordinates:
\begin{align}2\operatorname{sarea}(PBC)&=\det(λ1A+λ2B+λ3C,B)+\det(B,C)+\det(C,λ1A+λ2B+λ3C)\\
&=λ1\det(A,B)+λ3\det(C,B)+\det(B,C)+λ1\det(C,A)+λ2\det(C,B)\\
&=λ1\det(A,B)+λ1\det(C,A)+(1-λ2-λ3)\det(B,C)\end{align}.
The barycentric coordinates are normalized so
, hence
. Plug that into the previous line to obtain
\begin{align}2\operatorname{sarea}(PBC)&=λ1(\det(A,B)+\det(B,C)+\det(C,A))\
&=(λ1)(2\operatorname{sarea}(ABC)).\end{align}
Therefore
λ1=\operatorname{sarea}(PBC)/\operatorname{sarea}(ABC)
. Similar calculations prove the other two formulas
λ2=\operatorname{sarea}(APC)/\operatorname{sarea}(ABC)
λ3=\operatorname{sarea}(ABP)/\operatorname{sarea}(ABC)
.
(\gamma1,\gamma2,\gamma3)
of
are signed distances from
to the lines BC, AC, and AB, respectively. The sign of
is positive if
and
lie on the same side of BC, negative otherwise. The signs of
and
are assigned similarly. Let
a=\operatorname{length}(BC)
,
b=\operatorname{length}(CA)
,
c=\operatorname{length}(AB)
. Then
\begin{align}\gamma1a&=\pm2\operatorname{sarea}(PBC)\\
\gamma2b&=\pm2\operatorname{sarea}(APC)\\
\gamma3c&=\pm2\operatorname{sarea}(ABP)\end{align}
where, as above, sarea stands for signed area. All three signs are plus if triangle ABC is positively oriented, minus otherwise. The relations between trilinear and barycentric coordinates are obtained by substituting these formulas into the above formulas that express barycentric coordinates as ratios of areas.
Switching back and forth between the barycentric coordinates and other coordinate systems makes some problems much easier to solve.
Conversion between barycentric and Cartesian coordinates
Edge approach
Given a point
in a triangle's plane one can obtain the barycentric coordinates
,
and
from the
Cartesian coordinates
or vice versa.
We can write the Cartesian coordinates of the point
in terms of the Cartesian components of the triangle vertices
,
,
where
and in terms of the barycentric coordinates of
as
That is, the Cartesian coordinates of any point are a weighted average of the Cartesian coordinates of the triangle's vertices, with the weights being the point's barycentric coordinates summing to unity.
To find the reverse transformation, from Cartesian coordinates to barycentric coordinates, we first substitute
into the above to obtain
Rearranging, this is
This linear transformation may be written more succinctly as
where
is the vector of the first two barycentric coordinates,
is the
vector of
Cartesian coordinates, and
is a
matrix given by
Now the matrix
is
invertible, since
and
are
linearly independent (if this were not the case, then
,
, and
would be
collinear and would not form a triangle). Thus, we can rearrange the above equation to get
Finding the barycentric coordinates has thus been reduced to finding the 2×2 inverse matrix of
, an easy problem.
Explicitly, the formulae for the barycentric coordinates of point
in terms of its Cartesian coordinates (
x, y) and in terms of the Cartesian coordinates of the triangle's vertices are:
When understanding the last line of equation, note the identity
(r1-r3) x (r2-r3)=(r3-r1) x (r1-r2) |
.
Vertex approach
Another way to solve the conversion from Cartesian to barycentric coordinates is to write the relation in the matrix form with
and
\boldsymbol{λ}=\left(λ1,λ2,λ
i.e.
To get the unique normalized solution we need to add the condition
. The barycentric coordinates are thus the solution of the
linear systemwhich is
where
is twice the signed area of the triangle. The area interpretation of the barycentric coordinates can be recovered by applying
Cramer's rule to this linear system.
Conversion between barycentric and trilinear coordinates
A point with trilinear coordinates x : y : z has barycentric coordinates ax : by : cz where a, b, c are the side lengths of the triangle. Conversely, a point with barycentrics
has trilinears
Equations in barycentric coordinates
The three sides a, b, c respectively have equations
The equation of a triangle's Euler line is
Using the previously given conversion between barycentric and trilinear coordinates, the various other equations given in Trilinear coordinates#Formulas can be rewritten in terms of barycentric coordinates.
Distance between points
The displacement vector of two normalized points
and
is
The distance between and, or the length of the displacement vector
\overset{}\overrightarrow{PQ}=(x,y,z),
is
where a, b, c are the sidelengths of the triangle. The equivalence of the last two expressions follows from
which holds because
The barycentric coordinates of a point can be calculated based on distances di to the three triangle vertices by solving the equation
Applications
Determining location with respect to a triangle
Although barycentric coordinates are most commonly used to handle points inside a triangle, they can also be used to describe a point outside the triangle. If the point is not inside the triangle, then we can still use the formulas above to compute the barycentric coordinates. However, since the point is outside the triangle, at least one of the coordinates will violate our original assumption that
. In fact, given any point in cartesian coordinates, we can use this fact to determine where this point is with respect to a triangle.
If a point lies on an edge of the triangle but not at a vertex, one of the area coordinates
(the one associated with the opposite vertex) is zero, while the other two lie in the open interval
If the point lies on a vertex, the coordinate associated with that vertex equals 1 and the others equal zero. Finally, if the point lies outside the triangle at least one coordinate is negative.
Summarizing,
Point
lies inside the triangle
if and only if 0<λi<1 \forall iin{1,2,3}
.
lies on the edge or corner of the triangle if
0\leqλi\leq1 \forall iin{1,2,3}
and
.
Otherwise,
lies outside the triangle.
In particular, if a point lies on the far side of a line the barycentric coordinate of the point in the triangle that is not on the line will have a negative value.
Interpolation on a triangular unstructured grid
If
are known quantities, but the values of inside the triangle defined by
is unknown, they can be approximated using
linear interpolation. Barycentric coordinates provide a convenient way to compute this interpolation. If
is a point inside the triangle with barycentric coordinates
,
,
, then
In general, given any unstructured grid or polygon mesh, this kind of technique can be used to approximate the value of at all points, as long as the function's value is known at all vertices of the mesh. In this case, we have many triangles, each corresponding to a different part of the space. To interpolate a function at a point
, first a triangle must be found that contains
. To do so,
is transformed into the barycentric coordinates of each triangle. If some triangle is found such that the coordinates satisfy
0\leqλi\leq1 \forall iin1,2,3
, then the point lies in that triangle or on its edge (explained in the previous section). Then the value of
can be interpolated as described above.
These methods have many applications, such as the finite element method (FEM).
Integration over a triangle or tetrahedron
The integral of a function over the domain of the triangle can be annoying to compute in a cartesian coordinate system. One generally has to split the triangle up into two halves, and great messiness follows. Instead, it is often easier to make a change of variables to any two barycentric coordinates, e.g.
. Under this change of variables,
where is the area of the triangle. This result follows from the fact that a rectangle in barycentric coordinates corresponds to a quadrilateral in cartesian coordinates, and the ratio of the areas of the corresponding shapes in the corresponding coordinate systems is given by
. Similarly, for integration over a tetrahedron, instead of breaking up the integral into two or three separate pieces, one could switch to 3D tetrahedral coordinates under the change of variables
where is the volume of the tetrahedron.
Examples of special points
In the homogeneous barycentric coordinate system defined with respect to a triangle
, the following statements about special points of
hold.
The three vertices,, and have coordinates[8]
The centroid has coordinates
[8]
,
,
respectively,
,
,
are the
angle measures
,
, and
respectively, and is the
semiperimeter of
, then the following statements about special points of
hold in addition.
The circumcenter has coordinates[8] [9] [10] [11]
The orthocenter has coordinates[8] [9]
The incenter has coordinates
a:b:c=\sin\alpha:\sin\beta:\sin\gamma.
[9] [12] The excenters have coordinates[12]
The nine-point center has coordinates[8] [12]
The Gergonne point has coordinates
(s-b)(s-c):(s-c)(s-a):(s-a)(s-b)
.
The Nagel point has coordinates
.
The symmedian point has coordinates
.
Barycentric coordinates on tetrahedra
Barycentric coordinates may be easily extended to three dimensions. The 3D simplex is a tetrahedron, a polyhedron having four triangular faces and four vertices. Once again, the four barycentric coordinates are defined so that the first vertex
maps to barycentric coordinates
,
, etc.
This is again a linear transformation, and we may extend the above procedure for triangles to find the barycentric coordinates of a point
with respect to a tetrahedron:
where
is now a 3×3 matrix:
and
with the corresponding Cartesian coordinates:
Once again, the problem of finding the barycentric coordinates has been reduced to
inverting a 3×3 matrix.
3D barycentric coordinates may be used to decide if a point lies inside a tetrahedral volume, and to interpolate a function within a tetrahedral mesh, in an analogous manner to the 2D procedure. Tetrahedral meshes are often used in finite element analysis because the use of barycentric coordinates can greatly simplify 3D interpolation.
Generalized barycentric coordinates
Barycentric coordinates
of a point
that are defined with respect to a finite set of
k points
instead of a
simplex are called
generalized barycentric coordinates. For these, the equation
is still required to hold.[13] Usually one uses normalized coordinates,
. As for the case of a simplex, the points with nonnegative normalized generalized coordinates (
) form the
convex hull of . If there are more points than in a full simplex (
) the generalized barycentric coordinates of a point are
not unique, as the defining linear system (here for n=2)
is
underdetermined. The simplest example is a
quadrilateral in the plane. Various kinds of additional restrictions can be used to define unique barycentric coordinates.
[14] Abstraction
More abstractly, generalized barycentric coordinates express a convex polytope with n vertices, regardless of dimension, as the image of the standard
-simplex, which has
n vertices – the map is onto:
\Deltan-1\twoheadrightarrowP.
The map is one-to-one if and only if the polytope is a simplex, in which case the map is an isomorphism; this corresponds to a point not having
unique generalized barycentric coordinates except when P is a simplex.
into the
f-
orthant, where
f is the number of faces (dual to the vertices). This map is one-to-one (slack variables are uniquely determined) but not onto (not all combinations can be realized).
This use of the standard
-simplex and
f-orthant as standard objects that map to a polytope or that a polytope maps into should be contrasted with the use of the standard vector space
as the standard object for vector spaces, and the standard affine hyperplane
\{(x0,\ldots,xn)\mid\sumxi=1\}\subsetKn+1
as the standard object for affine spaces, where in each case choosing a
linear basis or affine basis provides an
isomorphism, allowing all vector spaces and affine spaces to be thought of in terms of these standard spaces, rather than an onto or one-to-one map (not every polytope is a simplex). Further, the
n-orthant is the standard object that maps
to cones.
Applications
Generalized barycentric coordinates have applications in computer graphics and more specifically in geometric modelling.[15] Often, a three-dimensional model can be approximated by a polyhedron such that the generalized barycentric coordinates with respect to that polyhedron have a geometric meaning. In this way, the processing of the model can be simplified by using these meaningful coordinates. Barycentric coordinates are also used in geophysics.[16]
See also
References
- Book: Möbius, August Ferdinand . August Ferdinand Möbius . 1827 . Der barycentrische Calcul . J.A. Barth . Leipzig.
Reprinted in Book: Möbius, August Ferdinand . 0 . 1885 . Der barycentrische Calcul . August Ferdinand Möbius Gesammelte Werke . 1 . Baltzer . Richard . S. Hirzel . Leipzig . 1–388 . https://archive.org/details/gesammeltewerkeh01mbuoft/page/n24/ .
- Max Koecher, Aloys Krieg: Ebene Geometrie. Springer-Verlag, Berlin 2007,, S. 76.
- Hille, Einar. "Analytic Function Theory, Volume I", Second edition, fifth printing. Chelsea Publishing Company, New York, 1982,, page 33, footnote 1
- Josef Hoschek, Dieter Lasser: Grundlagen der geometrischen Datenverarbeitung. Teubner-Verlag, 1989,, S. 243.
- Gerald Farin: Curves and Surfaces for Computer Aided Geometric Design. Academic Press, 1990,, S. 20.
- Reventós Tarrida, Agustí. "Affine Maps, Euclidean Motions and Quadrics". Springer, 2011,, page 11
- Deaux, Roland. "Introduction to The Geometry of Complex Numbers". Dover Publications, Inc., Mineola, 2008,, page 61
- Scott, J. A. "Some examples of the use of areal coordinates in triangle geometry", Mathematical Gazette 83, November 1999, 472–477.
- Web site: Schindler. Max. Chen. Evan. Barycentric Coordinates in Olympiad Geometry. 14 January 2016. July 13, 2012.
- Clark Kimberling's Encyclopedia of Triangles Web site: Encyclopedia of Triangle Centers . 2012-06-02 . dead . https://web.archive.org/web/20120419171900/http://faculty.evansville.edu/ck6/encyclopedia/ETC.html . 2012-04-19 .
- http://mathworld.wolfram.com/BarycentricCoordinates.html Wolfram page on barycentric coordinates
- Dasari Naga, Vijay Krishna, "On the Feuerbach triangle",Forum Geometricorum 17 (2017), 289–300: p. 289. http://forumgeom.fau.edu/FG2017volume17/FG201731.pdf
- Meyer . Mark . Barr . Alan . Lee . Haeyoung . Desbrun . Mathieu . 6 April 2012 . Generalized Barycentric Coordinates on Irregular Polygons . Journal of Graphics Tools . 7 . 13–22 . 10.1080/10867651.2002.10487551. 13370238 .
- Floater. Michael S.. 2015. Generalized barycentric coordinates and applications *. Acta Numerica. en. 24. 161–214. 10.1017/S0962492914000129. 62811364 . 0962-4929.
- Floater . Michael S. . 2003 . Mean value coordinates . Computer Aided Geometric Design . en . 20 . 1 . 19–27 . 10.1016/S0167-8396(03)00002-5.
- ONUFRIEV, VG; DENISIK, SA; FERRONSKY, VI, BARICENTRIC MODELS IN ISOTOPE STUDIES OF NATURAL-WATERS. NUCLEAR GEOPHYSICS, 4, 111-117 (1990)
- Scott, J. A. Some examples of the use of areal coordinates in triangle geometry, Mathematical Gazette 83, November 1999, 472–477.
- Schindler, Max; Chen, Evan (July 13, 2012). Barycentric Coordinates in Olympiad Geometry (PDF). Retrieved 14 January 2016.
- Clark Kimberling's Encyclopedia of Triangles Encyclopedia of Triangle Centers. Archived from the original on 2012-04-19. Retrieved 2012-06-02.
- Book: Bradley, Christopher J. . The Algebra of Geometry: Cartesian, Areal and Projective Co-ordinates . 2007 . Highperception . Bath . 978-1-906338-00-8 .
- Book: Coxeter, H.S.M. . Harold Scott MacDonald Coxeter . Introduction to geometry . limited . 2nd . John Wiley and Sons . 1969 . 978-0-471-50458-0 . 216–221 . 0181.48101 .
- Barycentric Calculus In Euclidean And Hyperbolic Geometry: A Comparative Introduction, Abraham Ungar, World Scientific, 2010
- Hyperbolic Barycentric Coordinates, Abraham A. Ungar, The Australian Journal of Mathematical Analysis and Applications, Vol.6, No.1, Article 18, pp. 1–35, 2009
External links