How is Sigma Used in Mathematics?

  • Context: High School 
  • Thread starter Thread starter DB
  • Start date Start date
  • Tags Tags
    Sigma
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
DB
Messages
501
Reaction score
0
wondering how "sigma" is used

I think this is the right forum. I wondering how "sigma" is used, the definition is summation but what does that mean, is it just the sum? Can some 1 give me an example of how it works. Thnx.
 
Physics news on Phys.org
[tex]\sum^{n}_{i=0} f(i)[/tex]

This is the sum of f(i) from i=0 to i=n, i.e.

f(0) + f(1) + f(2) + ... f(n)
 
If you are referring to sigma notation (with the Greek letter [itex]\Sigma[/itex]). It's a convenient way of writing sums.
Suppose you have a sequence of numbers [itex]a_m,a_{m+1},...,a_n[/itex] and you want to add them, then:

[tex]\sum_{i=m}^na_i=a_m+a_{m+1}+...+a_n[/tex]

The [itex]i[/itex] is a variable used for counting. The [itex]i=m[/itex] at the bottom tells us to start with [itex]i=m[/itex] and the [itex]n[/itex] at the top tells us to end with [itex]i=n[/itex].

For example:
[tex]\sum_{i=1}^7 i= 1+2+3+4+5+6+7[/tex]

[tex]\sum_{i=5}^9 i^2= 5^2+6^2+7^2+8^2+9^2[/tex]

[tex]\sum_{j=0}^5 2^j=2^0+2^1+2^2+2^3+2^4+2^5[/tex]

etc.
 
lol i kinda see it but its a bit unclear to me, maybe a simpler example lol thnx
 
lol thnx galileo i see it