Can one derive the approximate ratio between space and material in a ball

  • Thread starter Thread starter Loren Booda
  • Start date Start date
  • Tags Tags
    Ball String
AI Thread Summary
The discussion focuses on deriving the approximate ratio between the space and material in a ball constructed from a string of diameter s, wound tightly within a larger ball of diameter B. The calculations involve determining the volume of the string and the ball, with the goal of expressing the relationship between B, s, and the length of the string, l, while minimizing the space within the ball. The string is wound in a manner that follows a spiral pattern, layer by layer, to efficiently fill the 3D space. Suggestions are sought for setting up parametric equations to represent this structure in MATLAB, with a particular interest in creating a 3D spiral search path. The potential application of knot theory is also mentioned as a possible avenue for further exploration.
Loren Booda
Messages
3,108
Reaction score
4
Can one derive the approximate ratio between space and material in a ball with diameter B, wound of incompressible string with diameter s, where B>>s?
 
Mathematics news on Phys.org
Would the string be randomly tangled, or wound in a precise pattern?
 
Here's the easy way: knowing the length, l, of string used, calculate its volume as \pi s^2l. The volume of the ball is (4/3)\pi B^3. The "amount" of string is \pi s^2l and the "amount" of air is (4/3)\pi B^3- \pi s^2l.
 
I was looking for an (approximate) relation between B, s and l so that only the variables B and s would be needed to solve the problem. The string would be wound so as to minimize the space within.
 
Also, string is taut.
 
I would build the sphere layer by layer, in each layer the string spiraling out to form a circle with small thickness. Every layer follow the "grooves" of the spiral in the lower one.
 
Do any of you have any suggestions as to how I might setup parametric equations for a ball of string?

For an Archimedes spiral it is easy but when I move to 3D I get lost.

I would like to plot my ball of string in matlab. I'm happy to plot the string as a space curve (I don't need to show the string's diameter,

Actually my real goal is to fill 3D space with an expanding search path. Akin to spiral search in 2D.

I'm hanramo a t ho tmail com
 
Perhaps knot theory could help?
 
Back
Top