Fact-checked by Grok 2 weeks ago

Convex combination

A convex combination is a of vectors or points in a where the coefficients, known as weights, are non-negative real numbers that sum to one, resulting in a point that lies within the of the original points. Formally, for points x_1, x_2, \dots, x_k and weights \lambda_1, \lambda_2, \dots, \lambda_k \geq 0 with \sum_{i=1}^k \lambda_i = 1, the convex combination is \sum_{i=1}^k \lambda_i x_i. This concept generalizes the notion of a weighted , ensuring that the result remains "between" the points in a geometric sense, and it forms the foundation for understanding mixtures and interpolations in finite dimensions. In , convex combinations are pivotal for defining convex sets, which are subsets of a that contain all convex combinations of any finite number of their points, thereby including all line segments connecting pairs of elements. A set is it is closed under such operations, with examples including the entire space \mathbb{R}^n, the non-negative , balls, and intersections of half-spaces. This property ensures that convex sets exhibit desirable geometric stability, such as being connected and "rounded" without indentations, which is crucial for theoretical developments in and optimization. Convex combinations extend naturally to the theory of , where states that for a convex function f and weights \lambda_i \geq 0 summing to one, f\left(\sum_{i=1}^k \lambda_i x_i\right) \leq \sum_{i=1}^k \lambda_i f(x_i), providing a bridge between convexity in domains and function behavior. In applications, they underpin problems, where the defined by convex combinations guarantees that any local optimum is global, enabling efficient algorithms for solving large-scale issues in fields like , , and network routing. For instance, in and data networks, convex combinations model resource allocations and path mixtures to achieve optimal flows.

Fundamentals

Definition

A convex combination is a linear combination of points in a vector space in which all coefficients are non-negative real numbers that sum to one. For a finite collection of points x_1, \dots, x_n in a real vector space V, the general form of such a combination is \sum_{i=1}^n \lambda_i x_i, where each \lambda_i \geq 0 and \sum_{i=1}^n \lambda_i = 1. Unlike a general , which permits arbitrary real coefficients without restrictions on sign or , a convex combination imposes the constraints of non-negativity and to ensure the result lies within the "weighted average" structure specific to . In more abstract settings, such as Banach spaces, the notion extends to infinite sums \sum_{i=1}^\infty \lambda_i x_i under conditions ensuring , where the \lambda_i \geq 0 form a summable with total sum 1 and the series converges in the space's norm.

Notation

A convex combination of a finite collection of points x_1, \dots, x_k in a real vector space is denoted by \sum_{i=1}^k \lambda_i x_i, where the coefficients \lambda_i are real numbers satisfying \lambda_i \geq 0 for each i and \sum_{i=1}^k \lambda_i = [1](/page/1). The set of all such convex combinations taken over points in a given set S is called the of S and is denoted \operatorname{conv}(S). The coefficients \lambda_i in this notation are termed the weights of the combination and, in the specific case where the points x_1, \dots, x_k form the vertices of a , they coincide with the barycentric coordinates of the resulting point relative to that . While the standard formulation restricts convex combinations to finite index sets, extensions to countable index sets involve infinite series \sum_{i=1}^\infty \lambda_i x_i with \lambda_i \geq 0 and \sum_{i=1}^\infty \lambda_i = 1, provided the series converges; for continuous index sets, the analogous construction uses integrals of the form \int_S x \, d\mu(x), where \mu is a supported on S. By convention, the convex hull of the empty set \emptyset is \emptyset itself, as no points are available for combination. In vector space contexts, the notion of an empty convex combination is sometimes informally associated with the zero vector, though this aligns more closely with affine combinations and is not part of the standard definition for convex ones.

Properties

Algebraic Properties

