|
|
|
 |

August 21st, 2003, 03:38 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
Re: Calculating a planet\'s mass & gravitational pull
You need to multiply by 1000 instead of divide, since there are more meters than kilometers.
__________________
Things you want:
|

August 21st, 2003, 05:15 PM
|
 |
Brigadier General
|
|
Join Date: Apr 2002
Location: Kailua, Hawaii
Posts: 1,860
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Re: Calculating a planet\'s mass & gravitational pull
DOH! That's pretty much how NASA missed Mars with the Last mission. Or maybe they hit Mars, but they certainly didn't get into orbit as desired. It was a unit conVersion error.
Slick.
__________________
Slick.
|

August 21st, 2003, 11:54 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: Calculating a planet\'s mass & gravitational pull
It helps if you set up "conVersion factors" (lame, yes; but still useful). An example:
code:
/ 1000 m \
12 km x | ------ | = 12000 m
\ 1 km /
(those are parenthesis)
|

August 22nd, 2003, 09:59 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Calculating a planet\'s mass & gravitational pull
Yeah, one of my planned features will be the ability to select different units for input/output. I'll just have to filter all calculations through a "conVersion" function.
|

August 22nd, 2003, 03:13 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
Re: Calculating a planet\'s mass & gravitational pull
Why not just output it in all units simultaneously.
B5 = meters
B7 = B5 * feet/meter
...etc...
__________________
Things you want:
|

August 22nd, 2003, 03:26 PM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Calculating a planet\'s mass & gravitational pull
That would make it too cluttered. I'm not talking about the spreadsheet any more, I'm currently putting the whole thing into javascript for my webpage.
|

August 28th, 2003, 01:58 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Calculating a planet\'s mass & gravitational pull
*sigh*
sorry to bother y'all again, but...
Where am I going wrong? I'm trying to work out the calculation needed to derive radius (in km) from a known mass and surface gravity (in metres per second per wotsit):
g=surface gravity, G= gravitational constant, m=mass, r=radius.
g=G*m*(r*1000)^3 - this one works in my excel sheet.
therefore
g/G=m*(r*1000)^3
therefore
(g/G)/m=(r*1000)^3
therefore
cuberoot((g/G)/m)=r*1000
therefore
cuberoot((g/G)/m)/1000=r
Or is that all crud? It's a long time since I studied or used this kind of maths.
Apart from this, the javascript sheet is coming along nicely.
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|