Maximizing Sphere in Tetrahedron in FIRST Octant

  • Thread starter Thread starter davedave
  • Start date Start date
  • Tags Tags
    Sphere
Click For Summary
SUMMARY

The discussion focuses on maximizing the radius of a sphere inscribed within a tetrahedron defined by the equation x + y + z/2 = 1 in the FIRST octant. The initial approach utilizes Lagrange Multipliers to find the optimal center of the sphere, initially assumed to be at (a, a, 2a) for 0 < a < 1. The calculations yield a radius of r = 2/3 * (1 - 3a), but the user questions the validity of their assumption regarding the sphere's center. The correct center should indeed be equidistant from the bounding planes, suggesting a center at (a, a, a) instead.

PREREQUISITES
  • Understanding of Lagrange Multipliers for optimization
  • Familiarity with the geometry of tetrahedrons
  • Knowledge of gradient vectors and their applications
  • Basic algebra for solving equations and inequalities
NEXT STEPS
  • Study the application of Lagrange Multipliers in constrained optimization problems
  • Explore the geometric properties of tetrahedrons and their inscribed shapes
  • Learn about the distance from a point to a plane in three-dimensional space
  • Investigate methods for finding the center of inscribed spheres in polyhedra
USEFUL FOR

Students and professionals in mathematics, particularly those studying optimization, geometry, and calculus, will benefit from this discussion.

davedave
Messages
50
Reaction score
0

Homework Statement



Consider the tetrahedron in the FIRST octant defined by x+y+z/2=1.
Find the maximum sphere inside the tetrahedron.

Homework Equations



I use Lagrange Multipliers. let L be lamba.

(del)f(x,y,z)=L*(del)g(x,y,z)


The Attempt at a Solution



I don't know if I can assume that the center of the sphere is (a,a,2a) where 0<a<1

reason: Since the x, y, z intercepts of the tetrahedron are 1, 1, 2 respectively, I let the z
coordinate of the sphere be twice the x and y coordinates.

f(x,y,z)=(x-a)^2+(y-a)^2+(z-2a)^2

g(x,y,z)=x+y+z/2-1=0

next, take the gradient of f and g in the equation

2(x-a)i+2(y-a)j+2(z-2a)k=L*(i+j+k/2)

solving for x, y, z gives x=L/2+a y=L/2+a z=L/4+2a

put them into the tetrahedron equation and solve for lamba L

L=8/9 * (1-3a)

now put the value of L into the x, y, z equations which gives

x=4/9*(1-3a)+a y=4/9*(1-3a)+a z=2/9*(1-3a)+2a

thus, put those equations above into f(x,y,z)= 4/9*(1-3a)^2

therefore, the radius is r=2/3*(1-3a).

Once we know the radius, we can maximize the sphere.


Is my solution correct? If not, how do you do it?
 
Physics news on Phys.org
The sphere should be tangent to each of the bounding planes, right? Doesn't that mean the center should be equidistant from each of the xy, yz and xz planes? I.e. the center is at (a,a,a) for some a. Now the center should also be distance a from the plane x+y+z/2=1.
 

Similar threads

Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
9
Views
3K
Replies
3
Views
2K
Replies
1
Views
2K
Replies
2
Views
1K
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K