Evaluate the Summation sum from i=1 to 10 of i(i^2+1)
Problem
Solution
Distribute the term
i inside the parentheses to rewrite the summand.
Split the summation into two separate sums using the linearity property of summations.
Apply the formula for the sum of the first
n cubes, which is(∑_i=1^n)(i3)=((n*(n+1))/2)2 wheren=10
Apply the formula for the sum of the first
n integers, which is(∑_i=1^n)(i)=(n*(n+1))/2 wheren=10
Add the two results together to find the total sum.
Final Answer
Want more problems? Check here!