Find the space diagonal of theoretical 4D cube.with side length 1.
Bonus:Generalize how to find a space diagonal of an n dimension cube.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The diagonal of a square is sqrt(2s^2)=sqrt 2 s.The space diagonal of a 3D cube is sqrt(2 (s^2)+s^2)=sqrt 3*s.The space diagonal of a 4D cube is sqrt((3s^2)+s^2)=sqrt 4 *s=2s(2x1=2).The general formula to find a space diagonal of an n dimensional cube is sqrt n *s(Very easy to prove ;just keep adding s^2 so each time you will have the same s and a sqrt n+1 ).