Integrating minimum of two periodic functions
I am trying to see what is the simplest way to calculate the definite integral of a function of the form
$$f(x) = min(sin(x), sin(2x))$$
I can of course check when $sin(x)<sin(2x)$ and combine the definite integrals for each section. I can imagine how I would do this when $x$ is in units of $2pi$, as I can just multiply the result for the first period. But let's say $x=6.5pi$, would the correct approach be to have the simplified calculation for the first $6pi$ and then for the remaining section separately?
calculus
New contributor
add a comment |
I am trying to see what is the simplest way to calculate the definite integral of a function of the form
$$f(x) = min(sin(x), sin(2x))$$
I can of course check when $sin(x)<sin(2x)$ and combine the definite integrals for each section. I can imagine how I would do this when $x$ is in units of $2pi$, as I can just multiply the result for the first period. But let's say $x=6.5pi$, would the correct approach be to have the simplified calculation for the first $6pi$ and then for the remaining section separately?
calculus
New contributor
Visualisation: $f$ is periodic with period $2pi$.
– TheSimpliFire
Dec 27 '18 at 8:34
add a comment |
I am trying to see what is the simplest way to calculate the definite integral of a function of the form
$$f(x) = min(sin(x), sin(2x))$$
I can of course check when $sin(x)<sin(2x)$ and combine the definite integrals for each section. I can imagine how I would do this when $x$ is in units of $2pi$, as I can just multiply the result for the first period. But let's say $x=6.5pi$, would the correct approach be to have the simplified calculation for the first $6pi$ and then for the remaining section separately?
calculus
New contributor
I am trying to see what is the simplest way to calculate the definite integral of a function of the form
$$f(x) = min(sin(x), sin(2x))$$
I can of course check when $sin(x)<sin(2x)$ and combine the definite integrals for each section. I can imagine how I would do this when $x$ is in units of $2pi$, as I can just multiply the result for the first period. But let's say $x=6.5pi$, would the correct approach be to have the simplified calculation for the first $6pi$ and then for the remaining section separately?
calculus
calculus
New contributor
New contributor
edited Dec 27 '18 at 8:39
Robert Z
93.3k1061132
93.3k1061132
New contributor
asked Dec 27 '18 at 8:28
Caharpuka
1012
1012
New contributor
New contributor
Visualisation: $f$ is periodic with period $2pi$.
– TheSimpliFire
Dec 27 '18 at 8:34
add a comment |
Visualisation: $f$ is periodic with period $2pi$.
– TheSimpliFire
Dec 27 '18 at 8:34
Visualisation: $f$ is periodic with period $2pi$.
– TheSimpliFire
Dec 27 '18 at 8:34
Visualisation: $f$ is periodic with period $2pi$.
– TheSimpliFire
Dec 27 '18 at 8:34
add a comment |
2 Answers
2
active
oldest
votes
Hint. Use the fact that
$$
begin{align}min(sin(x),sin(2x))&=frac{1}{2}left(sin(x)+sin(2x)-|sin(x)-sin(2x)|right).
end{align}$$
Hence if we integrate over a period,
$$begin{align}
int_0^{2pi}min(sin(x),sin(2x)),dx&=
-frac{1}{2}int_0^{2pi}|sin(x)-sin(2x)|,dx\
&=-int_0^{pi}|sin(x)-sin(2x)|,dx\
&=int_0^{pi/3}(sin(x)-sin(2x)),dx\
&quad-int_{pi/3}^pi(sin(x)-sin(2x)),dx
end{align}$$
That the absolute value of sin(x) can be integrated more simply? I thought this was just passing the problem on to somewhere else, but you're right this way it simplifies the integration because I can use sgn() instead.
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
$$f(x)=sin2x-sin x=2sindfrac x2cosdfrac{3x}2$$
As the $f(x+2pi)=f(x)$
we can safely focus on $0le xle2pi$ where $sindfrac x2not<0$
$f(x)$ will be $>0$
if $cosdfrac{3x}2>0$
$(i)0<dfrac{3x}2<dfracpi2$ or $(ii)dfrac{3pi}2<dfrac{3x}2<2pi$
$(i)0<x<dfracpi3$ or $(ii)pi<x<dfrac{4pi}3$
Consequently, $displaystyleint_0^{2pi}$min$(sin x,sin2x) dx$
$$=int_0^{pi/3}sin x dx+int_{pi/3}^pisin2x dx+int_pi^{4pi/3}sin x dx+int_{4pi/3}^{2pi }sin2x dx=?$$
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
});
}
});
Caharpuka is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3053708%2fintegrating-minimum-of-two-periodic-functions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hint. Use the fact that
$$
begin{align}min(sin(x),sin(2x))&=frac{1}{2}left(sin(x)+sin(2x)-|sin(x)-sin(2x)|right).
end{align}$$
Hence if we integrate over a period,
$$begin{align}
int_0^{2pi}min(sin(x),sin(2x)),dx&=
-frac{1}{2}int_0^{2pi}|sin(x)-sin(2x)|,dx\
&=-int_0^{pi}|sin(x)-sin(2x)|,dx\
&=int_0^{pi/3}(sin(x)-sin(2x)),dx\
&quad-int_{pi/3}^pi(sin(x)-sin(2x)),dx
end{align}$$
That the absolute value of sin(x) can be integrated more simply? I thought this was just passing the problem on to somewhere else, but you're right this way it simplifies the integration because I can use sgn() instead.
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
Hint. Use the fact that
$$
begin{align}min(sin(x),sin(2x))&=frac{1}{2}left(sin(x)+sin(2x)-|sin(x)-sin(2x)|right).
end{align}$$
Hence if we integrate over a period,
$$begin{align}
int_0^{2pi}min(sin(x),sin(2x)),dx&=
-frac{1}{2}int_0^{2pi}|sin(x)-sin(2x)|,dx\
&=-int_0^{pi}|sin(x)-sin(2x)|,dx\
&=int_0^{pi/3}(sin(x)-sin(2x)),dx\
&quad-int_{pi/3}^pi(sin(x)-sin(2x)),dx
end{align}$$
That the absolute value of sin(x) can be integrated more simply? I thought this was just passing the problem on to somewhere else, but you're right this way it simplifies the integration because I can use sgn() instead.
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
Hint. Use the fact that
$$
begin{align}min(sin(x),sin(2x))&=frac{1}{2}left(sin(x)+sin(2x)-|sin(x)-sin(2x)|right).
end{align}$$
Hence if we integrate over a period,
$$begin{align}
int_0^{2pi}min(sin(x),sin(2x)),dx&=
-frac{1}{2}int_0^{2pi}|sin(x)-sin(2x)|,dx\
&=-int_0^{pi}|sin(x)-sin(2x)|,dx\
&=int_0^{pi/3}(sin(x)-sin(2x)),dx\
&quad-int_{pi/3}^pi(sin(x)-sin(2x)),dx
end{align}$$
Hint. Use the fact that
$$
begin{align}min(sin(x),sin(2x))&=frac{1}{2}left(sin(x)+sin(2x)-|sin(x)-sin(2x)|right).
end{align}$$
Hence if we integrate over a period,
$$begin{align}
int_0^{2pi}min(sin(x),sin(2x)),dx&=
-frac{1}{2}int_0^{2pi}|sin(x)-sin(2x)|,dx\
&=-int_0^{pi}|sin(x)-sin(2x)|,dx\
&=int_0^{pi/3}(sin(x)-sin(2x)),dx\
&quad-int_{pi/3}^pi(sin(x)-sin(2x)),dx
end{align}$$
edited Dec 27 '18 at 8:50
answered Dec 27 '18 at 8:35
Robert Z
93.3k1061132
93.3k1061132
That the absolute value of sin(x) can be integrated more simply? I thought this was just passing the problem on to somewhere else, but you're right this way it simplifies the integration because I can use sgn() instead.
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
That the absolute value of sin(x) can be integrated more simply? I thought this was just passing the problem on to somewhere else, but you're right this way it simplifies the integration because I can use sgn() instead.
– Caharpuka
Dec 27 '18 at 8:41
That the absolute value of sin(x) can be integrated more simply? I thought this was just passing the problem on to somewhere else, but you're right this way it simplifies the integration because I can use sgn() instead.
– Caharpuka
Dec 27 '18 at 8:41
That the absolute value of sin(x) can be integrated more simply? I thought this was just passing the problem on to somewhere else, but you're right this way it simplifies the integration because I can use sgn() instead.
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
$$f(x)=sin2x-sin x=2sindfrac x2cosdfrac{3x}2$$
As the $f(x+2pi)=f(x)$
we can safely focus on $0le xle2pi$ where $sindfrac x2not<0$
$f(x)$ will be $>0$
if $cosdfrac{3x}2>0$
$(i)0<dfrac{3x}2<dfracpi2$ or $(ii)dfrac{3pi}2<dfrac{3x}2<2pi$
$(i)0<x<dfracpi3$ or $(ii)pi<x<dfrac{4pi}3$
Consequently, $displaystyleint_0^{2pi}$min$(sin x,sin2x) dx$
$$=int_0^{pi/3}sin x dx+int_{pi/3}^pisin2x dx+int_pi^{4pi/3}sin x dx+int_{4pi/3}^{2pi }sin2x dx=?$$
add a comment |
$$f(x)=sin2x-sin x=2sindfrac x2cosdfrac{3x}2$$
As the $f(x+2pi)=f(x)$
we can safely focus on $0le xle2pi$ where $sindfrac x2not<0$
$f(x)$ will be $>0$
if $cosdfrac{3x}2>0$
$(i)0<dfrac{3x}2<dfracpi2$ or $(ii)dfrac{3pi}2<dfrac{3x}2<2pi$
$(i)0<x<dfracpi3$ or $(ii)pi<x<dfrac{4pi}3$
Consequently, $displaystyleint_0^{2pi}$min$(sin x,sin2x) dx$
$$=int_0^{pi/3}sin x dx+int_{pi/3}^pisin2x dx+int_pi^{4pi/3}sin x dx+int_{4pi/3}^{2pi }sin2x dx=?$$
add a comment |
$$f(x)=sin2x-sin x=2sindfrac x2cosdfrac{3x}2$$
As the $f(x+2pi)=f(x)$
we can safely focus on $0le xle2pi$ where $sindfrac x2not<0$
$f(x)$ will be $>0$
if $cosdfrac{3x}2>0$
$(i)0<dfrac{3x}2<dfracpi2$ or $(ii)dfrac{3pi}2<dfrac{3x}2<2pi$
$(i)0<x<dfracpi3$ or $(ii)pi<x<dfrac{4pi}3$
Consequently, $displaystyleint_0^{2pi}$min$(sin x,sin2x) dx$
$$=int_0^{pi/3}sin x dx+int_{pi/3}^pisin2x dx+int_pi^{4pi/3}sin x dx+int_{4pi/3}^{2pi }sin2x dx=?$$
$$f(x)=sin2x-sin x=2sindfrac x2cosdfrac{3x}2$$
As the $f(x+2pi)=f(x)$
we can safely focus on $0le xle2pi$ where $sindfrac x2not<0$
$f(x)$ will be $>0$
if $cosdfrac{3x}2>0$
$(i)0<dfrac{3x}2<dfracpi2$ or $(ii)dfrac{3pi}2<dfrac{3x}2<2pi$
$(i)0<x<dfracpi3$ or $(ii)pi<x<dfrac{4pi}3$
Consequently, $displaystyleint_0^{2pi}$min$(sin x,sin2x) dx$
$$=int_0^{pi/3}sin x dx+int_{pi/3}^pisin2x dx+int_pi^{4pi/3}sin x dx+int_{4pi/3}^{2pi }sin2x dx=?$$
answered Dec 27 '18 at 12:08
lab bhattacharjee
223k15156274
223k15156274
add a comment |
add a comment |
Caharpuka is a new contributor. Be nice, and check out our Code of Conduct.
Caharpuka is a new contributor. Be nice, and check out our Code of Conduct.
Caharpuka is a new contributor. Be nice, and check out our Code of Conduct.
Caharpuka is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3053708%2fintegrating-minimum-of-two-periodic-functions%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
Visualisation: $f$ is periodic with period $2pi$.
– TheSimpliFire
Dec 27 '18 at 8:34