Integrating minimum of two periodic functions
$begingroup$
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
$endgroup$
add a comment |
$begingroup$
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
$endgroup$
$begingroup$
Visualisation: $f$ is periodic with period $2pi$.
$endgroup$
– TheSimpliFire
Dec 27 '18 at 8:34
add a comment |
$begingroup$
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
$endgroup$
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
edited Dec 27 '18 at 8:39
Robert Z
97.7k1066137
97.7k1066137
asked Dec 27 '18 at 8:28
CaharpukaCaharpuka
1012
1012
$begingroup$
Visualisation: $f$ is periodic with period $2pi$.
$endgroup$
– TheSimpliFire
Dec 27 '18 at 8:34
add a comment |
$begingroup$
Visualisation: $f$ is periodic with period $2pi$.
$endgroup$
– TheSimpliFire
Dec 27 '18 at 8:34
$begingroup$
Visualisation: $f$ is periodic with period $2pi$.
$endgroup$
– TheSimpliFire
Dec 27 '18 at 8:34
$begingroup$
Visualisation: $f$ is periodic with period $2pi$.
$endgroup$
– TheSimpliFire
Dec 27 '18 at 8:34
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
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}$$
$endgroup$
$begingroup$
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.
$endgroup$
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
$begingroup$
$$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=?$$
$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%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
$begingroup$
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}$$
$endgroup$
$begingroup$
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.
$endgroup$
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
$begingroup$
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}$$
$endgroup$
$begingroup$
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.
$endgroup$
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
$begingroup$
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}$$
$endgroup$
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 ZRobert Z
97.7k1066137
97.7k1066137
$begingroup$
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.
$endgroup$
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
$begingroup$
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.
$endgroup$
– Caharpuka
Dec 27 '18 at 8:41
$begingroup$
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.
$endgroup$
– Caharpuka
Dec 27 '18 at 8:41
$begingroup$
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.
$endgroup$
– Caharpuka
Dec 27 '18 at 8:41
add a comment |
$begingroup$
$$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=?$$
$endgroup$
add a comment |
$begingroup$
$$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=?$$
$endgroup$
add a comment |
$begingroup$
$$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=?$$
$endgroup$
$$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 bhattacharjeelab bhattacharjee
225k15157275
225k15157275
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%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
$begingroup$
Visualisation: $f$ is periodic with period $2pi$.
$endgroup$
– TheSimpliFire
Dec 27 '18 at 8:34