Maximum volume of a hexahedron

In summary, the maximum volume of the new hexahedron formed by point P and cuboid R is 1/3*d*S + x*y*z, where S is the area of the triangle BCD and d is the shortest distance between P and R. This is based on the concept of Euler characteristic, where the number of vertices, faces, and edges are related by V + F = E + 2. When a vertex is pulled out of place, three extra edges are added, resulting in a total of 9 faces. However, the number of vertices remains the same, resulting in 12 edges and 6 faces for the new hexahedron.
  • #1
huahaiy
7
0
Hello everyone, may I ask a question? I've been struggle with it for a few days.

There's a cuboid (rectangular prism) R, with dimensions of x, y, z respectively. A point P is outside of R. The shortest distance between P and R is d. What is the maximum possible volume of the new hexahedron formed by P and R?

Is something like d*sqrt((x*y)^2 + (y*z)^2 + (x*z)^2) + x*y*z close?
 
Mathematics news on Phys.org
  • #2
Welcome to PF!

huahaiy said:
There's a cuboid (rectangular prism) R, with dimensions of x, y, z respectively. A point P is outside of R. The shortest distance between P and R is d. What is the maximum possible volume of the new hexahedron formed by P and R?

Hello huahaiy! Welcome to PF! :smile:

I don't understand … what do you mean by the hexahedron (six-sided solid) formed by P and R? :confused:
 
  • #3


Thanks for reply. Sorry I didn't make it clear.

Basically, I mean the vertex of R that is closest to P is now replaced by P, this gives a new hexahedron which is bigger. Depending on where P is, the volume of this new hexahedron will be different. I would like to know what is the maximum volume. Is this clearer?

tiny-tim said:
Hello huahaiy! Welcome to PF! :smile:

I don't understand … what do you mean by the hexahedron (six-sided solid) formed by P and R? :confused:
 
  • #4
ah!

huahaiy said:
Basically, I mean the vertex of R that is closest to P is now replaced by P, this gives a new hexahedron which is bigger. Depending on where P is, the volume of this new hexahedron will be different. I would like to know what is the maximum volume. Is this clearer?

ah!

Hint: if the vertex A is closest to P, and A is connected to vertices B C and D, then the volume of the new hexahedron depends on the volume of tetrahedron PBCD (the rest is fixed).

And if you have two tetrahedra with the same base (BCD), how do you compare their volumes? :wink:
 
  • #5


Look at the height? Thanks for the hint. But the rest doesn't seem to be fixed. My question was in fact wrong. The problem is more complicated than that: if A is replaced by P, to keep the resulting solid convex, a hexahedron won't do. We will get a solid with 9 sides instead of 6:

Say vertex A is closest to P, A is connected to vertices B, C and D. Both B and C are connected to vertex E. After P replaced A, the rectangle ABCE will be turned into two triangles PBE and PCE, which are not on the same plane! So we end up with a 9 sided solid.

If this is the case, the part that is fixed is only the tetrahedron to the opposite side of A.

tiny-tim said:
ah!

Hint: if the vertex A is closest to P, and A is connected to vertices B C and D, then the volume of the new hexahedron depends on the volume of tetrahedron PBCD (the rest is fixed).

And if you have two tetrahedra with the same base (BCD), how do you compare their volumes? :wink:
 
  • #6


I think I got it. The maximum volume seems to be 2/3*d*S + x*y*z, where S is the area of the triangle BCD. Is that right?

Thanks a lot for the hint.

huahaiy said:
Look at the height? Thanks for the hint. But the rest doesn't seem to be fixed. My question was in fact wrong. The problem is more complicated than that: if A is replaced by P, to keep the resulting solid convex, a hexahedron won't do. We will get a solid with 9 sides instead of 6:

Say vertex A is closest to P, A is connected to vertices B, C and D. Both B and C are connected to vertex E. After P replaced A, the rectangle ABCE will be turned into two triangles PBE and PCE, which are not on the same plane! So we end up with a 9 sided solid.

If this is the case, the part that is fixed is only the tetrahedron to the opposite side of A.
 
  • #7
