|
-
Mar 16th, 2010, 07:32 PM
#1
Thread Starter
Lively Member
[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.
-
Mar 16th, 2010, 07:35 PM
#2
Thread Starter
Lively Member
Re: mathematics help ...
ignore my post ... i needed dome volume calculation rather than hemisphere found it
http://en.wikipedia.org/wiki/Dome_%28mathematics%29
-
Mar 17th, 2010, 08:13 PM
#3
Thread Starter
Lively Member
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.
-
Mar 17th, 2010, 09:08 PM
#4
Re: mathematics help ... dome volume?
Why not just follow the last equation exactly?
vb.net Code:
volume = Math.PI * radius * height ^ 2 - (Math.PI * height ^ 3) / 3
Last edited by jmcilhinney; Mar 18th, 2010 at 04:08 AM.
-
Mar 18th, 2010, 03:46 AM
#5
Thread Starter
Lively Member
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
-
Mar 18th, 2010, 09:17 PM
#6
Thread Starter
Lively Member
Re: mathematics help ... dome volume?
one day mr jmcilhinney im going to buy you a drink !!
no joke.
worked perfectly just verified my results
-
Mar 18th, 2010, 10:26 PM
#7
Re: mathematics help ... dome volume?
 Originally Posted by illskills
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!
-
Mar 20th, 2010, 08:09 AM
#8
Thread Starter
Lively Member
Re: mathematics help ... dome volume?
 Originally Posted by jmcilhinney
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|