OK - I’m having problems visualizing this and solving this problem, which on the surface, seems like it should be easy.
I have a cube with length of its side equal to S. At the exact center of any face of the cube I drill (cut, burn, whatever) a perfect cylinder through the cube that has a diameter equal to S. At this point the remaining volume is:
S^3 - 1/4*(Pi)*S^3 which, after using 3.14159 for (Pi) leaves:
0.21460 S^3
Now if I go to any of the four adjacent faces and drill a second hole with diameter equal to S what is left? I am visually that the common space occupied by the two holes is a sphere of diameter S but I’m not sure how to calculate what remains of the rest of the cube.
You seem to have used the postulate that the intersection volume of the two spheres is a sphere, but that’s not true. After all, if your cylinder axes are the x-axis and the y-axis, the object is still going to have a square cross-section along the z-axis.
As to how to actually solve it, it should be a straightforward volume integral, and the only trick is setting up the limits. I’ll think about it a little more before bed and see if I come up with anything.
Surface area of the cube prior to hole drilling = 6S²
Area drilled away with 1st drilling = 2ΠS²
Area drilled away with 2nd drilling = 2ΠS²
Area drilled away with both drillings = 2*(2ΠS²)
Surface of original cube remaining after both drillings = (6S²)-(2*(2ΠS²))
But I suspect you’re looking for the remaining volume. The volume removed by your drilling is not a sphere. You need to subtract from the volume of the original cube both the cylindrical volume removed by the original (1st) drilling as well as the volume removed by the secondary drilling, which is a volume equal to the volume of the first drilled cylindar minus the volume of the intersection of those two cylinders. I’ve drawn it, and it’s not a sphere; there are linear edges.
For simplicity’s sake, let’s say that the two cylinders are given by the equations x[sup]2[/sup] + y[sup]2[/sup] < S/2 and x[sup]2[/sup] + z[sup]2[/sup] < S/2. Their intersection O is the set of points where both conditions hold. Therefore, for any point in the intersection, you have 2x[sup]2[/sup] + y[sup]2[/sup] + z[sup]2[/sup] < S.
The total volume of the remaining shape is (1 - [symbol]p[/symbol]/2)S[sup]3[/sup] + [symbol]ò[/symbol][sub]O[/sub]dV. Setting up limits on multiple integrals was never my strong suit, so I’ll leave that for someone who can do it more quickly.
Well I am quite flattered that you think I am a college grad student. I am a 57 year old working water and wastewater engineer who hasn’t seen any homework in 35 years.
I got lost in conveying my 3 dimensional problem after only acting in two dimensions. I should have also expressed the desire to drill the third cylinder through the z-axis, but I am more unclear as to what is left with respect to the remaining volume of the original cube.
Now I believe, the intersection of the three cylinders is a sphere with volume of S^3?
As my response to the moderator should perhaps hint at, it has been a long time since I have done any multiple integrals.
What I see remaining are these curvilinear pieces in each of the eight vertices of the cube with the length from the vertex to the edge equal to (basically the diagonal of the face less the length of the face divided by 2):
The volume of the intersection of two perpendicular cylinders of radius r is 16r[sup]3[/sup]/3. Some beautiful pictures here if you want to see what this intersection looks like.
So the answer to the OP is VOL[sub]cube[/sub] - 2*VOL[sub]cyl[/sub] + VOL[sub]intersection[/sub] = s[sup]3[/sup](1 - pi/2 + 2/3) = .095870339s[sup]3[/sup].
The link you provided is linked to the problem of the intersection of three cylinders and answers at least one of my original questions which is that the intersection is not a sphere of diameter equal to S
According to the above link the volume of three intersecting cylinders is 0.58579S^3 and the volume of two intersecting cylinders (from your original link) is 0.66667S^3. There are three intersections of two cylinders and one intersection of three cylinders therefore remaining volume after drilling the three cylinders is:
Volume of cube=S^3= 1.00000*S^3
Less volumes of three cylinders drilled out=3*(3/4)(Pi)S^3=**2.35619S^3**
Plus volume of three intersecting pairs of cylinders=3(2/3)S^3=**2.0000S^3**
Less Volume of intersection of three intersecting cylinders=(2-(2^0.5))S^3=**0.58579S^3**
Which equates to:
(1.0000-2.35619+2.0000-0.58579)S^3 = **0.05802S^3** of the original volume of the cube!
Like other posters have said, the intersection is a sphere. However, the volume of the intersection is a pretty standard calc 3 homework example, so I’ll advise you to ask a calc 3 student.
Also, I noticed that nivlac’s link has one shape formed by cylinders intersecting the sides of things called “Waterman Polyhedra”, which may be of special interest to our OP.
Your link was exactly what I needed to see both the two cylinder and three cylinder intersections. It gave me the visualization that I hope resulted in my correct solution described above.