Proving existence of a global maximum
I am given a function $f$ that is continuous and periodic with period $p$. The domain of the function is entire real numbers. I have to prove that the function has a global maximum.
Attempt:
First, I proved that a continuous function that is bounded by two elements on its domain must have a maximum.
Question:
Is it correct to now just write that since $f$ is periodic, if I consider the function in an interval $[0,p]$, then the function will just be repeated outside the interval and since I have proved that there is a maximum in that interval, it will also be the global maximum? What I am confused about is: the question asks me to prove existence of a global maximum. But if the function is repeating with period $p$, there are many such maxima. But isn't global maximum unique? What am I understanding wrong?
real-analysis
add a comment |
I am given a function $f$ that is continuous and periodic with period $p$. The domain of the function is entire real numbers. I have to prove that the function has a global maximum.
Attempt:
First, I proved that a continuous function that is bounded by two elements on its domain must have a maximum.
Question:
Is it correct to now just write that since $f$ is periodic, if I consider the function in an interval $[0,p]$, then the function will just be repeated outside the interval and since I have proved that there is a maximum in that interval, it will also be the global maximum? What I am confused about is: the question asks me to prove existence of a global maximum. But if the function is repeating with period $p$, there are many such maxima. But isn't global maximum unique? What am I understanding wrong?
real-analysis
2
A global maxima is unique but can be reached by multiple points. Take $f(x)=sin(x)$, it is $2pi$-periodic and has a global maxima of $1$ but you reach this global maxima for an infinite amount of points of the form ${piover 2}+2kpi, kinmathbb{N}$
– Furrane
Mar 21 at 19:47
add a comment |
I am given a function $f$ that is continuous and periodic with period $p$. The domain of the function is entire real numbers. I have to prove that the function has a global maximum.
Attempt:
First, I proved that a continuous function that is bounded by two elements on its domain must have a maximum.
Question:
Is it correct to now just write that since $f$ is periodic, if I consider the function in an interval $[0,p]$, then the function will just be repeated outside the interval and since I have proved that there is a maximum in that interval, it will also be the global maximum? What I am confused about is: the question asks me to prove existence of a global maximum. But if the function is repeating with period $p$, there are many such maxima. But isn't global maximum unique? What am I understanding wrong?
real-analysis
I am given a function $f$ that is continuous and periodic with period $p$. The domain of the function is entire real numbers. I have to prove that the function has a global maximum.
Attempt:
First, I proved that a continuous function that is bounded by two elements on its domain must have a maximum.
Question:
Is it correct to now just write that since $f$ is periodic, if I consider the function in an interval $[0,p]$, then the function will just be repeated outside the interval and since I have proved that there is a maximum in that interval, it will also be the global maximum? What I am confused about is: the question asks me to prove existence of a global maximum. But if the function is repeating with period $p$, there are many such maxima. But isn't global maximum unique? What am I understanding wrong?
real-analysis
real-analysis
edited Mar 21 at 19:43
Leyla Alkan
1,5411723
1,5411723
asked Mar 21 at 19:41
Ufomammut
258313
258313
2
A global maxima is unique but can be reached by multiple points. Take $f(x)=sin(x)$, it is $2pi$-periodic and has a global maxima of $1$ but you reach this global maxima for an infinite amount of points of the form ${piover 2}+2kpi, kinmathbb{N}$
– Furrane
Mar 21 at 19:47
add a comment |
2
A global maxima is unique but can be reached by multiple points. Take $f(x)=sin(x)$, it is $2pi$-periodic and has a global maxima of $1$ but you reach this global maxima for an infinite amount of points of the form ${piover 2}+2kpi, kinmathbb{N}$
– Furrane
Mar 21 at 19:47
2
2
A global maxima is unique but can be reached by multiple points. Take $f(x)=sin(x)$, it is $2pi$-periodic and has a global maxima of $1$ but you reach this global maxima for an infinite amount of points of the form ${piover 2}+2kpi, kinmathbb{N}$
– Furrane
Mar 21 at 19:47
A global maxima is unique but can be reached by multiple points. Take $f(x)=sin(x)$, it is $2pi$-periodic and has a global maxima of $1$ but you reach this global maxima for an infinite amount of points of the form ${piover 2}+2kpi, kinmathbb{N}$
– Furrane
Mar 21 at 19:47
add a comment |
1 Answer
1
active
oldest
votes
From the comments above by @Furrane.
The global maximum is unique but it can be attained by multiple points. Take $f(x)=sin(x)$. It is $2pi$-periodic and has a global maximum equal to $1$. But, this maximum is attained by an infinite number of points, namely every point of the form $frac{pi}{2} + 2 k pi$, where $k in mathbb{Z}$.
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%2f2702296%2fproving-existence-of-a-global-maximum%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
From the comments above by @Furrane.
The global maximum is unique but it can be attained by multiple points. Take $f(x)=sin(x)$. It is $2pi$-periodic and has a global maximum equal to $1$. But, this maximum is attained by an infinite number of points, namely every point of the form $frac{pi}{2} + 2 k pi$, where $k in mathbb{Z}$.
add a comment |
From the comments above by @Furrane.
The global maximum is unique but it can be attained by multiple points. Take $f(x)=sin(x)$. It is $2pi$-periodic and has a global maximum equal to $1$. But, this maximum is attained by an infinite number of points, namely every point of the form $frac{pi}{2} + 2 k pi$, where $k in mathbb{Z}$.
add a comment |
From the comments above by @Furrane.
The global maximum is unique but it can be attained by multiple points. Take $f(x)=sin(x)$. It is $2pi$-periodic and has a global maximum equal to $1$. But, this maximum is attained by an infinite number of points, namely every point of the form $frac{pi}{2} + 2 k pi$, where $k in mathbb{Z}$.
From the comments above by @Furrane.
The global maximum is unique but it can be attained by multiple points. Take $f(x)=sin(x)$. It is $2pi$-periodic and has a global maximum equal to $1$. But, this maximum is attained by an infinite number of points, namely every point of the form $frac{pi}{2} + 2 k pi$, where $k in mathbb{Z}$.
answered Nov 29 at 17:45
community wiki
Brahadeesh
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f2702296%2fproving-existence-of-a-global-maximum%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
2
A global maxima is unique but can be reached by multiple points. Take $f(x)=sin(x)$, it is $2pi$-periodic and has a global maxima of $1$ but you reach this global maxima for an infinite amount of points of the form ${piover 2}+2kpi, kinmathbb{N}$
– Furrane
Mar 21 at 19:47