\overline{\rmAB}
= 0.
repeated\overline{a+bi}
Y=\overline{AB}
\sqrt[n]{ab+2}
a-\overline{b+c}
Vinculum usage
A vinculum is a horizontal line used in mathematical notation for various purposes. It may be placed as an overline or underline above or below a mathematical expression to group the expression's elements. Historically, vincula were extensively used to group items together, especially in written mathematics, but in modern mathematics its use for this purpose has almost entirely been replaced by the use of parentheses.[1] It was also used to mark Roman numerals whose values are multiplied by 1,000.[2] Today, however, the common usage of a vinculum to indicate the repetend of a repeating decimal[3] [4] is a significant exception and reflects the original usage.
The vinculum, in its general use, was introduced by Frans van Schooten in 1646 as he edited the works of François Viète (who had himself not used this notation). However, earlier versions, such as using an underline as Chuquet did in 1484, or in limited form as Descartes did in 1637, using it only in relation to the radical sign, were common.
A vinculum can indicate a line segment where A and B are the endpoints:
\overline{\rmAB}.
A vinculum can indicate the repetend of a repeating decimal value:
A vinculum can indicate the complex conjugate of a complex number:
\overline{2+3i}=2-3i
Logarithm of a number less than 1 can conveniently be represented using vinculum:
log2=0.301 ⇒ log0.2=\overline{1}.301=-0.699
In Boolean algebra, a vinculum may be used to represent the operation of inversion (also known as the NOT function):
Y=\overline{AB},
Similarly, it is used to show the repeating terms in a periodic continued fraction. Quadratic irrational numbers are the only numbers that have these.
Formerly its main use was as a notation to indicate a group (a bracketing device serving the same function as parentheses):
a-\overline{b+c},
meaning to add b and c first and then subtract the result from a, which would be written more commonly today as . Parentheses, used for grouping, are only rarely found in the mathematical literature before the eighteenth century. The vinculum was used extensively, usually as an overline, but Chuquet in 1484 used the underline version.
In India, the use of this notation is still tested in primary school.[5]
The vinculum is used as part of the notation of a radical to indicate the radicand whose root is being indicated. In the following, the quantity
ab+2
\sqrt[n]{ab+2}.
In 1637 Descartes was the first to unite the German radical sign √ with the vinculum to create the radical symbol in common use today.
The symbol used to indicate a vinculum need not be a line segment (overline or underline); sometimes braces can be used (pointing either up or down).
In LaTeX, a text $\overline{\mbox{<text>}}$
. The inner \mbox{}
is necessary tooverride the math-mode (here invoked by the dollar signs) which the \overline{}
demands.