Calculators Calculating Sum of Series on Ti-89 | 3 Decimal Places

  • Thread starter Thread starter d.tran103
  • Start date Start date
  • Tags Tags
    Series Sum Ti-89
AI Thread Summary
To calculate the sum of a series that converges to infinity using a TI-89 calculator, it is important to understand the limitations of the device regarding infinite limits. The command structure for summation is correctly identified as sum(seq(function, variable, start, stop, step size). However, the TI-89 cannot handle infinite limits directly, which results in a domain error when attempting to use '∞' as a stop value. Instead, users should employ a finite upper limit, such as 50 or 100, to approximate the sum. This method involves calculating the sum up to a large number and interpreting the result to estimate the actual infinite sum. The calculator can provide results for finite sums, which can then be analyzed to understand convergence behavior and approximate the final value.
d.tran103
Messages
39
Reaction score
0
Hey, I'm having trouble with plugging sum series into my Ti-89, and was wondering how to do it with things converging and going to infinity. I have the sums rounded to 3 decimal places that my professor gave me, however, I can't figure out how to get it from the calculator. For example I have,

Ʃ10(n^2)/(n^4+12)=5.960

On the worksheet it says assume each summation goes from 1 to infinity. It doesn't give me my step size, so I'm assuming it's one?

I know the command is:
sum(seq(function, variable, start, stop, step size))

and so I have:

sum(seq((10y^2)/(y^4+12),y,1,∞,1))

and it's telling me that I have a domain error.

So I tried different stops such as stuff lower than 100 and it works. So my question is how do I get the sum from 1 to infinity? Do I have to improvise and use finite stops (for example 50, etc.)? And then interpret the answer to find the real sum?

Thanks!
 
Computer science news on Phys.org
or if I do:
sum((10y^2)/(y^4+12),y,1,∞,1)

it returns

10Ʃ(10y^2)/(y^4+12)
y=1

without giving me the answer (even if I hit diamond).
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...

Similar threads

Replies
6
Views
6K
Replies
5
Views
7K
Replies
1
Views
4K
Replies
1
Views
9K
Replies
5
Views
5K
Replies
3
Views
15K
Replies
2
Views
7K
Replies
1
Views
4K
Back
Top