Somatrio
Somatrio
Somatrio
∑x
i =1
i = x1 + x 2 + K + x n
Partes do símbolo:
O n é o último elemento
A instrução para a ser somado
n
∑x
somar
i x é o nome dos termos a
i =1 serem somados
∑x .
i= 4
i
∑ cxi = c ∑ xi
i =1 i =1
2. A soma de uma constante sobre n termos é igual a n vezes a constante.
n
∑ c = nc
i =1
3. O somatório da soma (ou diferença) é igual à soma (ou diferença) de somatórios.
n n n
∑ (x i ± y i ) = ∑ x i ± ∑ y i
i =1 i=1 i =1
∑ cx i = c ∑ x i
i =1 i=1
cx1+cx2+cx3+cx4=c(x1+x2+x3+x4)
3 ⋅ 5 + 3 ⋅ 3 + 3 ⋅ ( −2) + 3 ⋅ 0 = 3 ⋅ (5 + 3 + (− 2) + 0 )
18=18
Para a 2a propriedade, vamos supor que a constante seja igual a 3 e n =4, então
4
∑ c = nc
i =1
c+c+c+c=nc
3+3+3+3=4⋅3
12=12
4 4 4
∑ (x i + y i ) = ∑ x i + ∑ y i
i =1 i =1 i =1
(x 1 + y 1 ) + (x 2 + y 2 ) + (x 3 + y 3 ) + (x 4 + y 4 ) = (x 1 + x 2 + x 3 + x 4 ) + (y 1 + y 2 + y 3 + y 4 )
(5+2)+(3+3)+(−2–3)+(0+1)=[5+3+(−2)+0]+[2 + 3 +(−3)+1]
9=9
2
n
2
ATENÇÃO: ∑
i =1
x ≠ ∑ x i
2
i
i=1
Somatório duplo:
i j 1 2 3 4
1 5 −2 0 1
2 2 1 0 −2
3 1 2 4 3
3 4
Calcular ∑∑ x ij = [x 11 + x 12 + x 13 + x 14 ] + [x 21 + x 22 + x 23 + x 24 ] + [x 31 + x 32 + x 33 + x 34 ] =
i =1 j=1
[5+(−2)+0+1]+[2+1+0+(−2)]+[1+2+4+3]= 15
Produtório
n
∏x
i=1
i = x1 ⋅ x 2 ⋅K ⋅ x n
O n é o último elemento
A instrução para a ser multiplicado
n
∏x
multiplicar
i x é o nome dos termos a
i=1 serem multiplicados
∏k ⋅ xi = kn ⋅ ∏ xi
i =1 i=1
∏k ⋅ xi = k 4 ⋅ ∏ yi
i =1 i=1