Convex combinations exhibit several key algebraic properties that facilitate their manipulation in vector spaces. One fundamental property is closure under further convex combinations: if a set C consists of all convex combinations of a fixed collection of points \{x_i\}, then C is closed under the operation of taking combinations of its elements. This means that if y_1, y_2, \dots, y_m \in C with weights \mu_j \geq 0 and \sum_{j=1}^m \mu_j = 1, then \sum_{j=1}^m \mu_j y_j \in C. This closure arises from the associative nature of linear combinations, allowing the regrouping of coefficients when combining multiple combinations. Specifically, suppose y_j = \sum_{i=1}^n \lambda_{ji} x_i for each j, where \lambda_{ji} \geq 0 and \sum_{i=1}^n \lambda_{ji} = 1. Then the combined expression is \sum_{j=1}^m \mu_j y_j = \sum_{j=1}^m \mu_j \left( \sum_{i=1}^n \lambda_{ji} x_i \right) = \sum_{i=1}^n \left( \sum_{j=1}^m \mu_j \lambda_{ji} \right) x_i, where the new coefficients \nu_i = \sum_{j=1}^m \mu_j \lambda_{ji} satisfy \nu_i \geq 0 and \sum_{i=1}^n \nu_i = 1, confirming that the result is again a combination of the original points. Another important algebraic bound is provided by Carathéodory's theorem, which states that in an n-dimensional , any point in the of a set can be expressed as a convex combination of at most n+1 points from the set. This limits the sparsity of representations in convex combinations, ensuring computational efficiency in algebraic manipulations. Finally, fixing a set of points \{x_1, \dots, x_k\}, the from coefficients \lambda = (\lambda_1, \dots, \lambda_k) with \sum \lambda_i = 1 and \lambda_i \geq 0 to the convex combination \sum \lambda_i x_i is an affine of \lambda. This in the coefficients (affine due to the normalization constraint) underpins many algebraic derivations involving convex combinations.

Geometric Interpretation

Geometrically, a convex combination of two points in lies on the connecting them, representing all possible weighted averages where the weights are non-negative and sum to one. For instance, the point \lambda x + (1 - \lambda) y for $0 \leq \lambda \leq 1 traces the entire segment from y to x. This extends to multiple points: the set of all convex combinations of k points forms the of those points, which is a in \mathbb{R}^{d} when the points are affinely independent, filling the interior and boundary of the they . This construction admits a physical interpretation as the barycenter, or , of the points with masses proportional to the coefficients \lambda_i. If masses \lambda_i m (for total mass m = \sum \lambda_i = 1) are placed at positions x_i, the equilibrium position is the convex combination \sum \lambda_i x_i, emphasizing the "balancing" role of non-negative weights in maintaining the point within the spanned region. Convex combinations preserve the structure of convex sets: the result of taking a convex combination of points each from distinct convex sets lies within the of the union of those sets. For two convex sets A and B, the set \{ \lambda a + (1 - \lambda) b \mid a \in A, b \in B, 0 \leq \lambda \leq 1 \} is contained in \operatorname{conv}(A \cup B), illustrating how such operations generate the smallest convex set enclosing the originals; in two dimensions, this can be visualized as the region between line segments joining boundary points of A and B. In particular, convex combinations parameterize all points within standard simplices, such as the probability simplex \Delta^{n-1} = \{ x \in \mathbb{R}^n \mid x_i \geq 0, \sum x_i = 1 \}, which is the of the vectors e_1, \dots, e_n. Any point in \Delta^{n-1} is uniquely expressible as \sum_{i=1}^n \lambda_i e_i with \lambda_i \geq 0 and \sum \lambda_i = 1, providing a for the simplex's interior.

Examples

Vector Spaces

