Permutations .How do u find the number of paths in a 3D object?

  • Thread starter Thread starter gillgill
  • Start date Start date
  • Tags Tags
    3d Permutations
AI Thread Summary
To find the number of paths in a 3D object like a cube, one can use the same distance formula as in 2D, which is the square root of the sum of the squares of the coordinates. The key factor is the number of nodes and their interconnections, rather than the dimensionality of the object. A 3D cube can be represented in 2D, allowing for path calculations without losing accuracy. However, counting paths becomes feasible only in a lattice coordinate system where points are defined at integer coordinates. Clarification is needed if the discussion pertains to general paths or specific lattice paths.
gillgill
Messages
128
Reaction score
0
Permutations...
How do u find the number of paths in a 3D object?...let say a cube...from A to B...
 
Physics news on Phys.org
I don't understand?

maby you want the distance from A to B in 3D? Its the same formula as in 2D just an extra variable
squareroot(x^2 + y^2 + z^2)

assuming B is relative to A and those are B's cooridinates to A.

Hope this helps!
 
gillgill,
It doesn't matter whether the object is 3D or 2D. What does matter is how many nodes and how are their interconnections. You can draw a 3D cube in a 2D way and calculate the number of paths from A to B without affecting anything. (All u have to make sure that u are representing every edge of 3D object in 2D diagram)

-- AI
 
how do u know how to draw it in 2D?...and from which point to which point?
 
I'm also not sure where you're going with all of this. There's an infinite amount of paths between any two points in R^3, same thing with R^2. If you're talking about like, a lattice coordinate plane, this is different. A lattice coordinate plane only has "points" at integers, so it's actually feasible to count the number of paths between two points in a cube that is set in the lattice plane. If this is what you want (or if it isn't), please clarify.
 
...*--------*
../|... /|
./.|.../.|
*--------*..|
|..|...|..|
|..*------|--*
|./...|./
|/...|/
*--------*

Above i represent a cube in 2D (albeit in a very shabby way), but u would see that i have done 2D representation of the 3D cube and each node of the cube and each edge of the cube can be uniquely mapped to this figure.

-- AI
 
Last edited:
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top