Find the edges size of a regular triangular pyramid with a given volume, which has the smallest sum of edges.Turning SDP into vectorized formCalculus Optimization ProblemOptimization Calculus.. a box/shelter with sides missing..Usage of law of sinesCan Three Equilateral Triangles with Sidelength $s$ Cover A Unit Square?Minimal perimeter of cuboid, given base and lateral areaHow to find height of rectangular pyramid given base lengths and total length of edges?Pyramid TrianglesPossible mistake finding the maximum volume of a box with the AM-GM inequality?Of all polygons inscribed in a given circle which one has the maximum sum of squares of side lengths?
Is this toilet slogan correct usage of the English language?
Stack Interview Code methods made from class Node and Smart Pointers
Does "he squandered his car on drink" sound natural?
Review your own paper in Mathematics
awk assign to multiple variables at once
The Digit Triangles
Is there a RAID 0 Equivalent for RAM?
Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
What is Cash Advance APR?
When were female captains banned from Starfleet?
Does grappling negate Mirror Image?
Has any country ever had 2 former presidents in jail simultaneously?
Find the next value of this number series
Can you use Vicious Mockery to win an argument or gain favours?
Biological Blimps: Propulsion
Is it allowed to activate the ability of multiple planeswalkers in a single turn?
Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
How do you make your own symbol when Detexify fails?
How to convince somebody that he is fit for something else, but not this job?
Is it necessary to use pronouns with the verb "essere"?
Delete multiple columns using awk or sed
What is the highest possible scrabble score for placing a single tile
Find the edges size of a regular triangular pyramid with a given volume, which has the smallest sum of edges.
Turning SDP into vectorized formCalculus Optimization ProblemOptimization Calculus.. a box/shelter with sides missing..Usage of law of sinesCan Three Equilateral Triangles with Sidelength $s$ Cover A Unit Square?Minimal perimeter of cuboid, given base and lateral areaHow to find height of rectangular pyramid given base lengths and total length of edges?Pyramid TrianglesPossible mistake finding the maximum volume of a box with the AM-GM inequality?Of all polygons inscribed in a given circle which one has the maximum sum of squares of side lengths?
$begingroup$
$a\$ - edge length at the base of the pyramid.
$b\$ - length of the side edges of the pyramid.
$V\$ = $const\$.
I minimize: $3a+3b->min\$
$V=frac13Sh\$
$h=sqrtb^2-frac13a^2\$
$S=fracsqrt34a^2\$
$V=frac13*fracsqrt34a^2*sqrtb^2-frac13a^2\$ - from here I expressed the parameter $b\$ and substituted in $3a+3b->min\$
$b=sqrtfracV^2+frac3a^6432frac3a^4144\$
After substitution, I found the derivative and equated it to zero, but the derivative was too complex, it seems to me that I am doing something wrong.
Derivative:
$3+fraca^6-288V^2a^5*sqrtfrac48V^2a^4+fraca^23=0\$
How to express $a\$ from here?
optimization triangle
$endgroup$
add a comment |
$begingroup$
$a\$ - edge length at the base of the pyramid.
$b\$ - length of the side edges of the pyramid.
$V\$ = $const\$.
I minimize: $3a+3b->min\$
$V=frac13Sh\$
$h=sqrtb^2-frac13a^2\$
$S=fracsqrt34a^2\$
$V=frac13*fracsqrt34a^2*sqrtb^2-frac13a^2\$ - from here I expressed the parameter $b\$ and substituted in $3a+3b->min\$
$b=sqrtfracV^2+frac3a^6432frac3a^4144\$
After substitution, I found the derivative and equated it to zero, but the derivative was too complex, it seems to me that I am doing something wrong.
Derivative:
$3+fraca^6-288V^2a^5*sqrtfrac48V^2a^4+fraca^23=0\$
How to express $a\$ from here?
optimization triangle
$endgroup$
$begingroup$
How do you get the formula for $h$?
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:17
$begingroup$
By the Pythagorean theorem: $h^2=b^2-(frac23*fracsqrt3a2)^2\$
$endgroup$
– bvl
Mar 14 at 15:24
$begingroup$
Ok, i get $$b=sqrtfrac144V^23a^4+frac13a^2$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:30
$begingroup$
I get this too. $b=sqrtfracV^2+frac3a^6432frac3a^4144 = sqrtfrac144V^23a^4+fraca^23\$
$endgroup$
– bvl
Mar 14 at 15:36
add a comment |
$begingroup$
$a\$ - edge length at the base of the pyramid.
$b\$ - length of the side edges of the pyramid.
$V\$ = $const\$.
I minimize: $3a+3b->min\$
$V=frac13Sh\$
$h=sqrtb^2-frac13a^2\$
$S=fracsqrt34a^2\$
$V=frac13*fracsqrt34a^2*sqrtb^2-frac13a^2\$ - from here I expressed the parameter $b\$ and substituted in $3a+3b->min\$
$b=sqrtfracV^2+frac3a^6432frac3a^4144\$
After substitution, I found the derivative and equated it to zero, but the derivative was too complex, it seems to me that I am doing something wrong.
Derivative:
$3+fraca^6-288V^2a^5*sqrtfrac48V^2a^4+fraca^23=0\$
How to express $a\$ from here?
optimization triangle
$endgroup$
$a\$ - edge length at the base of the pyramid.
$b\$ - length of the side edges of the pyramid.
$V\$ = $const\$.
I minimize: $3a+3b->min\$
$V=frac13Sh\$
$h=sqrtb^2-frac13a^2\$
$S=fracsqrt34a^2\$
$V=frac13*fracsqrt34a^2*sqrtb^2-frac13a^2\$ - from here I expressed the parameter $b\$ and substituted in $3a+3b->min\$
$b=sqrtfracV^2+frac3a^6432frac3a^4144\$
After substitution, I found the derivative and equated it to zero, but the derivative was too complex, it seems to me that I am doing something wrong.
Derivative:
$3+fraca^6-288V^2a^5*sqrtfrac48V^2a^4+fraca^23=0\$
How to express $a\$ from here?
optimization triangle
optimization triangle
edited Mar 14 at 15:45
bvl
asked Mar 14 at 15:11
bvlbvl
165
165
$begingroup$
How do you get the formula for $h$?
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:17
$begingroup$
By the Pythagorean theorem: $h^2=b^2-(frac23*fracsqrt3a2)^2\$
$endgroup$
– bvl
Mar 14 at 15:24
$begingroup$
Ok, i get $$b=sqrtfrac144V^23a^4+frac13a^2$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:30
$begingroup$
I get this too. $b=sqrtfracV^2+frac3a^6432frac3a^4144 = sqrtfrac144V^23a^4+fraca^23\$
$endgroup$
– bvl
Mar 14 at 15:36
add a comment |
$begingroup$
How do you get the formula for $h$?
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:17
$begingroup$
By the Pythagorean theorem: $h^2=b^2-(frac23*fracsqrt3a2)^2\$
$endgroup$
– bvl
Mar 14 at 15:24
$begingroup$
Ok, i get $$b=sqrtfrac144V^23a^4+frac13a^2$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:30
$begingroup$
I get this too. $b=sqrtfracV^2+frac3a^6432frac3a^4144 = sqrtfrac144V^23a^4+fraca^23\$
$endgroup$
– bvl
Mar 14 at 15:36
$begingroup$
How do you get the formula for $h$?
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:17
$begingroup$
How do you get the formula for $h$?
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:17
$begingroup$
By the Pythagorean theorem: $h^2=b^2-(frac23*fracsqrt3a2)^2\$
$endgroup$
– bvl
Mar 14 at 15:24
$begingroup$
By the Pythagorean theorem: $h^2=b^2-(frac23*fracsqrt3a2)^2\$
$endgroup$
– bvl
Mar 14 at 15:24
$begingroup$
Ok, i get $$b=sqrtfrac144V^23a^4+frac13a^2$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:30
$begingroup$
Ok, i get $$b=sqrtfrac144V^23a^4+frac13a^2$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:30
$begingroup$
I get this too. $b=sqrtfracV^2+frac3a^6432frac3a^4144 = sqrtfrac144V^23a^4+fraca^23\$
$endgroup$
– bvl
Mar 14 at 15:36
$begingroup$
I get this too. $b=sqrtfracV^2+frac3a^6432frac3a^4144 = sqrtfrac144V^23a^4+fraca^23\$
$endgroup$
– bvl
Mar 14 at 15:36
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
As brought up in the comments, we have that
$$
b=sqrtfrac144V^23a^4+frac13a^2.
$$
You wish to minimize the function
$$
f(a)=a+sqrtfrac144V^23a^4+frac13a^2
$$
by equating the derivative to zero (note that I dropped the scaling multiplication by $3$, since it does not affect the minimizer). Introducing the notation $k=144V^2/3$ and $m=1/3$, the derivative of $f$ is
$$
f'(a)=1-fracbig(frac2ka^5-mabig)sqrtfracka^4+ma^2
$$
Equate this to zero, and get
$$
sqrtfracka^4+ma^2=frac2ka^5-ma
$$
Multiply both sides by $a^5$:
$$
sqrtka^6+ma^12=2k-ma^6.
$$
Introduce the notation $xequiva^6$, and this becomes
$$
sqrtmx^2+kx=2k-mx.
$$
Square both sides (at this point we need to be careful about choosing the right signs):
$$
m(1-m)x^2+k(1+4m)x-4k^2=0.
$$
Solve with the quadratic formula (choose the proper sign), and substitute $x=a^6$ to get the final answer.
$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%2f3148125%2ffind-the-edges-size-of-a-regular-triangular-pyramid-with-a-given-volume-which-h%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
$begingroup$
As brought up in the comments, we have that
$$
b=sqrtfrac144V^23a^4+frac13a^2.
$$
You wish to minimize the function
$$
f(a)=a+sqrtfrac144V^23a^4+frac13a^2
$$
by equating the derivative to zero (note that I dropped the scaling multiplication by $3$, since it does not affect the minimizer). Introducing the notation $k=144V^2/3$ and $m=1/3$, the derivative of $f$ is
$$
f'(a)=1-fracbig(frac2ka^5-mabig)sqrtfracka^4+ma^2
$$
Equate this to zero, and get
$$
sqrtfracka^4+ma^2=frac2ka^5-ma
$$
Multiply both sides by $a^5$:
$$
sqrtka^6+ma^12=2k-ma^6.
$$
Introduce the notation $xequiva^6$, and this becomes
$$
sqrtmx^2+kx=2k-mx.
$$
Square both sides (at this point we need to be careful about choosing the right signs):
$$
m(1-m)x^2+k(1+4m)x-4k^2=0.
$$
Solve with the quadratic formula (choose the proper sign), and substitute $x=a^6$ to get the final answer.
$endgroup$
add a comment |
$begingroup$
As brought up in the comments, we have that
$$
b=sqrtfrac144V^23a^4+frac13a^2.
$$
You wish to minimize the function
$$
f(a)=a+sqrtfrac144V^23a^4+frac13a^2
$$
by equating the derivative to zero (note that I dropped the scaling multiplication by $3$, since it does not affect the minimizer). Introducing the notation $k=144V^2/3$ and $m=1/3$, the derivative of $f$ is
$$
f'(a)=1-fracbig(frac2ka^5-mabig)sqrtfracka^4+ma^2
$$
Equate this to zero, and get
$$
sqrtfracka^4+ma^2=frac2ka^5-ma
$$
Multiply both sides by $a^5$:
$$
sqrtka^6+ma^12=2k-ma^6.
$$
Introduce the notation $xequiva^6$, and this becomes
$$
sqrtmx^2+kx=2k-mx.
$$
Square both sides (at this point we need to be careful about choosing the right signs):
$$
m(1-m)x^2+k(1+4m)x-4k^2=0.
$$
Solve with the quadratic formula (choose the proper sign), and substitute $x=a^6$ to get the final answer.
$endgroup$
add a comment |
$begingroup$
As brought up in the comments, we have that
$$
b=sqrtfrac144V^23a^4+frac13a^2.
$$
You wish to minimize the function
$$
f(a)=a+sqrtfrac144V^23a^4+frac13a^2
$$
by equating the derivative to zero (note that I dropped the scaling multiplication by $3$, since it does not affect the minimizer). Introducing the notation $k=144V^2/3$ and $m=1/3$, the derivative of $f$ is
$$
f'(a)=1-fracbig(frac2ka^5-mabig)sqrtfracka^4+ma^2
$$
Equate this to zero, and get
$$
sqrtfracka^4+ma^2=frac2ka^5-ma
$$
Multiply both sides by $a^5$:
$$
sqrtka^6+ma^12=2k-ma^6.
$$
Introduce the notation $xequiva^6$, and this becomes
$$
sqrtmx^2+kx=2k-mx.
$$
Square both sides (at this point we need to be careful about choosing the right signs):
$$
m(1-m)x^2+k(1+4m)x-4k^2=0.
$$
Solve with the quadratic formula (choose the proper sign), and substitute $x=a^6$ to get the final answer.
$endgroup$
As brought up in the comments, we have that
$$
b=sqrtfrac144V^23a^4+frac13a^2.
$$
You wish to minimize the function
$$
f(a)=a+sqrtfrac144V^23a^4+frac13a^2
$$
by equating the derivative to zero (note that I dropped the scaling multiplication by $3$, since it does not affect the minimizer). Introducing the notation $k=144V^2/3$ and $m=1/3$, the derivative of $f$ is
$$
f'(a)=1-fracbig(frac2ka^5-mabig)sqrtfracka^4+ma^2
$$
Equate this to zero, and get
$$
sqrtfracka^4+ma^2=frac2ka^5-ma
$$
Multiply both sides by $a^5$:
$$
sqrtka^6+ma^12=2k-ma^6.
$$
Introduce the notation $xequiva^6$, and this becomes
$$
sqrtmx^2+kx=2k-mx.
$$
Square both sides (at this point we need to be careful about choosing the right signs):
$$
m(1-m)x^2+k(1+4m)x-4k^2=0.
$$
Solve with the quadratic formula (choose the proper sign), and substitute $x=a^6$ to get the final answer.
answered Mar 14 at 16:40
David M.David M.
2,058418
2,058418
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%2f3148125%2ffind-the-edges-size-of-a-regular-triangular-pyramid-with-a-given-volume-which-h%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$
How do you get the formula for $h$?
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:17
$begingroup$
By the Pythagorean theorem: $h^2=b^2-(frac23*fracsqrt3a2)^2\$
$endgroup$
– bvl
Mar 14 at 15:24
$begingroup$
Ok, i get $$b=sqrtfrac144V^23a^4+frac13a^2$$
$endgroup$
– Dr. Sonnhard Graubner
Mar 14 at 15:30
$begingroup$
I get this too. $b=sqrtfracV^2+frac3a^6432frac3a^4144 = sqrtfrac144V^23a^4+fraca^23\$
$endgroup$
– bvl
Mar 14 at 15:36