How do I use 'k' or 'n' instead of 'x' on my TI-89?

  • Context: Calculators 
  • Thread starter Thread starter lazycritic
  • Start date Start date
  • Tags Tags
    Sequences Sums Ti-89
Click For Summary
SUMMARY

The discussion centers on using 'k' or 'n' instead of 'x' for calculating the 40th partial sum of the series Sum(40) of (-1^(k+1))/k^4 on a TI-89 calculator. The user notes that 'k' and 'n' represent integers, while 'x' represents real numbers, leading to confusion in inputting variables. A key takeaway is that the TI-89 treats 'n' and 'x' as variables, and proper syntax, such as using (-1)^(k+1) instead of -1^(k+1), is crucial for accurate calculations. The user also highlights the discrepancy between their result and the expected value from the textbook.

PREREQUISITES
  • Understanding of mathematical series and summation notation
  • Familiarity with the TI-89 calculator functions
  • Knowledge of variable representation in mathematics
  • Basic syntax rules for mathematical expressions in calculators
NEXT STEPS
  • Research the correct syntax for the sum() command on the TI-89
  • Learn about variable types and their implications in mathematical calculations
  • Explore the differences between integer and real number representations in calculators
  • Investigate common pitfalls when using the TI-89 for series calculations
USEFUL FOR

Students using the TI-89 for calculus, educators teaching series and summation, and anyone needing clarification on variable usage in mathematical computations.

lazycritic
Messages
15
Reaction score
0
Hi,

I'm trying to figure out my TI-89. So I want to estimate the 40th partial sum of this series:

Sum(40) of (-1^(k+1))/k^4, starting at k=1. My major problem is that I want to use 'k's or 'n's, not 'x's. Is there a difference? I haven't asked my Calc teacher about this yet, but I know that 'k's and 'n's deal with integers while 'x's encompass the real numbers.

When I do the sum with 'x', I get a a number -1.08232 but the book shows .094703.

I hate the way that all these manuals show n and k, and presume you can input those variables -- but I haven't seen an 'n' or 'k' variable, and when I use the capital letters it doesn't work.
 
Last edited:
Computer science news on Phys.org
lazycritic said:
Hi,

I'm trying to figure out my TI-89. So I want to estimate the 40th partial sum of this series:

Sum(40) of (-1^(k+1))/k^4, starting at k=1. My major problem is that I want to use 'k's or 'n's, not 'x's. Is there a difference? I haven't asked my Calc teacher about this yet, but I know that 'k's and 'n's deal with integers while 'x's encompass the real numbers.

When I do the sum with 'x', I get a a number -1.08232 but the book shows .094703.

I hate the way that all these manuals show n and k, and presume you can input those variables -- but I haven't seen an 'n' or 'k' variable, and when I use the capital letters it doesn't work.

The 'n' and 'k' are typically called 'indices.' In mathematics, the convention is that 'n' and 'k' are often used to represent whole numbers, and 'x' often represents real numbers. Generally, to a calculator, 'n' and 'x' are just variables. It may be that 'x' is indeed dedicated to real values; perhaps there is a corresponding "delta" x which regulates the increments of the value 'x'. For example, when graphing, the "delta" x determines how far apart each point is plotted before "connecting the dots."

Also, check the syntax for the sum() command to see if you're using it properly. And be careful (esp. with TIs) when using -1^(k+1); to be safe, I'd write this as (-1)^(k+1).
 
So if I use x when all these instructions tell me to use 'n' or 'k', it shouldn't matter?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
7K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 8 ·
Replies
8
Views
10K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
1
Views
5K
  • · Replies 8 ·
Replies
8
Views
10K