How do I produce a function from a series?

In summary, this conversation is about finding an explicit formula for the limit of a function when the input is a series.
  • #1
giant016
21
0
A simple example is 1+x+x^2=x^3+...=1/(1-x)

I know that is equals 1/(1-x), but how do you arrive at that? Thanks.
 
Physics news on Phys.org
  • #2
There are lots of ways. The analysis route would be to show that 1+x+...+x^n=(1-x^{n+1})/(1-x). If |x|<1, then x^{n+1} -> 0 so the limit becomes just 1/(1-x).
 
  • #3
well 1+x+x^2=x^3+... is like a+ar+ar^2+...
so that a=1 and r=x
and well if they stated that |x|<1 so this would imply that |r|<1

so then the sum to infinity(which is the sum of the infinite series1+x+x^2+x^3+...)

would be [tex]S_\infty=\frac{a}{1-r}[/tex]

which is [tex]\frac{1}{1-x}[/tex]
 
Last edited:
  • #4
sort of a generating function approach.

define a function f by the series:

f(x) = 1 + x + x^2 + x^3 + ...

now take a look at x*f(x):

xf(x) = x + x^2 + x^3 + ...

add them together:

f(x) - xf(x) = (1 + x + x^2 + x^3 + ... ) - (x + x^2 + x^3 + ... ) = 1.
notice the terms cancel out. so f(x) - xf(x) = 1.

factor out f(x) from the terms in the left-hand-side:

f(x)(1-x) = 1.

dividing both sides by (1-x) yields the result:

f(x) = 1/(1-x).
 
Last edited:
  • #5
the simplest way is do use polynomial division =]
 
  • #6
antiemptyv said:
sort of a generating function approach.

define a function f by the series:

f(x) = 1 + x + x^2 + x^3 + ...

now take a look at x*f(x):

xf(x) = x + x^2 + x^3 + ...

add them together:

f(x) - xf(x) = (1 + x + x^2 + x^3 + ... ) - (x + x^2 + x^3 + ... ) = 1.
notice the terms cancel out. so f(x) - xf(x) = 1.

factor out f(x) from the terms in the left-hand-side:

f(x)(1-x) = 1.

dividing both sides by (1-x) yields the result:

f(x) = 1/(1-x).

This is doesn't tell you anything about the radius of convergence, which may or may not be relevant.
 
  • #7
ZioX said:
This is doesn't tell you anything about the radius of convergence, which may or may not be relevant.

true. i just think it's a nice example of being able to play with a series to find an explicit formula, though this isn't the the most telling of its nature.
 

FAQ: How do I produce a function from a series?

How do I determine the pattern of a series in order to produce a function?

In order to determine the pattern of a series, you will need to examine the terms in the series and look for a common relationship or rule that connects them. This could involve looking at the difference between terms, the ratio between terms, or any other recurring pattern.

Do all series have a definite function that can be produced?

No, not all series have a definite function that can be produced. Some series may have patterns that are too complex or do not follow a specific rule, making it difficult to create a function that accurately represents the series.

How do I test if my function accurately represents the series?

You can test your function by plugging in different values from the series and comparing the results to the actual terms in the series. If the function consistently produces the correct values, then it is a good representation of the series.

Can I use a computer program to create a function from a series?

Yes, there are many computer programs and software that can help you create a function from a series. These programs use algorithms and mathematical techniques to determine the pattern and generate a function that fits the series.

Why is it important to produce a function from a series?

Producing a function from a series can help us understand the behavior and trends of the series, as well as predict future values. It also allows us to generalize the series and make calculations and analyses more efficient and accurate.

Back
Top