Find the smallest possible value of the sum $x_1+x_2+…+x_{2008}$
$begingroup$
Let $x_1, x_2,...,x_{2008}$ are numbers such that $|x_1|=999$ and for all $n=2,...,2008$
$$|x_n|=|x_{n-1}+1|$$
Find the smallest possible value of the sum
$$x_1+x_2+...+x_{2008}$$
My work:
Let $S=x_1+x_2+...+x_{2008}$.
If $x_1=-999, x_2=-998, ..., -1,0,-1,0$
then I think the answer $-500004$.
But I don't know how to prove that:
sequences-and-series
$endgroup$
|
show 5 more comments
$begingroup$
Let $x_1, x_2,...,x_{2008}$ are numbers such that $|x_1|=999$ and for all $n=2,...,2008$
$$|x_n|=|x_{n-1}+1|$$
Find the smallest possible value of the sum
$$x_1+x_2+...+x_{2008}$$
My work:
Let $S=x_1+x_2+...+x_{2008}$.
If $x_1=-999, x_2=-998, ..., -1,0,-1,0$
then I think the answer $-500004$.
But I don't know how to prove that:
sequences-and-series
$endgroup$
$begingroup$
Finding the smallest possible value of $|x_1+x_2+cdots+x_{2008}|$ is also an interesting problem. (In fact, it's how I interpreted the problem on first reading.)
$endgroup$
– TonyK
Jan 16 at 12:58
$begingroup$
The minimization problem can be understood as a multi-staging process in which the transition to a new staging, from $sum_{k=1}^N x_k$ to $sum_{k=1}^{N+1} x_k$ is constrained by the condition $ |x_{k+1}| = |x_k+1|$ so the procedure to solve it can be successfully handled with a Dynamic Programming algorithm.
$endgroup$
– Cesareo
Jan 17 at 11:04
$begingroup$
On a side note, @Roman, let me ask you this: aren't you going to create an OEIS entry for the sequence from math.stackexchange.com/questions/2469058/…? IMHO, it more than deserves one.
$endgroup$
– Ivan Neretin
Jan 17 at 22:46
$begingroup$
@IvanNeretin: No! I do not know how do it. But if you want you will can do it.
$endgroup$
– Roman83
Jan 18 at 8:08
$begingroup$
@Roman So I will. May I know your full name, at least? I don't want to claim it in my name, as the idea is yours.
$endgroup$
– Ivan Neretin
Jan 18 at 8:39
|
show 5 more comments
$begingroup$
Let $x_1, x_2,...,x_{2008}$ are numbers such that $|x_1|=999$ and for all $n=2,...,2008$
$$|x_n|=|x_{n-1}+1|$$
Find the smallest possible value of the sum
$$x_1+x_2+...+x_{2008}$$
My work:
Let $S=x_1+x_2+...+x_{2008}$.
If $x_1=-999, x_2=-998, ..., -1,0,-1,0$
then I think the answer $-500004$.
But I don't know how to prove that:
sequences-and-series
$endgroup$
Let $x_1, x_2,...,x_{2008}$ are numbers such that $|x_1|=999$ and for all $n=2,...,2008$
$$|x_n|=|x_{n-1}+1|$$
Find the smallest possible value of the sum
$$x_1+x_2+...+x_{2008}$$
My work:
Let $S=x_1+x_2+...+x_{2008}$.
If $x_1=-999, x_2=-998, ..., -1,0,-1,0$
then I think the answer $-500004$.
But I don't know how to prove that:
sequences-and-series
sequences-and-series
edited Jan 16 at 12:51
user376343
3,9584829
3,9584829
asked Jan 16 at 12:47
Roman83Roman83
14.4k31956
14.4k31956
$begingroup$
Finding the smallest possible value of $|x_1+x_2+cdots+x_{2008}|$ is also an interesting problem. (In fact, it's how I interpreted the problem on first reading.)
$endgroup$
– TonyK
Jan 16 at 12:58
$begingroup$
The minimization problem can be understood as a multi-staging process in which the transition to a new staging, from $sum_{k=1}^N x_k$ to $sum_{k=1}^{N+1} x_k$ is constrained by the condition $ |x_{k+1}| = |x_k+1|$ so the procedure to solve it can be successfully handled with a Dynamic Programming algorithm.
$endgroup$
– Cesareo
Jan 17 at 11:04
$begingroup$
On a side note, @Roman, let me ask you this: aren't you going to create an OEIS entry for the sequence from math.stackexchange.com/questions/2469058/…? IMHO, it more than deserves one.
$endgroup$
– Ivan Neretin
Jan 17 at 22:46
$begingroup$
@IvanNeretin: No! I do not know how do it. But if you want you will can do it.
$endgroup$
– Roman83
Jan 18 at 8:08
$begingroup$
@Roman So I will. May I know your full name, at least? I don't want to claim it in my name, as the idea is yours.
$endgroup$
– Ivan Neretin
Jan 18 at 8:39
|
show 5 more comments
$begingroup$
Finding the smallest possible value of $|x_1+x_2+cdots+x_{2008}|$ is also an interesting problem. (In fact, it's how I interpreted the problem on first reading.)
$endgroup$
– TonyK
Jan 16 at 12:58
$begingroup$
The minimization problem can be understood as a multi-staging process in which the transition to a new staging, from $sum_{k=1}^N x_k$ to $sum_{k=1}^{N+1} x_k$ is constrained by the condition $ |x_{k+1}| = |x_k+1|$ so the procedure to solve it can be successfully handled with a Dynamic Programming algorithm.
$endgroup$
– Cesareo
Jan 17 at 11:04
$begingroup$
On a side note, @Roman, let me ask you this: aren't you going to create an OEIS entry for the sequence from math.stackexchange.com/questions/2469058/…? IMHO, it more than deserves one.
$endgroup$
– Ivan Neretin
Jan 17 at 22:46
$begingroup$
@IvanNeretin: No! I do not know how do it. But if you want you will can do it.
$endgroup$
– Roman83
Jan 18 at 8:08
$begingroup$
@Roman So I will. May I know your full name, at least? I don't want to claim it in my name, as the idea is yours.
$endgroup$
– Ivan Neretin
Jan 18 at 8:39
$begingroup$
Finding the smallest possible value of $|x_1+x_2+cdots+x_{2008}|$ is also an interesting problem. (In fact, it's how I interpreted the problem on first reading.)
$endgroup$
– TonyK
Jan 16 at 12:58
$begingroup$
Finding the smallest possible value of $|x_1+x_2+cdots+x_{2008}|$ is also an interesting problem. (In fact, it's how I interpreted the problem on first reading.)
$endgroup$
– TonyK
Jan 16 at 12:58
$begingroup$
The minimization problem can be understood as a multi-staging process in which the transition to a new staging, from $sum_{k=1}^N x_k$ to $sum_{k=1}^{N+1} x_k$ is constrained by the condition $ |x_{k+1}| = |x_k+1|$ so the procedure to solve it can be successfully handled with a Dynamic Programming algorithm.
$endgroup$
– Cesareo
Jan 17 at 11:04
$begingroup$
The minimization problem can be understood as a multi-staging process in which the transition to a new staging, from $sum_{k=1}^N x_k$ to $sum_{k=1}^{N+1} x_k$ is constrained by the condition $ |x_{k+1}| = |x_k+1|$ so the procedure to solve it can be successfully handled with a Dynamic Programming algorithm.
$endgroup$
– Cesareo
Jan 17 at 11:04
$begingroup$
On a side note, @Roman, let me ask you this: aren't you going to create an OEIS entry for the sequence from math.stackexchange.com/questions/2469058/…? IMHO, it more than deserves one.
$endgroup$
– Ivan Neretin
Jan 17 at 22:46
$begingroup$
On a side note, @Roman, let me ask you this: aren't you going to create an OEIS entry for the sequence from math.stackexchange.com/questions/2469058/…? IMHO, it more than deserves one.
$endgroup$
– Ivan Neretin
Jan 17 at 22:46
$begingroup$
@IvanNeretin: No! I do not know how do it. But if you want you will can do it.
$endgroup$
– Roman83
Jan 18 at 8:08
$begingroup$
@IvanNeretin: No! I do not know how do it. But if you want you will can do it.
$endgroup$
– Roman83
Jan 18 at 8:08
$begingroup$
@Roman So I will. May I know your full name, at least? I don't want to claim it in my name, as the idea is yours.
$endgroup$
– Ivan Neretin
Jan 18 at 8:39
$begingroup$
@Roman So I will. May I know your full name, at least? I don't want to claim it in my name, as the idea is yours.
$endgroup$
– Ivan Neretin
Jan 18 at 8:39
|
show 5 more comments
1 Answer
1
active
oldest
votes
$begingroup$
Hint.
Calling
$$
S_1(x_1) = {-m,m}
$$
and
$$
S_k(x_k) = min_{x_k}left(S_{k-1}(x_{k-1})+x_kright) mbox{s. t. } |x_k|=|x_{k-1}+1|
$$
we have after $N$ steps the sought min as $min S_N(x_N)$
$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%2f3075688%2ffind-the-smallest-possible-value-of-the-sum-x-1x-2-x-2008%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$
Hint.
Calling
$$
S_1(x_1) = {-m,m}
$$
and
$$
S_k(x_k) = min_{x_k}left(S_{k-1}(x_{k-1})+x_kright) mbox{s. t. } |x_k|=|x_{k-1}+1|
$$
we have after $N$ steps the sought min as $min S_N(x_N)$
$endgroup$
add a comment |
$begingroup$
Hint.
Calling
$$
S_1(x_1) = {-m,m}
$$
and
$$
S_k(x_k) = min_{x_k}left(S_{k-1}(x_{k-1})+x_kright) mbox{s. t. } |x_k|=|x_{k-1}+1|
$$
we have after $N$ steps the sought min as $min S_N(x_N)$
$endgroup$
add a comment |
$begingroup$
Hint.
Calling
$$
S_1(x_1) = {-m,m}
$$
and
$$
S_k(x_k) = min_{x_k}left(S_{k-1}(x_{k-1})+x_kright) mbox{s. t. } |x_k|=|x_{k-1}+1|
$$
we have after $N$ steps the sought min as $min S_N(x_N)$
$endgroup$
Hint.
Calling
$$
S_1(x_1) = {-m,m}
$$
and
$$
S_k(x_k) = min_{x_k}left(S_{k-1}(x_{k-1})+x_kright) mbox{s. t. } |x_k|=|x_{k-1}+1|
$$
we have after $N$ steps the sought min as $min S_N(x_N)$
answered Jan 17 at 12:18
CesareoCesareo
9,6723517
9,6723517
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%2f3075688%2ffind-the-smallest-possible-value-of-the-sum-x-1x-2-x-2008%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
$begingroup$
Finding the smallest possible value of $|x_1+x_2+cdots+x_{2008}|$ is also an interesting problem. (In fact, it's how I interpreted the problem on first reading.)
$endgroup$
– TonyK
Jan 16 at 12:58
$begingroup$
The minimization problem can be understood as a multi-staging process in which the transition to a new staging, from $sum_{k=1}^N x_k$ to $sum_{k=1}^{N+1} x_k$ is constrained by the condition $ |x_{k+1}| = |x_k+1|$ so the procedure to solve it can be successfully handled with a Dynamic Programming algorithm.
$endgroup$
– Cesareo
Jan 17 at 11:04
$begingroup$
On a side note, @Roman, let me ask you this: aren't you going to create an OEIS entry for the sequence from math.stackexchange.com/questions/2469058/…? IMHO, it more than deserves one.
$endgroup$
– Ivan Neretin
Jan 17 at 22:46
$begingroup$
@IvanNeretin: No! I do not know how do it. But if you want you will can do it.
$endgroup$
– Roman83
Jan 18 at 8:08
$begingroup$
@Roman So I will. May I know your full name, at least? I don't want to claim it in my name, as the idea is yours.
$endgroup$
– Ivan Neretin
Jan 18 at 8:39