Is it possible to transform infinite sums into infinite products?

Click For Summary

Discussion Overview

The discussion revolves around the possibility of transforming infinite sums into infinite products, exploring various forms of summation and product notation, including convergent and divergent cases, as well as finite sums. Participants examine mathematical relationships and transformations between these two concepts.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants inquire whether it is possible to transform different types of summations (infinite convergent, infinite divergent, finite) into product notation.
  • One participant provides examples showing that for finite sums, the transformation into products can yield the same result, such as \(\sum_{i=1}^3 i = 6\) and \(\prod_{i=1}^3 i = 6\).
  • Another participant notes that if \(a_n\) are positive, then \(\sum_{n=1}^{\infty}\log a_n\) converges if and only if \(\prod_{n=1}^\infty a_n\) converges.
  • There are discussions about the use of logarithmic and exponential functions to relate sums and products, with some participants expressing confusion about their roles.
  • One participant suggests that a general transformation from sums to products without involving functions may not exist, while others explore the implications of such transformations.
  • Some participants discuss specific mathematical expressions that relate sums and products, noting that while certain relationships exist, they often involve additional functions or parameters.
  • There is a debate on whether it is possible to have a transformation that universally applies to all sequences, with some participants asserting that it is impossible to find such a relation.

Areas of Agreement / Disagreement

Participants express differing views on the possibility of transforming sums into products without additional constraints or functions. While some provide examples and suggest potential transformations, others argue that no general rule exists, leading to an unresolved discussion on the topic.

Contextual Notes

Participants mention specific mathematical properties and relationships, such as the connection between entire functions and infinite products, but these discussions remain exploratory and do not lead to a consensus on the existence of a general transformation.

japplepie
Messages
93
Reaction score
0
is it also possible to transform any these kinds summation to any product notation:

1. infinite - convergent
2. infinite - divergent
3. finite (but preserves the "description" of the sequence)
For example, I could describe the number 6, from the summation of i from i=0 until 3.
Could I transform that description to something similar in product notation?
 
Mathematics news on Phys.org
japplepie said:
For example, I could describe the number 6, from the summation of i from i=0 until 3.
Could I transform that description to something similar in product notation?

Sure,

\sum_{i=1}^3i = 6

\prod_{i=1}^3i = 6

:wink:
 
If ##a_n## are positive then ##\sum_{n=1}^{\infty}\log a_n## converges iff ##\prod_{n=1}^\infty a_n## converges.
 
Last edited:
\sum_{n=1}^\infty a_n= ln\left(\Pi_{n=1}^\infty e^{a_n}\right)
 
  • Like
Likes   Reactions: 1 person
HallsofIvy said:
\sum_{n=1}^\infty a_n= ln\left(\Pi_{n=1}^\infty e^{a_n}\right)

guessing on the kind of variable your using, this works on every summations known to man

but I don't know how it works (I'm not studying math as high as this yet.)

what's with the ln and e^x?
 
So sums and products (including infinite) are the same thing and e^x or exp(x) and ln(x) or log(x) are used to switch between the two.

That is (for suitable x)

log(x)+log(y)=log(xy)
exp(x)exp(y)=exp(x+y)

6=1+2+3=log((e^1)(e^2)(e^3))

is the product form of the sum you asked about
 
If the product is one between binomials of any form, than it can be turned into a sum:
$$\prod_{k=1}^n (a_k+b_k) = \sum_{k=0}^n c_k a_k b_{n-k}$$
where ##c_k## is the coefficient.
 
ok I understand now, but is there a way without having the values enclosed in a function restriction.

just the capital pi notation without a function outside of it.
 
I don't know what you mean by "without having the values enclosed in a function restriction."

You asked for a "transform" and a transform is a function.
 
  • #10
^He/she means that we have

f(a+b)=f(a)f(b)
for f(x)=exp(x)

f(ab)=f(a)+f(b)
for f(x)=log(x)

do there exist functions such that

a+b=f(a)f(b)

or

ab=f(a)+f(b)

I think not
 
  • #12
We also have

a_1+a_2+a_3\ldots+a_n=a_1.\frac{a_1+a_2}{a_1}.\frac{a_1+a_2+a_3}{a_1+a_2}\ldots\frac{a_1+a_2+a_3+\ldots+a_n}{a_1+a_2+a_3+\ldots+a_{n-1}}=\\<br /> <br /> =a_1\left(1+\frac{a_2}{a_1}\right)\left(1+\frac{a_3}{a_1+a_2}\right)...\left(1+\frac{a_n}{a_1+a_2+a_3+\ldots+a_{n-1}}\right)

For example, if a_1=1,a_2=2,a_3=3 then a_1+a_2+a_3=a_1\left(1+\frac{a_2}{a_1}\right)\left(1+\frac{a_3}{a_1+a_2}\right)=1\left(1+\frac{2}{1}\right)\left(1+\frac{3}{1+2}\right)=1.(1+2).(1+1)=1.3.2

