Area to Length?

Geometry Level 2

Two faces of a rectangular cuboid have areas 20 20 and 18. 18. Find the minimum possible length of its space diagonal, to three decimal places.


The answer is 7.3358.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

16 solutions

Steven Yuan
Jan 20, 2018

Let a , b , c a, b, c be the side lengths of the prism. Since the areas of the faces are different, they cannot be opposite one another. So WLOG, we can write

a b = 20 b c = 18. \begin{aligned} ab &= 20 \\ bc &= 18. \end{aligned}

From the second equation, we have b = 18 c . b = \dfrac{18}{c}. Plugging this into the first equation yields 18 a = 20 c , 18a = 20c, or a = 10 9 c . a = \dfrac{10}{9}c. This eliminates the variable a , a, and the two conditions become one condition: b c = 18. bc = 18.

The length of the space diagonal of the prism is equal to

a 2 + b 2 + c 2 = ( 10 9 c ) 2 + b 2 + c 2 = b 2 + 181 81 c 2 . \sqrt{a^2 + b^2 + c^2} = \sqrt{ \left ( \dfrac{10}{9} c \right )^2 + b^2 + c^2} = \sqrt{b^2 + \dfrac{181}{81}c^2}.

By the AM-GM inequality,

b 2 + 181 81 c 2 2 b 2 ( 181 81 c 2 ) = 2 b c ( 181 9 ) = 2 ( 18 ) ( 181 9 ) = 4 181 . \begin{aligned} b^2 + \dfrac{181}{81}c^2 &\geq 2\sqrt{b^2 \left ( \dfrac{181}{81}c^2 \right )} \\ &= 2bc \left ( \dfrac{\sqrt{181}}{9} \right ) \\ &= 2(18)\left ( \dfrac{\sqrt{181}}{9} \right ) \\ &= 4 \sqrt{181}. \end{aligned}

Therefore, the minimum possible length of the space diagonal is 4 181 7.3358 . \sqrt{4 \sqrt{181}} \approx \boxed{7.3358}. Equality holds when b 2 = 181 81 c 2 , b^2 = \dfrac{181}{81}c^2, so that

( a , b , c ) = ( 10 2 181 4 , 2 181 4 , 9 2 181 4 ) ( 3.857 , 5.187 , 3.470 ) . (a, b, c) = \left ( \dfrac{10\sqrt{2}}{\sqrt[4]{181}}, \sqrt{2} \cdot \sqrt[4]{181}, \dfrac{9\sqrt{2}}{\sqrt[4]{181}} \right ) \approx (3.857, 5.187, 3.470).

EDIT: I just realized there was a more direct way to apply AM-GM to solve the problem:

a 2 + b 2 + c 2 2 b 2 ( a 2 + c 2 ) = 2 ( a b ) 2 + ( b c ) 2 = 2 2 0 2 + 1 8 2 = 4 181 . \begin{aligned} a^2 + b^2 + c^2 &\geq 2\sqrt{b^2(a^2 + c^2)} \\ &= 2\sqrt{(ab)^2 + (bc)^2} \\ &= 2\sqrt{20^2 + 18^2} \\ &= 4 \sqrt{181}. \end{aligned}

Thus, the minimum possible length of the space diagonal is 4 181 = 2 181 4 . \sqrt{4 \sqrt{181}} = 2 \sqrt[4]{181}. This method can also be generalized: if two faces of a rectangular cuboid have areas A A and B , B, where A B , A \neq B, then the minimum possible length of its space diagonal is 2 A 2 + B 2 . \sqrt{2\sqrt{A^2 + B^2}}.

Like the use of AM-GM instead of calculus

Andre Bourque - 3 years, 4 months ago

How is the space diagonal (a sq.+b sq.+c sq.)^2. Am I missing a point? Please explain that concept. Is there a wiki I can refer?

इश्वर बस्याल - 3 years, 4 months ago

Log in to reply

Maybe you mean (a sq. + b sq. + c sq.)^(1/2). It follows from Pythagorean theorem. Let x - diagonal of the base and h - hight of rectangular parallelepiped. Diagonal of the base is x=(a^2+b^2)^(1/2). Therefore space diagonal is equale (x^2+h^2)^(1/2) = (a^2 + b^2 + c^2)^(1/2). I hope it will help you)

