Link to home
Start Free TrialLog in
Avatar of JR2003
JR2003

asked on

Drilling 3 orthogonal holes through a cube (Part 2)

I have a solid cube with its dimensions 2 units in length. I have drill-bit of radius 1 unit.
I drill a hole through the centre of each face through to the other side.
When I have finished I am left with 8 identicle corner shapes.

I would like to see the all working for the calculation of the volume of one of these corner bits?

The actual volume was provided in part 1 of the question, see :
https://www.experts-exchange.com/questions/21095902/Drilling-3-orthogonal-holes-through-a-cube.html

I would now like to see how the formula was arrived at.
SOLUTION
Avatar of PointyEars
PointyEars

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JR2003
JR2003

ASKER

Thanks for all your efforts. I think this one really is a tough nut to crack.
I think this problem is a suitable candidate for a numerical method like Monte Carlo integration, testing if random points are inside or outside the volume. From the link PointyEars provided in part 1 the answer is a very simple expression so you would think it wouldn't be too difficult to solve.