Author |
Topic: Infinite system of equations (Read 1641 times) |
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Infinite system of equations
« on: Jun 4th, 2005, 12:32pm » |
Quote Modify
|
Determine all solutions, in nonnegative real numbers, of the following infinite system of equations: a1 + b1 = 2 a2 + 2a1b1 + b2 = 4 a3 + 3a2b1 + 3a1b2 + b3 = 8 ... an + (nC1) an-1b1 + ... + (nCk)an-kbk + ... + bn = 2n ...
|
|
IP Logged |
|
|
|
Michael Dagg
Senior Riddler
Gender:
Posts: 500
|
|
Re: Infinite system of equations
« Reply #1 on: Jun 5th, 2005, 9:08am » |
Quote Modify
|
Looks easy.
|
|
IP Logged |
Regards, Michael Dagg
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: Infinite system of equations
« Reply #2 on: Jun 5th, 2005, 2:15pm » |
Quote Modify
|
Well, finding the solutions is easy, but proving those are the only ones maybe less so. If we drop the nonnegative real condition, the ai may be chosen arbitrarily. Perhaps a better question is what's the weakest condition we can replace it by and still have just the one family of solutions.
|
|
IP Logged |
|
|
|
Deedlit
Senior Riddler
Posts: 476
|
|
Re: Infinite system of equations
« Reply #3 on: Jun 5th, 2005, 3:18pm » |
Quote Modify
|
Well, assuming any deviations force larger and larger deviations until the values go negative, then presumably any bound on Ai and Bi, or both upper and lower bounds on one or the other, would eventually be violated. I suppose a single bound on one sequence of variables might not be enough, since we could send the values in the other direction. We could then examine the rate of divergence - but I should probably solve the original problem first...
|
|
IP Logged |
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: Infinite system of equations
« Reply #4 on: Jul 15th, 2005, 10:18pm » |
Quote Modify
|
I guess I'll give a hint: I found this in a complex analysis textbook.
|
|
IP Logged |
|
|
|
raprap
Newbie
Gender:
Posts: 23
|
|
Re: Infinite system of equations
« Reply #5 on: Jul 16th, 2005, 4:39am » |
Quote Modify
|
The second thing that struck me was a binomial expansion' a1 + b1 = 2 (a1+b1)^2=2^2 . . . (a1+b1)^n=2^n if so if a1=a1 b1=b1 then a2=a1^2 b2=a1^2 . . . an=a1^n bn=b1^n The family of solutions would be contingent upon initial values of a1 or b1. The first thing that struck me was an infinite square triangular matrix, mostly because if it existed the determinant would be the product of the diagonal, and as long as ai or bi <>0 a solution would exist. But then I noticed that it was missing a row for the first element. and the matrix wasn't square. Oh Well! Rap
|
|
IP Logged |
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: Infinite system of equations
« Reply #6 on: Aug 15th, 2005, 1:28pm » |
Quote Modify
|
Indeed, raprap, for any 0<=a1<=2, a solution is given by an=a1n, bn=(2-a1)n. The surprising result is that these are the only solutions in nonnegative real numbers. I probably shouldn't have put this in medium, but I was actually wondering if someone would find an elementary solution. The proof I know requires some nontrivial results about entire functions.
|
|
IP Logged |
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: Infinite system of equations
« Reply #7 on: Jan 21st, 2006, 7:50pm » |
Quote Modify
|
*Bumpity* I guess this should have gone in the putnam section (the complex analysis section would have been a giveaway, I think). To continue the previous hint, entire functions of finite order.
|
|
IP Logged |
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: Infinite system of equations
« Reply #8 on: Feb 10th, 2006, 9:36pm » |
Quote Modify
|
Set a0=b0=1, and let f(z) = [sum]n=0oo anzn/n!, g(z) = [sum]n=0oo bnzn/n!, so that the given equations may be expressed as f(z)g(z) = [sum]n=0oo 2nzn/n! = e2z. Since an, bn are all nonnegative, they must also be bounded by 2n, so f and g are entire functions; moreover |f(z)| < [sum] 2n|z|n/n! = e2|z|, and similarly for g, so they are of finite order 1. Since f(z)g(z)=e2z, neither f nor g has any zeros, so by the Hadamard factorization theorem, f(z) = er+sz, and therefore g(z) = e-r+(2-s)z, for some constants r,s. Since a0=1, we have r=0, so f(z) = esz = [sum] sn/n! zn, and therefore an = sn = a1n for all n, and similarly bn = (2 - a1)n. (This problem is an example in Complex Analysis, by Bak and Newman.)
|
|
IP Logged |
|
|
|
|