In finite-dimensional vector spaces such as \mathbb{R}^n, convex combinations provide a concrete way to generate points within the of a given set of vectors. Consider two points in \mathbb{R}^2, namely (0,0) and (1,1). A convex combination of these points takes the form \lambda (1,1) + (1-\lambda)(0,0) = (\lambda, \lambda) where \lambda \in [0,1]. This parametrization traces out the connecting the two points, illustrating how convex combinations fill the interval between endpoints. For multiple points, the concept extends naturally. Take the vertices of a in \mathbb{R}^2: (0,0), (1,0), and (0,1). An interior point such as (0.3, 0.3) can be expressed as the convex combination $0.4(0,0) + 0.3(1,0) + 0.3(0,1), where the weights $0.4, $0.3, and $0.3 are nonnegative and sum to 1. Such combinations densely fill the triangular region, forming its . To determine the weights for a given point y in the convex hull of points x_1, \dots, x_k \in \mathbb{R}^n, one solves the \sum_{i=1}^k \lambda_i x_i = y subject to \sum_{i=1}^k \lambda_i = 1 and \lambda_i \geq 0 for all i. This is a standard feasibility problem in , equivalent to checking membership in the convex hull; if a solution exists, the \lambda_i are the barycentric coordinates relative to the points. For the example above with y = (0.3, 0.3), the system yields \lambda_1 = 0.4, \lambda_2 = 0.3, \lambda_3 = 0.3, confirming the representation. Degeneracy arises when the points are collinear, reducing the dimension of the . In this case, combinations of k > 2 collinear points lie solely on the between the extreme endpoints, rather than spanning a higher-dimensional set; the weights for interior points can still be computed via the system, but redundant points do not contribute uniquely to the .

Probability Measures

In , a combination arises naturally as the of a . Consider a discrete X that takes values x_i in a with probabilities \lambda_i \geq 0 where \sum \lambda_i = 1; then the is given by E[X] = \sum \lambda_i x_i, which is precisely the combination of the x_i with weights \lambda_i. This representation extends to continuous cases via , where the integrates the variable against a , mirroring the structure. A key application is in distributions, where a new is formed as a convex combination of component distributions. For instance, suppose we mix two distributions: one with success probability 0.2 and another with 0.8, using weights 0.6 and 0.4, respectively. The resulting mixture has P(Y=1) = 0.6 \cdot 0.2 + 0.4 \cdot 0.8 = 0.44 and P(Y=0) = 1 - 0.44 = 0.56, yielding a with success probability 0.44. Such mixtures model heterogeneous populations, like subpopulations with differing behaviors, and the convex weights represent the proportions of each component. Under mixtures, certain functions of probability measures inherit convexity properties. The moment-generating function (MGF) of a is the convex combination of the MGFs of the components: if M_j(t) is the MGF of the j-th component, then the mixture MGF is M(t) = \sum \lambda_j M_j(t). Similarly, the (CDF) of the mixture is F(y) = \sum \lambda_j F_j(y), a convex combination of the component CDFs F_j, preserving the non-decreasing and right-continuous nature of CDFs. Convex combinations also underpin the , which expresses the overall as a over conditional s. Specifically, E[X] = E[E[X \mid Y]] = \int E[X \mid Y = y] \, dF_Y(y), where the is a continuous convex combination weighted by the of Y, or in cases, E[X] = \sum P(Y = y_k) E[X \mid Y = y_k]. This iterated form highlights how conditional s aggregate to the unconditional via convex weighting.

Applications

Convex Sets and Hulls

