Results 1 to 8 of 8

Thread: [resolved] mathematics help ... dome volume?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Resolved [resolved] mathematics help ... dome volume?

    I have found the formula for determining the volume of a hemisphere.

    but say my hemisphere's depth changed how would i figure out the volume ?

    would help if i knew the name of the object im looking for, is hemisphere the correct search term ?

    any help greatly appreciated.
    Last edited by illskills; Mar 18th, 2010 at 09:17 PM.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: mathematics help ...

    ignore my post ... i needed dome volume calculation rather than hemisphere found it

    http://en.wikipedia.org/wiki/Dome_%28mathematics%29

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: mathematics help ...

    can some one please have a look @ this and tell me if its right ?

    (calculates the volume of a dome)
    Dim dVolume As Double = (Math.PI * (dHeight / 6)) * ((3 * dDiameter) ^ 2 + (dHeight) ^ 2)
    Last edited by illskills; Mar 17th, 2010 at 08:21 PM.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: mathematics help ... dome volume?

    Why not just follow the last equation exactly?
    vb.net Code:
    1. volume = Math.PI * radius * height ^ 2 - (Math.PI * height ^ 3) / 3
    Last edited by jmcilhinney; Mar 18th, 2010 at 04:08 AM.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: mathematics help ... dome volume?

    thanks for your reply i was struggling to get matching results calculating using the hemisphere calc & dome calc using the the same variables .... ill check this out a little later

    thanks again

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: mathematics help ... dome volume?

    one day mr jmcilhinney im going to buy you a drink !!

    no joke.

    worked perfectly just verified my results

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: mathematics help ... dome volume?

    Quote Originally Posted by illskills View Post
    one day mr jmcilhinney im going to buy you a drink !!

    no joke.

    worked perfectly just verified my results
    I'm a teetotaler, but I accept chocolate!
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: mathematics help ... dome volume?

    Quote Originally Posted by jmcilhinney View Post
    I'm a teetotaler, but I accept chocolate!
    best way to be, I don't drink alcohol either but I do drink tea by the bucket full.

    will make u a brew some day instead

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