Skip to main content

Questions tagged [platonic-solids]

A Platonic solid is a regular, convex polyhedron with congruent faces of regular polygons and the same number of faces meeting at each vertex.

Filter by
Sorted by
Tagged with
0 votes
0 answers
66 views

Here it is shown that (for a "suitable" mathematical definition of fairness) there are no fair $n$-sides die with odd $n$. The question originated with fairness being defined as, among other,...
Martin's user avatar
  • 731
2 votes
1 answer
65 views

Below is a representation of the 11 nets of the octahedron. One of them (middle row, second column) is often given the name 'Butterfly' thanks to Cahill's map projection, maybe. It seems trivial, but ...
Konchog's user avatar
  • 355
3 votes
1 answer
166 views

The Question: Given a list of the vertices in a platonic solid, is there a way to calculate which vertices are connected by an edge? I know that one could find edges using edge length or rotations but ...
computer_goblin's user avatar
2 votes
0 answers
50 views

Context I was making a table in which, for each polyhedron, the list of its points in Cartesian coordinates could be expressed in a compact manner. I take the data from this site. Example with the ...
Math Attack's user avatar
  • 5,677
5 votes
2 answers
477 views

Suppose we have a 3D polyhedron with the following properties: Each vertex has exactly 5 edges coming out. Each face has exactly 3 edges. No self-intersections. Each vertex is locally congruent in ...
MaximusIdeal's user avatar
  • 3,057
4 votes
1 answer
216 views

I've wondered why the tetrahedron is special : It is the only Platonic Solid in 3 dimensions where faces are opposite to vertices; the other Platonic Solids have face-face and vertex-vertex opposite ...
return true's user avatar
1 vote
0 answers
36 views

Suppose I want to create an icosahedron by building a set of twenty triangular pyramids (aka tetrahedrons, but see below) of an appropriate size and then rotating each into position. I need to do ...
BoCoKeith's user avatar
  • 221
2 votes
0 answers
55 views

I am working on a project on applications of group theory, starting from point groups and molecular symmetry. Coming up on representations of each point groups, I started studying Representations of ...
user519535's user avatar
3 votes
1 answer
64 views

Given a polyhedron $P$ with vertices $V_i[x_i,y_i,z_i]$, how can we determine if there exist an affine transformation which transforms the polyhedron into $P'$ with vertices $V'_i[x'_i,y'_i,z'_i]$, ...
Machinato's user avatar
  • 3,227
0 votes
1 answer
152 views

Let $T$ be a regular tetrahedron with edge length $x$. Let $A$ be one of the faces of $T$. Let $P$ be the plane containing $A$. Let $L$ be the line segment from the center of $A$ to one of the ...
Simon M's user avatar
  • 1,047
7 votes
1 answer
251 views

Suppose we have an octahedron with side length a, and we need to make it through a square hole. We can spin the octahedron while moving it, then what is the minimum side length of the square hole? ...
Jerry Huang's user avatar
0 votes
1 answer
73 views

The centres of four balls of radius $1$ are the vertices of a regular tetrahedron of side length $2$. What is the proportion of the tetrahedron occupied by the balls? At first I thought it should just ...
Dan's user avatar
  • 40.3k
1 vote
1 answer
379 views

The calculation of the number of ways to color the faces of the regular icosehedron by 2 different colors is given in this link: Coloring the faces of a regular icosahedron with $2$ colors My question ...
Bob Dobbs's user avatar
  • 16.4k
1 vote
1 answer
138 views

This is a self-answered question, after some playing around. I would be happy to see alternative solutions. Let $x_1,x_2,x_3,x_4 \in \mathbb{R}^3$ be the vertices of a regular tetrahedron, i.e. $|x_i-...
Asaf Shachar's user avatar
  • 26.3k
11 votes
7 answers
1k views

I am struggling a bit with the following (elementary) question: How to prove that every regular tetrahedron admits a circumsphere, i.e. there exist a sphere on which all four vertices lie. I would ...
Asaf Shachar's user avatar
  • 26.3k
3 votes
1 answer
313 views

This is admittedly one of the hard problems I've come across. It involves the common region (intersection) between two dual platonic solids: icosahedron, and dodecahedron. The question is as follows: ...
user avatar
0 votes
1 answer
73 views

I am looking for some general form of equation for calculating volume for specific geometry objects. The main idea is to find : $$ V_{n}^{(m)}(r) = \dots $$ Where: $V$ - volume of object $n$ - ...
Michal's user avatar
  • 149
0 votes
1 answer
55 views

I am writing a program where I need to compute the ordinary distance of a point from a face of a solid (imagine, for instance, a point inside a cube). I have all the vertices of the face (x,y,z) [or (...
Jada's user avatar
  • 139
2 votes
0 answers
220 views

Watching videos about Reuleaux polygons, it is neat to see that the triangle is not the only polygon that creates a shape of constant width. Actually, a shape of constant width can be created from any ...
Mauricio's user avatar
  • 469
4 votes
2 answers
130 views

Dear Mathematicians I need your help for a new sculpture! I will attach images but first imagine 2 hexagons - where one is rotated 30 deg. They are separated by 12 equilateral triangles. I need to ...
Pete Moorhouse's user avatar
1 vote
0 answers
166 views

We have a $d$ dimensional space and want to place $n$ lines passing through the origin in such a way that the angles between any two pairs of lines is the same. Such a placement results in a ...
Rohit Pandey's user avatar
  • 7,617
3 votes
0 answers
87 views

Let $H_4$ and $H_3$ be the usual finite irreducible Coxeter Groups of their names: as presentations $H_4 = \langle s_1,s_2,s_3,s_4\rangle$ subject to the relations $$s_i^2 = (s_is_j)^2 = (s_1s_2)^5 = (...
Rob Nicolaides's user avatar
5 votes
2 answers
1k views

I have been studying on platonic solids for a while and figuring out properties of dodecahedron. A dodecahedron with sidelength $a$ has $60$ surface diagonals and $100$ space diagonals, $10$ being ...
Bilal Ergüç's user avatar
3 votes
2 answers
277 views

I was curious about ways to sample perfectly dispersed points on the surface of the sphere. This question had some interesting info: Is the Fibonacci lattice the very best way to evenly distribute N ...
berala's user avatar
  • 153
1 vote
1 answer
337 views

Find the Symmetry Group of : Tetrahedron and Cube. I know that there is a duplicate question Symmetry group of Tetrahedron but my professor suggested us to write coordinates of both cube and ...
Dsrksidemath's user avatar