Convex combination

A point is a convex combination of if

It is an affine combination with the extra constraint that the weights are nonnegative. Equivalently: a weighted average of the points, so always lands inside their convex hull (unlike affine/linear combinations where negative or large weights escape).

The two-point case is a line segment.
A convex set is a set closed under convex combinations of its points.

Mixture / probability distribution

The weights are a probability distribution over the points. So a convex combination is the expectation when with probability . This is the bridge to jensen’s inequality (and why convex/concave functions are defined via the two-point convex combination).