Assume the corner of a room with the floor and two walls, all three planes meeting each other at $90^0$.
Say, the point where all three meet is considered the origin O and you have X, Y and Z axes along the intersection of different two planes.
Now you place a spherical ball of radius r touching the floor and both walls. Then you have another plane over the ball touching it and meeting the X, Y and Z axes resp. at point A, B and C where $OA = OB = 4, OC = 8$.
Now, suppose we adjust the lengths of OA, OB and OC in a way that does not affect the size of the inscribed ball and you manage to minimize the volume of the tetrahedron OABC.
Find the minimum volume of the circumscribing trirectangular tetrahedron OABC thus formed.
If this minimum volume is $V_{min} = m+n\sqrt p,$ where m, n and p are positive integers and p is square free, determine $m + n + p$.
Here is how I attempted it -
Say, the center of the ball is point Q. Then,
$O = (0,0,0), Q = (r,r,r), A = (4,0,0), B = (0,4,0), C = (0,0,8)$.
Equation of plane ABC is $\frac{x}{4} + \frac{y}{4} + \frac{z}{8} = 1 ==> 2x+2y+z-8 = 0$.
Distance of Q (r,r,r) from this plane is r as the plane touches the ball.
Therefore, $\frac{|2r+2r+r-8|}{\sqrt{2^2+2^2+1^2}} = r$. We get $r = 1, 4$. As both point O (0,0,) and Q (r,r,r) are on the same side of the plane ABC, we find substituting these values in the plane equation that r = 1.
Now as we change the lengths of OA, OB and OC, say OA = a, OB = b, OC = c.
$V = \frac {1}{6}abc$ has to be minimized.
Equation of plane ABC = $\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1 ==> (bc)x+(ac)y+(ab) - abc = 0$
Radius of the inscribed ball is 1, as solved earlier. Now, is there a simple way to say when the volume will be minimum or do I have to go for Lagrange or AM-GM method? Also, finding $m + n + p$ seems confusing.
Please guide me from here or provide rest of the solution.
Here is another take on AM-GM method. As distance of the plane from (1,1,1) is 1 and we know from previous working that for O(0,0,0) and Q(1,1,1) to be on the same side of plane, it will be -1.
$\frac {\displaystyle \sum_{cyc}ab - abc}{\sqrt {\displaystyle \sum_{cyc} a^2b^2}} = -1$, or $abc = \displaystyle \sum_{cyc}ab + {\sqrt {\displaystyle \sum_{cyc} a^2b^2}}$ ...(1)
We know,
$\displaystyle \sum_{cyc}ab \ge 3(abc)^{2/3}$ and $\displaystyle \sum_{cyc}a^2b^2 \ge 3(abc)^{4/3}$ or $\sqrt {\displaystyle \sum_{cyc}a^2b^2} \ge \sqrt3(abc)^{2/3}$
To minimize volume, we have to minimize abc and hence minimize RHS of equation (1). $abc = 3(abc)^{2/3} + \sqrt3(abc)^{2/3}$
$(abc)^{1/3} = 3+\sqrt3$
$V_{min} = \frac{1}{6} (3+\sqrt3)^3 = 9+5\sqrt3$. This is the $m+n\sqrt{p}$ form in the question.
So $m+n+p = 17$.