A convex set in a vector space is defined as a subset that contains all convex combinations of its elements. Specifically, for any points x_1, \dots, x_n in the set and nonnegative weights \lambda_1, \dots, \lambda_n summing to 1, the combination \sum_{i=1}^n \lambda_i x_i must also belong to the set. This closure property under finite convex combinations characterizes convexity equivalently to the line segment condition between any two points. The convex hull of a set S, denoted \operatorname{conv}(S), is the smallest convex set containing S. It consists precisely of all finite convex combinations of points from S. In finite-dimensional spaces, this hull can be generated by iteratively taking convex combinations of points in S until closure under the operation is achieved. For compact convex sets in locally convex Hausdorff topological vector spaces, the Kreĭn–Milman theorem states that the set equals the closed convex hull of its extreme points—points that cannot be expressed as nontrivial convex combinations of other points in the set. A representative example is the convex hull of three non-collinear points A, B, and C in the plane, which forms the filled triangle including all points inside and on the boundary. Any point within this triangle can be written as a convex combination \lambda A + \mu B + \nu C where \lambda + \mu + \nu = 1 and \lambda, \mu, \nu \geq 0. To compute this hull for a finite set of points, one approach involves identifying the extreme points via linear programming to check non-representability as combinations, then forming the set of all convex combinations among them, though efficient algorithms like the gift wrapping method approximate the boundary facets. For infinite sets, convex hulls remain defined via finite convex combinations.

Optimization

In convex optimization, the feasible set is defined as a convex set, meaning any point within it can be expressed as a convex combination of other points in the set. This property ensures that local optima coincide with global optima when the objective function is convex, facilitating efficient algorithmic solutions. A key tool leveraging convex combinations is Jensen's inequality, which states that for a convex function f and weights \lambda_i \geq 0 summing to 1, f\left(\sum_i \lambda_i x_i\right) \leq \sum_i \lambda_i f(x_i). This inequality bounds the value of the objective function at a convex combination of points by the weighted average of the function values, providing a foundational bound in optimization analyses and proving convergence in methods like gradient descent on convex problems. In , the simplex method exploits the structure of the feasible set as the of its , known as basic feasible (BFS). Each BFS corresponds to a of the , and any feasible is a convex combination of these vertices; iteratively pivots between adjacent BFS to reach an optimal , ensuring polynomial-time performance in practice for many instances. In , Nash equilibria in games with strategy sets often involve mixed strategies, which are combinations of pure strategies. For example, in a two-player like , the unique requires each player to randomize equally over their two pure strategies (heads or tails), forming a 50-50 combination that makes the opponent indifferent. combination schemes appear in numerical methods for approximation theory, particularly in finite element methods (FEM) for solving partial differential equations (PDEs). In FEM, barycentric coordinates express points within elements as combinations of nodes, enabling the construction of shape functions that ensure linear completeness and for accurate approximations on complex domains. This approach preserves convexity in the approximation space, aiding stability and error control in simulations of elliptic or PDEs.

Affine Combinations

An affine combination of points x_1, \dots, x_n in a real is defined as a \sum_{i=1}^n \lambda_i x_i, where the coefficients \lambda_i \in \mathbb{R} satisfy the condition \sum_{i=1}^n \lambda_i = 1. This formulation generalizes the notion of a weighted without restricting the weights to non-negative values, distinguishing it from combinations, which impose the additional requirement that each \lambda_i \geq 0. The formula for an affine combination can be expressed as: \mathbf{y} = \sum_{i=1}^n \lambda_i \mathbf{x}_i, \quad \sum_{i=1}^n \lambda_i = 1, \quad \lambda_i \in \mathbb{R}. Every convex combination qualifies as an affine combination, since the non-negativity constraint is a of the real-valued coefficients summing to unity, but the reverse is not true: affine combinations can yield points beyond the boundaries defined by convexity. The collection of all possible affine combinations from a given set of points forms the , defined as the smallest containing those points. For example, in \mathbb{R}^2, the points (0,0) and (1,0) have the affine combination $2 \cdot (1,0) + (-1) \cdot (0,0) = (2,0), where the coefficients sum to 1 but include a negative value, positioning (2,0) outside the (their ) through .

Barycentric Coordinates

