Re: Function on an infinite number of real variables



On Fri, 05 Oct 2007 00:59:08 -0000, Paul Smith <phhs80@xxxxxxxxx>
wrote:

An example could be:

maximize sum( (a^(t-1)) * ln(x_t) ) with t (discrete) from 1 to +oo,

such that the sum of all x_t's is equal to a constant k. Assume that 0
< a < 1.

To me, the most natural approach would be to solve the n-dimensional
version, 1 <= t <= n, and see how the solutions (both the x's and the
maximum sum) progress as n increases. You may need to do this
numerically. Perhaps the solution is unique, and hopefully, there will
be a clear pattern for the structure of the solutions. Once you
discover the pattern, even though discovered experimentally, it may be
possible to prove that it holds for all n (perhaps by induction).
Finally, try to show that the solution for infinitely many variables
is necessarily a limit (in some sense), as n approaches infinity, of
the n-dimensional solutions.

quasi
.



Relevant Pages

  • Re: rational or irrational?
    ... >> For example is there any sense to an uncountable sum - that is, ... which would sum to infinity. ... While you might think that pure mathematics need have no application, ... Unit's iota as dx works, it gives the right answer, it's the ...
    (sci.math)
  • Re: Tea cups and elephants
    ... limit first, and then summing, whereas I actually want the two limits ... with variables "set to infinity". ... the sum "in the limit" can be written as something ... a sequence of numbers. ...
    (sci.math)
  • Re: Tea cups and elephants
    ... limit first, and then summing, whereas I actually want the two limits ... with variables "set to infinity". ... the sum "in the limit" can be written as something ... a sequence of numbers. ...
    (sci.math)
  • Re: Orlow cardinality question
    ... > As an exploration into the nature of infinity. ... It isn't about the "sum" because in that divergent case there isn't ... > I am so jealous that Virgil got to witness the invention of numbers. ...
    (sci.math)
  • Re: [ANNOUNCE] Anubis language 1.7 release
    ... restricted to a single level, and it has a slightly annoying restriction that patterns must be given in the same orders as the cases of a sum type. ... The conditionals of Anubis are not pattern matching, because pattern matching like in CAML for example, is performed through an ordered set of filters, two of which eventually accepting the datum to be filtered. ... When a datum belongs to such a sum, it belongs to one and exactly one member of the sum. ...
    (comp.lang.functional)