SOLUTION: 2 planes intersect a cylinder of radius r. The line generated is a diameter of the cylinder. 1 plane is normal to the axis of the cylinder. The angle between the planes is B. -

Algebra ->  Volume -> SOLUTION: 2 planes intersect a cylinder of radius r. The line generated is a diameter of the cylinder. 1 plane is normal to the axis of the cylinder. The angle between the planes is B. -      Log On


   



Question 1158670: 2 planes intersect a cylinder of radius r.
The line generated is a diameter of the cylinder.
1 plane is normal to the axis of the cylinder.
The angle between the planes is B.
-------------
Find the volume of the "wedge" generated.

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
-------------------------
2 planes intersect a cylinder of radius r.
The line generated is a diameter of the cylinder.
1 plane is normal to the axis of the cylinder.
The angle between the planes is B.
-------------
Find the volume of the "wedge" generated.
-------------------
Interesting problem, for a change.
========================
The volume dV of the slice from y to y+dy = A(y)*dy where A(y) is the area of the triangle that forms one face of the slice.
A(y) = x*h/2
h = x*tan(B)
==============
x^2 + y^2 = r^2
--> x^2 = r^2 - y^2
==============
A(y) = x^2*tan(B)/2 = tan(B)*(r^2 - y^2)/2
=====================
Volume = INT[tan(B)*(r^2 - y^2)/2 dy] from -r to r
tan(B)/2 is a constant.
---> Volume+=+2r%5E3%2Atan%28B%29%2F3 cubic units
-------------------------------------------
I can send some sketches if you want.