Tsyrkunovich Evgeny - 3 years, 4 months ago

This way... I'm really shoked!

Tsyrkunovich Evgeny - 3 years, 4 months ago

What is AM-GM? Is there a wiki for it?

Robert Beggs - 3 years, 4 months ago

Log in to reply

Posting URLs with underscores doesn't seem to work properly, so I ran it through google's URL shortener...

Inequality of arithmetic and geometric means

goo.gl/gM9na3

Nicholas Lee - 3 years, 4 months ago
Leonel Castillo
Jan 28, 2018

We have the two conditions a b = 20 ab = 20 and b c = 18 bc = 18 . Multiply the second equation by a a to get a b c = 18 a 20 c = 18 a c = 9 a 10 abc = 18a \implies 20c = 18a \implies c = \frac{9a}{10} . We also have, from the first equation, that a = 20 b a = \frac{20}{b} .

With this information, we want to minimize d = a 2 + b 2 + c 2 d = \sqrt{a^2 + b^2 + c^2} which is actually equivalent to minimizing d 2 = a 2 + b 2 + c 2 d^2 = a^2 + b^2 + c^2 and this is much easier to differentiate. Plugging in the previous equations we have that d 2 = b 4 + 724 b 2 d^2 = \frac{b^4 + 724}{b^2} and the derivative with respect to b b of this is 2 b 1448 b 3 2b - 1448b^{-3} and setting this equal to 0 we get b = 2 181 4 b= \sqrt{2} \sqrt[4]{181} .

Plugging this into our expression for d d we find that d 2 53.8145 d^2 \approx 53.8145 and thus d 7.33584 d \approx 7.33584 .

Exactly my solution :D

Mustaf Ahmed - 3 years, 4 months ago

You can simplify your differentiation. Create a new variable t = b^2. Differentiate with respect to t instead of b.

Desmond Campbell - 3 years, 4 months ago

Should be 2b-1448 b^-3 in your solution, not 2b-1488 b^-3.

Richard Lau - 3 years, 4 months ago

Log in to reply

Yes! Thanks for pointing that out.

Leonel Castillo - 3 years, 4 months ago

Perhaps I’m missing something in above. If I have 2b - (2)(724)(b^-3) = 0, I essentially have 2b^4 - 1448 = 0 which is 2b^4 = 1448 and then b^4 = 724. The 4th root of b is 5.16 approximately. Since everybody is getting the same answer what did I miss?

Todd Dean - 3 years, 4 months ago

Log in to reply

724 = 4 times 181 so when you take the fourth root you get 2^(1/2) 181^(1/4) which is approximately 5.18. But then you need to plug that in the formula for the distance.

Leonel Castillo - 3 years, 4 months ago
Arjen Vreugdenhil
Jan 28, 2018

We minimize the function f ( a , b , c ) = a 2 + b 2 + c 2 f(a,b,c) = a^2 + b^2 + c^2 under the conditions a b = 20 , a c = 18 ab = 20, ac = 18 .

The total derivatives of these expressions are { 2 a d a + 2 b d b + 2 c d c = 0 a d b + b d a = 0 a d c + c d a = 0 \begin{cases} 2a\:da + 2b\:db + 2c\:dc = 0 \\ a\:db + b\:da = 0 \\ a\:dc + c\:da = 0 \end{cases} Multiply the first equation by a / 2 a/2 , the second by b -b , the third by c -c ; then add: a 2 d a + a b d b + a c d c = 0 b 2 d a a b d b = 0 c 2 d a a c d c = 0 ( a 2 b 2 c 2 ) d a = 0. \begin{array}{rrrl} a^2\:da & +\ ab\:db & +\ ac\:dc & = 0 \\ -\ b^2\:da & -\ ab\:db & & = 0 \\ -\ c^2\:da & & -\ ac\:dc & = 0 \\ \hline (a^2 -b^2 - c^2)\:da & & & = 0.\end{array} Thus the solution is characterized by the fact that a 2 = b 2 + c 2 a^2 = b^2 + c^2 . Multiply by a 2 a^2 : a 4 ( a b ) 2 ( a c ) 2 = 0. a^4 - (ab)^2 - (ac)^2 = 0. Substitute the known values for a b ab and b c bc to obtain a 2 = 2 0 2 + 1 8 2 a^2 = \sqrt{20^2 + 18^2} . The fact that b 2 + c 2 = a 2 b^2 + c^2 = a^2 provides a shortcut to find the body diagonal D D : D 2 = a 2 + ( b 2 + c 2 ) = 2 a 2 = 2 2 0 2 + 1 8 2 = 4 181 , D^2 = a^2 + (b^2 + c^2) = 2a^2 = 2\sqrt{20^2 + 18^2} = 4\sqrt{181}, D = a 2 + b 2 + c 2 = 2 181 4 7.336 . D = \sqrt{a^2 + b^2 + c^2} = \boxed{2\sqrt[4]{181} \approx 7.336}.

Why can't we do it in this way.... Upper rectangle 10 × 2.. and it's diognal will be sqrt(100 + 4 ) which can be used as the base of a new triangle consisting of the perpendicular 9, diagonal of upper rectangle as base and the diagnol of the body as hypotenus.. . H ^2 = B^2 + P ^2 = 104 + 81 H = sqrt ( 185 ) = 13.601

Please correct me if I'm wrong

Zeeshan Shazad - 3 years, 4 months ago

Log in to reply

You are assuming that the rectangle has dimensions 10 x 2. Why not 5 x 4, or 15 x 4/3, or ...? (Note that it is not said that the sides are integers.)

Arjen Vreugdenhil - 3 years, 4 months ago

That does not satisfy the requirement to finding the minimum possible value of the diagonal.

Iskander Elderson - 3 years, 4 months ago

Does it necessarily follow that a minimum for D^2 is also a minimum for D?

Guy Benians - 3 years, 4 months ago

Log in to reply

Yes. If a function f f is monotonously increasing, then the minimum of x x produces a minimum of f ( x ) f(x) .

Arjen Vreugdenhil - 3 years, 4 months ago
Siddhartha Roy
Jan 31, 2018

Nicely done! You've avoided using AM-GM altogether. Which is better than mine! +1

Pi Han Goh - 3 years, 4 months ago
Zico Quintina
Jan 30, 2018

Relevant wiki: Lagrange Multipliers

Since I literally just read the short section on Lagrange Multipliers in my calculus textbook, I thought I'd try applying it to this question. (The passage is much more basic than the related wiki on this site, so my notation might be a bit on the simplistic side.)

We are effectively trying to minimize d 2 = f ( x , y , z ) = x 2 + y 2 + z 2 d^{2}=f(x,y,z)=x^{2}+y^{2}+z^{2} , subject to constraints g ( x , y , z ) = x y = 18 g(x,y,z)=xy=18 and h ( x , y , z ) = x z = 20. h(x,y,z)=xz=20.

The Lagrange condition is f = λ g + μ h \nabla{f}=\lambda\nabla{g}+\mu\nabla{h} which written in terms of its components would be f x = λ g x + μ h x f y = λ g y + μ h y f z = λ g z + μ h z \begin{aligned} f_{x} &= \lambda g_{x}+\mu h_{x}\\ f_{y} &= \lambda g_{y}+\mu h_{y}\\ f_{z} &= \lambda g_{z}+\mu h_{z}\\ \end{aligned} [Note: f x , f y f_{x},f_{y} and f z f_{z} are the partial derivatives w.r.t. x , y x,y and z z respectively.]

Applying this to our functions, and combining with our constraints gives us the system \begin{aligned} 2x&=\lambda y+\mu z \tag{1}\\ 2y&=\lambda x \tag{2}\\ 2z&=\mu x \tag{3}\\ xy&=18 \tag{4}\\ xz&=20 \tag{5}\\ \end{aligned} Multiplying equation (1) by x x , equation (2) by y y and equation (3) by z z yields 2 x 2 = λ x y + μ x z 2 y 2 = λ x y 2 z 2 = μ x z \begin{aligned} 2x^{2}&=\lambda xy+\mu xz\\ 2y^{2}&=\lambda xy\\ 2z^{2}&=\mu xz\\ \end{aligned} which immediately leads to x 2 = y 2 + z 2 x^{2}=y^{2}+z^{2} . From there we proceed as follows: x 4 = x 2 y 2 + x 2 z 2 ( multiplying by x 2 ) x 4 = 1 8 2 + 2 0 2 ( substituting our constraints ) x 2 = 2 181 \begin{aligned} x^{4}&=x^{2}y^{2}+x^{2}z^{2} &&\qquad (\text{multiplying by }x^{2})\\ x^{4}&=18^{2}+20^{2} &&\qquad (\text{substituting our constraints})\\ x^{2}&=2\sqrt{181}\\ \end{aligned} This is all we need to calculate the length of the diagonal. d = x 2 + y 2 + z 2 d = 2 x 2 ( since x 2 = y 2 + z 2 ) d = 2 181 4 d 7.336 \begin{aligned} d&=\sqrt{x^{2}+y^{2}+z^{2}}\\ d&=\sqrt{2x^{2}} \qquad \qquad (\text{since }x^{2}=y^{2}+z^{2})\\ d&=2\sqrt[4]{181}\\ d&\approx 7.336\\ \end{aligned} Strictly speaking, the Lagrange Multiplier method will identify maximum and/or minimum values, assuming these extreme values exist \textit{assuming these extreme values exist} . So the above shows that if the space diagonal in question has a minimum length, it would be 7.336 \approx 7.336 .

Regarding your last line: I thought you have only shown that d 7.336 d\approx 7.336 is a critical point. How do you mean it must be a minimum point? Maybe it could be a saddle point?

Pi Han Goh - 3 years, 4 months ago

Log in to reply

You're right; I re-read the text and noticed it mentioned "if the values exist" which I missed the first time. I've updated the last line to reflect this; thanks for pointing it out!

zico quintina - 3 years, 4 months ago

Log in to reply

But should you assume that the minimum value exists?

Pi Han Goh - 3 years, 4 months ago

Log in to reply

@Pi Han Goh Well, how could it not? You could try substituting in for values of a , b , c a,b,c which make d d diverge, namely lim a 0 \lim_{a\rightarrow 0} , but those make d d tend to positive infinity. This means a minimum exists, right?

To be sure 72 4 1 4 , 20 72 4 1 4 , 18 72 4 1 4 \displaystyle 724^{\frac{1}{4}},\frac{20}{724^{\frac{1}{4}}},\frac{18}{724^{\frac{1}{4}}} is indeed a minimum - well, a maximum certainly doesn't exist, and a minimum certainly does. Since this is the only extreme point, it follows that this is indeed the minimum.

Ivo Zerkov - 3 years, 4 months ago

Log in to reply

@Ivo Zerkov Fair enough. Thanks man.

Pi Han Goh - 3 years, 4 months ago

Log in to reply

@Pi Han Goh No prob :)

Ivo Zerkov - 3 years, 4 months ago

Is it possible to produce a maximum length?

Jack Bowie - 3 years, 4 months ago

Log in to reply

Nope - making the common side between the 20 and 18 walls, in this case x x , exceedingly small yields an exceedingly long diagonal.

Ivo Zerkov - 3 years, 4 months ago
Rocco Dalto
Jan 30, 2018

x y = 20 xy = 20 and z y = 18 y = 20 x z = 9 x 10 zy = 18 \implies y =\dfrac{20}{x} \implies z = \dfrac{9x}{10}

D ( x ) = d 2 ( x ) = 181 100 x 2 + 400 x 2 d D d x = 181 50 x 800 x 3 = 181 x 4 800 50 50 x 3 = 0 \implies D(x) = d^2(x) = \dfrac{181}{100} x^2 + \dfrac{400}{x^2} \implies \dfrac{dD}{dx} = \dfrac{181}{50} x - \dfrac{800}{x^3} = \dfrac{181 x^4 - 800 * 50}{50x^3} = 0 \implies

x 4 = 1 0 4 4 181 x = 10 2 18 1 1 / 4 x^4 = \dfrac{10^4 * 4}{181} \implies x = \dfrac{10\sqrt{2}}{181^{1/4}} for x > 0 x > 0 .

Testing for relative min using second derivative: d 2 D d x 2 = 180 50 2400 x 4 \dfrac{d^2D}{dx^2} = \dfrac{180}{50} - \dfrac{2400}{x^4}

x = 10 2 18 1 1 / 4 d 2 D d x 2 = 181 25 < 0 x = \dfrac{10\sqrt{2}}{181^{1/4}} \implies \dfrac{d^2D}{dx^2} = \dfrac{-181}{25} < 0 \implies min at x = 10 2 18 1 1 / 4 x = \dfrac{10\sqrt{2}}{181^{1/4}} .

d 2 = 4 181 d = 2 181 4 7.3358 \therefore d^2 = 4\sqrt{181} \implies d = 2\sqrt[4]{181} \approx \boxed{7.3358}

Pi Han Goh
Jan 30, 2018

Relevant wiki: Applying the Arithmetic Mean Geometric Mean Inequality

Let the dimensions of this cuboid be a , b , c a,b,c such that a b = 20 , a c = 18 ab = 20, ac = 18 . We want to find the minimum value of d : = a 2 + b 2 + c 2 d: = \sqrt{a^2 + b^2 + c^2} .

From a b = 20 , a c = 18 ab =20 , ac = 18 , we get b = 20 a , c = 18 a b = \dfrac{20}a , c = \dfrac{18}a . Thus, a 2 + b 2 + c 2 = a 2 + ( 20 a ) 2 + ( 18 a ) 2 = a 2 + 724 a 2 a^2 + b^2 + c^2 = a^2 + \left( \dfrac{20}a \right)^2 + \left( \dfrac{18}a\right)^2 = a^2 + \dfrac{724}{a^2} .

By arithmetic mean geometric mean inequality , A M ( a 2 , 724 a 2 ) G M ( a 2 , 724 a 2 ) a 2 + 724 a 2 2 a 2 724 a 2 = 2 724 . AM\left( a^2 , \dfrac{724}{a^2} \right) \geq GM \left( a^2 , \dfrac{724}{a^2} \right) \quad \Leftrightarrow \quad a^2 + \dfrac{724}{a^2} \geq 2 \sqrt{ a^2 \cdot \dfrac{724}{a^2} } = 2 \sqrt{ 724} .

Thus, the minimum value of d d is 2 724 = 2 181 4 7.336 \sqrt{2 \sqrt{724}} = 2 \sqrt[4]{181} \approx \boxed{7.336 } and it occurs when a 2 = 724 a 2 a^2 = \dfrac{724}{a^2} , or equivalently, when its dimensions are 724 4 , 20 724 4 , 18 724 4 \sqrt[4]{724} , \dfrac{20}{\sqrt[4]{724}} , \dfrac{18}{\sqrt[4]{724}} .

The rectangular cuboid have sides a , b , c a, b, c and the conditions are: a c = 20 ac=20 and b c = 18 bc=18 . The diagonal d d is going to be d 2 = a 2 + b 2 + c 2 d^2=a^2+b^2+c^2 .

From this we have: a = a= 20 c \frac{20}{c} b = b= 18 c \frac{18}{c}

We can plug this into the equation for the diagonal:

d 2 = ( 20 c ) 2 + ( 18 c ) 2 + c 2 d^2=(\frac{20}{c})^2 + (\frac{18}{c})^2 + c^2

Considering only the real and positive solution:

d = 724 + c 4 c d=\frac{ \sqrt{724+c^4} }{c}

With this formula for the diagonal we can find the minima by looking at the derivative and making it equal to zero.

( 724 + c 4 c ) = 0 (\frac{ \sqrt{724+c^4} }{c})' = 0

By using the chain rule and the division rule we get:

1 2 ( 724 + c 4 ) 1 2 4 c 3 c 1 724 + c 4 c 2 = 0 \frac{ \frac{1}{2} (724+c^4)^{- \frac{1}{2}} 4 c^3 c - 1 \sqrt{724 +c^4} }{c^2} = 0

After some algebra we get that the minimum value for c c is 724 4 \sqrt[4]{724} .

Plugging the value into the original formula:

d = 724 + c 4 c d=\frac{ \sqrt{724+c^4} }{c}

d = 724 + 724 4 4 724 4 d=\frac{ \sqrt{724+ \sqrt[4]{724}^4} }{ \sqrt[4]{724} }

And we get the minimum value for d d :

d = 2 181 4 7.3358 d=2 \sqrt[4]{181} \approx 7.3358

Let x x be the length of the edge joining the 20 and 18 faces. Then the dimensions of the cuboid are x x , 20 x \frac{20}{x} and 18 x \frac{18}{x} .

So the length of the diagonal is

d = x 2 + ( 20 x ) 2 + ( 18 x ) 2 d=\sqrt{x^{2}+\left ( \frac{20}{x} \right )^{2}+\left ( \frac{18}{x} \right )^{2}}

This is minimised when d 2 = x 2 + ( 20 x ) 2 + ( 18 x ) 2 = x 2 + 724 x 2 d^{2}=x^{2}+\left ( \frac{20}{x} \right )^{2}+\left ( \frac{18}{x} \right )^{2}=x^{2}+ \frac{724}{x^{2}} is minimised

With a little simple calculus, solve d d 2 d x = 2 x 2 724 x 3 = 0 \frac{\mathrm{d} d^{2}}{\mathrm{d} x}=2x-2\frac{724}{x^{3}}=0 or x = 724 4 = 5.187 x=\sqrt[4]{724}=5.187

Substituting back into the first equation d = 724 + 724 724 = 2 724 = 4 181 = 2 181 4 = 7.3358 d=\sqrt{\sqrt{724}+\frac{724}{\sqrt{724}}}=\sqrt{2\sqrt{724}}=\sqrt{4\sqrt{181}}=2 \sqrt[4]{181}=7.3358

Tousif Ahmad
Jan 30, 2018

let a = 20k then b = 1/k (ab = 20)

and then c = 18k (bc = 18)

space diagonal squared = d 2 = a 2 + b 2 + c 2 = 724 k 2 + 1 k 2 2 × 724 ; ( A . M G . M ) d^2 = a^2+b^2+c^2 = 724k^2 + \frac{1}{k^2} \geq 2 \times \sqrt{724} ; (A.M \geq G.M)

Therefore min. value of d = 2 724 = 7.3358 \sqrt{2\sqrt{724}} = 7.3358

BossFace Kremer
Feb 3, 2018

Its acually much simpler then what many of you are saying. It is simply that the smallest perimeter for any are of a rectangle is a square. Therefore the sidelengths of the two squares are √20 and √18 . Using the Pythagorean theurum, you get √20² + √18² = C² . Cross out the sqrts and squares to get 20 + 18 = C². 38 = C² C = √38 Now using pythagorus again using the height now that you have the diagonal of the ground segment, you want to use that diagonal with the height. Which is √18² + √38² = C². 18 + 38 = C² --> C = √58 or 7.3358...

It will be √56 and √58 is = 7.61577311

Pankaj Jangra - 3 years, 3 months ago
Kalyph Dioquino
Feb 2, 2018

Let "a" and "b" be the length of the rectangle which area is 20 Let "a" and "c" be the length of the rectangle which area is 18 ab = 20; ac = 18; b/c = 20/18;

Diagonal D would be: D^2 = a^2 + b^2 + c^2 D^2 = (18/c)^2 + (10c/9)^2 + c^2} ; manipulating to have just one variable Using Minima and Maxima theorem, set dD/dc to 0 you will get: c = 3.47

Substituting c to the Diagonal D equation....

D = 7.335836434

Trevor Reed
Feb 2, 2018

Let l , w , h l,w,h be the length, width, and height of the rectangular cuboid. This allows us to write:

l w = 20 lw=20

h w = 18 hw=18

Now, we write d d all in terms of our edges, l , w , l, w, and h h :

d = l 2 + w 2 + h 2 d=\sqrt{l^{2}+w^{2}+h^{2}}

We can further simplify this equation by recognizing that l l and h h can be written in terms of w w , cutting our variable count from 3 to 1:

l = 20 w l=\frac{20}{w}

h = 18 w h=\frac{18}{w}

d = ( 20 w ) 2 + w 2 + ( 18 w ) 2 d=\sqrt{(\frac{20}{w})^{2}+w^{2}+(\frac{18}{w})^{2}}

