Multipliers for series for manipulating signs of the terms

  • Context: Undergrad 
  • Thread starter Thread starter mesa
  • Start date Start date
  • Tags Tags
    Series Terms
Click For Summary

Discussion Overview

The discussion revolves around the use of multipliers in constructing infinite series to manipulate the signs of consecutive terms. Participants explore various patterns of signs, mathematical representations, and potential combinations, focusing on both theoretical and practical aspects of series construction.

Discussion Character

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

Main Points Raised

  • Some participants propose using multipliers like (-1)^n to generate alternating sign patterns such as + - + - + -...
  • Others suggest that certain patterns can be derived as negatives of others, such as + - + - + -... being the negative of - + - + - +.
  • One participant introduces a complex expression involving i^(n(n+1)) to generate specific sign patterns, including + - - - + - - -...
  • Another participant claims to have derived a general solution for combinations of pairs of positive and negative terms, leading to various repeating patterns.
  • Discussion includes the concept of interference patterns and how they can be generated from existing sequences.
  • Some participants explore the idea of non-repeating patterns that grow over time, questioning the appropriate terminology for such functions.
  • Binary representations of patterns are suggested as an alternative approach to understanding sign sequences.
  • Participants discuss the importance of identifying whether patterns repeat and the implications for generating functions.

Areas of Agreement / Disagreement

Participants express a variety of viewpoints on the methods and patterns for generating sign sequences, with no clear consensus on the best approach or the completeness of the existing methods. Multiple competing views remain regarding the effectiveness and applicability of the proposed techniques.

Contextual Notes

Some mathematical expressions and derivations presented may depend on specific assumptions or definitions that are not fully explored in the discussion. The complexity of generating functions for sequences is acknowledged, indicating potential limitations in the current understanding.

Who May Find This Useful

This discussion may be of interest to those studying mathematical series, combinatorial patterns, or cryptography, as well as individuals exploring advanced mathematical concepts related to sequences and their properties.

mesa
Gold Member
Messages
694
Reaction score
36
There are multipliers that can be used when building infinite series that can create several different orders for the signs of consecutive terms by, for example, (-1)^n to get,

- + - + - +...

but I have been having difficulty figuring out any beyond the following,

+ - + - + -...
+ + - - + +...
+ - - - + - - -...
and,
- + + + - + + +...

What else do we have?
 
Physics news on Phys.org
mesa said:
There are multipliers that can be used when building infinite series that can create several different orders for the signs of consecutive terms by, for example, (-1)^n to get,

- + - + - +...

but I have been having difficulty figuring out any beyond the following,

you can halve your work by noticing that some are the negative of another
eg:

- + - + - + is (-1)^n
+ - + - + - = -1x(- + - + - +) is -(-1)^n = (-1)^(n+1) = (-1)^(n-1)
 
Simon Bridge said:
you can halve your work by noticing that some are the negative of another
eg:

- + - + - + is (-1)^n
+ - + - + - = -1x(- + - + - +) is -(-1)^n = (-1)^(n+1) = (-1)^(n-1)

Yup, we sure can. I suppose adding in my last line on my post was a bit redundant.

The first set can obviously be done with the old standby
(-1)^n to get,
- + - + - +...
and
(-1)^(n+1) or -(-1)^n to get the opposite set,
+ - + - + -...
as you had suggested.

For the - - + + - - + +... I came up with this,
i^(n(n+1))
The negative of course will give + + - - + + - -...

For those last two in my post it took a bit of work to derive but the final form is,
+/- (ni^(n(n+1))+n(-1)^n+1) / ((ni^(n(n+1))+n(-1)^n+1)^2)^(1/2)
to get + - - - + - - - +... and the - + + + - + + + -... depending on the sign

That was a fun solution to get as I used whole numbers to get the sign pattern and then simply divided by the square root of that quantity squared for each term to get back to '1' or '-1'. The '+1' in each term was to eliminate the '0's'

The problem I face now is there are no combinations of these forms that will yield something different. If I can get to say + + + - - - + + +... then that will give some room for manipulation. I have also been working on + - - - + - - - + by trying to eliminate the middle positive so we would instead have + - - - - - - - +... (the negative being just the opposite sign).

What do we currently have in mathematics? Or do you have any techniques of your own?
 
Last edited:
I just finished deriving a 'general solution' for any combination of 'pairs' of positive and negative terms. For example the solution will give,

