Product of differences of circular permutation
$begingroup$
Numbers $1,2,ldots,n$ are arranged into a circle. What is the maximum product of the differences $|x_1-x_2|times|x_2-x_3|timescdotstimes|x_{n-1}-x_n|times|x_n-x_1|$?
I think the maximum should occur when the numbers are arranged $n,1,n-1,2,n-2,3,ldots$. The sum for this arrangement is $(n-1)(n-2)cdots1cdotlfloor n/2rfloor = (n-1)!cdotlfloor n/2rfloor$.
This question was inspired by the question asking for the maximum sum. There, it is possible to prove optimality by noting that we have $2n$ terms ($n$ with $+$ and $n$ with $-$), and each number occurs twice.
Here, it is still true that we have $2n$ terms ($n$ with $+$ and $n$ with $-$), and each number occurs twice. But since we're taking the product instead of the sum, optimality is no longer clear.
combinatorics permutations
$endgroup$
add a comment |
$begingroup$
Numbers $1,2,ldots,n$ are arranged into a circle. What is the maximum product of the differences $|x_1-x_2|times|x_2-x_3|timescdotstimes|x_{n-1}-x_n|times|x_n-x_1|$?
I think the maximum should occur when the numbers are arranged $n,1,n-1,2,n-2,3,ldots$. The sum for this arrangement is $(n-1)(n-2)cdots1cdotlfloor n/2rfloor = (n-1)!cdotlfloor n/2rfloor$.
This question was inspired by the question asking for the maximum sum. There, it is possible to prove optimality by noting that we have $2n$ terms ($n$ with $+$ and $n$ with $-$), and each number occurs twice.
Here, it is still true that we have $2n$ terms ($n$ with $+$ and $n$ with $-$), and each number occurs twice. But since we're taking the product instead of the sum, optimality is no longer clear.
combinatorics permutations
$endgroup$
add a comment |
$begingroup$
Numbers $1,2,ldots,n$ are arranged into a circle. What is the maximum product of the differences $|x_1-x_2|times|x_2-x_3|timescdotstimes|x_{n-1}-x_n|times|x_n-x_1|$?
I think the maximum should occur when the numbers are arranged $n,1,n-1,2,n-2,3,ldots$. The sum for this arrangement is $(n-1)(n-2)cdots1cdotlfloor n/2rfloor = (n-1)!cdotlfloor n/2rfloor$.
This question was inspired by the question asking for the maximum sum. There, it is possible to prove optimality by noting that we have $2n$ terms ($n$ with $+$ and $n$ with $-$), and each number occurs twice.
Here, it is still true that we have $2n$ terms ($n$ with $+$ and $n$ with $-$), and each number occurs twice. But since we're taking the product instead of the sum, optimality is no longer clear.
combinatorics permutations
$endgroup$
Numbers $1,2,ldots,n$ are arranged into a circle. What is the maximum product of the differences $|x_1-x_2|times|x_2-x_3|timescdotstimes|x_{n-1}-x_n|times|x_n-x_1|$?
I think the maximum should occur when the numbers are arranged $n,1,n-1,2,n-2,3,ldots$. The sum for this arrangement is $(n-1)(n-2)cdots1cdotlfloor n/2rfloor = (n-1)!cdotlfloor n/2rfloor$.
This question was inspired by the question asking for the maximum sum. There, it is possible to prove optimality by noting that we have $2n$ terms ($n$ with $+$ and $n$ with $-$), and each number occurs twice.
Here, it is still true that we have $2n$ terms ($n$ with $+$ and $n$ with $-$), and each number occurs twice. But since we're taking the product instead of the sum, optimality is no longer clear.
combinatorics permutations
combinatorics permutations
edited Dec 8 '18 at 18:36
Jam
5,00821431
5,00821431
asked Nov 9 '14 at 18:00
DexterDexter
891417
891417
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your conjecture is false. Just generating some random permutations, for example, I find a permutation of 10, $2, 6, 1, 7, 3, 9, 5, 10, 4, 8$, for which the product of differences is $8294400$; compare $9! times 5 = 1814400$ for yours. Note that all the differences in that permutation are 4, 5, or 6 (that is, near 10/2); I think the small factors in your product towards the end hurt you more than the large ones help.
As a result it makes sense to have as many factors near $n/2$ as possible, and I think something like $1, (n/2+1), 2, (n/2)+2, cdots, n/2, n$ (for $n$ even) will do quite well - in this case you get a product of $(n/2)^{n/2} (n/2-1)^{n/2-1} (n-1)$.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1013625%2fproduct-of-differences-of-circular-permutation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Your conjecture is false. Just generating some random permutations, for example, I find a permutation of 10, $2, 6, 1, 7, 3, 9, 5, 10, 4, 8$, for which the product of differences is $8294400$; compare $9! times 5 = 1814400$ for yours. Note that all the differences in that permutation are 4, 5, or 6 (that is, near 10/2); I think the small factors in your product towards the end hurt you more than the large ones help.
As a result it makes sense to have as many factors near $n/2$ as possible, and I think something like $1, (n/2+1), 2, (n/2)+2, cdots, n/2, n$ (for $n$ even) will do quite well - in this case you get a product of $(n/2)^{n/2} (n/2-1)^{n/2-1} (n-1)$.
$endgroup$
add a comment |
$begingroup$
Your conjecture is false. Just generating some random permutations, for example, I find a permutation of 10, $2, 6, 1, 7, 3, 9, 5, 10, 4, 8$, for which the product of differences is $8294400$; compare $9! times 5 = 1814400$ for yours. Note that all the differences in that permutation are 4, 5, or 6 (that is, near 10/2); I think the small factors in your product towards the end hurt you more than the large ones help.
As a result it makes sense to have as many factors near $n/2$ as possible, and I think something like $1, (n/2+1), 2, (n/2)+2, cdots, n/2, n$ (for $n$ even) will do quite well - in this case you get a product of $(n/2)^{n/2} (n/2-1)^{n/2-1} (n-1)$.
$endgroup$
add a comment |
$begingroup$
Your conjecture is false. Just generating some random permutations, for example, I find a permutation of 10, $2, 6, 1, 7, 3, 9, 5, 10, 4, 8$, for which the product of differences is $8294400$; compare $9! times 5 = 1814400$ for yours. Note that all the differences in that permutation are 4, 5, or 6 (that is, near 10/2); I think the small factors in your product towards the end hurt you more than the large ones help.
As a result it makes sense to have as many factors near $n/2$ as possible, and I think something like $1, (n/2+1), 2, (n/2)+2, cdots, n/2, n$ (for $n$ even) will do quite well - in this case you get a product of $(n/2)^{n/2} (n/2-1)^{n/2-1} (n-1)$.
$endgroup$
Your conjecture is false. Just generating some random permutations, for example, I find a permutation of 10, $2, 6, 1, 7, 3, 9, 5, 10, 4, 8$, for which the product of differences is $8294400$; compare $9! times 5 = 1814400$ for yours. Note that all the differences in that permutation are 4, 5, or 6 (that is, near 10/2); I think the small factors in your product towards the end hurt you more than the large ones help.
As a result it makes sense to have as many factors near $n/2$ as possible, and I think something like $1, (n/2+1), 2, (n/2)+2, cdots, n/2, n$ (for $n$ even) will do quite well - in this case you get a product of $(n/2)^{n/2} (n/2-1)^{n/2-1} (n-1)$.
answered Nov 9 '14 at 18:26
Michael LugoMichael Lugo
18.2k33576
18.2k33576
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1013625%2fproduct-of-differences-of-circular-permutation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown