Infinite Series: Uses & Applications

CaptainADHD
Messages
53
Reaction score
0
Concept question:

What are they used for? I understand functions used for position/time/velocity etc., but what are infinite series actually used for?

Are they just a sum of numbers with no application? I'd like to know what I'm devoting my brainpower to before I spend massive amounts of time understanding their behavior and solution methods.
 
Physics news on Phys.org
A concrete application is how calculators are able to calculate such functions as sin, cos, and so on. They don't actually add up the terms in an infinite series, but use a lookup table that has values computed from one kind of infinite series.

A series offers a way to calculate functions that would be very difficult to work with otherwise, using only ordinary addition operations (add, subtract, multiply, divide), which can be done very quickly in a calculator or on a computer.
 
Mark44 said:
A concrete application is how calculators are able to calculate such functions as sin, cos, and so on. They don't actually add up the terms in an infinite series, but use a lookup table that has values computed from one kind of infinite series.

A series offers a way to calculate functions that would be very difficult to work with otherwise, using only ordinary addition operations (add, subtract, multiply, divide), which can be done very quickly in a calculator or on a computer.

Haha wow man, I never thought of that. They're like a doorway to the more complex functions. I also read that Newton used to use sequences and just integrate them at a point.

Thanks for the info
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top