Skip to main content
format for better visual
Source Link

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length $2 * 2^n$.

Let's put the items from the first term ($2^n$) into the box. Now exactly one half of the space is left for the other terms, from $2^{n-1}$ down to $1$, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is $2*2^n = 2^{n+1}$, but it could be shorter by one, which is $2^{n+1} - 1$, and this is our formula.

For example, let's pack: $$\sum_{i=0}^3 2^i$$

Box length: $$2 * 2^3 = 16$$

2^3    |*|● * * * * * * *|●|               |
2^2    |*|○ * * * * * * *|*○|● * * *|●|       |
2^1    |*|○ * * * * * * *|*○|○ * * *|*○|● *|●|   |
2^0    |*|○ * * * * * * *|*○|○ * * *|*○|○ *|*|○|●| |

It could be shorter by one: $$2^{3+1}-1 = 15$$

By the way, similar geometrical explanation can be used for the ever decreasing geometric progression $\sum_{i=0}^\infty 2^{-i}$ with the only difference that we do not need to account for the last piece of empty space, because it tends to 0. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which can be divided virtually infinitely so it sums to exactly a length of 2 units.

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length $2 * 2^n$.

Let's put the items from the first term ($2^n$) into the box. Now exactly one half of the space is left for the other terms, from $2^{n-1}$ down to $1$, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is $2*2^n = 2^{n+1}$, but it could be shorter by one, which is $2^{n+1} - 1$, and this is our formula.

For example, let's pack: $$\sum_{i=0}^3 2^i$$

Box length: $$2 * 2^3 = 16$$

2^3    |* * * * * * * *|               |
2^2    |* * * * * * * *|* * * *|       |
2^1    |* * * * * * * *|* * * *|* *|   |
2^0    |* * * * * * * *|* * * *|* *|*| |

It could be shorter by one: $$2^{3+1}-1 = 15$$

By the way, similar geometrical explanation can be used for the ever decreasing geometric progression $\sum_{i=0}^\infty 2^{-i}$ with the only difference that we do not need to account for the last piece of empty space, because it tends to 0. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which can be divided virtually infinitely so it sums to exactly a length of 2 units.

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length $2 * 2^n$.

Let's put the items from the first term ($2^n$) into the box. Now exactly one half of the space is left for the other terms, from $2^{n-1}$ down to $1$, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is $2*2^n = 2^{n+1}$, but it could be shorter by one, which is $2^{n+1} - 1$, and this is our formula.

For example, let's pack: $$\sum_{i=0}^3 2^i$$

Box length: $$2 * 2^3 = 16$$

2^3    |●       ●|               |
2^2    |○       ○|●   ●|       |
2^1    |○       ○|○   ○|● ●|   |
2^0    |○       ○|○   ○|○ ○|●| |

It could be shorter by one: $$2^{3+1}-1 = 15$$

By the way, similar geometrical explanation can be used for the ever decreasing geometric progression $\sum_{i=0}^\infty 2^{-i}$ with the only difference that we do not need to account for the last piece of empty space, because it tends to 0. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which can be divided virtually infinitely so it sums to exactly a length of 2 units.

mathjax formatting
Source Link

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length $2 * 2^n$.

Let's put the items from the first term ($2^n$) into the box. Now exactly one half of the space is left for the other terms, from $2^{n-1}$ down to $1$, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is $2*2^n = 2^{n+1}$, but it could be shorter by one, which is $2^{n+1} - 1$, and this is our formula.

For example, let's pack: $$\sum_{i=0}^3 2^i$$

Box length: $$2 * 2^3 = 16$$

2^3    |* * * * * * * *|               |
2^2    |* * * * * * * *|* * * *|       |
2^1    |* * * * * * * *|* * * *|* *|   |
2^0    |* * * * * * * *|* * * *|* *|*| |

It could be shorter by one: $$2^{3+1}-1 = 15$$

By the way, similar geometrical explanation can be used for the limit of sum ever decreasing geometric sequence,progression $\sum_{i=0}^\infty 2^{-i}$ with the only difference that we just don't have to do -1 operationnot need to account for the last piece of empty space, because it tends to 0. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which we can continue to dividebe divided virtually infinitely so it sums to exactly a length of 2 units.

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length $2 * 2^n$.

Let's put the items from the first term ($2^n$) into the box. Now exactly one half of the space is left for the other terms, from $2^{n-1}$ down to $1$, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is $2*2^n = 2^{n+1}$, but it could be shorter by one, which is $2^{n+1} - 1$, and this is our formula.

For example, let's pack: $$\sum_{i=0}^3 2^i$$

Box length: $$2 * 2^3 = 16$$

2^3    |* * * * * * * *|               |
2^2    |* * * * * * * *|* * * *|       |
2^1    |* * * * * * * *|* * * *|* *|   |
2^0    |* * * * * * * *|* * * *|* *|*| |

It could be shorter by one: $$2^{3+1}-1 = 15$$

By the way, similar geometrical explanation can be used for the limit of sum ever decreasing geometric sequence, we just don't have to do -1 operation. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which we can continue to divide virtually infinitely so it sums to exactly a length of 2 units.

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length $2 * 2^n$.

Let's put the items from the first term ($2^n$) into the box. Now exactly one half of the space is left for the other terms, from $2^{n-1}$ down to $1$, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is $2*2^n = 2^{n+1}$, but it could be shorter by one, which is $2^{n+1} - 1$, and this is our formula.

For example, let's pack: $$\sum_{i=0}^3 2^i$$

Box length: $$2 * 2^3 = 16$$

2^3    |* * * * * * * *|               |
2^2    |* * * * * * * *|* * * *|       |
2^1    |* * * * * * * *|* * * *|* *|   |
2^0    |* * * * * * * *|* * * *|* *|*| |

It could be shorter by one: $$2^{3+1}-1 = 15$$

By the way, similar geometrical explanation can be used for the ever decreasing geometric progression $\sum_{i=0}^\infty 2^{-i}$ with the only difference that we do not need to account for the last piece of empty space, because it tends to 0. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which can be divided virtually infinitely so it sums to exactly a length of 2 units.

mathjax formatting
Source Link

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length 2 * 2^n$2 * 2^n$.

Let's put the items from the first term (2^n$2^n$) into the box. Now exactly one half of the space is left for the other terms, from 2^(n-1)$2^{n-1}$ down to 1$1$, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is 2 * 2^n = 2^(n + 1)$2*2^n = 2^{n+1}$, but it could be shorter by one, so it could be 2^(n+1)which is - 1$2^{n+1} - 1$, whichand this is our formula.

For example Sum(0,3,2^i) let's pack: $$\sum_{i=0}^3 2^i$$

2 * 2^3 = 16Box length: $$2 * 2^3 = 16$$

2^3    |* * * * * * * *|               |
2^2    |3|* 3* 3* 3* 3* 3* 3* 3|**|* * * *|       |
2^1    |3|* 3* 3* 3* 3* 3* 3* 3|**|* * * *|* *|   |
2^0    |3|* 3* 3* 3* 3* 3* 3* 3|**|* * * *|* *|*| |

It could be shorter by one: 2 ^ (3+1) - 1) = 15$$2^{3+1}-1 = 15$$

By the way, similar geometrical explanation can be used for the limit of sum ever decreasing geometric sequence, we just don't have to do -1 operation. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which we can continue to divide virtually infinitely so it sums to exactly a length of 2 units.

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length 2 * 2^n.

Let's put the items from the first term (2^n) into the box. Now exactly one half of the space is left for the other terms, from 2^(n-1) down to 1, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is 2 * 2^n = 2^(n + 1), but it could be shorter by one, so it could be 2^(n+1) - 1, which is our formula.

For example Sum(0,3,2^i):

2 * 2^3 = 16

2^3    |* * * * * * * *|               |
2^2    |3 3 3 3 3 3 3 3|* * * *|       |
2^1    |3 3 3 3 3 3 3 3|* * * *|* *|   |
2^0    |3 3 3 3 3 3 3 3|* * * *|* *|*| |

It could be shorter by one: 2 ^ (3+1) - 1) = 15

By the way, similar geometrical explanation can be used for the limit of sum ever decreasing geometric sequence, we just don't have to do -1 operation. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which we can continue to divide virtually infinitely so it sums to exactly a length of 2 units.

There is a geometrical explanation.

Take a box long enough to put twice the amount of items equal to the last term of the sum, and try to pack it.

Let's take a box of length $2 * 2^n$.

Let's put the items from the first term ($2^n$) into the box. Now exactly one half of the space is left for the other terms, from $2^{n-1}$ down to $1$, so we repeat this process, starting from the next largest term.

As we put the items from each term, we notice that they take exactly one half of the empty space left in the box, because both the largest term left and the space left decreases in half on each step.

At some point we reach the first term, which is equal to 1, and there are two empty places left in the box for just one item, so after we put the last item into the box, there is still space for one more item.

The length of the box is $2*2^n = 2^{n+1}$, but it could be shorter by one, which is $2^{n+1} - 1$, and this is our formula.

For example, let's pack: $$\sum_{i=0}^3 2^i$$

Box length: $$2 * 2^3 = 16$$

2^3    |* * * * * * * *|               |
2^2    |* * * * * * * *|* * * *|       |
2^1    |* * * * * * * *|* * * *|* *|   |
2^0    |* * * * * * * *|* * * *|* *|*| |

It could be shorter by one: $$2^{3+1}-1 = 15$$

By the way, similar geometrical explanation can be used for the limit of sum ever decreasing geometric sequence, we just don't have to do -1 operation. Instead, we take some continuous medium as an example, such as a ribbon or a thread, which we can continue to divide virtually infinitely so it sums to exactly a length of 2 units.

Source Link
Loading