Question
Question: How do you use the properties of summation to evaluate the sum of \(\sum{{{i}^{3}}-2i}\) from \(i=1\...
How do you use the properties of summation to evaluate the sum of ∑i3−2i from i=1 to 15 ?
Solution
We first break down the entire summation into two summations i=1∑15i3−i=1∑152i using the property. Then, the first summation can be evaluated using the formula for the sum of cubes of natural numbers and the second summation can be solved using the sum of natural numbers formula.
Complete step by step solution:
The symbol ∑ means summation. Generally, the infinite or finite series summation are denoted by the symbol ∑ . This summation contains a single variable which attains values from an initial value to a final value. For example, i=1∑10i means the summation of all-natural numbers from 1 to 10 .
In this problem, the given summation that we need to evaluate is ∑i3−2i from i=1 to 15 . This can be rewritten as,
⇒i=1∑15i3−2i
Now, there is a property of summation operator. This property states that if the summation term is an addition or subtraction of multiple terms, then the entire summation can be broken down into separate summations. For example, ∑ai+b=∑ai+∑b . Applying this property to the given summation, the summation thus becomes,
⇒i=1∑15i3−i=1∑152i
The first summation of the expression is simply the summation of the cubes of natural numbers. Now, there is a formula for the summation of consecutive natural number from 1 which is (2n(n+1))2 , where n is the number of natural numbers starting from 1 taken into account. So, the first summation can be written as,
⇒(215(15+1))2−i=1∑152i
That can be simplified to,
⇒14400−i=1∑152i
There is another property of summations which is ∑ai=a∑i where a is a constant. So, the summation becomes,
⇒14400−2i=1∑15i
The second summation is the summation of first 15 natural numbers which has the formula 2n(n+1) where n is 15 . The summation becomes,
⇒14400−2×215(15+1)⇒14400−240⇒14160
Therefore, we can conclude that the given summation evaluates to 14160
Note: The summation problems require patience. We should apply the properties of summation correctly and wisely in order to get to our final answer quickly. Also, we need to remember some basic summation formulae like the sum of n natural numbers, sum of their squares and so on, which may lead us to the final answer faster.