Example 1 — Slicing a cylinder
EasyProblem
A cylinder is sliced by a horizontal plane parallel to its circular base. What is the cross-section?
Solution
-
I cut a 3D solid with a plane and read the exposed 2D shape.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I finding the flat 2D shape exposed when a plane cuts a 3D solid?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Picture the plane cutting parallel to the circular base.
The rule is chosen only after the structure matches, so the steps mean something.
-
Every horizontal slice matches the base, a circle.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — the flat face a slice reveals. If it does not, revisit the recognition step before changing the arithmetic.
Answer
A circle
Takeaway: A cross-section is the 2D shape the cutting plane exposes, and it depends on the cut's direction.