Results 1 to 9 of 9

Thread: Help with formulas Arrrggghhh!

  1. #1
    Join Date
    May 2003
    Location
    Marysville, Wa
    Age
    48
    Posts
    3,366
    Rep Power
    128112

    Icon16 Help with formulas Arrrggghhh!

    I am working on ships and deck plans for the SSatSPoA Pulp setting. I whipped up a little spreadsheet to give me volumes for various deck sizes. Basically 6.5 foot slices of the Rocket. Plugging in the formulas for cones and cylinders is easy. But the truncated cone formula I have isn't working. Since I found it on the web I cannot validate it isn't bogus and I cannot find my reference books.

    I can't correctly post the formula I am using because the board will not retain super or subscripts and the formula turns into garbage.

    ⅓ Pi (r12 + r1 r2 + r22) h

    r12 should be r1 squared, r22 should r2 squared.

    I converted it to:

    0.33*3.14*(L13*L13+L13)*(L17+L17*L17)*6.5 in excel.

    I know it is not correct because a cylinder that is 6.5 feet tall with a radius of 13 feet returns a volume of 3449. But that same cylinder when tapered so the top radius is 11 feet with the bottom radius and height remaining the same computes out to 148,018! There is something fundamentally wrong with the formula.

    To Assume, To make an A$$ out of U and Me.

    No I didn't deliberately make a moronic statement designed to start a flame war. I'm just BBS Challenged.

    “Life is tough, but it's tougher when you're stupid.” ~John Wayne

    Puget Sound Gamers Link

  2. #2
    Join Date
    Apr 2003
    Location
    here
    Age
    40
    Posts
    4,345
    Rep Power
    1403154

    Re: Help with formulas Arrrggghhh!

    I get 2945...
    Images, only to point out the obvious...now with COSMIC POWER (©)

  3. #3
    Join Date
    May 2003
    Location
    Marysville, Wa
    Age
    48
    Posts
    3,366
    Rep Power
    128112

    Re: Help with formulas Arrrggghhh!

    Quote Originally Posted by Captain Obvious
    I get 2945...
    In Excel?
    To Assume, To make an A$$ out of U and Me.

    No I didn't deliberately make a moronic statement designed to start a flame war. I'm just BBS Challenged.

    “Life is tough, but it's tougher when you're stupid.” ~John Wayne

    Puget Sound Gamers Link

  4. #4
    Join Date
    Apr 2003
    Location
    here
    Age
    40
    Posts
    4,345
    Rep Power
    1403154

    Re: Help with formulas Arrrggghhh!

    No...I couldn't Excel my way out of a wet paper bag. That's from a calculator.
    Images, only to point out the obvious...now with COSMIC POWER (©)

  5. #5
    Join Date
    Apr 2003
    Location
    here
    Age
    40
    Posts
    4,345
    Rep Power
    1403154

    Re: Help with formulas Arrrggghhh!

    Quote Originally Posted by Spence
    I converted it to:

    0.33*3.14*(L13*L13+L13)*(L17+L17*L17)*6.5 in excel.
    Aha, here's your issue. It should be

    0.33*3.14*((L13*L13)+(L13*L17)+(L17*L17))*6.5
    Images, only to point out the obvious...now with COSMIC POWER (©)

  6. #6
    Join Date
    May 2003
    Location
    Marysville, Wa
    Age
    48
    Posts
    3,366
    Rep Power
    128112

    Re: Help with formulas Arrrggghhh!

    Quote Originally Posted by Captain Obvious
    Aha, here's your issue. It should be

    0.33*3.14*((L13*L13)+(L13*L17)+(L17*L17))*6.5

    YA HOO!!!

    Thanks,
    You're a genius
    To Assume, To make an A$$ out of U and Me.

    No I didn't deliberately make a moronic statement designed to start a flame war. I'm just BBS Challenged.

    “Life is tough, but it's tougher when you're stupid.” ~John Wayne

    Puget Sound Gamers Link

  7. #7
    Join Date
    Apr 2003
    Location
    here
    Age
    40
    Posts
    4,345
    Rep Power
    1403154

    Re: Help with formulas Arrrggghhh!

    Save the flattery. Just post some space-rockets.
    Images, only to point out the obvious...now with COSMIC POWER (©)

  8. #8
    Join Date
    Nov 2003
    Posts
    6,077
    Blog Entries
    1
    Rep Power
    165105

    Re: Help with formulas Arrrggghhh!

    BTW, text nomenclature for squared, or other powers is the caret symbol.
    r1^2

    If that helps for writting other formulas.

    I'm not sure about labelling variables, but it shouldn't be too confusing just to have r1,r2,r3 etc - as every other letter and number combination in the formula should have operators separating them.

    [edit]
    You could also write it in plain english - volume of a cylinder being one third of pi times the radius squared, times the height.
    Last edited by Curufea; Aug 20th, '05 at 04:46 PM.

  9. #9
    Join Date
    Aug 2004
    Location
    Lost in a lost world/The Pacific Northwet
    Posts
    2,373
    Rep Power
    384294

    Re: Help with formulas Arrrggghhh!

    Quote Originally Posted by Spence
    I am working on ships and deck plans for the SSatSPoA Pulp setting. I whipped up a little spreadsheet to give me volumes for various deck sizes. Basically 6.5 foot slices of the Rocket. Plugging in the formulas for cones and cylinders is easy. But the truncated cone formula I have isn't working.
    {snip}
    I see Captain Obvious caught your error and fixed it for you.

    In case you decide you need to know the surface areas, here's the formulae for those.

    For a cylinder: 2 * radius * pi * height
    For cone: pi * radius * squareroot(radius squared * height squared)
    For truncated cone: pi * (radius1 + radius2) * squareroot(height squared + radius1 squared - radius2 squared) {assumes radius1>radius2}

    Using those you can find out the surface area of the entire ship, if you're interested in space for sensors, how much heat the ship radiates, and stuff like that.

    BTW, if you ever want to Google for more info, it may help to know that a "truncacted cone" is properly called the frustum of a cone.
    A soft answer may turn aside wrath, but for stupidity you sometimes need a stick.

    Hot new web-comic! The Nexus Lords!
    Please hit the "contribute" button while you're there.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •