Easy math question... Calculating radius of a sphere

Wyck

Senior member
Jun 13, 2001
940
1
0
How do you calculate the radius of a sphere given the weight and density?
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
well from that you can figure out volume right, then you reverse engineer the volume formula for a sphere
 

Martin

Lifer
Jan 15, 2000
29,178
1
81
find out how many cubic feet, then use the formula V = 4/3 pi r^3 to find out r.
 

her209

No Lifer
Oct 11, 2000
56,336
11
0
force = mass x grav

mass = force / grav

==================

density = mass / volume

volume = mass / density

==================

volume (sphere) = (4/3) x pi x r^3 (i think)

r = [3 x volume (sphere) / (4 x pi)]^1/3

================== combining them gets you

r = [3 x ((force / grav) / density) / (4 x pi)]^1/3

where:
force = weight (given)
grav is a constant
density (given)
pi = 3.14
 

minendo

Elite Member
Aug 31, 2001
35,560
22
81
Originally posted by: Wyck
Hmm, I have here that

weight = density + 4 * pi * radius^3 / 3
Then why are asking. That is pretty damn self explanatory.

 

Wyck

Senior member
Jun 13, 2001
940
1
0
Because I forget how to divide/multiple to get r on the left. Look, math really isnt' my thing.
 

minendo

Elite Member
Aug 31, 2001
35,560
22
81
Originally posted by: Wyck
Because I forget how to divide/multiple to get r on the left. Look, math really isnt' my thing.
Subtract density from both sides. Divide both sides by 4pi. Multiply both sides by 3. Take the cube root of both sides.

 

AgentEL

Golden Member
Jun 25, 2001
1,327
0
0
Originally posted by: Wyck
Hmm, I have here that

weight = density + 4 * pi * radius^3 / 3

that doesn't make sense because rearranging...

weight - density != 4 * pi * radius^3 / 3 = Volume of a sphere
 

Wyck

Senior member
Jun 13, 2001
940
1
0
I don't need to do the cube root of everything, radius^3 will be enough. So is this right?

radius^3 = weight - density - 4 / pi * 3

How would I group the numbers on the left?

radius^3 = (weight - density - 4) / pi * 3?
 

nd

Golden Member
Oct 9, 1999
1,690
0
0
Wyck, that doesn't look right.

If you're allowed to leave it in the form of r^3, I got:

Volume = (W/g*D)
R^3 = (3*volume) / (4*pi) = (3 * (W/(g*D)) ) / (4 * pi)

where W = weight, g = gravity (9.8 m/s/s on Earth), D = density.