How do you use sigma notation to write the sum for #3-9+27-81+243-729#?
1 Answer
Explanation:
In order to use summation notation, we need to find something that increments by 1 with each new term.
What we need to do is discern how each successive term differs from the previous one. Without looking too hard, we can see that each term is
#" "3=3#
#" –"9=3xx("-"3)^1#
#" "27=3xx("-"3)^2#
#"–"81=3xx("-"3)^3#
and so on.
What we notice is that the powers of -3 are going up by 1 with each new term. This is the increment value we will use in our sigma notation.
Our sum can be thought of as:
#3-9+27-81+243-729#
#=3+("-"9)+27+("-"81)+243+("-"729)#
#=[3*("-"3)^0]+[3*("-"3)^1]+[3*("-"3)^2]+[3*("-"3)^3]+[3*("-"3)^4]+[3*("-"3)^5]#
Which is written in sigma notation as:
#sum_(n=0)^5 [3*("–"3)^n]#
This says we wish to sum the expression
There are other ways to write the sum; they are included as extras in the Answer portion.