Hi huahaiy! :smile:
huahaiy said:
The problem is more complicated than that: if A is replaced by P, to keep the resulting solid convex, a hexahedron won't do. We will get a solid with 9 sides instead of 6:

I don't follow that :confused: … if the cuboid is made of twelve pieces of elastic joining eight vertices, then pulling one vertex out of position will still give eight faces …
E + F = V + 2. :smile:
huahaiy said:
I think I got it. The maximum volume seems to be 2/3*d*S + x*y*z, where S is the area of the triangle BCD. Is that right?

Looks good! (except … isn't it 1/3 ?) :biggrin:
 
  • #8
Oh, Euler characteristic, I forget to use it. :shy: V + F = E + 2. For a cuboid, it's 8+6=12+2. But when a vertex is pulled out of place, there will be 3 extra edges, so it become 9 faces. Right?

tiny-tim said:
Hi huahaiy! :smile:


I don't follow that :confused: … if the cuboid is made of twelve pieces of elastic joining eight vertices, then pulling one vertex out of position will still give eight faces …
E + F = V + 2. :smile:


Looks good! (except … isn't it 1/3 ?) :biggrin:
 
  • #9
huahaiy said:
But when a vertex is pulled out of place, there will be 3 extra edges, so it become 9 faces. Right?

But the number of vertices is the same, so you've removed one vertex and replaced it by another.

And the removed vertex had three edges, so they've gone also.

So three edges have gone, and three new ones have arrived.

That's still 12 edges and 6 faces, isn't it? :smile:
 
  • #10
On top of three edges gone and coming, three extra edges have arrived. They were the diagonal lines of the three rectangles facing P, now have been pulled out of the planes to become edges of their own :smile:

tiny-tim said:
But the number of vertices is the same, so you've removed one vertex and replaced it by another.

And the removed vertex had three edges, so they've gone also.

So three edges have gone, and three new ones have arrived.

That's still 12 edges and 6 faces, isn't it? :smile:
 
  • #11
ping!

huahaiy said:
On top of three edges gone and coming, three extra edges have arrived. They were the diagonal lines of the three rectangles facing P, now have been pulled out of the planes to become edges of their own :smile:

ah … got it! … :biggrin:

(i can't think in 3D! :redface:)

yes, you're right … the four vertices of each of the three new "faces" aren't in a plane, so each "face" is really two faces, and there are three new edges along the base of our pyramid …

so the volume calculation is still correct, but it isn't a hexahedron! :smile:
 
  • #12


I can't too. I carefully drew a picture with a ruler to figure it out :smile:

tiny-tim said:
ah … got it! … :biggrin:

(i can't think in 3D! :redface:)

yes, you're right … the four vertices of each of the three new "faces" aren't in a plane, so each "face" is really two faces, and there are three new edges along the base of our pyramid …

so the volume calculation is still correct, but it isn't a hexahedron! :smile:
 

What is the definition of a hexahedron?

A hexahedron is a three-dimensional shape with six square faces, also known as a cube.

What is the formula for finding the maximum volume of a hexahedron?

The formula for finding the maximum volume of a hexahedron is V = s^3, where s is the length of one side of the cube.

How do you calculate the maximum volume of a hexahedron?

To calculate the maximum volume of a hexahedron, you must first find the length of one side of the cube. Then, plug that value into the formula V = s^3 to get the maximum volume.

What is the maximum volume of a hexahedron with a side length of 5 units?

If the side length of a hexahedron is 5 units, the maximum volume would be 125 cubic units (5^3).

What is the practical application of finding the maximum volume of a hexahedron?

Finding the maximum volume of a hexahedron is important in fields such as architecture and engineering, as it can help determine the optimal size and shape of structures and objects.

Similar threads

  • General Math
Replies
2
Views
723
Replies
2
Views
1K
  • General Math
Replies
4
Views
2K
  • Introductory Physics Homework Help
Replies
9
Views
143
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Advanced Physics Homework Help
Replies
19
Views
831
  • General Math
Replies
1
Views
1K
  • Topology and Analysis
Replies
7
Views
1K
Replies
1
Views
742
Back
Top