Optimization problem (rectangle inscribed below parabola) - possible textbook mistake












0












$begingroup$


I have been working on a textbook's Optimization problem but the answer that I got does not match the textbook's answer. I would like to make sure I got it right (I can't find any mistakes on my solution), so I would like to ask for someone's help. I would appreciate that.



The problem:




A rectangle is located below a parabola, which is given by $$y = 3x- frac{x^2}{2}$$ in such a way that its two superior vertexes are placed on the parabola and its two inferior vertexes are located on the $x$ axis. The left, inferior vertex, is placed on the point $(c,0)$. That said:
a) Show that the area of the rectangle can be represented by the equation $$A(c) = c^3 -9c^2 + 18c$$
b) Find the rectangle's height and width given that is has maximum possible area.



c) What is that area?




Instead of typing the whole solution I will post an image with it (sorry for that but latex-ing it would take a lot of time!). You will find my solution below.



enter image description here



If that's helpful, the textbook's answer for b) and c) are $3-sqrt{3} times 3$ and $9 + 9sqrt{3}$ respectively.



Thank you.










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    $base=2sqrt{3}$
    $endgroup$
    – Aleksas Domarkas
    Jan 6 at 8:19
















0












$begingroup$


I have been working on a textbook's Optimization problem but the answer that I got does not match the textbook's answer. I would like to make sure I got it right (I can't find any mistakes on my solution), so I would like to ask for someone's help. I would appreciate that.



The problem:




A rectangle is located below a parabola, which is given by $$y = 3x- frac{x^2}{2}$$ in such a way that its two superior vertexes are placed on the parabola and its two inferior vertexes are located on the $x$ axis. The left, inferior vertex, is placed on the point $(c,0)$. That said:
a) Show that the area of the rectangle can be represented by the equation $$A(c) = c^3 -9c^2 + 18c$$
b) Find the rectangle's height and width given that is has maximum possible area.



c) What is that area?




Instead of typing the whole solution I will post an image with it (sorry for that but latex-ing it would take a lot of time!). You will find my solution below.



enter image description here



If that's helpful, the textbook's answer for b) and c) are $3-sqrt{3} times 3$ and $9 + 9sqrt{3}$ respectively.



Thank you.










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    $base=2sqrt{3}$
    $endgroup$
    – Aleksas Domarkas
    Jan 6 at 8:19














0












0








0





$begingroup$


I have been working on a textbook's Optimization problem but the answer that I got does not match the textbook's answer. I would like to make sure I got it right (I can't find any mistakes on my solution), so I would like to ask for someone's help. I would appreciate that.



The problem:




A rectangle is located below a parabola, which is given by $$y = 3x- frac{x^2}{2}$$ in such a way that its two superior vertexes are placed on the parabola and its two inferior vertexes are located on the $x$ axis. The left, inferior vertex, is placed on the point $(c,0)$. That said:
a) Show that the area of the rectangle can be represented by the equation $$A(c) = c^3 -9c^2 + 18c$$
b) Find the rectangle's height and width given that is has maximum possible area.



c) What is that area?




Instead of typing the whole solution I will post an image with it (sorry for that but latex-ing it would take a lot of time!). You will find my solution below.



enter image description here



If that's helpful, the textbook's answer for b) and c) are $3-sqrt{3} times 3$ and $9 + 9sqrt{3}$ respectively.



Thank you.










share|cite|improve this question











$endgroup$




I have been working on a textbook's Optimization problem but the answer that I got does not match the textbook's answer. I would like to make sure I got it right (I can't find any mistakes on my solution), so I would like to ask for someone's help. I would appreciate that.



The problem:




A rectangle is located below a parabola, which is given by $$y = 3x- frac{x^2}{2}$$ in such a way that its two superior vertexes are placed on the parabola and its two inferior vertexes are located on the $x$ axis. The left, inferior vertex, is placed on the point $(c,0)$. That said:
a) Show that the area of the rectangle can be represented by the equation $$A(c) = c^3 -9c^2 + 18c$$
b) Find the rectangle's height and width given that is has maximum possible area.



c) What is that area?




Instead of typing the whole solution I will post an image with it (sorry for that but latex-ing it would take a lot of time!). You will find my solution below.



enter image description here



If that's helpful, the textbook's answer for b) and c) are $3-sqrt{3} times 3$ and $9 + 9sqrt{3}$ respectively.



Thank you.







calculus optimization






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 6 at 8:11







bru1987

















asked Jan 6 at 8:00









bru1987bru1987

1,0691123




1,0691123








  • 1




    $begingroup$
    $base=2sqrt{3}$
    $endgroup$
    – Aleksas Domarkas
    Jan 6 at 8:19














  • 1




    $begingroup$
    $base=2sqrt{3}$
    $endgroup$
    – Aleksas Domarkas
    Jan 6 at 8:19








1




1




$begingroup$
$base=2sqrt{3}$
$endgroup$
– Aleksas Domarkas
Jan 6 at 8:19




