|
-
May 18th, 2003, 12:08 AM
#1
Thread Starter
Addicted Member
A simple question ( i think ) working out cuboid
if the sum of all edges of a cuboid is 4.8
and b = 2/3a
v=abc
4.8=4(a+b+c)
( as in, two 3rds of A)
how long does a, b and c have to be to make the biggest volume possible
I really dont understand how to do this....
i was wondering if someone could explain to me how i go about doing this? a breif break down of how to flow through and do it? :-)
thanks so much for any help
this is all i have.... i know its completely wrong
v=abc
4.8=4(a+b+c)
4a + 4b + 4c = 4.8
a + b + c = 1.2
b = 1.2 - a - c
b = 2/3a
2/3a = 1.2 - a - c
The internet is a great tool. Many people like me suffer in the real world when there are so many people with the "O he is so good looking he has no troubles, why help him out with anything" attitude.
-
May 18th, 2003, 01:07 PM
#2
transcendental analytic
you have 3 equations, 4 unknowns, you should be able to make V a function of one of those variables say a, then set the first derivative to 0 to get a where V is largest (which should be there in this case)
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|