Exercice XV num 9 - Calculus Made Easy
Divide π into 3 parts such that the product of their sines may be a maximum or minimum.
What is the most intuitive way to solve it?
calculus optimization partial-derivative
New contributor
add a comment |
Divide π into 3 parts such that the product of their sines may be a maximum or minimum.
What is the most intuitive way to solve it?
calculus optimization partial-derivative
New contributor
1
Do you mean: $$ text{Maximize} qquad sin{A}sin{B}sin{C} qquad text{subject to}~A+B+C=pi $$ ?
– Matti P.
Jan 4 at 10:42
@MattiP. I guess you'd also need $A,B,C geq 0,$
– Patricio
Jan 4 at 10:46
@MattiP. I quoted the exercise. Your assumption looks about right.
– LeoBonhart
Jan 4 at 10:50
1
Actually, it should probably be $A, B, C > 0$ since equality would allow one of them to equal $pi$ and the others to equal $0$: an obvious minimum for $sin Acdotsin Bcdotsin C$.
– KM101
Jan 4 at 10:50
add a comment |
Divide π into 3 parts such that the product of their sines may be a maximum or minimum.
What is the most intuitive way to solve it?
calculus optimization partial-derivative
New contributor
Divide π into 3 parts such that the product of their sines may be a maximum or minimum.
What is the most intuitive way to solve it?
calculus optimization partial-derivative
calculus optimization partial-derivative
New contributor
New contributor
New contributor
asked Jan 4 at 10:35
LeoBonhartLeoBonhart
134
134
New contributor
New contributor
1
Do you mean: $$ text{Maximize} qquad sin{A}sin{B}sin{C} qquad text{subject to}~A+B+C=pi $$ ?
– Matti P.
Jan 4 at 10:42
@MattiP. I guess you'd also need $A,B,C geq 0,$
– Patricio
Jan 4 at 10:46
@MattiP. I quoted the exercise. Your assumption looks about right.
– LeoBonhart
Jan 4 at 10:50
1
Actually, it should probably be $A, B, C > 0$ since equality would allow one of them to equal $pi$ and the others to equal $0$: an obvious minimum for $sin Acdotsin Bcdotsin C$.
– KM101
Jan 4 at 10:50
add a comment |
1
Do you mean: $$ text{Maximize} qquad sin{A}sin{B}sin{C} qquad text{subject to}~A+B+C=pi $$ ?
– Matti P.
Jan 4 at 10:42
@MattiP. I guess you'd also need $A,B,C geq 0,$
– Patricio
Jan 4 at 10:46
@MattiP. I quoted the exercise. Your assumption looks about right.
– LeoBonhart
Jan 4 at 10:50
1
Actually, it should probably be $A, B, C > 0$ since equality would allow one of them to equal $pi$ and the others to equal $0$: an obvious minimum for $sin Acdotsin Bcdotsin C$.
– KM101
Jan 4 at 10:50
1
1
Do you mean: $$ text{Maximize} qquad sin{A}sin{B}sin{C} qquad text{subject to}~A+B+C=pi $$ ?
– Matti P.
Jan 4 at 10:42
Do you mean: $$ text{Maximize} qquad sin{A}sin{B}sin{C} qquad text{subject to}~A+B+C=pi $$ ?
– Matti P.
Jan 4 at 10:42
@MattiP. I guess you'd also need $A,B,C geq 0,$
– Patricio
Jan 4 at 10:46
@MattiP. I guess you'd also need $A,B,C geq 0,$
– Patricio
Jan 4 at 10:46
@MattiP. I quoted the exercise. Your assumption looks about right.
– LeoBonhart
Jan 4 at 10:50
@MattiP. I quoted the exercise. Your assumption looks about right.
– LeoBonhart
Jan 4 at 10:50
1
1
Actually, it should probably be $A, B, C > 0$ since equality would allow one of them to equal $pi$ and the others to equal $0$: an obvious minimum for $sin Acdotsin Bcdotsin C$.
– KM101
Jan 4 at 10:50
Actually, it should probably be $A, B, C > 0$ since equality would allow one of them to equal $pi$ and the others to equal $0$: an obvious minimum for $sin Acdotsin Bcdotsin C$.
– KM101
Jan 4 at 10:50
add a comment |
2 Answers
2
active
oldest
votes
Let $f:[0,pi]times[0,pi]tomathbb{R}$, $f(x,y)=sin x sin ysin(pi-x-y)$.
You have $frac{partial f}{partial x} =cos xsin ysin(pi-x-y)-sin x sin y cos(pi-x-y)$ and $frac{partial f}{partial y} =sin xcos ysin(pi-x-y)-sin x sin y cos(pi-x-y)$. Set both equal to zero and you find, after dividing by $cos x $ and $ cos(pi-x-y)$ the first and by $cos y$ and $cos(pi-x-y)$ the second, $tan x=tan y=tan(pi-x-y)$.
Hence $x=y=pi/3$.
add a comment |
I think it works best with Lagrange multipliers. Let $f(A,B,C) =sin(A)sin(B)sin(C)$ and let $g(A,B,C) = A+B+C = pi$ be the constraint. The system of equations $nabla f =lambda nabla g$ is:
$$cos(A)sin(B)sin(C) = lambda$$
$$sin(A)cos(B)sin(C) = lambda$$
$$sin(A)sin(B)cos(C) =lambda$$
Subtract the first two equations and cancel $sin(C)$ to get
$$cos(A)sin(B) - sin(A)cos(B) = 0$$
or $$sin(A-B) = 0.$$
Assuming $0<A,B<pi$ we must have $A=B$.
Similarly we have $B=C$. So the solution is $3A=pi$ or $A=B=C=pi/3$.
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
});
}
});
LeoBonhart 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%2f3061503%2fexercice-xv-num-9-calculus-made-easy%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
Let $f:[0,pi]times[0,pi]tomathbb{R}$, $f(x,y)=sin x sin ysin(pi-x-y)$.
You have $frac{partial f}{partial x} =cos xsin ysin(pi-x-y)-sin x sin y cos(pi-x-y)$ and $frac{partial f}{partial y} =sin xcos ysin(pi-x-y)-sin x sin y cos(pi-x-y)$. Set both equal to zero and you find, after dividing by $cos x $ and $ cos(pi-x-y)$ the first and by $cos y$ and $cos(pi-x-y)$ the second, $tan x=tan y=tan(pi-x-y)$.
Hence $x=y=pi/3$.
add a comment |
Let $f:[0,pi]times[0,pi]tomathbb{R}$, $f(x,y)=sin x sin ysin(pi-x-y)$.
You have $frac{partial f}{partial x} =cos xsin ysin(pi-x-y)-sin x sin y cos(pi-x-y)$ and $frac{partial f}{partial y} =sin xcos ysin(pi-x-y)-sin x sin y cos(pi-x-y)$. Set both equal to zero and you find, after dividing by $cos x $ and $ cos(pi-x-y)$ the first and by $cos y$ and $cos(pi-x-y)$ the second, $tan x=tan y=tan(pi-x-y)$.
Hence $x=y=pi/3$.
add a comment |
Let $f:[0,pi]times[0,pi]tomathbb{R}$, $f(x,y)=sin x sin ysin(pi-x-y)$.
You have $frac{partial f}{partial x} =cos xsin ysin(pi-x-y)-sin x sin y cos(pi-x-y)$ and $frac{partial f}{partial y} =sin xcos ysin(pi-x-y)-sin x sin y cos(pi-x-y)$. Set both equal to zero and you find, after dividing by $cos x $ and $ cos(pi-x-y)$ the first and by $cos y$ and $cos(pi-x-y)$ the second, $tan x=tan y=tan(pi-x-y)$.
Hence $x=y=pi/3$.
Let $f:[0,pi]times[0,pi]tomathbb{R}$, $f(x,y)=sin x sin ysin(pi-x-y)$.
You have $frac{partial f}{partial x} =cos xsin ysin(pi-x-y)-sin x sin y cos(pi-x-y)$ and $frac{partial f}{partial y} =sin xcos ysin(pi-x-y)-sin x sin y cos(pi-x-y)$. Set both equal to zero and you find, after dividing by $cos x $ and $ cos(pi-x-y)$ the first and by $cos y$ and $cos(pi-x-y)$ the second, $tan x=tan y=tan(pi-x-y)$.
Hence $x=y=pi/3$.
answered Jan 4 at 11:18
tommycauterotommycautero
366
366
add a comment |
add a comment |
I think it works best with Lagrange multipliers. Let $f(A,B,C) =sin(A)sin(B)sin(C)$ and let $g(A,B,C) = A+B+C = pi$ be the constraint. The system of equations $nabla f =lambda nabla g$ is:
$$cos(A)sin(B)sin(C) = lambda$$
$$sin(A)cos(B)sin(C) = lambda$$
$$sin(A)sin(B)cos(C) =lambda$$
Subtract the first two equations and cancel $sin(C)$ to get
$$cos(A)sin(B) - sin(A)cos(B) = 0$$
or $$sin(A-B) = 0.$$
Assuming $0<A,B<pi$ we must have $A=B$.
Similarly we have $B=C$. So the solution is $3A=pi$ or $A=B=C=pi/3$.
add a comment |
I think it works best with Lagrange multipliers. Let $f(A,B,C) =sin(A)sin(B)sin(C)$ and let $g(A,B,C) = A+B+C = pi$ be the constraint. The system of equations $nabla f =lambda nabla g$ is:
$$cos(A)sin(B)sin(C) = lambda$$
$$sin(A)cos(B)sin(C) = lambda$$
$$sin(A)sin(B)cos(C) =lambda$$
Subtract the first two equations and cancel $sin(C)$ to get
$$cos(A)sin(B) - sin(A)cos(B) = 0$$
or $$sin(A-B) = 0.$$
Assuming $0<A,B<pi$ we must have $A=B$.
Similarly we have $B=C$. So the solution is $3A=pi$ or $A=B=C=pi/3$.
add a comment |
I think it works best with Lagrange multipliers. Let $f(A,B,C) =sin(A)sin(B)sin(C)$ and let $g(A,B,C) = A+B+C = pi$ be the constraint. The system of equations $nabla f =lambda nabla g$ is:
$$cos(A)sin(B)sin(C) = lambda$$
$$sin(A)cos(B)sin(C) = lambda$$
$$sin(A)sin(B)cos(C) =lambda$$
Subtract the first two equations and cancel $sin(C)$ to get
$$cos(A)sin(B) - sin(A)cos(B) = 0$$
or $$sin(A-B) = 0.$$
Assuming $0<A,B<pi$ we must have $A=B$.
Similarly we have $B=C$. So the solution is $3A=pi$ or $A=B=C=pi/3$.
I think it works best with Lagrange multipliers. Let $f(A,B,C) =sin(A)sin(B)sin(C)$ and let $g(A,B,C) = A+B+C = pi$ be the constraint. The system of equations $nabla f =lambda nabla g$ is:
$$cos(A)sin(B)sin(C) = lambda$$
$$sin(A)cos(B)sin(C) = lambda$$
$$sin(A)sin(B)cos(C) =lambda$$
Subtract the first two equations and cancel $sin(C)$ to get
$$cos(A)sin(B) - sin(A)cos(B) = 0$$
or $$sin(A-B) = 0.$$
Assuming $0<A,B<pi$ we must have $A=B$.
Similarly we have $B=C$. So the solution is $3A=pi$ or $A=B=C=pi/3$.
answered Jan 4 at 12:17
B. GoddardB. Goddard
18.4k21340
18.4k21340
add a comment |
add a comment |
LeoBonhart is a new contributor. Be nice, and check out our Code of Conduct.
LeoBonhart is a new contributor. Be nice, and check out our Code of Conduct.
LeoBonhart is a new contributor. Be nice, and check out our Code of Conduct.
LeoBonhart 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%2f3061503%2fexercice-xv-num-9-calculus-made-easy%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
1
Do you mean: $$ text{Maximize} qquad sin{A}sin{B}sin{C} qquad text{subject to}~A+B+C=pi $$ ?
– Matti P.
Jan 4 at 10:42
@MattiP. I guess you'd also need $A,B,C geq 0,$
– Patricio
Jan 4 at 10:46
@MattiP. I quoted the exercise. Your assumption looks about right.
– LeoBonhart
Jan 4 at 10:50
1
Actually, it should probably be $A, B, C > 0$ since equality would allow one of them to equal $pi$ and the others to equal $0$: an obvious minimum for $sin Acdotsin Bcdotsin C$.
– KM101
Jan 4 at 10:50