Summation: Difference between revisions

From WikiMD's Wellness Encyclopedia

CSV import
Tags: mobile edit mobile web edit
 
CSV import
 
Line 1: Line 1:
'''Summation''' is a mathematical operation that combines numbers or quantities. It is represented by the Greek letter sigma (Σ). The process of adding numbers or quantities together is called '''[[summation]]'''. The result of a summation operation is called a '''[[sum]]''' or '''[[total]]'''.
== Summation ==


== Definition ==
[[File:Greek_uc_sigma.svg|thumb|right|The Greek letter Sigma (_) is used to denote summation.]]


In mathematics, summation is the addition of a sequence of any kind of numbers, called '''[[addends]]''' or '''[[summands]]'''; the result is their '''[[sum]]''' or '''[[total]]'''. If the numbers are added together in any order the result is always the same.
In mathematics, '''summation''' is the addition of a sequence of numbers; the result is their sum or total. The numbers to be summed may be integers, rational numbers, real numbers, or complex numbers. Summation is denoted by the symbol _ (the Greek capital letter sigma). This symbol is used to represent the sum of a sequence of terms, typically expressed as:
 
\[
\sum_{i=1}^{n} a_i = a_1 + a_2 + \cdots + a_n
\]
 
where \(a_i\) represents each term in the sequence, and \(n\) is the number of terms.


== Notation ==
== Notation ==


The summation operation can be indicated in various ways:
The summation symbol _ is used in conjunction with an index of summation, which is a variable that represents each term in the sequence. The index of summation is typically written below the summation symbol, and the upper limit of summation is written above the symbol. For example:
* '''[[Sigma notation]]''' is a common method, where the Greek letter sigma (Σ) is used. The upper limit and lower limit of the sum are specified above and below the sigma symbol.
 
* '''[[Euler's notation]]''' uses an upper case "E" (from the German word "Einführung", meaning "introduction").
\[
* '''[[Capital Pi notation]]''' uses the Greek letter Pi (Π) to indicate product, which is the result of multiplication.
\sum_{i=1}^{n} i = 1 + 2 + 3 + \cdots + n
\]
 
This notation indicates that the sum of the integers from 1 to \(n\) is to be calculated.


== Properties ==
== Properties ==


Summation has several properties that make it easier to work with. These include:
Summation has several important properties that make it a fundamental operation in mathematics:
* '''[[Commutativity]]''': The order of the addends does not change the sum.
 
* '''[[Associativity]]''': Grouping of addends does not change the sum.
* '''Linearity''': The sum of a linear combination of sequences is the linear combination of the sums of the sequences. Formally, for any sequences \(a_i\) and \(b_i\), and any scalars \(c\) and \(d\):
* '''[[Distributivity]]''': The sum of a product is the product of the sums.
  \[
  \sum_{i=1}^{n} (c a_i + d b_i) = c \sum_{i=1}^{n} a_i + d \sum_{i=1}^{n} b_i
  \]
 
* '''Commutativity''': The order of summation does not affect the result. If \(a_i\) is a sequence, then:
  \[
  \sum_{i=1}^{n} a_i = \sum_{i=\text{any permutation of } 1, 2, \ldots, n} a_i
  \]
 
* '''Associativity''': The way in which terms are grouped does not affect the sum. For example:
  \[
  (a_1 + a_2) + a_3 = a_1 + (a_2 + a_3)
  \]


== Applications ==
== Applications ==


Summation is used in various fields such as mathematics, physics, statistics, computer science, and economics. It is used to calculate totals, averages, numerical integration, and to solve differential equations.
Summation is used extensively in various fields of mathematics and applied sciences. Some common applications include:


== See also ==
* '''Statistics''': Summation is used to calculate measures such as the mean, variance, and standard deviation of a data set.
* [[Addition]]
* '''Calculus''': In calculus, summation is used in the definition of integrals and in the computation of series.
* [[Subtraction]]
* '''Physics''': Summation is used to calculate quantities such as total energy, momentum, and force in physical systems.
* [[Multiplication]]
 
* [[Division]]
== Related pages ==
* [[Mathematical notation]]
 
* [[Integral]]
* [[Series (mathematics)]]
* [[Arithmetic]]
* [[Sigma notation]]


[[Category:Mathematical notation]]
[[Category:Mathematical notation]]
[[Category:Elementary arithmetic]]
[[Category:Mathematical operations]]
[[Category:Mathematical symbols]]
[[Category:Mathematical terminology]]
{{stub}}

Latest revision as of 03:38, 13 February 2025

Summation[edit]

The Greek letter Sigma (_) is used to denote summation.

In mathematics, summation is the addition of a sequence of numbers; the result is their sum or total. The numbers to be summed may be integers, rational numbers, real numbers, or complex numbers. Summation is denoted by the symbol _ (the Greek capital letter sigma). This symbol is used to represent the sum of a sequence of terms, typically expressed as:

\[ \sum_{i=1}^{n} a_i = a_1 + a_2 + \cdots + a_n \]

where \(a_i\) represents each term in the sequence, and \(n\) is the number of terms.

Notation[edit]

The summation symbol _ is used in conjunction with an index of summation, which is a variable that represents each term in the sequence. The index of summation is typically written below the summation symbol, and the upper limit of summation is written above the symbol. For example:

\[ \sum_{i=1}^{n} i = 1 + 2 + 3 + \cdots + n \]

This notation indicates that the sum of the integers from 1 to \(n\) is to be calculated.

Properties[edit]

Summation has several important properties that make it a fundamental operation in mathematics:

  • Linearity: The sum of a linear combination of sequences is the linear combination of the sums of the sequences. Formally, for any sequences \(a_i\) and \(b_i\), and any scalars \(c\) and \(d\):
 \[
 \sum_{i=1}^{n} (c a_i + d b_i) = c \sum_{i=1}^{n} a_i + d \sum_{i=1}^{n} b_i
 \]
  • Commutativity: The order of summation does not affect the result. If \(a_i\) is a sequence, then:
 \[
 \sum_{i=1}^{n} a_i = \sum_{i=\text{any permutation of } 1, 2, \ldots, n} a_i
 \]
  • Associativity: The way in which terms are grouped does not affect the sum. For example:
 \[
 (a_1 + a_2) + a_3 = a_1 + (a_2 + a_3)
 \]

Applications[edit]

Summation is used extensively in various fields of mathematics and applied sciences. Some common applications include:

  • Statistics: Summation is used to calculate measures such as the mean, variance, and standard deviation of a data set.
  • Calculus: In calculus, summation is used in the definition of integrals and in the computation of series.
  • Physics: Summation is used to calculate quantities such as total energy, momentum, and force in physical systems.

Related pages[edit]