How do you find the sum of Sigma [(i-1)^2+(i+1)^3] where i is [1,4]? Calculus Introduction to Integration Sigma Notation 1 Answer Cem Sentin Nov 13, 2017 238 Explanation: sum_(i=1)^4 [(i-1)^2+(i+1)^3] =sum_(i=1)^4 (i^2-2i+1+i^3+3i^2+3i+1) =sum_(i=1)^4 (i^3+4i^2+i+2) =((4*5)/2)^2+4*(4*5*9)/6+(4*5)/2+2*4 =238 Answer link Related questions How does sigma notation work? How do you use sigma notation to represent the series 1/2+1/4+1/8+…? Use summation notation to express the sum? What is sigma notation for an arithmetic series with first term a and common difference d ? How do you evaluate the sum represented by sum_(n=1)^5n/(2n+1) ? How do you evaluate the sum represented by sum_(n=1)^(8)1/(n+1) ? How do you evaluate the sum represented by sum_(n=1)^(10)n^2 ? What is sigma notation for a geometric series with first term a and common ratio r ? What is the value of 1/n sum_{k=1}^n e^{k/n} ? Question #07873 See all questions in Sigma Notation Impact of this question 3227 views around the world You can reuse this answer Creative Commons License