Integral symbol

The integral symbol:

(Unicode), (LaTeX)

is used to denote integrals and antiderivatives in mathematics. The notation was introduced by the German mathematician Gottfried Wilhelm Leibniz towards the end of the 17th century. The symbol was based on the ſ (long s) character, and was chosen because Leibniz thought of the integral as an infinite sum of infinitesimal summands.

Typography in Unicode and LaTeX

Fundamental symbol

Main article: Integral calculus

The integral symbol is U+222B INTEGRAL in Unicode[1] and \int in LaTeX. In HTML, it is written as ∫ (hexadecimal), ∫ (decimal) and ∫ (named "entity").

The original IBM PC code page 437 character set included a couple of characters and (codes 244 and 245, respectively) to build the integral symbol. These were deprecated in subsequent MS-DOS code pages, but they still remain in Unicode (U+2320 and U+2321, respectively) for compatibility.

The ∫ symbol is very similar to, but not to be confused with, the ʃ symbol (called "esh").

Extensions of the symbol

Related symbols include:[1][2][3]

Meaning Unicode LaTeX
Double integral U+222C \iint
Triple integral U+222D \iiint
Contour integral U+222E \oint
Clockwise integral U+2231
Anticlockwise integral U+2A11
Clockwise contour integral U+2232 \varointclockwise \varointclockwise
Anticlockwise contour integral U+2233 \ointctrclockwise \ointctrclockwise
Closed surface integral U+222F \oiint \oiint
Closed volume integral U+2230 \oiiint \oiiint

Typography in other languages

Regional variations (English, German, Russian) of the integral symbol.

In other languages, the shape of the integral symbol differs slightly from the shape commonly seen in English-language textbooks. While the English integral symbol leans to the right, the German symbol (used throughout Central Europe) is upright, and the Russian variant leans to the left.

Another difference is in the placement of limits for definite integrals. Generally, in English-language books, limits go to the right of the integral symbol:

.

By contrast, in German and Russian texts, limits for definite integrals are placed above and below the integral symbol, and, as a result, the notation requires larger line spacing:

.

See also

Notes

  1. 1 2 "Mathematical Operators – Unicode" (PDF). Retrieved 2013-04-26.
  2. "Supplemental Mathematical Operators – Unicode" (PDF). Retrieved 2013-05-05.
  3. In the current font, doesn't have the same style as the others, although on (Mathematical Operators – Unicode), with the font they are using, all the other integrals have the same nice style as . Furthermore doesn't have the same vertical alignment.
    Integral symbols shown in
    HTML+CSS (font-size: 2em)
    using the {{math}} template
    <span style="font-size: 0.75em;">int <span style="font-size: 0.75em;">iint <span style="font-size: 0.75em;">iiint <span style="font-size: 0.75em;">oint
    <span style="font-size: 0.75em;">varointclockwise <span style="font-size: 0.75em;">ointctrclockwise <span style="font-size: 0.75em;">oiint <span style="font-size: 0.75em;">oiiint
    NB:
    • Applying font-style: italic; or font-style: oblique; to the int symbol ∫ has no effect in Firefox or Safari, it remains upright (whereas it does have an effect on all the other integral symbols), e.g.
      <span style="font-style: italic;">∫ ∬ ∭ ∮ ∲ ∳ ∯ ∰</span> yields ∫ ∬ ∭ ∮ ∲ ∳ ∯ ∰;
      <span style="font-style: oblique;">∫ ∬ ∭ ∮ ∲ ∳ ∯ ∰</span> yields ∫ ∬ ∭ ∮ ∲ ∳ ∯ ∰.

References

External links

This article is issued from Wikipedia - version of the 8/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.