$begingroup$
$base=2sqrt{3}$
$endgroup$
– Aleksas Domarkas
Jan 6 at 8:19










1 Answer
1






active

oldest

votes


















1












$begingroup$

You made a slight error when trying to find the base:



$$c = 3-sqrt{3} implies b = 2(3-c) = color{blue}{2left[3-left(3-sqrt{3}right)right]} = 2sqrt{3}$$



You forgot the $3$ in $(color{blue}{3}-c)$ and found $b = 2c$ instead.



Addition: From here, using $h = 3$ as you found, you get



$$A = bh iff A = 3left(2sqrt{3}right) = 6sqrt{3}$$



Try plugging in $c = 3-sqrt{3}$ in $f(c)$:



$$fleft(3-sqrt{3}right) = left(3-sqrt{3}right)^3-9left(3-sqrt{3}right)^2+18left(3-sqrt{3}right) = 6sqrt{3}$$



Through confirmation, you can see this point coincides with the local maximum.






share|cite|improve this answer











$endgroup$













  • $begingroup$
    thank you I've fixed that mistake. Now I have $2 sqrt{3}$ as a base and $3$ as the rectangle's height, which gives me an area of $A = 6 sqrt{3} m^2$. Am I good? Thanks for your help!
    $endgroup$
    – bru1987
    Jan 6 at 9:16










  • $begingroup$
    Yes, that’s the correct answer!
    $endgroup$
    – KM101
    Jan 6 at 9:24










  • $begingroup$
    thank you and have a great day =)
    $endgroup$
    – bru1987
    Jan 6 at 9:26






  • 1




    $begingroup$
    Glad to have helped! :-) You may want to mark the answer as accepted if it has helped resolved the issue.
    $endgroup$
    – KM101
    Jan 6 at 9:31













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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3063596%2foptimization-problem-rectangle-inscribed-below-parabola-possible-textbook-mi%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









1












$begingroup$

You made a slight error when trying to find the base:



$$c = 3-sqrt{3} implies b = 2(3-c) = color{blue}{2left[3-left(3-sqrt{3}right)right]} = 2sqrt{3}$$



You forgot the $3$ in $(color{blue}{3}-c)$ and found $b = 2c$ instead.



Addition: From here, using $h = 3$ as you found, you get



$$A = bh iff A = 3left(2sqrt{3}right) = 6sqrt{3}$$



Try plugging in $c = 3-sqrt{3}$ in $f(c)$:



$$fleft(3-sqrt{3}right) = left(3-sqrt{3}right)^3-9left(3-sqrt{3}right)^2+18left(3-sqrt{3}right) = 6sqrt{3}$$



Through confirmation, you can see this point coincides with the local maximum.






share|cite|improve this answer











$endgroup$













  • $begingroup$
    thank you I've fixed that mistake. Now I have $2 sqrt{3}$ as a base and $3$ as the rectangle's height, which gives me an area of $A = 6 sqrt{3} m^2$. Am I good? Thanks for your help!
    $endgroup$
    – bru1987
    Jan 6 at 9:16










  • $begingroup$
    Yes, that’s the correct answer!
    $endgroup$
    – KM101
    Jan 6 at 9:24










  • $begingroup$
    thank you and have a great day =)
    $endgroup$
    – bru1987
    Jan 6 at 9:26






  • 1




    $begingroup$
    Glad to have helped! :-) You may want to mark the answer as accepted if it has helped resolved the issue.
    $endgroup$
    – KM101
    Jan 6 at 9:31


















1












$begingroup$

You made a slight error when trying to find the base:



$$c = 3-sqrt{3} implies b = 2(3-c) = color{blue}{2left[3-left(3-sqrt{3}right)right]} = 2sqrt{3}$$



You forgot the $3$ in $(color{blue}{3}-c)$ and found $b = 2c$ instead.



Addition: From here, using $h = 3$ as you found, you get



$$A = bh iff A = 3left(2sqrt{3}right) = 6sqrt{3}$$



Try plugging in $c = 3-sqrt{3}$ in $f(c)$:



$$fleft(3-sqrt{3}right) = left(3-sqrt{3}right)^3-9left(3-sqrt{3}right)^2+18left(3-sqrt{3}right) = 6sqrt{3}$$



Through confirmation, you can see this point coincides with the local maximum.






share|cite|improve this answer











$endgroup$













  • $begingroup$
    thank you I've fixed that mistake. Now I have $2 sqrt{3}$ as a base and $3$ as the rectangle's height, which gives me an area of $A = 6 sqrt{3} m^2$. Am I good? Thanks for your help!
    $endgroup$
    – bru1987
    Jan 6 at 9:16










  • $begingroup$
    Yes, that’s the correct answer!
    $endgroup$
    – KM101
    Jan 6 at 9:24










  • $begingroup$
    thank you and have a great day =)
    $endgroup$
    – bru1987
    Jan 6 at 9:26






  • 1




    $begingroup$
    Glad to have helped! :-) You may want to mark the answer as accepted if it has helped resolved the issue.
    $endgroup$
    – KM101
    Jan 6 at 9:31
















1












1








1





$begingroup$

You made a slight error when trying to find the base:



$$c = 3-sqrt{3} implies b = 2(3-c) = color{blue}{2left[3-left(3-sqrt{3}right)right]} = 2sqrt{3}$$



You forgot the $3$ in $(color{blue}{3}-c)$ and found $b = 2c$ instead.



Addition: From here, using $h = 3$ as you found, you get



$$A = bh iff A = 3left(2sqrt{3}right) = 6sqrt{3}$$



Try plugging in $c = 3-sqrt{3}$ in $f(c)$:



$$fleft(3-sqrt{3}right) = left(3-sqrt{3}right)^3-9left(3-sqrt{3}right)^2+18left(3-sqrt{3}right) = 6sqrt{3}$$



Through confirmation, you can see this point coincides with the local maximum.






share|cite|improve this answer











$endgroup$



You made a slight error when trying to find the base:



$$c = 3-sqrt{3} implies b = 2(3-c) = color{blue}{2left[3-left(3-sqrt{3}right)right]} = 2sqrt{3}$$



You forgot the $3$ in $(color{blue}{3}-c)$ and found $b = 2c$ instead.



Addition: From here, using $h = 3$ as you found, you get



$$A = bh iff A = 3left(2sqrt{3}right) = 6sqrt{3}$$



Try plugging in $c = 3-sqrt{3}$ in $f(c)$:



$$fleft(3-sqrt{3}right) = left(3-sqrt{3}right)^3-9left(3-sqrt{3}right)^2+18left(3-sqrt{3}right) = 6sqrt{3}$$



Through confirmation, you can see this point coincides with the local maximum.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Jan 6 at 9:36

























answered Jan 6 at 8:38









KM101KM101

6,0701525




6,0701525












  • $begingroup$
    thank you I've fixed that mistake. Now I have $2 sqrt{3}$ as a base and $3$ as the rectangle's height, which gives me an area of $A = 6 sqrt{3} m^2$. Am I good? Thanks for your help!
    $endgroup$
    – bru1987
    Jan 6 at 9:16










  • $begingroup$
    Yes, that’s the correct answer!
    $endgroup$
    – KM101
    Jan 6 at 9:24










  • $begingroup$
    thank you and have a great day =)
    $endgroup$
    – bru1987
    Jan 6 at 9:26






  • 1




    $begingroup$
    Glad to have helped! :-) You may want to mark the answer as accepted if it has helped resolved the issue.
    $endgroup$
    – KM101
    Jan 6 at 9:31




















  • $begingroup$
    thank you I've fixed that mistake. Now I have $2 sqrt{3}$ as a base and $3$ as the rectangle's height, which gives me an area of $A = 6 sqrt{3} m^2$. Am I good? Thanks for your help!
    $endgroup$
    – bru1987
    Jan 6 at 9:16










  • $begingroup$
    Yes, that’s the correct answer!
    $endgroup$
    – KM101
    Jan 6 at 9:24










  • $begingroup$
    thank you and have a great day =)
    $endgroup$
    – bru1987
    Jan 6 at 9:26






  • 1




    $begingroup$
    Glad to have helped! :-) You may want to mark the answer as accepted if it has helped resolved the issue.
    $endgroup$
    – KM101
    Jan 6 at 9:31


















$begingroup$
thank you I've fixed that mistake. Now I have $2 sqrt{3}$ as a base and $3$ as the rectangle's height, which gives me an area of $A = 6 sqrt{3} m^2$. Am I good? Thanks for your help!
$endgroup$
– bru1987
Jan 6 at 9:16




$begingroup$
thank you I've fixed that mistake. Now I have $2 sqrt{3}$ as a base and $3$ as the rectangle's height, which gives me an area of $A = 6 sqrt{3} m^2$. Am I good? Thanks for your help!
$endgroup$
– bru1987
Jan 6 at 9:16












$begingroup$
Yes, that’s the correct answer!
$endgroup$
– KM101
Jan 6 at 9:24




$begingroup$
Yes, that’s the correct answer!
$endgroup$
– KM101
Jan 6 at 9:24












$begingroup$
thank you and have a great day =)
$endgroup$
– bru1987
Jan 6 at 9:26




$begingroup$
thank you and have a great day =)
$endgroup$
– bru1987
Jan 6 at 9:26




1




1




$begingroup$
Glad to have helped! :-) You may want to mark the answer as accepted if it has helped resolved the issue.
$endgroup$
– KM101
Jan 6 at 9:31






$begingroup$
Glad to have helped! :-) You may want to mark the answer as accepted if it has helped resolved the issue.
$endgroup$
– KM101
Jan 6 at 9:31




















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3063596%2foptimization-problem-rectangle-inscribed-below-parabola-possible-textbook-mi%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei