barycentric coordinate system

{{short description|Coordinate system that is defined by points instead of vectors}}

{{Distinguish|Barycentric coordinates (astronomy)}}

File:TriangleBarycentricCoordinates.svg

File:Barycentric subdivision of a 3-simplex.svg

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.{{cite book |last=Möbius |first=August Ferdinand |author-link=August Ferdinand Möbius |year=1827 |title=Der barycentrische Calcul |publisher=J.A. Barth |place=Leipzig}}

Reprinted in {{cite book |last=Möbius |first=August Ferdinand |display-authors=0 |year=1885 |contribution=Der barycentrische Calcul |title=August Ferdinand Möbius Gesammelte Werke |volume=1 |editor-last=Baltzer |editor-first=Richard |publisher=S. Hirzel |place=Leipzig |pages=1–388 |contribution-url=https://archive.org/details/gesammeltewerkeh01mbuoft/page/n24/ }}Max Koecher, Aloys Krieg: Ebene Geometrie. Springer-Verlag, Berlin 2007, {{ISBN|978-3-540-49328-0}}, S. 76.Hille, Einar. "Analytic Function Theory, Volume I", Second edition, fifth printing. Chelsea Publishing Company, New York, 1982, {{ISBN|0-8284-0269-8}}, page 33, footnote 1 They are special homogeneous coordinates. Barycentric coordinates are strongly related with Cartesian coordinates and, more generally, to affine coordinates ({{xref|see {{slink|Affine space|Relationship between barycentric and affine coordinates}}}}).

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.Josef Hoschek, Dieter Lasser: Grundlagen der geometrischen Datenverarbeitung. Teubner-Verlag, 1989, {{ISBN|3-519-02962-6}}, S. 243.Gerald Farin: Curves and Surfaces for Computer Aided Geometric Design. Academic Press, 1990, {{ISBN|9780122490514}}, S. 20.

Definition

Let A_0, \ldots, A_n be {{math|n + 1}} points in a Euclidean space, a flat or an affine space \mathbf A of dimension {{mvar|n}} that are affinely independent; this means that there is no affine subspace of dimension {{math|n − 1}} that contains all the points,Reventós Tarrida, Agustí. "Affine Maps, Euclidean Motions and Quadrics". Springer, 2011, {{ISBN|978-0-85729-709-9}}, page 11 or, equivalently that the points define a simplex. Given any point P\in \mathbf A, there are scalars a_0, \ldots, a_n that are not all zero, such that

( a_0 + \cdots + a_n ) \overset{}\overrightarrow{OP} = a_0 \overset{}\overrightarrow {OA_0} + \cdots + a_n \overset{}\overrightarrow {OA_n},

for any point {{mvar|O}}. (As usual, the notation \overset{}\overrightarrow {AB} represents the translation vector or free vector that maps the point {{mvar|A}} to the point {{mvar|B}}.)

The elements of a {{math|(n + 1)}} tuple (a_0: \dotsc: a_n) that satisfies this equation are called barycentric coordinates of {{mvar|P}} with respect to A_0, \ldots, A_n. 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 {{mvar|O}}, the origin, is changed.

The barycentric coordinates of a point are unique up to a scaling. That is, two tuples (a_0: \dotsc: a_n) and (b_0: \dotsc: b_n) are barycentric coordinates of the same point if and only if there is a nonzero scalar \lambda such that b_i=\lambda a_i for every {{mvar|i}}.

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

\sum a_i = 1,

or equivalently by dividing every a_i by the sum of all a_i. These specific barycentric coordinates are called normalized or absolute barycentric coordinates.Deaux, Roland. "Introduction to The Geometry of Complex Numbers". Dover Publications, Inc., Mineola, 2008, {{ISBN|978-0-486-46629-3}}, page 61 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 {{mvar|A{{sub|i}}}} are all zero, except the one of index {{mvar|i}}. 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 \{A_0, \ldots, A_n\}, which is the simplex that has these points as its vertices.

With above notation, a tuple (a_1, \ldots, a_n) such that

\sum_{i=0}^n a_i=0

does not define any point, but the vector

a_0 \overset{}\overrightarrow {OA_0} + \cdots + a_n \overset{}\overrightarrow {OA_n}

is independent from the origin {{mvar|O}}. As the direction of this vector is not changed if all a_i are multiplied by the same scalar, the homogeneous tuple (a_0: \dotsc: a_n) 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 {{mvar|n}}, these coordinate systems are defined relative to a point {{mvar|O}}, the origin, whose coordinates are zero, and {{mvar|n}} points A_1, \ldots, A_n, whose coordinates are zero except that of index {{mvar|i}} that equals one.

A point has coordinates

(x_1, \ldots, x_n)

for such a coordinate system if and only if its normalized barycentric coordinates are

(1-x_1-\cdots - x_n,x_1, \ldots, x_n)

relatively to the points O, A_1, \ldots, A_n.

The main advantage of barycentric coordinate systems is to be symmetric with respect to the {{math|n + 1}} defining points. They are therefore often useful for studying properties that are symmetric with respect to {{math|n + 1}} 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 {{mvar|n}} 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.{{Citation | last1=Berger | first1=Marcel | author1-link=Marcel Berger | title=Geometry I | publisher=Springer | location=Berlin | isbn= 3-540-11658-3 | year=1987}}

Given a projective space of dimension {{mvar|n}}, a projective frame is an ordered set of {{math|n + 2}} points that are not contained in the same hyperplane. A projective frame defines a projective coordinate system such that the coordinates of the {{math|(n + 2)}}th point of the frame are all equal, and, otherwise, all coordinates of the {{mvar|i}}th point are zero, except the {{mvar|i}}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 {{math|(n + 1)}}th coordinate.

When one has {{math|n + 1}} 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 {{slink||Definition}}.

Barycentric coordinates on triangles

{{see also|Ternary plot|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 ABC with vertices A=(a_1,a_2), B=(b_1,b_2), C=(c_1,c_2) in the x,y-plane, \mathbb{R}^2. One may regard points in \mathbb{R}^2 as vectors, so it makes sense to add or subtract them and multiply them by scalars.

Each triangle ABC 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 A to B to C then back to A goes around the triangle in a counterclockwise direction. The sign is minus if the path goes around in a clockwise direction.

Let P be a point in the plane, and let (\lambda_1,\lambda_2,\lambda_3) be its normalized barycentric coordinates with respect to the triangle ABC, so

P = \lambda_1 A + \lambda_2 B + \lambda_3 C

and

1 = \lambda_1 + \lambda_2 + \lambda_3.

Normalized barycentric coordinates (\lambda_1,\lambda_2,\lambda_3) are also called areal coordinates because they represent ratios of signed areas of triangles:

\begin{align}\lambda_1 &= \operatorname{sarea}(PBC)/\operatorname{sarea}(ABC)\\

\lambda_2 &= \operatorname{sarea}(APC)/\operatorname{sarea}(ABC)\\

\lambda_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

D = -A+B+C.

ABCD is a parallelogram because its pairs of opposite sides, represented by the pairs of displacement vectors D-C=B-A, and D-B=C-A, are parallel and congruent.

Triangle ABC is half of the parallelogram ABDC, so twice its signed area is equal to the signed area of the parallelogram, which is given by the 2\times 2 determinant \det(B-A,C-A) whose columns are the displacement vectors B-A and C-A:

\operatorname{sarea}(ABCD)=\det\begin{pmatrix}b_1-a_1 & c_1-a_1 \\ b_2-a_2 & c_2-a_2\end{pmatrix}

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 P in the second formula in terms of its barycentric coordinates:

\begin{align}2 \operatorname{sarea}(PBC)

&= \det(\lambda_1 A + \lambda_2 B + \lambda_3 C, B) + \det(B,C)

+ \det(C,\lambda_1 A + \lambda_2 B + \lambda_3 C)\\

&= \lambda_1 \det(A,B) + \lambda_3 \det(C,B) + \det(B,C)

+ \lambda_1 \det(C,A) + \lambda_2 \det(C,B)\\

&= \lambda_1 \det(A,B) + \lambda_1 \det(C,A)

+ (1-\lambda_2 - \lambda_3) \det(B,C) \end{align}.

The barycentric coordinates are normalized so 1 = \lambda_1 + \lambda_2 + \lambda_3, hence \lambda_1 = (1-\lambda_2 - \lambda_3) . Plug that into the previous line to obtain

\begin{align}2 \operatorname{sarea}(PBC) &= \lambda_1 (\det(A,B)+\det(B,C)+\det(C,A)) \\

&= (\lambda_1)(2 \operatorname{sarea}(ABC)).\end{align}

Therefore

\lambda_1 = \operatorname{sarea}(PBC)/\operatorname{sarea}(ABC).

Similar calculations prove the other two formulas

\lambda_2 = \operatorname{sarea}(APC)/\operatorname{sarea}(ABC)

\lambda_3 = \operatorname{sarea}(ABP)/\operatorname{sarea}(ABC).

Trilinear coordinates (\gamma_1,\gamma_2,\gamma_3) of P are signed distances from P to the lines BC, AC, and AB, respectively. The sign of \gamma_1 is positive if P and A lie on the same side of BC, negative otherwise. The signs of \gamma_2 and \gamma_3 are assigned similarly. Let

a = \operatorname{length}(BC), b = \operatorname{length}(CA), c = \operatorname{length}(AB).

Then

\begin{align}\gamma_1 a &= \pm 2\operatorname{sarea}(PBC)\\

\gamma_2 b &= \pm 2\operatorname{sarea}(APC)\\

\gamma_3 c &= \pm 2\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 \mathbf{r} in a triangle's plane one can obtain the barycentric coordinates \lambda_1, \lambda_2 and \lambda_3 from the Cartesian coordinates (x, y) or vice versa.

We can write the Cartesian coordinates of the point \mathbf{r} in terms of the Cartesian components of the triangle vertices \mathbf{r}_1, \mathbf{r}_2, \mathbf{r}_3 where \mathbf{r}_i = (x_i, y_i) and in terms of the barycentric coordinates of \mathbf{r} as

\begin{align}

x &= \lambda_1 x_1 + \lambda_2 x_2 + \lambda_3 x_3 \\[2pt]

y &= \lambda_1 y_1 + \lambda_2 y_2 + \lambda_3 y_3

\end{align}

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 \lambda_3 = 1 - \lambda_1 - \lambda_2 into the above to obtain

\begin{align}

x &= \lambda_1 x_1 + \lambda_2 x_2 + (1 - \lambda_1 - \lambda_2) x_3 \\[2pt]

y &= \lambda_1 y_1 + \lambda_2 y_2 + (1 - \lambda_1 - \lambda_2) y_3

\end{align}

Rearranging, this is

\begin{align}

\lambda_1(x_1 - x_3) + \lambda_2(x_2 - x_3) + x_3 - x &= 0 \\[2pt]

\lambda_1(y_1 - y_3) + \lambda_2(y_2 -\, y_3) + y_3 - \, y &= 0

\end{align}

This linear transformation may be written more succinctly as

\mathbf{T} \cdot \lambda = \mathbf{r}-\mathbf{r}_3

where \lambda is the vector of the first two barycentric coordinates, \mathbf{r} is the vector of Cartesian coordinates, and \mathbf{T} is a matrix given by

\mathbf{T} = \left(\begin{matrix}

x_1-x_3 & x_2-x_3 \\

y_1-y_3 & y_2-y_3

\end{matrix}\right)

Now the matrix \mathbf{T} is invertible, since \mathbf{r}_1-\mathbf{r}_3 and \mathbf{r}_2-\mathbf{r}_3 are linearly independent (if this were not the case, then \mathbf{r}_1, \mathbf{r}_2, and \mathbf{r}_3 would be collinear and would not form a triangle). Thus, we can rearrange the above equation to get

\left(\begin{matrix}\lambda_1 \\ \lambda_2\end{matrix}\right) = \mathbf{T}^{-1} ( \mathbf{r}-\mathbf{r}_3 )

Finding the barycentric coordinates has thus been reduced to finding the 2×2 inverse matrix of \mathbf{T}, an easy problem.

Explicitly, the formulae for the barycentric coordinates of point \mathbf{r} in terms of its Cartesian coordinates (x, y) and in terms of the Cartesian coordinates of the triangle's vertices are:

\begin{align}

\lambda_1 =&\ \frac{(y_2-y_3)(x-x_3) + (x_3-x_2)(y-y_3)}{\det(\mathbf T)} \\[4pt]

&= \frac{(y_2-y_3)(x-x_3) + (x_3-x_2)(y-y_3)}{(y_2-y_3)(x_1-x_3) + (x_3-x_2)(y_1-y_3)} \\[4pt]

&= \frac{(\mathbf{r}-\mathbf{r_3})\times(\mathbf{r_2}-\mathbf{r_3})}{(\mathbf{r_1}-\mathbf{r_3})\times(\mathbf{r_2}-\mathbf{r_3})} \\[12pt]

\lambda_2 =&\ \frac{(y_3-y_1)(x-x_3) + (x_1-x_3)(y-y_3)}{\det(\mathbf T)} \\[4pt]

&= \frac{(y_3-y_1)(x-x_3) + (x_1-x_3)(y-y_3)}{(y_2-y_3)(x_1-x_3) + (x_3-x_2)(y_1-y_3)} \\[4pt]

&= \frac{(\mathbf{r}-\mathbf{r_3})\times(\mathbf{r_3}-\mathbf{r_1})}{(\mathbf{r_1}-\mathbf{r_3})\times(\mathbf{r_2}-\mathbf{r_3})} \\[12pt]

\lambda_3 =&\ 1 - \lambda_1 - \lambda_2 \\[4pt]

&= 1-\frac{(\mathbf{r}-\mathbf{r_3})\times(\mathbf{r_2}-\mathbf{r_1})}{(\mathbf{r_1}-\mathbf{r_3})\times(\mathbf{r_2}-\mathbf{r_3})} \\[4pt]

&= \frac{(\mathbf{r}-\mathbf{r_1})\times(\mathbf{r_1}-\mathbf{r_2 })}{(\mathbf{r_1}-\mathbf{r_3})\times(\mathbf{r_2}-\mathbf{r_3})}

\end{align}When understanding the last line of equation, note the identity (\mathbf{r_1}-\mathbf{r_3})\times(\mathbf{r_2}-\mathbf{r_3})=(\mathbf{r_3}-\mathbf{r_1})\times(\mathbf{r_1}-\mathbf{r_2}).

== Vertex approach ==

Another way to solve the conversion from Cartesian to barycentric coordinates is to write the relation in the matrix form

\mathbf{R} \boldsymbol{\lambda} = \mathbf{r}with \mathbf{R} = \left(\, \mathbf{r}_1 \,|\, \mathbf{r}_2 \,|\, \mathbf{r}_3 \right) and \boldsymbol{\lambda} = \left(\lambda_1,\lambda_2,\lambda_3\right)^\top, i.e.

\begin{pmatrix}

x_1 & x_2 & x_3\\

y_1 & y_2 & y_3

\end{pmatrix}

\begin{pmatrix}

\lambda_1 \\ \lambda_2 \\ \lambda_3

\end{pmatrix} =

\begin{pmatrix}x\\y\end{pmatrix}

To get the unique normalized solution we need to add the condition \lambda_1 + \lambda_2 + \lambda_3 = 1. The barycentric coordinates are thus the solution of the linear system

\left(\begin{matrix}

1 & 1 & 1 \\

x_1 & x_2 & x_3\\

y_1 & y_2 & y_3

\end{matrix}\right)

\begin{pmatrix}

\lambda_1 \\ \lambda_2 \\ \lambda_3

\end{pmatrix} =

\left(\begin{matrix}

1\\x\\y

\end{matrix}\right)

which is

\begin{pmatrix}

\lambda_1 \\ \lambda_2 \\ \lambda_3

\end{pmatrix} = \frac{1}{2A}

\begin{pmatrix}

x_2y_3-x_3y_2 & y_2-y_3 & x_3-x_2 \\

x_3y_1-x_1y_3 & y_3-y_1 & x_1-x_3 \\

x_1y_2-x_2y_1 & y_1-y_2 & x_2-x_1

\end{pmatrix}\begin{pmatrix}

1\\x\\y

\end{pmatrix}

where

2A = \det(1|R) = x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2)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 \lambda_1 : \lambda_2 : \lambda_3 has trilinears \lambda_1/a:\lambda_2/b:\lambda_3/c.

=Equations in barycentric coordinates=

The three sides a, b, c respectively have equations

\lambda_1=0, \quad \lambda_2=0, \quad \lambda_3=0.

The equation of a triangle's Euler line is

\begin{vmatrix} \lambda_1 & \lambda_2 & \lambda_3 \\1 & 1 & 1\\\tan A & \tan B & \tan C \end{vmatrix} =0.

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 P=(p_1,p_2,p_3) and Q=(q_1,q_2,q_3) is

\overset{}\overrightarrow{P Q}=(p_1-q_1,p_2-q_2,p_3-q_3).

The distance {{mvar|d}} between {{mvar|P}} and {{mvar|Q}}, or the length of the displacement vector \overset{}\overrightarrow{P Q}=(x,y,z), is

\begin{align}

d^2 &= |PQ|^2 \\[2pt]

&= -a^2yz - b^2zx - c^2xy \\[4pt]

&= \frac{1}{2} \left[x^2(b^2+c^2-a^2) + y^2(c^2+a^2-b^2) + z^2(a^2+b^2-c^2)\right].

\end{align}

where a, b, c are the sidelengths of the triangle. The equivalence of the last two expressions follows from x+y+z=0, which holds because

\begin{align}

x+y+z &= (p_1-q_1) + (p_2-q_2) + (p_3-q_3) \\[2pt]

&= (p_1+p_2+p_3) - (q_1+q_2+q_3) \\[2pt]

&= 1 - 1 = 0.

\end{align}

The barycentric coordinates of a point can be calculated based on distances di to the three triangle vertices by solving the equation

\left(\begin{matrix}

-c^2 & c^2 & b^2-a^2 \\

-b^2 & c^2-a^2 & b^2 \\

1 & 1 & 1

\end{matrix}\right)\boldsymbol{\lambda} = \left(\begin{matrix}

d^2_A - d^2_B \\

d^2_A - d^2_C \\

1

\end{matrix}\right).

= Applications=

File:3_jugs_puzzle_barycentric_plot.svg using a barycentric plot. The yellow area denotes combinations achievable with the jugs. The solid red and dashed blue paths show pourable transitions. When a vertex lands on the dotted triangle, 4 L has been measured.]]

==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 \lambda_{1...3}\geq 0. 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 in the interior of the triangle, all of the Barycentric coordinates lie in the open interval (0,1). If a point lies on an edge of the triangle but not at a vertex, one of the area coordinates \lambda_{1...3} (the one associated with the opposite vertex) is zero, while the other two lie in the open interval (0,1). 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 \mathbf{r} lies inside the triangle if and only if 0 < \lambda_i < 1 \;\forall\; i \text{ in } {1,2,3}.

\mathbf{r} lies on the edge or corner of the triangle if 0 \leq \lambda_i \leq 1 \;\forall\; i \text{ in } {1,2,3} and \lambda_i = 0\; \text {, for some i in } {1, 2, 3}.

:Otherwise, \mathbf{r} 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 ==

File:Piecewise linear function2D.svg

If f(\mathbf{r}_1),f(\mathbf{r}_2),f(\mathbf{r}_3) are known quantities, but the values of {{mvar|f}} inside the triangle defined by \mathbf{r}_1,\mathbf{r}_2,\mathbf{r}_3 is unknown, they can be approximated using linear interpolation. Barycentric coordinates provide a convenient way to compute this interpolation. If \mathbf{r} is a point inside the triangle with barycentric coordinates \lambda_1, \lambda_2, \lambda_3, then

f(\mathbf{r}) \approx \lambda_1 f(\mathbf{r}_1) + \lambda_2 f(\mathbf{r}_2) + \lambda_3 f(\mathbf{r}_3)

In general, given any unstructured grid or polygon mesh, this kind of technique can be used to approximate the value of {{mvar|f}} 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 {{mvar|f}} at a point \mathbf{r}, first a triangle must be found that contains \mathbf{r}. To do so, \mathbf{r} is transformed into the barycentric coordinates of each triangle. If some triangle is found such that the coordinates satisfy 0 \leq \lambda_i \leq 1 \;\forall\; i \text{ in } 1,2,3, then the point lies in that triangle or on its edge (explained in the previous section). Then the value of f(\mathbf{r}) 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. \lambda_1,\lambda_2. Under this change of variables,

\int_{T} f(\mathbf{r}) \ d\mathbf{r} = 2A \int_{0}^{1} \int_{0}^{1 - \lambda_2} f(\lambda_1 \mathbf{r}_1 + \lambda_2 \mathbf{r}_2 +

(1 - \lambda_1 - \lambda_2) \mathbf{r}_3) \ d\lambda_1 \ d\lambda_2

where {{mvar|A}} 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 2A. 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

\int\int_{T} f(\mathbf{r}) \ d\mathbf{r}

= 6V \int_{0}^{1} \int_{0}^{1 - \lambda_3} \int_ {0}^{1-\lambda_2-\lambda_3}

f(\lambda_1\mathbf{r}_1 + \lambda_2\mathbf{r}_2 +

\lambda_3\mathbf{r}_3 + (1-\lambda_1-\lambda_2-\lambda_3)\mathbf{r}_4)

\ d\lambda_1 \ d\lambda_2 \ d\lambda_3

where {{mvar|V}} is the volume of the tetrahedron.

=Examples of special points=

In the homogeneous barycentric coordinate system defined with respect to a triangle ABC, the following statements about special points of ABC hold.

The three vertices {{mvar|A}}, {{mvar|B}}, and {{mvar|C}} have coordinatesScott, J. A. "Some examples of the use of areal coordinates in triangle geometry", Mathematical Gazette 83, November 1999, 472–477.

\begin{array}{rccccc}

A = & 1 &:& 0 &:& 0 \\

B = & 0 &:& 1 &:& 0 \\

C = & 0 &:& 0 &:& 1

\end{array}

The centroid has coordinates 1:1:1.

If {{mvar|a}}, {{mvar|b}}, {{mvar|c}} are the edge lengths BC, CA, AB respectively, \alpha, \beta, \gamma are the angle measures \angle CAB, \angle ABC, and \angle BCA respectively, and {{mvar|s}} is the semiperimeter of ABC, then the following statements about special points of ABC hold in addition.

The circumcenter has coordinates{{cite web|last1=Schindler|first1=Max|last2=Chen|first2=Evan|title=Barycentric Coordinates in Olympiad Geometry|url=https://www.mit.edu/~evanchen/handouts/bary/bary-full.pdf|access-date=14 January 2016|date=July 13, 2012}}Clark Kimberling's Encyclopedia of Triangles {{cite web |url=http://faculty.evansville.edu/ck6/encyclopedia/ETC.html |title=Encyclopedia of Triangle Centers |access-date=2012-06-02 |url-status=dead |archive-url=https://web.archive.org/web/20120419171900/http://faculty.evansville.edu/ck6/encyclopedia/ETC.html |archive-date=2012-04-19 }}[http://mathworld.wolfram.com/BarycentricCoordinates.html Wolfram page on barycentric coordinates]

\begin{array}{rccccc}

& \sin 2\alpha &:& \sin 2\beta &:& \sin 2\gamma \\[2pt]

=& 1-\cot\beta\cot\gamma &:& 1-\cot\gamma\cot\alpha &:& 1-\cot\alpha\cot\beta \\[2pt]

=& a^2(-a^2+b^2+c^2) &:& b^2(a^2-b^2+c^2) &:& c^2(a^2+b^2-c^2)

\end{array}

The orthocenter has coordinates

\begin{array}{rccccc}

& \tan\alpha &:& \tan\beta &:& \tan\gamma \\[2pt]

=& a\cos\beta\cos\gamma &:& b\cos\gamma\cos\alpha &:& c\cos\alpha\cos\beta \\[2pt]

=& (a^2+b^2-c^2)(a^2-b^2+c^2) &:& (-a^2+b^2+c^2)(a^2+b^2-c^2) &:& (a^2-b^2+c^2)(-a^2+b^2+c^2)

\end{array}

The incenter has coordinates a:b:c=\sin \alpha:\sin \beta:\sin \gamma.Dasari Naga, Vijay Krishna, "On the Feuerbach triangle",

Forum Geometricorum 17 (2017), 289–300: p. 289. http://forumgeom.fau.edu/FG2017volume17/FG201731.pdf

The excenters have coordinates

\begin{array}{rrcrcr}

J_A = & -a &:& b &:& c \\

J_B = & a &:& -b &:& c \\

J_C = & a &:& b &:& -c

\end{array}

The nine-point center has coordinates

\begin{array}{rccccc}

& a\cos(\beta-\gamma) &:& b\cos(\gamma-\alpha) &:& c\cos(\alpha-\beta) \\[4pt]

=& 1+\cot\beta\cot\gamma &:& 1+\cot\gamma\cot\alpha &:& 1+\cot\alpha\cot\beta \\[4pt]

=& a^2(b^2+c^2) - (b^2-c^2)^2 &:& b^2(c^2+a^2) - (c^2-a^2)^2 &:& c^2(a^2+b^2) - (a^2-b^2)^2

\end{array}

The Gergonne point has coordinates (s-b)(s-c):(s-c)(s-a):(s-a)(s-b).

The Nagel point has coordinates s-a:s-b:s-c.

The symmedian point has coordinates a^2:b^2:c^2.

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 \mathbf{r}_1 maps to barycentric coordinates \lambda = (1,0,0,0), \mathbf{r}_2 \to (0,1,0,0), etc.

This is again a linear transformation, and we may extend the above procedure for triangles to find the barycentric coordinates of a point \mathbf{r} with respect to a tetrahedron:

\left(\begin{matrix}\lambda_1 \\ \lambda_2 \\ \lambda_3\end{matrix}\right) = \mathbf{T}^{-1} ( \mathbf{r}-\mathbf{r}_4 )

where \mathbf{T} is now a 3×3 matrix:

\mathbf{T} = \left(\begin{matrix}

x_1-x_4 & x_2-x_4 & x_3-x_4\\

y_1-y_4 & y_2-y_4 & y_3-y_4\\

z_1-z_4 & z_2-z_4 & z_3-z_4

\end{matrix}\right)

and \lambda_4 = 1 - \lambda_1 - \lambda_2 - \lambda_3with the corresponding Cartesian coordinates:\begin{align}

x &= \lambda_1 x_1 + \lambda_2 x_2 + \lambda_3 x_3 + (1-\lambda_1-\lambda_2-\lambda_3)x_4 \\

y &= \lambda_1 y_1 + \,\lambda_2 y_2 + \lambda_3 y_3 + (1-\lambda_1-\lambda_2-\lambda_3)y_4 \\

z &= \lambda_1 z_1 + \,\lambda_2 z_2 + \lambda_3 z_3 + (1-\lambda_1-\lambda_2-\lambda_3)z_4

\end{align}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 (\lambda_1, \lambda_2, ..., \lambda_k) of a point p \in \mathbb{R}^n that are defined with respect to a finite set of k points x_1, x_2, ..., x_k \in \mathbb{R}^n instead of a simplex are called generalized barycentric coordinates. For these, the equation

(\lambda_1 + \lambda_2 + \cdots + \lambda_k)p = \lambda_1 x_1 + \lambda_2 x_2 + \cdots + \lambda_k x_k

is still required to hold.{{Cite journal |last1=Meyer |first1=Mark |last2=Barr |first2=Alan |last3=Lee |first3=Haeyoung |last4=Desbrun |first4=Mathieu |date=6 April 2012 |title=Generalized Barycentric Coordinates on Irregular Polygons |url=http://www.geometry.caltech.edu/pubs/MHBD02.pdf |journal=Journal of Graphics Tools |volume=7 |pages=13–22 |doi=10.1080/10867651.2002.10487551|s2cid=13370238 }} Usually one uses normalized coordinates, \lambda_1 + \lambda_2 + \cdots + \lambda_k = 1. As for the case of a simplex, the points with nonnegative normalized generalized coordinates (0 \le \lambda_i \le 1) form the convex hull of {{math|x1, ..., xn}}. If there are more points than in a full simplex (k > n + 1) the generalized barycentric coordinates of a point are not unique, as the defining linear system (here for n=2)

\left(\begin{matrix}

1 & 1 & 1 & ... \\

x_1 & x_2 & x_3 & ... \\

y_1 & y_2 & y_3 & ...

\end{matrix}\right)

\begin{pmatrix}

\lambda_1 \\ \lambda_2 \\ \lambda_3 \\ \vdots

\end{pmatrix} =

\left(\begin{matrix}

1\\x\\y

\end{matrix}\right)

is underdetermined. The simplest example is a quadrilateral in the plane. Various kinds of additional restrictions can be used to define unique barycentric coordinates.{{Cite journal|last=Floater|first=Michael S.|date=2015|title=Generalized barycentric coordinates and applications *|url=https://www.mn.uio.no/math/english/people/aca/michaelf/papers/gbc.pdf|journal=Acta Numerica|language=en|volume=24|pages=161–214|doi=10.1017/S0962492914000129|s2cid=62811364 |issn=0962-4929}}

= Abstraction =

More abstractly, generalized barycentric coordinates express a convex polytope with n vertices, regardless of dimension, as the image of the standard (n-1)-simplex, which has n vertices – the map is onto: \Delta^{n-1} \twoheadrightarrow P. 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.

Dual to generalized barycentric coordinates are slack variables, which measure by how much margin a point satisfies the linear constraints, and gives an embedding P \hookrightarrow (\mathbf{R}_{\geq 0})^f 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 (n-1)-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 K^n as the standard object for vector spaces, and the standard affine hyperplane \{(x_0,\ldots,x_n) \mid \sum x_i = 1\} \subset K^{n+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 =

File:Barycentric RGB.svg

Generalized barycentric coordinates have applications in computer graphics and more specifically in geometric modelling.{{Cite journal |last=Floater |first=Michael S. |date=2003 |title=Mean value coordinates |url=https://linkinghub.elsevier.com/retrieve/pii/S0167839603000025 |journal=Computer Aided Geometric Design |language=en |volume=20 |issue=1 |pages=19–27 |doi=10.1016/S0167-8396(03)00002-5}} 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.ONUFRIEV, VG; DENISIK, SA; FERRONSKY, VI, BARICENTRIC MODELS IN ISOTOPE STUDIES OF NATURAL-WATERS. NUCLEAR GEOPHYSICS, 4, 111-117 (1990)

See also

References

  • 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.
  • {{cite book |last=Bradley |first=Christopher J. |title=The Algebra of Geometry: Cartesian, Areal and Projective Co-ordinates |year=2007 |publisher=Highperception |location=Bath |isbn=978-1-906338-00-8 }}
  • {{cite book | last=Coxeter | first=H.S.M. | author-link=Harold Scott MacDonald Coxeter | title=Introduction to geometry | url=https://archive.org/details/introductiontoge00coxe | url-access=limited | edition=2nd | publisher=John Wiley and Sons | year=1969 | isbn=978-0-471-50458-0 | pages=[https://archive.org/details/introductiontoge00coxe/page/n233 216]–221 | zbl=0181.48101 }}
  • [https://web.archive.org/web/20120519111614/http://www.worldscibooks.com/mathematics/7740.html Barycentric Calculus In Euclidean And Hyperbolic Geometry: A Comparative Introduction], Abraham Ungar, World Scientific, 2010
  • [http://ajmaa.org/searchroot/files/pdf/v6n1/v6i1p18.pdf Hyperbolic Barycentric Coordinates], Abraham A. Ungar, The Australian Journal of Mathematical Analysis and Applications, Vol.6, No.1, Article 18, pp. 1–35, 2009
  • {{MathWorld|title=Areal Coordinates|urlname=ArealCoordinates}}
  • {{MathWorld|title=Barycentric Coordinates|urlname=BarycentricCoordinates}}
  • [http://www.sciencedirect.com/science/article/pii/S009784930700180X Barycentric coordinates computation in homogeneous coordinates], Vaclav Skala, Computers and Graphics, Vol.32, No.1, pp. 120–127, 2008