Barycentric coordinates provide a way to express any point inside a as a unique convex combination of its vertices. For a point P in an n-dimensional with vertices V_0, V_1, \dots, V_n, the barycentric coordinates (\lambda_0, \lambda_1, \dots, \lambda_n) satisfy P = \sum_{i=0}^n \lambda_i V_i, where \sum_{i=0}^n \lambda_i = 1 and \lambda_i \geq 0 for all i. These coordinates are unique because the vertices of a form an affinely independent set, ensuring a correspondence between points in the and such coefficient tuples. To compute the barycentric coordinates, solve the affine system P = \sum_{i=0}^n \lambda_i V_i subject to \sum_{i=0}^n \lambda_i = 1 and the non-negativity constraints \lambda_i \geq 0. This can be done by considering the position vectors relative to one or using methods, such as forming the with columns (V_i - V_0, 1) for i = 1 to n and solving for the coordinates via or inversion. The non-negativity ensures the point lies within the of the . A concrete example occurs in a triangle with vertices A, B, C and an interior point P. The barycentric coordinates (\lambda_A, \lambda_B, \lambda_C) are given by the ratios of the areas of the sub-triangles formed by P and the opposite edges to the total area of \triangle ABC: \lambda_A = \frac{\text{area}(\triangle PBC)}{\text{area}(\triangle ABC)}, \quad \lambda_B = \frac{\text{area}(\triangle PCA)}{\text{area}(\triangle ABC)}, \quad \lambda_C = \frac{\text{area}(\triangle PAB)}{\text{area}(\triangle ABC)}. These areas can be computed using the or vector cross products, and the coordinates sum to 1 while being non-negative for points inside the . For instance, the has coordinates (1/3, 1/3, 1/3). This concept generalizes to higher dimensions, where barycentric coordinates parameterize points in n-simplices using volumes of sub-simplices instead of areas. For arbitrary polytopes, extensions of barycentric coordinates allow representation as combinations of , though uniqueness may not hold outside simplices. In , these coordinates enable smooth of attributes like colors or textures across polygonal faces by weighting values according to the \lambda_i, facilitating efficient rendering and deformation.

