Question
Question: Find the \(1 \cdot 4 \cdot 7 + 2 \cdot 5 \cdot 8 + 3 \cdot 6 \cdot 9 + ......... + {n^{th}}\) terms....
Find the 1⋅4⋅7+2⋅5⋅8+3⋅6⋅9+.........+nth terms.
Solution
Start with finding the general term or nth term for the given series. Notice the pattern to write the expression for nth term in terms of ‘n’ only. After finding the general term, apply the sigma operator to represent the sum of the series. Now substitute the values ∑n=2n(n+1),∑n2=6n(n+1)(2n+1) and ∑n3=4n2(n+1)2 in the expression to get the expression for the sum of the series.
Complete step-by-step answer:
Here in this problem, we are given a series of the sum of the product of three numbers. We need to find the sum of the first ‘n’ number of terms of this series.
In the given series 1⋅4⋅7+2⋅5⋅8+3⋅6⋅9+.........+nth term, we need to first find out the nth term
We can see the pattern in the series that each term is the product of three numbers as follows:
⇒ First Term=1⋅4⋅7=(0+1)⋅(3+1)⋅(6+1)
⇒ Second Term=2⋅5⋅8=(1+1)⋅(4+1)⋅(7+1)=(2)⋅(3+2)⋅(6+2)
⇒ Third Term=3⋅6⋅9=(2+1)⋅(5+1)⋅(8+1)=(3)⋅(3+3)⋅(6+3)
⇒ Fourth Term=4⋅7⋅10=(3+1)⋅(6+1)⋅(9+1)=(4)⋅(3+4)⋅(6+4)
Similarly using this pattern, we can find the general term of the given series as:
⇒ nth term=(n)⋅(3+n)⋅(6+n)
Therefore, now the given series can be represented as:
⇒1⋅4⋅7+2⋅5⋅8+3⋅6⋅9+.........+nth term=∑(n)⋅(3+n)⋅(6+n)
Here the symbol of summation represents the sum of each term with the value of ‘n’ all the natural numbers from 1 to n .
Now the summation expression can also be represented as
⇒∑(n)⋅(3+n)⋅(6+n)=∑(n)⋅(18+3n+6n+n2)=∑(n3+9n2+18n)
As we know that the summation or sigma is distributive on addition, therefore we can write the above expression as:
⇒∑(n3+9n2+18n)=∑(n3)+∑(9n2)+∑(18n)
Since the constant coefficients with a variable can be taken out of the sigma, we get:
⇒∑(n3+9n2+18n)=∑(n3)+∑(9n2)+∑(18n)=∑(n3)+9∑(n2)+18∑(n)
So now we can easily calculate the sum of the series if we know the values for ∑(n3),∑(n2)&∑(n) .
According to the known values of summation of natural number series, we know that:
⇒∑n=2n(n+1),∑n2=6n(n+1)(2n+1) and ∑n3=4n2(n+1)2
Let’s substitute these above values in the equation:
⇒∑(n3)+9∑(n2)+18∑(n)=4n2(n+1)2+9×6n(n+1)(2n+1)+18×2n(n+1)
We can solve it further by taking common from the right side
⇒∑(n3)+9∑(n2)+18∑(n)=n(n+1)(4n(n+1)+3×2(2n+1)+9)
Now we can simplify the parenthesis on the right side of the equation:
⇒∑(n3)+9∑(n2)+18∑(n)=n(n+1)(4n2+n+12n+6+36)=4n(n+1)(n2+13n+42)
If we use the middle term split method, then we can simplify the quadratic expression and write it as:
⇒∑(n3)+9∑(n2)+18∑(n)=4n(n+1)(n2+6n+7n+42)=4n(n+1)(n+6)(n+7)
Therefore, we get the expression for the sum of the given series as:
⇒1⋅4⋅7+2⋅5⋅8+3⋅6⋅9+.........+nth term=4n(n+1)(n+6)(n+7)
Note: In questions like this, where the progression is neither arithmetic nor geometric, finding the general term plays an important role. The use of a summation or sigma operator must be done carefully. After getting the sum of the series of ‘n’ terms as 4n(n+1)(n+6)(n+7), we can cross-check our conclusion by putting n=1 , which should give the value of the first term, i.e. 1×4×7=28 . For n=1 ; 4n(n+1)(n+6)(n+7)=41×2×7×8=2×7×2=28 . Thus our answer is correct.