Volumes of n-Spheres: Intuition & Calculations

  • Context: Undergrad 
  • Thread starter Thread starter martix
  • Start date Start date
  • Tags Tags
    Volumes
Click For Summary

Discussion Overview

The discussion revolves around the understanding and calculation of the volumes of n-spheres, particularly focusing on the 4-sphere. Participants explore the relationships between surface areas and volumes in higher dimensions, the implications of using recurrence relations, and the challenges of intuitively grasping hypervolumes.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant discusses the concept of slicing a 4-sphere to derive its volume, proposing a method based on concentric spheres and a defined step size.
  • Another participant questions the calculations provided, asking for clarification on the results obtained with different step sizes.
  • There is mention of using a recurrence relation to verify calculations for volumes of spheres in different dimensions.
  • Some participants express uncertainty about the relationship between the surface area and volume of higher-dimensional spheres, particularly regarding the interpretation of hypervolume.
  • A suggestion is made to consider differential geometry as a method to approach the problem of calculating volumes of n-spheres.
  • One participant acknowledges an error in their initial calculations, providing a revised volume for the 4-sphere.
  • Another participant challenges the understanding of how slicing relates to the surface and volume of spheres, indicating a potential misunderstanding in the approach taken.

Areas of Agreement / Disagreement

Participants express differing views on the validity of the proposed methods for calculating volumes of n-spheres, with some agreeing on the need for clarity in calculations while others question the logic behind the slicing approach. The discussion remains unresolved regarding the most effective method for understanding and calculating these volumes.

Contextual Notes

There are limitations in the assumptions made about the relationships between dimensions, surface areas, and volumes. The discussion also reflects a dependence on the definitions of hypervolume and the mathematical steps involved in the calculations, which are not fully detailed.

martix
Messages
167
Reaction score
5
I'm trying to wrap my head around how higher dimensions work. Not over some academic pursuit, merely curiosity(which started with me discovering this neat recurrence relation).

Given that the surface area of a sphere is an object of 1 dimension lower.
So on a 3-sphere, the surface area is a plane and is measured in say m2.
Then for a 4-sphere, the surface area is a 3-dimensional sphere with a volume measured in m3.

Then I thought a bit about volumes of higher dimensional spheres before realizing hypervolume doesn't mean the same as normal cubic volume, throwing any intuition as what it is(let alone how big it is) out the window.

However, in a 4-sphere, one can imagine taking slices at equal steps and obtaining a multitude of concentric 4-spheres, each of which has a "surface area" with a regular 3-dimensional volume.

So if you define a step, using this method you get a meaningful answer for "What is a the 3d volume of a 4-sphere with radius r?"

Say,
S(step) = 0.2u (as in units)
V4 = A4(u) + A4(0.8u) + A4(0.6u) + A4(0.4u) + A4(0.2u)
Or ~41.22u3 if my calculations are correct.

Does this even make sense? If no, why not?
 
Physics news on Phys.org
Hi,

How do you get 41.22 ?

What do you get with steps of 0.1 ? 0.01 ? 0.001 ?

Would it work for the 2d circumference of a 3d sphere ?

Why not simply differentiate ##{\pi^2\over 2}R^4## to get ##2\pi^2 R^3## ?
 
1. Via the recurrence relation. I translated it to python, just to check if it works, then in C#, and ran it for all those values. I confirmed its correctness with normal 3d spheres.
2. 0.1 -> V ~ 66.67; 0.01 -> V ~ 539.63; 0.001 -> V ~ 5276.96 (also, actually, with proper rounding and a step of 0.2 it's V ~ 44.23)
3. Not sure what you mean. The 2d part of a 3d sphere is a surface, not a scalar(circumference). But I don't see why not - you'd get a bunch of concentric normal spheres, each with a surface area, which you can sum to get a surface area of the sphere based on the step you chose. It's how I came up with the idea originally.
4. I did not make the connection... I'm still not sure how it fits. But with that formula, a 4d unit sphere has cubic volume of ~19.74 u3, though I have no idea how it fits anywhere.
 
1. if you don't show the steps in detail we have no idea what you do.
2. something that depends on a stepsize isn't sensible
3. Sorry I meant 2d area of 3d volume (same thing as 3d volume of 4d sphere but one step down)
4.
martix said:
though I have no idea how it fits anywhere
If you do it right you get the volume of the shell of the 4d hypervolume .
 
1. I guess I could have been clearer in expressing them.
2. Not sensible as in pointless or doesn't make logical sense?
 
martix said:
I'm trying to wrap my head around how higher dimensions work. Not over some academic pursuit, merely curiosity(which started with me discovering this neat recurrence relation).

Given that the surface area of a sphere is an object of 1 dimension lower.
So on a 3-sphere, the surface area is a plane and is measured in say m2.
Then for a 4-sphere, the surface area is a 3-dimensional sphere with a volume measured in m3.

Then I thought a bit about volumes of higher dimensional spheres before realizing hypervolume doesn't mean the same as normal cubic volume, throwing any intuition as what it is(let alone how big it is) out the window.

However, in a 4-sphere, one can imagine taking slices at equal steps and obtaining a multitude of concentric 4-spheres, each of which has a "surface area" with a regular 3-dimensional volume.

So if you define a step, using this method you get a meaningful answer for "What is a the 3d volume of a 4-sphere with radius r?"

Say,
S(step) = 0.2u (as in units)
V4 = A4(u) + A4(0.8u) + A4(0.6u) + A4(0.4u) + A4(0.2u)
Or ~41.22u3 if my calculations are correct.

Does this even make sense? If no, why not?
Sorry to nitpick:
. But in 4 dimensions, the boundary being one dimension lower does not mean it is a plane, nor even planar ( embeddable or contained-within a plane) .
 
Hey martix.

Have you thought about using differential geometry to do this?

What you can do is find a way to go from a n-sphere to an n-box and do standard integration in so many dimensions.

The other alternative [which is probably going to be more feasible] is to use the wedge product definition of area.

A differential geometry book should contain the basic ideas in terms of wedge products and norms / inner products on those.
 
No, I hadn't thought of that. It's a little beyond me ATM. In a year maybe.

Also, evidently I was wrong.
The correct answer my initial series of calculations should be ~35.53 u3
V = A(u, 3) + A(0.8u, 3) + A(0.6u, 3) + A(0.4u, 3) + A(0.2u, 3)
(I was using A(u, 4), which is the 4-dimensional "surface area" of a 5-sphere.)
 
martix said:
Also, evidently I was wrong.
You don't seem to realize where the real problem is.
If you perform your slicing process on a sphere, you get a 2D "area". Can you imagine where the slices are located in the sphere, and what, if any, relation your result has to the surface and volume of a 3D sphere?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 47 ·
2
Replies
47
Views
4K
Replies
0
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K