References

  1. [1]
    Mathematical Programming: Fundamentals
    Definition: Convex Combination. ▫ A point q is in a convex combination of a set of points p_1, p_2, …, p_k if and only if there exists non-negative numbers ...
  2. [2]
    [PDF] Convex Optimization Overview - Stanford Engineering Everywhere
    Oct 19, 2007 · Figure. 1 shows an example of one convex and one non-convex set. The point θx + (1 − θ)y is called a convex combination of the points x and y.<|control11|><|separator|>
  3. [3]
    cc_convex
    A convex combination is a weighted average in which the weights are nonnegative and add to $ 1. The term convex combination comes from the connection with ...Missing: mathematics | Show results with:mathematics
  4. [4]
    [PDF] 1 Theory of convex functions - Princeton University
    1.1 Definition. Let's first recall the definition of a convex function. Definition 1. A function f : Rn → R is convex if its domain is a convex set and for all ...
  5. [5]
    [PDF] LECTURE SLIDES ON CONVEX ANALYSIS AND OPTIMIZATION ...
    May 18, 2014 · • Important specialized applications relating to routing problems in data networks and transporta- tion. Page 191. VARIANTS OF SIMPLICIAL ...
  6. [6]
    [PDF] Convex Optimization
    ... convex if and only if it contains every convex combination of its points. A convex combination of points can be thought of as a mixture or weighted average ...
  7. [7]
    Convex Combination -- from Wolfram MathWorld
    A subset A of a vector space V is said to be convex if lambdax+(1-lambda)y for all vectors x,y in A, and all scalars lambda in [0,1].Missing: definition | Show results with:definition
  8. [8]
    [PDF] FUNCTIONAL ANALYSIS | Second Edition Walter Rudin
    Functional analysis/Walter Rudin.-2nd ed. p. em. -(international series ... convex combination x + y. t x. s y. - -- · - +. · - s + t s + t t s + t s. This ...
  9. [9]
    Barycentric algebra and convex polygon coordinates - arXiv
    Aug 13, 2023 · Barycentric coordinates provide solutions to the problem of expressing an element of a compact convex set as a convex combination of a finite number of extreme ...
  10. [10]
    [PDF] Convex set
    Convex combination. Definition. A convex combination of the points x1,⋅⋅⋅ ,xk is a point of the form. 𝜃1x1 + ⋅⋅⋅ + 𝜃kxk, where 𝜃1 + ⋅⋅⋅ + 𝜃k = 1 ...
  11. [11]
    [PDF] Properties of Convex Sets: A Glimpse - UPenn CIS
    As in the case of affine combinations, it is easily shown by induction that any convex combination can be obtained by computing convex com- binations of two ...
  12. [12]
    [PDF] A Convexity Primer
    Sep 7, 2019 · An infinite convex combination can be made sense of, but requires some analytic structure ... So the continuous dual of X is only the 0 function, ...
  13. [13]
    [PDF] 1 Basic De nitions
    I.e., S is closed under all convex combinations of two elements. 2. Page 3 ... S is a convex set iff S is closed under convex combinations of finite numbers of ...
  14. [14]
    [PDF] Introduction to Convexity
    Dec 9, 2019 · Theorem 2.67 (Carathéodory's Theorem – convex version). Let X ⊆ Rd (not necessarily convex) and let. 649 x ∈ conv(X). There exists a subset ...
  15. [15]
    [PDF] Convex and Affine Hulls • Caratheodory's Theorem Reading
    The cone generated by X, denoted cone(X), is the set of all nonnegative combinations from X: − It is a convex cone containing the origin. − It need not be ...
  16. [16]
    [PDF] Chapter 2 Basics of Affine Geometry - CIS UPenn
    Such affine combinations are called convex combinations. This set is called ... It is easily verified that the composition of two affine maps is an affine map.
  17. [17]
    [PDF] Convex Cones, Sets, and Functions
    Jun 10, 2003 · Thus, think of convexity as a betweeness property. Definition A convex combination of a set of points, ,... ,! #" َ$ is a vector% given by. =
  18. [18]
    [PDF] Fundamentals of Computational Geometry
    Apr 11, 2023 · A point set P ⊆ Rd is convex if it is closed under convex combinations. That is, if we take any convex combination of any two points in A ...
  19. [19]
    [PDF] Chapter II: Convex Geometry
    We will first introduce the concept of lines, segments, and rays, which play a central role for the definition of affine, convex, and conic sets.
  20. [20]
    [PDF] Probability: Theory and Examples Rick Durrett Version 5 January 11 ...
    Jan 11, 2019 · Probability is not a spectator sport, so the book contains almost 450 exercises to challenge the reader and to deepen their understanding.” The ...
  21. [21]
    [PDF] Handout on Mixtures of Densities and Distributions - UMD MATH
    Mixture densities/distributions are convex combinations of components, arising from populations with subpopulations having different characteristics. Mixed- ...
  22. [22]
    Finite Mixture Models | Wiley Series in Probability and Statistics
    Finite Mixture Models ; Author(s):. Geoffrey McLachlan, David Peel, ; First published:18 September 2000 ; Print ISBN:9780471006268 | ; Online ISBN: ...
  23. [23]
    Using Moment Generating Functions to Derive Mixture Distributions
    This article proposes the use of moment generating functions (mgf) to obtain the distribution of some mixtures. For mixtures that do not have a mgf, a ...
  24. [24]
    [PDF] 1 From local to global minima - Princeton University
    A set S ⊆ Rn is convex iff it contains every convex combination of its points. Definition 6. The convex hull of a set S ⊆ Rn, denoted by conv(S), is the set of ...
  25. [25]
    [PDF] Lecture 4: Convexity 4.1 Basic Definitions
    As we will see later, this is easy to show as convex, as it is a an intersection of halfspaces (from Ax ≤ b) and hyperplanes (from Cx = d), each of which are ...
  26. [26]
    [PDF] Topic 2: Convex hulls
    The Krein–Milman Theorem asserts that a compact convex subset K of a locally convex Hausdorff space is the closed convex hull of its extreme points. That is, ...
  27. [27]
    [PDF] Notes on Convex Sets, Polytopes, Polyhedra, Combinatorial ...
    Apr 20, 2017 · This report may be viewed as a tutorial and a set of notes on convex sets, polytopes, polyhedra, combinatorial topology, Voronoi Diagrams and ...
  28. [28]
    [PDF] Basic Feasible Solutions
    A basic feasible solution (BFS) is a feasible solution that is not the average of two other feasible solutions, and is also known as a vertex solution.
  29. [29]
    [PDF] The Simplex Method - Stanford University
    Dantzig's Simplex Method for LP stands as one of the most significant algorithmic achievements of the 20th century. It is now over 50 years old and still going ...
  30. [30]
    [PDF] Non Cooperative Games John Nash
    Jan 26, 2002 · Thus an equilibrium point is an n-tuples such that each player's mixed strategy maximizes his payoff if the strategies of the others are held ...
  31. [31]
    [PDF] Barycentric Finite Element Methods
    Nov 8, 2007 · Barycentric Coordinates on Polygons x. Page 18. • Convex combination. • Partition of unity. • Reproduces affine functions (linear completeness).
  32. [32]
    [PDF] Barycentric Coordinates for Convex Sets - Applied Geometry Lab
    Aug 10, 2005 · In this paper we provide an extension of barycentric coordinates from simplices to arbitrary convex sets. Barycentric coordinates over convex 2D.
  33. [33]
    [PDF] Basics of Affine Geometry - UPenn CIS
    Corresponding to linear combinations of vectors, we define affine combina- tions of points (barycenters), realizing that we are forced to restrict our attention ...
  34. [34]
    [PDF] Polyhedral Combinatorics
    The corners of this shape will be at (1,0,0), (0,0,1), (0,1,0), and. (1. 2,1. 2 ... A convex combination is an affine combination where i 0 . For example ...
  35. [35]
    [PDF] Vector and Affine Math - Texas Computer Science
    Affine and convex combinations. Note that we seem to have added points together, which we said was illegal, but as long as they have coefficients that sum to ...<|control11|><|separator|>
  36. [36]
    [PDF] Lecture 3 Polyhedra
    Affine hull definition. • the affine hull of a set C is the smallest affine set that contains C. • equivalently, the set of all affine combinations of points in ...
  37. [37]
    [PDF] A general construction of barycentric coordinates over convex ...
    Barycentric coordinates are also useful for simply representing a point in a triangle as a convex combination of the vertices, and frequently occur in computer ...
  38. [38]
    [PDF] Barycentric Coordinates in Olympiad Geometry - Evan Chen
    Jul 13, 2012 · Definition. The displacement vector of two (normalized) points P = (p1,p2,p3) and Q = (q1,q2,q3).
  39. [39]
    [PDF] Notes on Affine and Convex combination
    Thus barycentric coordinates are another method of introducing coordinates into an affine space. ... However, the point Q is a convex combination, as 0 ...
  40. [40]
    [PDF] barycentric coordinates
    Barycentric coordinates are also ratios of the area of a sub-triangle to the total triangle area ... Barycentric coordinates are also ratios of the area of a.
  41. [41]
    [PDF] Computing the Barycentric Coordinates of a Projected Point ...
    The method proposed here is based on the familiar area ratios, i.e. b0 = A0/A, b1 = A1/A, and b2 = A2/A, where A := area(T), and A0, A1, and A2 are the signed ...
  42. [42]
    [PDF] Generalized barycentric coordinates and applications - UiO
    Generalized barycentric coordinates (GBCs) are functions on a polygon where for all x, φi(x) ≥ 0, i=1,...,n, and φi(x)vi = x, i=1,...,n.