Plus–minus sign

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

±
Plus–minus sign
In Unicode U+00B1 ± PLUS-MINUS SIGN (HTML &#177;<dot-separator> &plusmn;)
Related
See also U+2213 MINUS-OR-PLUS SIGN (HTML &#8723;)

The plus–minus sign, ±, is a mathematical symbol with multiple meanings:

History

A version of the sign, including also the French word ou ("or"), was used in its mathematical meaning by Albert Girard in 1626, and the sign in its modern form was used as early as 1631, in William Oughtred's Clavis Mathematicae.[7]

Usage

In mathematics

In mathematical formulas, the ± symbol may be used to indicate a symbol that may be replaced by either the plus and minus signs, + or −, allowing the formula to represent two values or two equations.[8]

If x2 = 9, one may give the solution as x = ±3. This indicates that the equation has two solutions: x = +3 and x = −3. A common use of this notation is found in the quadratic formula

x = \frac{-b \pm \sqrt{b^2-4ac}}{2a},

which describes the two solutions to the quadratic equation ax2+bx+c = 0.

Similarly, the trigonometric identity

\sin(A \pm B) = \sin(A) \cos(B) \pm \cos(A) \sin(B)

can be interpreted as a shorthand for two equations: one with + on both sides of the equation, and one with − on both sides.

The minus–plus sign, ∓, is generally used in conjunction with the ± sign, in such expressions as x ± y ∓ z, which can be interpreted as meaning x + y − z or x − y + z (but not x + y + z or x − y − z). The ∓ always has the opposite sign to ±.

The above expression can be rewritten as x ± (y − z) to avoid use of ∓, but cases such as the trigonometric identity are most neatly written using the "∓" sign:

\cos(A \pm B) = \cos(A) \cos(B) \mp \sin(A) \sin(B)

which represents the two equations:

Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): \begin{align} \cos(A + B) &= \cos(A)\cos(B) - \sin(A) \sin(B) \\ \cos(A - B) &= \cos(A)\cos(B) + \sin(A) \sin(B) \end{align}


Another example is the conjugate of the perfect squares

x^3 \pm y^3 = (x \pm y)\left((x \mp y\right)^2 \pm xy)

which represents the two equations:

x^3 + y^3 = (x + y)\left((x - y\right)^2 + xy)
x^3 - y^3 = (x - y)\left((x + y\right)^2 - xy)

A related usage is found in this presentation of the formula for the Taylor series of the sine function:

\sin\left( x \right) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \cdots \pm \frac{1}{(2n+1)!} x^{2n+1} + \cdots~.

Here, the plus-or-minus sign indicates that the term may be added or subtracted depending on whether n is odd or even; a rule which can be deduced from the first few terms. A more rigorous presentation would multiply each term by a factor of (−1)n, which gives +1 when n is even, and −1 when n is odd. In older texts one occasionally finds (−)n, which means the same.

When the standard presumption that the plus-or-minus signs all take on the same value of +1 or all −1  is not true, then the line of text that immediately follows the equation must contain a brief description of the actual connection, if any, most often of the form "where the ‘±’ signs are independent" or similar. If a brief, simple description is not possible, the equation must be re-written to provide clarity; e.g. by introducing variables such as s1, s2, ... and specifying a value of +1 or −1 separately for each, or some appropriate relation, like s_3 = s_1 \cdot (s_2)^{n} \, , or similar.

In statistics

The use of ± for an approximation is most commonly encountered in presenting the numerical value of a quantity, together with its tolerance or its statistical margin of error.[2] For example, 5.7 ± 0.2 may be anywhere in the range from 5.5 to 5.9 inclusive. In scientific usage, it sometimes refers to a probability of being within the stated interval, usually corresponding to either 1 or 2 standard deviations (a probability of 68.3% or 95.4% in a normal distribution).

Operations involving uncertain values should always try to preserve the uncertainty, in order to avoid propagation of error. If ~n = a \pm b\;, any operation of the form ~m = f(n)~ must return a value of the form ~m = c \pm d ~, where c is \, f(n)\, and d is range updated using interval arithmetic.

A percentage may also be used to indicate the error margin. For example, 230 ±10% V refers to a voltage within 10% (or 23 V) of either side of 230 V (from 207 V to 253 V inclusive).[citation needed] Separate values for the upper and lower bounds may also be used. For example, to indicate that a value is most likely 5.7, but may be as high as 5.9 or as low as 5.6, one may write 5.7+0.2
−0.1
.

In chess

The symbols ± and ∓ are used in chess notation to denote a moderate but significant advantage for white and black, respectively. Weaker and stronger advantages are denoted by ⩲ and ⩱ for only a slight advantage, and +– and –+ for a strong, potentially winning advantage, again for white and black respectively.[9] It is important to distinguish these annotations (always optional and often not clearly, objectively defined) with the mandatory notation of the moves themselves, which leaves no room for interpretation or speculation, and which includes a trailing plus sign + (or formerly a dagger †) to denote a move giving check to the opponent's king, while checkmate is today most commonly denoted by

  1. , but sometimes still with the somewhat outdated ++ or , although some authors use ++ to denote a double check.

Encodings

  • In Unicode: U+00B1 ± PLUS-MINUS SIGN
  • In ISO 8859-1, -7, -8, -9, -13, -15, and -16, the plus–minus symbol is code 0xB1hex. This location was copied to Unicode.
  • The symbol also has a HTML entity representations of &pm;, &plusmn;, and &#177;.
  • The rarer minus–plus sign is not generally found in legacy encodings, but is available in Unicode as U+2213 MINUS-OR-PLUS SIGN so can be used in HTML using &#x2213; or &#8723;.
  • In TeX 'plus-or-minus' and 'minus-or-plus' symbols are denoted \pm and \mp, respectively.
  • Although these characters may also be produced using underlining or overlining + symbol ( +  or + ), this is deprecated or discouraged because the formatting may be stripped at a later date, changing the meaning. It also makes the meaning less accessible to blind users with screen readers.

Typing

Similar characters

The plus–minus sign resembles the Chinese characters (Radical 32) and (Radical 33), whereas the minus–plus sign resembles (Radical 51).

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found..
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found..
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. For details, see Chess annotation symbols#Positions.