Then we expand the two fractions and add the like terms:

d = w 2 + 724 w 2 d=\sqrt{w^{2}+\frac{724}{w^{2}}}

Next, we can find the minimum value of the variable in a quadratic equation by finding when the the first derivative of that equation equals 0. To make this a bit easier to work with, we'll square both sides of the above equation, and then let f ( w ) = d 2 f(w)=d^{2} for conventions:

d 2 = w 2 + 724 w 2 = f ( w ) d^{2}=w^{2}+\frac{724}{w^{2}}=f(w)

Next, we evaluate the first derivative of f ( w ) f(w) , f ( w ) f'(w) (note: I rewrote 724 w 2 \frac{724}{w^{2}} as 724 w 2 724w^{-2} beforehand as a personal preference; I find it makes differentiating easier):

f ( w ) = 2 w 1448 w 3 f'(w)= 2w-1448w^{-3}

Now that we have our first derivative, we need to solve for when f ( w ) = 0 f'(w)=0 . This will happen when 2 w = 1448 w 3 2w = 1448w^{-3} . The rest is algebra:

2 w = 1448 w 3 2w=1448w^{-3}

2 w 4 = 1448 2w^{4}=1448

w 4 = 724 w^{4}=724

w = ± 5.18721... w=\pm5.18721...

Since the side of a cuboid cannot be negative, the minimum value of our width, w w , is approximately 5.18721 5.18721 . This can then be plugged back into our equation for d d to get our final answer:

d = 5.1872 1 2 + 724 ( 5.18721 ) 2 = 7.3358 d=\sqrt{5.18721^{2}+\frac{724}{(5.18721)^{2}}}=7.3358

Trilok Suthar
Feb 2, 2018

It is easy to note that, ac=20; bc=18;

Now, we need to find the diagonal length which is √a^2 + b^2 + c^2 (It can be obtained using pythagoras theorem). Applying AM - GM inequality in terms (a^2 + b^2) and c^2; - We come up with {a^2 + b^2 + c^2 }/2 ≧ √ [ {a^2 + b^2} * c^2 ] ; so, a^2 + b^2 + c^2 ≧ 2 * √ (ac)^2 + (bc)^2 ; Putting values and solving, Least value of a^2 + b^2 + c^2 is 53.814; But d = √a^2 + b^2 + c^2 ; = √53.814 ; = 7.3358 ;

Angel Krastev
Jan 29, 2018

The minimum length of d is 7.33583643 when b=5.1872.
bc=18, c=18/b
ab=20, a=20/b
d^2=a^2+b^2+c^2
d^2=400/b^2+b^2+324/b^2 . Instead of finding derivative and then calculate the value,
I decided to write a small program.
First I ran b from 1 to 9 with step 1
Then - from 4 to 6 with step .1 and couple more times ... ,
This way I narrowed the range for b and visually found the value for b with minimal d.







           for b = 5.185 to 5.189 step .0001   
               b2 = b^2   
               d2 = (400/b2)+b2+(324/b2)   
               d = sqr(d2)   
               print b,d   
           next b

How do you know that 1 b 9 1\leq b \leq 9 must be fulfilled? Maybe 0 < b 1 0 < b\leq 1 or b > 9 b>9 could be true?

Pi Han Goh - 3 years, 4 months ago
Morten Vindberg
Jan 29, 2018

We need to minimize d = a 2 + b 2 + c 2 d=\sqrt{a^2+b^2+c^2} , where a , b , c a,b,c are the 3 sides of the cuboid. We see that the area condition can be reformulated so they're dependent on 1 variable. a b = 18 b = 18 a a \cdot b=18 \rightarrow b=\frac{18}{a} and a c = 20 c = 20 a a \cdot c=20 \rightarrow c=\frac{20}{a} . Now we have a function of 1 variable f ( a ) = a 2 + ( 18 a ) 2 + ( 20 a ) 2 f(a) = \sqrt{a^2+(\frac{18}{a})^2 +(\frac{20}{a})^2} .

Now we solve the f ( a ) = 0 f'(a)=0 , and we'll only look at solutions a 0 a \geq 0 , and we get the solution a 7.335836434 a \approx 7.335836434 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...