+++---+++---...

++++----++++----...

+++++-----+++++-----...

++++++------++++++------...
etc. etc.

How exciting!
What does mathematics have available today? It would be fun to compare notes!
 
You want to find a way to label the combinations so you can summarize the realtionships.
The ones you've found are periodic functions ... you can also get interference i.e.:

(+++---+++---++++...)x(++++----++++----)=(+++-++--+-------...)
 
Simon Bridge said:
You want to find a way to label the combinations so you can summarize the realtionships.
The ones you've found are periodic functions ... you can also get interference i.e.:

(+++---+++---++++...)x(++++----++++----)=(+++-++--+-------...)

Makes sense, always good to stick with the nomenclature.

I have been playing with these quite a bit, there is a wealth of interference patterns that can be produced (infinite) much like your example above but given enough time they all eventually repeat their patterns.

The last thing to find (for now) is a pattern that does not repeat but grows at a steady rate with time, e.g.

-++---++++-----++++++...
or
-++-+++-++++-+++++-++++++...

With this last tool building infinite series will become substantially easier (albeit they are still tricky buggers!). These are periodic but change with time, what would the proper 'label' for functions of this type? Periodic expansive functions?

I haven't even began to think about how to do this and school starts tomorrow :P
...although it's been a wonderfully productive break!
 
You've noticed that ##\cos(n\pi)## gives alternating 1 and -1 and built from there.
You may also like to look at binary interference ... so instead of + and - you have 0 and 1.

In a way you just need to look for functions with the pattern of zeros you need.
i.e. treat either the +'s pr the -'s as a background that you change individual bits of.

It's a very big subject ... i.e. try for this one:

+-+-++-+++-+++++-++++++++-...

or:
-------+------+-------++-----+-------+-+-----++------+++----+---...

or:
+++-+++-++---++-+...

... do you recognize the patterns?
They may be easier to see as strings of 1's and 0's.
 
Last edited:
Simon Bridge said:
You've noticed that ##\cos(n\pi)## gives alternating 1 and -1 and built from there.

A PM I sent you had the function I derived using sin combined with post #3's derivation for ++--++--... and by going 'inside' each period to generate 'general solution' for all 'paired' signs of any number of terms. It seems you are suggesting a different method?

Simon Bridge said:
You may also like to look at binary interference ... so instead of + and - you have 0 and 1.

In a way you just need to look for functions with the pattern of zeros you need.
i.e. treat either the +'s pr the -'s as a background that you change individual bits of.

Taking advantage of the 0's is how I came to that function, neat!

Simon Bridge said:
It's a very big subject ... i.e. try for this one:

+-+-++-+++-+++++-++++++++-...

or:
-------+------+-------++-----+-------+-+-----++------+++----+---...

or:
+++-+++-++---++-+...

... do you recognize the patterns?
They may be easier to see as strings of 1's and 0's.

Do these patterns repeat?
 
Do these patterns repeat?
The second one repeats in about 2050 terms, the others two do not.

How about:
++++++++++++-+-+-+-++-+-+++-+-++++...
... repeats after 90 terms.

++-----+---+---+--+----+--++---+-+--...
... repeats after 60 but:

++-+++---+-+++-++++---+--+...
... does not repeat.

Working out generating functions for sequences, even ones with easy algorithms, is pretty tough.
But if you enjoy this sort of thing, you'll probably enjoy cryptography.
 
  • #10
Simon Bridge said:
The second one repeats in about 2050 terms, the others two do not.

Isn't that kind of information important to solving those problems?

Simon Bridge said:
Working out generating functions for sequences, even ones with easy algorithms, is pretty tough.
But if you enjoy this sort of thing, you'll probably enjoy cryptography.

I prefer to generate, for example, my PM on the Basal problem.
 
Last edited:
  • #11
Isn't that kind of information important to solving those problems?
It can be yes.
(Not providing that information also tells you something about the pattern - it's metadata.)

Even with that information there is more than one generator.

I'll leave you to it.
 
  • #12
Simon Bridge said:
It can be yes.
(Not providing that information also tells you something about the pattern - it's metadata.)

I can appreciate that.

Simon Bridge said:
Even with that information there is more than one generator.

I'll leave you to it.

Fair enough, although I expect to continue our discussion on Basel as well.
 
Last edited:

Similar threads

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