Plane × Cylinder: What Happens When a Vertical Slice Meets a Finite Right‑Circular Cylinder
Have you ever sliced a can of soda with a knife and wondered what shape the cut would be? Because of that, or popped a pizza box, leaned your hand across it, and saw a neat rectangle? That’s exactly what a plane that cuts a cylinder perpendicularly to its bases does. It’s a surprisingly simple geometry that pops up in engineering, architecture, and even in your kitchen.
What Is a Plane Intersecting a Cylinder Perpendicular to Its Bases?
Picture a right‑circular cylinder: a straight‑sided, uniform‑height shape whose top and bottom faces are circles. The “bases” are those circles. Now imagine a flat plane that slices through the cylinder, but perpendicular to those bases. Basically, the plane is vertical—parallel to the cylinder’s axis.
When that vertical plane slices through, the intersection is not a circle (like a horizontal slice would give) nor a curved shape; it’s a rectangle. The rectangle’s width equals the cylinder’s diameter, and its height equals the cylinder’s height. If the plane doesn’t pass through the center, the rectangle is shifted, but it still has the same dimensions Most people skip this — try not to..
Why Does the Shape Stay a Rectangle?
A cylinder’s side surface is ruled by straight lines that run parallel to the axis. In practice, where the plane meets the top and bottom circles, it meets them along straight chords that are parallel to the plane’s intersection line. Think about it: a vertical plane cuts each of those straight seams in a straight line. Think of the seams on a can of soda: they’re straight and straight‑forward. Those chords are the rectangle’s top and bottom edges.
Why It Matters / Why People Care
Understanding this intersection is more than an academic exercise. Here’s why it shows up in real life:
- Manufacturing: When you cut a pipe or a tank, the cut surface is a rectangle. Knowing the exact dimensions helps with fittings and seals.
- Architecture: Floor plans often include vertical cuts through cylindrical columns. The shape of the cut informs structural calculations.
- Computer Graphics: Rendering a cylindrical object requires slicing it into polygons. A vertical slice is a simple rectangle, which saves processing time.
- Education: Teaching cross‑sections helps students grasp 3‑D shapes through 2‑D views.
If you ignore that a vertical cut is a rectangle, you’ll mis‑estimate material requirements, mis‑design joints, or render wrong visuals And it works..
How It Works (Step‑by‑Step)
Let’s break it down from the ground up. Now, we’ll use a right‑circular cylinder of radius R and height H, and a vertical plane that intersects the cylinder at some offset d from the central axis (0 ≤ d ≤ R). If the plane goes through the center (d = 0), the rectangle is centered; otherwise it’s offset.
At its core, where a lot of people lose the thread.
1. Define the Cylinder
- Axis: The line running from the center of the bottom base to the center of the top base.
- Radius (R): Distance from the axis to any point on the base circumference.
- Height (H): Distance between the two bases.
2. Position the Plane
- Vertical: Its normal vector is horizontal, perpendicular to the axis.
- Offset (d): Distance from the axis to the plane’s nearest point. If d = 0, the plane slices right through the middle.
3. Find the Intersection with the Bases
Each base is a circle lying in a horizontal plane. The vertical plane cuts each circle in a straight line (a chord). The chord’s length is:
L = 2 * sqrt(R² – d²)
Why? Because in the right triangle formed by the radius, the offset, and half the chord, the Pythagorean theorem gives that relationship Most people skip this — try not to..
4. Assemble the Rectangle
- Width (W): The chord length L from the previous step.
- Height (H): Same as the cylinder’s height, because the plane runs straight up and down.
- Area: A = W × H.
If d = 0, L = 2R, so the rectangle is exactly the diameter wide. If d = R (the plane just grazes the side), L → 0, and the rectangle collapses to a line segment—this is the case of a tangent slice.
5. Visual Confirmation
Draw a cross‑section of the cylinder in the plane’s direction. You’ll see two parallel lines (the top and bottom chords) and two vertical lines (the cylinder’s side edges). That’s a rectangle, no more, no less.
Common Mistakes / What Most People Get Wrong
-
Assuming a Curved Edge
It’s tempting to think the intersection would be a curved shape, especially if you’re used to slicing a sphere. But the cylinder’s side is straight, so the cut stays straight. -
Forgetting the Offset
Many overlook the offset d. A vertical plane that misses the center still yields a rectangle, just not centered. That matters for fitting parts or calculating material. -
Mixing Up Perpendicular vs. Parallel
A plane parallel to the bases gives a circle (a horizontal slice). Perpendicular gives a rectangle. Confusing the two leads to wrong design specs. -
Ignoring the Cylinder’s Finite Height
If the cylinder is effectively infinite, the rectangle is infinite in height. In practice, you always have a finite height, so the rectangle is bounded. -
Misapplying the Chord Formula
The chord length formula only works for a vertical plane that intersects the cylinder fully. If the plane only cuts a portion of the cylinder (e.g., a slanted cut), the shape changes.
Practical Tips / What Actually Works
-
Quick Check for Centered Slices
If you’re unsure whether the plane hits the center, measure the distance from the cylinder’s axis to the plane. If it’s zero, you’re good Most people skip this — try not to.. -
Use the Chord Formula in CAD
In your CAD software, set the plane’s offset and let the software compute the chord length automatically. That saves time and eliminates manual error. -
Validate with a Physical Model
Cut a wooden cylinder with a saw at a right angle to the ends and measure the cut. The width should match 2R if centered. -
Remember the Height
The rectangle’s height is always the same as the cylinder’s height. Don’t forget to account for any base thickness if you’re building a structure Which is the point.. -
Plan for Tolerances
In engineering, even a slight offset can shift the rectangle. Include a tolerance band in your design to accommodate manufacturing variances.
FAQ
Q1: What if the plane isn’t perfectly vertical?
A: A non‑vertical plane cuts the cylinder in an ellipse. The rectangle only appears when the plane is exactly perpendicular to the bases.
Q2: Does the material thickness affect the rectangle?
A: The rectangle’s dimensions are geometric. Thickness matters for structural calculations, but the shape itself remains a rectangle Small thing, real impact..
Q3: Can a vertical plane cut a hollow cylinder?
A: Yes. The intersection will be a rectangle, but the inside will be a smaller rectangle if the hole is large enough. The outer rectangle still represents the outer surface Easy to understand, harder to ignore..
Q4: How does the offset d affect material needed?
A: The area of the rectangle stays constant (W × H) regardless of d, as long as the plane fully intersects the cylinder. The offset only shifts the rectangle laterally Practical, not theoretical..
Q5: Is there a simple way to remember the chord length formula?
A: Think of a right triangle inside the circle: the radius is the hypotenuse, the offset is one leg, and half the chord is the other leg. Apply Pythagoras.
Plane cuts through a cylinder perpendicular to its bases give you a clean, predictable rectangle. It’s a handy fact that pops up whether you’re cutting a pipe, designing a column, or just slicing a can of soda. Keep the offset in mind, use the chord formula, and you’ll always get the right shape—no surprises, no curves, just a straight‑forward rectangle Took long enough..
Not the most exciting part, but easily the most useful.