Solveeit Logo

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 i32i\sum{{{i}^{3}}-2i} from i=1i=1 to 1515 ?

Explanation

Solution

We first break down the entire summation into two summations i=115i3i=1152i\sum\limits_{i=1}^{15}{{{i}^{3}}}-\sum\limits_{i=1}^{15}{2i} 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 \sum{{}} means summation. Generally, the infinite or finite series summation are denoted by the symbol \sum{{}} . This summation contains a single variable which attains values from an initial value to a final value. For example, i=110i\sum\limits_{i=1}^{10}{i} means the summation of all-natural numbers from 11 to 1010 .
In this problem, the given summation that we need to evaluate is i32i\sum{{{i}^{3}}-2i} from i=1i=1 to 1515 . This can be rewritten as,
i=115i32i\Rightarrow \sum\limits_{i=1}^{15}{{{i}^{3}}-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\sum{ai+b}=\sum{ai}+\sum{b} . Applying this property to the given summation, the summation thus becomes,
i=115i3i=1152i\Rightarrow \sum\limits_{i=1}^{15}{{{i}^{3}}}-\sum\limits_{i=1}^{15}{2i}
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 11 which is (n(n+1)2)2{{\left( \dfrac{n\left( n+1 \right)}{2} \right)}^{2}} , where n is the number of natural numbers starting from 11 taken into account. So, the first summation can be written as,
(15(15+1)2)2i=1152i\Rightarrow {{\left( \dfrac{15\left( 15+1 \right)}{2} \right)}^{2}}-\sum\limits_{i=1}^{15}{2i}
That can be simplified to,
14400i=1152i\Rightarrow 14400-\sum\limits_{i=1}^{15}{2i}
There is another property of summations which is ai=ai\sum{ai}=a\sum{i} where a is a constant. So, the summation becomes,
144002i=115i\Rightarrow 14400-2\sum\limits_{i=1}^{15}{i}
The second summation is the summation of first 1515 natural numbers which has the formula n(n+1)2\dfrac{n\left( n+1 \right)}{2} where n is 1515 . The summation becomes,
144002×15(15+1)2 14400240 14160 \begin{aligned} & \Rightarrow 14400-2\times \dfrac{15\left( 15+1 \right)}{2} \\\ & \Rightarrow 14400-240 \\\ & \Rightarrow 14160 \\\ \end{aligned}

Therefore, we can conclude that the given summation evaluates to 1416014160

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.