Sigma notation and calculator help(casio fx9860g; ti-30xpro)

In summary, the textbook says that the sum of a series starts at the top and goes up, but with a_n = a_m+1, the sum starts at a_n and goes up like that.
  • #1
late347
301
15

Homework Statement


A) use sigma notation and calculate sum as far as you wish (set your own endpoint)(1/2) + (1/4) + (1/8) + (1/16)...B) this is a personal problem because I want to know how to calculate the sums with e.g. sigma notation, with a calculator.

Never having done this before, I have two calculators available. An older model graphing calculator casio fx-9860G, and a calculator Ti-30X Pro multiview. I was wondering if anybody knew how to input the conditions of the sigma, and get the correct type of calculation into the calculator.I do not posess the manual book any longer, for casio fx-9860G but that particular calculator has some nostalgia value to me, and I know how to use it in many other situations.

Homework Equations



##\sum\limits_{k=1}^n a_k= a_1 +a_2+a_3...+a_n##

The Attempt at a Solution



[/B]
A)

I was confused about the general form formula for sigma.

How can I make sure, that the "pattern variable" for the purpose of creating the n-th term of the series, is the correct variable from sigma notation itself?

in other words if the sigma starts such as ##\sum\limits_{k=1}^3 2^k##
does that equal to:
##2^1 + 2^2 + 2^3##

If instead I wrote sigma such as ##\sum\limits_{k=1}^6 2^(n-1)##
does that equal to:
##2^(6-1=5)+ 2^(5) + 2^5 +2^(5) +2^(5) +2^(5)##
because the series is limited from the first term, until the sixth term, where n=6 initially, but gets reduced by one when calculating? If the code looks bad it was supposed to be such that (n-1) = exponentgeneral observations about patterns
1. the top number stays as 1 in each term of the series (does it matter if you call sigma sum, as series, is there any difference between a sum and a series like in this example?). If I remember correctly, sequences are simply numbers which follow some pattern, but the numbers are simply divided by a comma, and no mathematical operations as such are performed after creation of the terms of the sequence.

2. the bottom number changes I think in the form of 2x, where x is the index number of the term, which we are calculating. starting index being 1 for the first term.

such as the first term = ##\frac{1}{2^1}##
2nd. term= ##\frac{1}{2^2}##
3rd term = ##\frac{1}{2^3}##

This leads me to conclude thatthe sigma notation can now be created, because we know the pattern for creation of new terms for the series.

##\sum\limits_{i=1}^n \frac{1}{2^i} = ~~ \frac{1}{2^1}~~+ ~~ \frac{1}{2^2}~~+~~ \frac{1}{2^3}~~...##

the sum for the first 5 terms calculated manually = 0.5 + 0.25 +0.125 +(1/16) +(1//32)=31/32
 
Last edited:
Physics news on Phys.org
  • #2
late347 said:

Homework Statement


A) use sigma notation and calculate sum as far as you wish (set your own endpoint)(1/2) + (1/4) + (1/8) + (1/16)...

A) We have the sequence:

##\frac{1}{2}, \frac{1}{4}, \frac{1}{8}, \frac{1}{16}, \dots##

They ask you to write this sum in sigma notation and you can choose the endpoint yourself, then calculate the sum. So, you can be smart and choose the endpoint very small, so you don't need to calculate a lot. You calculated the sum for 5 terms, but you could also do the same for 1 term.

We then have: ##\sum\limits_{i=1}^1 \frac{1}{2^i} = 1/2##. What you did was:
##\sum\limits_{i=1}^5 \frac{1}{2^i} = \frac{43}{8}##, which is NOT correct. (Recalculate that sum!)

I was confused about the general form formula for sigma.

How can I make sure, that the "pattern variable" for the purpose of creating the n-th term of the series, is the correct variable from sigma notation itself?

in other words if the sigma starts such as ##\sum\limits_{k=1}^3 2^k##
does that equal to:
##2^1 + 2^2 + 2^3##

Yes.

If instead I wrote sigma such as ##\sum\limits_{k=1}^6 3^{n-1}##
does that equal to:
##2^{6-1}+ 2^5 + 2^5 +2^5 +2^5 +2^5##
because the series is limited from the first term, until the sixth term, where n=6 initially, but gets reduced by one when calculating? If the code looks bad it was supposed to be such that (n-1) = exponent

For the code, write the exponent between {} instead of () (I fixed your code in the quote).
No. You should specify that n = 6. Otherwise:

##\sum\limits_{k=1}^6 3^{n-1} = 3^{n-1} + 3^{n-1} + 3^{n-1} + 3^{n-1} + 3^{n-1} + 3^{n-1} = 6*3^{n-1} = 2*3*3^{n-1} = 2*3^n##. There is nothing that says that n is the number on top of the ##\Sigma## sign.

For the definition of a series: https://en.wikipedia.org/wiki/Series_(mathematics)
 
Last edited by a moderator:
  • #3
ok i had a brain fart and the answer is 31/32 for the sum of 1-->5 terms

well ok I get now that n does not need to be the topcondition of the sigma.

however, if n were the top condition of the sigma, would that essentially be correct interpretation.

##\sum\limits_{k=1}^5 2^{n-1}= 2^4+2^4+2^4+2^4+2^4##

my textbook used the sigma notation such that
n= index of the upper bound term of the sum, included
k= index of the first term of the sum, included
 
Last edited:
  • #4
