Results 1 to 2 of 2

Thread: A simple question ( i think ) working out cuboid

  1. #1

    Thread Starter
    Addicted Member stewie's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    198

    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.

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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
  •  



Click Here to Expand Forum to Full Width