For infinite sums, we have

\sum_{n=1}^\infty a_n=a_1\prod_{n=2}^\infty \left(1+\frac{a_n}{\sum_{k=1}^{n-1}a_k}\right)
 
  • #13
isn't there any thing that could just turn a sigma x to pi x'

without using one in the other or making either one a parameter of a function
 
  • #14
japplepie said:
isn't there any thing that could just turn a sigma x to pi x'

without using one in the other or making either one a parameter of a function

If you want a general rule like

$$\sum_{k=0}^\infty a_n = \prod_{k=0}^\infty f(a_n),$$
then I think you're out of luck.

The closest thing I can think of is that functions ##f(z)## that are entire in the complex plane can be represented as infinite products. Since entire functions have a convergent Taylor series, you can equate the Taylor series to the product. However, even then, there's no simple relation between the sum coefficients (related to derivatives of f(z)) and the product coefficients (related to the zeros of f(z)).
 
  • #15
Mute said:
If you want a general rule like

$$\sum_{k=0}^\infty a_n = \prod_{k=0}^\infty f(a_n),$$
then I think you're out of luck.

The closest thing I can think of is that functions ##f(z)## that are entire in the complex plane can be represented as infinite products. Since entire functions have a convergent Taylor series, you can equate the Taylor series to the product. However, even then, there's no simple relation between the sum coefficients (related to derivatives of f(z)) and the product coefficients (related to the zeros of f(z)).

but, it's NOT impossible to have one right?
 
  • #16
japplepie said:
but, it's NOT impossible to have one right?

It depends on what exactly you want. eusoueuetuestu gave you an example of a general expression that converts a sum into a product, but the product representation involved a sum over some set of the a's, which sort of defeats the purpose.

If you want a relation

$$\sum_{k=1}^\infty a_k = \prod_{k=1}^\infty f_k(a_k),$$
then while I can't say for sure it's impossible, it very well could be. The fact that no one here knows such a relation suggests that if one exists, no one has derived it yet (or at least not such a relation that's practical). Converting sums to products would be useful in many situations, so one would think such a relation would be well known if it existed. I don't think I've ever seen any conversions other than

$$\ln\left(\prod_{k=1}^\infty a_n\right) = \sum_{k=1}^\infty \ln(a_k)$$
or
$$\exp\left(\sum_{k=1}^\infty a_k \right)= \prod_{k=1}^\infty \exp(a_k),$$
as have already been mentioned.
 
  • #17
It is impossible to have a+b=f(a)f(b).
Indeed, it is even impossible to have a+b=f(a)g(b) for some functions f and g and for all a and b.

Suppose that was not the case. Then,

4=f(2)g(2) \wedge 6=f(4)g(2) \Rightarrow f(4)/f(2)=6/4=3/2
(just divide the second equation by the first, you can do that since all members are different from 0)

6=f(2)g(4) \wedge 8=f(4)g(4) \Rightarrow f(4)/f(2)=8/6=4/3
(same reason)

But then 3/2=4/3 (absurd!)

If we want to prove that the relation \sum_{n=0}^\infty a_n = \prod_{n=0}^\infty f_n(a_n) is impossible, you can do that as well.
More generally, we can prove that it's impossible to have

\sum_{n=0}^\infty a_n = f(a_0)g(a_1,a_2,\ldots) for all sequences a_n.
Of course, the first relation is a particular case with f(x)=f_0(x) \wedge g(x_1,x_2,\ldots)=\prod_{n=1}^\infty f_n(x_n)

Suppose that it was possible. Then, for a_n with a_n=2^{-n} we have

2=\sum_{n=0}^\infty a_n=f(a_0)g(a_1,a_2,\ldots)=f(1)g(1/2,1/4,\ldots)

and,for a_n with a_0=2 and a_n=2^{-n} (n&gt;0),

3=\sum_{n=0}^\infty a_n=f(a_0)g(a_1,a_2,\ldots)=f(2)g(1/2,1/4,\ldots)

Again, dividing the second equation by the first we get f(2)/f(1)=3/2

For a_n with a_0=1 and a_n=2^{-(n-1)} (n&gt;0) we have

3=\sum_{n=0}^\infty a_n=f(a_0)g(a_1,a_2,\ldots)=f(1)g(1,1/2,\ldots)

and,for a_n with a_0=2 and a_n=2^{-(n-1)} (n&gt;0),

4=\sum_{n=0}^\infty a_n=f(a_0)g(a_1,a_2,\ldots)=f(2)g(1,1/2,\ldots)

So, f(2)/f(1)=4/3 and 3/2=4/3 (absurd!)

It is also true that we can't have a.b=f(a)+g(b) for some functions f and g and for all a and b,
or \prod_{n=0}^\infty a_n = \sum_{n=0}^\infty f_n(a_n) (the proofs would be similar).
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K