my textbook shows
##\sum\limits_{k=m}^{n}a_k=a_m +a_{m+1}+...a_{n-1}+a_{n}##
where a_n = final term
and where a_m = the first term (ostensibly?)

with term of the sum being for example a_k = 2^k
Normally the sum would be something like
##\sum\limits_{k=1}^{5}2^k= 2^1+2^2+2^3+2^4+2^5##
Now if I wanted to calculate sum from the third term, until the fifth term (3rd + 4th + 5th)
If I wanted to calculate the sum from the 3rd term until the 5th term, could I do that with sigma notation (skip counting the 1st and the 2nd terms of the sum)
 
  • #5
late347 said:
ok i had a brain fart and the answer is 31/32 for the sum of 1-->5 terms

well ok I get now that n does not need to be the topcondition of the sigma.

however, if n were the top condition of the sigma, would that essentially be correct interpretation.

##\sum\limits_{k=1}^5 2^{n-1}= 2^4+2^4+2^4+2^4+2^4##

my textbook used the sigma notation such that
n= index of the upper bound term of the sum, included
k= index of the first term of the sum, included

Yes it is 31/32.

No, you have to specify either way that n = 5. That they call it n is just arbitrary, it could be any letter that you want it to be. If you would state it this way, then it's much clearer: ##\sum\limits_{k=1}^n 2^{n-1}##. Now it's obvious that if n = 5, then ##\sum\limits_{k=1}^5 2^{5-1}= 2^4+2^4+2^4+2^4+2^4##. I hope this helps.
 
  • #6
Math_QED said:
Yes it is 31/32.

No, you have to specify either way that n = 5. That they call it n is just arbitrary, it could be any letter that you want it to be. If you would state it this way, then it's much clearer: ##\sum\limits_{k=1}^n 2^{n-1}##. Now it's obvious that if n = 5, then ##\sum\limits_{k=1}^5 2^{5-1}= 2^4+2^4+2^4+2^4+2^4##. I hope this helps.
Well since you talked about being very specific with the n variable as e.g. the upperbound of the sum I could easily write on paper such that
##\sum\limits_{k=1}^{n=4}3^n=3^4+3^4+3^4+3^4##
Latex code can get a bit annoying at times, of course. Whether that above, is standard convention or not.

I think it would be accurate but a little bit silly example admittedly. If you can put k=1 on the bottom of the sigma why can't you put n=(whatever natural number) on the top?

but what about the next question.

##\sum\limits_{k=3}^{5}2^k= ## ##2^3+2^4+2^5## is this so?
 
  • #7
late347 said:
Well since you talked about being very specific with the n variable as e.g. the upperbound of the sum I could easily write on paper such that
##\sum\limits_{k=1}^{n=4}3^n=3^4+3^4+3^4+3^4##
Latex code can get a bit annoying at times, of course. Whether that above, is standard convention or not.

To avoid confusion, just write:
##n = 4 \Rightarrow \sum\limits_{k=1}^{4}3^n=3^4+3^4+3^4+3^4##

I think it would be accurate but a little bit silly example admittedly. If you can put k=1 on the bottom of the sigma why can't you put n=(whatever natural number) on the top?

You can. As long as n>k or n = k.

but what about the next question.

##\sum\limits_{k=3}^{5}2^k= ## ##2^3+2^4+2^5## is this so?

Yes.
 
  • Like
Likes late347
  • #8
I figured out on my own how to use sigma sums on my newer texas instruments Ti -30x pro calculator.

However I was unable sadly to understand how to calculate sums with casio fx-9860g
 
  • #9
late347 said:
I figured out on my own how to use sigma sums on my newer texas instruments Ti -30x pro calculator.

However I was unable sadly to understand how to calculate sums with casio fx-9860g

I can't help you with that. I own a Ti-84+.
 

1. What is Sigma notation?

Sigma notation is a way to represent a series or sum of numbers. It is denoted by the Greek letter sigma (Σ) and is used to indicate the sum of a sequence of terms. It is commonly used in mathematics and is especially useful for representing infinite series.

2. How do I use Sigma notation on a calculator?

To use Sigma notation on a calculator, first enter the starting value of the series, followed by the sigma symbol (Σ), then the expression for the terms of the series, and finally the ending value of the series. On a Casio fx9860g calculator, this can be done by pressing the "sum" button, while on a TI-30XPro calculator, this can be done by pressing the "2nd" and "sum" buttons simultaneously.

3. What is the difference between summation and integration?

Summation and integration are both ways of calculating the total of a series of numbers. However, summation is used for discrete data, where the terms of the series are distinct and separated, while integration is used for continuous data, where the terms of the series are connected and there is no clear separation between them.

4. Can I use a Casio fx9860g or TI-30XPro to evaluate complex Sigma notation expressions?

Yes, both the Casio fx9860g and TI-30XPro calculators have the ability to evaluate complex Sigma notation expressions. However, it is important to make sure that the calculator is in the correct mode and that the expression is entered correctly in order to get an accurate result.

5. Are there any shortcuts for entering Sigma notation on a calculator?

Yes, both the Casio fx9860g and TI-30XPro calculators have shortcuts for entering Sigma notation. For example, on the Casio calculator, pressing "shift" and "sum" simultaneously will automatically insert the sigma symbol (Σ) into the expression, while on the TI-30XPro calculator, pressing "2nd" and "sum" will do the same.

Similar threads

Replies
1
Views
2K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
220
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
9
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
640
Back
Top