kids encyclopedia robot

Sum facts for kids

Kids Encyclopedia Facts

The sum of two or more numbers is what you get when you add them all together. This math operation is called summation. Think of it like counting how many items you have in total.

For example, if you have 2 apples, 4 bananas, and 6 oranges, the sum of your fruits is 2 + 4 + 6 = 12.

What is Sigma Notation?

Sigma notation is a special way to write long addition problems in a short, neat form. It uses the Greek letter Sigma (which looks like a big "E": \Sigma).

This notation helps mathematicians and scientists write down sums that have many numbers, sometimes even an endless amount!

Here's how it works:

  • The \Sigma symbol means "add everything up."
  • Below the \Sigma, you'll see something like "i=1". This tells you where to start counting. The letter i (or sometimes j or k) is called the index. It's like a counter.
  • Above the \Sigma, you'll see a number. This tells you where to stop counting.
  • Next to the \Sigma, you'll see a rule or formula, like "i" or "i^2". This tells you what numbers to add.

Let's look at an example: \sum_{k=1}^3 k This means:

  • Start with k=1.
  • Add the value of k.
  • Increase k by 1.
  • Keep going until k reaches 3.

So, \sum_{k=1}^3 k = 1 + 2 + 3 = 6.

Basic Rules for Sums

Sums follow some simple rules. Here are a few examples to help you understand:

  • If you add zero many times, the sum is always zero:

\sum_{i=1}^n 0 = 0

  • If you add the number 1 a certain number of times (let's say n times), the sum will be n:

\sum_{i=1}^n 1 = n For example, \sum_{i=1}^5 1 = 1+1+1+1+1 = 5.

  • If you add the same number n a certain number of times (let's say n times), the sum will be n multiplied by n, which is n squared:

\sum_{i=1}^n n = n^2 For example, \sum_{i=1}^3 3 = 3+3+3 = 9, which is 3^2.

Where Are Sums Used?

Sums are super useful in many areas of math and science. They help us understand patterns and sequences of numbers.

Series and Sequences

Sums are used to represent series and sequences. A sequence is a list of numbers in a specific order, and a series is the sum of the numbers in a sequence.

For example, imagine a sequence where each number is half of the previous one: \sum_{i=1}^4 \frac{1}{2^i} This means we add the first four numbers in this sequence: \frac{1}{2^1} + \frac{1}{2^2} + \frac{1}{2^3} + \frac{1}{2^4} Which is: \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \frac{1}{16}

Repeating Decimals

Sums can even help us understand repeating decimals! A repeating decimal is a number like 0.3333... where a digit or group of digits repeats forever.

For example, the repeating decimal 0.3333... can be written as a sum: \sum_{i=1}^\infty \frac{3}{10^i} This means: \frac{3}{10} + \frac{3}{100} + \frac{3}{1000} + \frac{3}{10000} + ... If you add all these numbers together, you get exactly \frac{1}{3}!

Related Pages

kids search engine
Sum Facts for Kids. Kiddle Encyclopedia.