Perpendicularity of a line and a plane

LVL: FREE

MODULE: Solid Geometry (3D)

[EXEC: MICRO_CORE]

✖️ 1. Definition of a line perpendicular to a plane

📐 Definition of a Line Perpendicular to a Plane

  • A line is perpendicular to a plane if it forms a 90-degree angle with every line in that plane.
  • This means the line must be orthogonal to infinitely many lines lying in the plane.
  • We write this as lαl \perp \alpha where ll is the line and α\alpha is the plane.
  • The point where the line meets the plane is called the foot of the perpendicular.
  • If line ABAB is perpendicular to plane α\alpha at point BB, then ABAB is orthogonal to any line through BB in α\alpha.

Example: A flagpole standing straight up is perpendicular to the flat ground, forming 90-degree angles with all directions on the ground.

💡 Think: A pencil standing perfectly upright on a table touches every direction at 90 degrees.

[EXEC: DEEP_COMPUTE]

1. Definition of a line perpendicular to a plane

Definition of a line perpendicular to a plane

A line \ell is perpendicular (or orthogonal) to a plane π\pi if and only if \ell is perpendicular to every line lying in π\pi that passes through the point of intersection. This is a stronger condition than being perpendicular to just one or a few lines in the plane.

Intuition: If a line stands "straight up" from a table (the plane), it forms right angles with every direction you can draw on that table through the contact point.

Core Rules:

  • The line must intersect the plane at exactly one point (unless the line lies in the plane, which contradicts perpendicularity).
  • Perpendicularity to all lines in the plane through the intersection point is required, not just some lines.
  • The angle between \ell and any line in π\pi through the intersection is 9090^\circ.

Consequence: This definition establishes the geometric foundation for normal vectors and orthogonal projections in three-dimensional space.

Example: If line \ell passes through point PP in plane π\pi and forms 9090^\circ angles with both the xx-axis and yy-axis in π\pi, then \ell is perpendicular to π\pi.

TASK_1[0 / 3]
LVL_2
RSN: CONSTRAINTS

A line LL intersects a plane PP at point AA. What condition must be met for LL to be perpendicular to PP?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 2. Theorem: A line is perpendicular to a plane if it is perpendicular to two intersecting lines in that plane

✅ Two-Line Test for Perpendicularity

  • You do not need to check every line in the plane.
  • A line is perpendicular to a plane if it is perpendicular to two intersecting lines in that plane.
  • The two lines must intersect (not be parallel) for this test to work.
  • This theorem drastically simplifies proving perpendicularity in 3D geometry.
  • If lml \perp m and lnl \perp n where mm and nn intersect in plane α\alpha, then lαl \perp \alpha.

Example: A vertical pole is perpendicular to the ground if it makes 90-degree angles with both a north-south line and an east-west line on the ground.

💡 Remember: Two crossing roads are enough to confirm the pole is vertical.

[EXEC: DEEP_COMPUTE]

2. Theorem: A line is perpendicular to a plane if it is perpendicular to two intersecting lines in that plane

Theorem: A line is perpendicular to a plane if it is perpendicular to two intersecting lines in that plane

If a line \ell is perpendicular to two distinct lines mm and nn in plane π\pi, where mm and nn intersect at a point, then \ell is perpendicular to the entire plane π\pi. This theorem provides a practical test for perpendicularity without checking infinitely many lines.

Intuition: Two intersecting lines in a plane determine the plane's orientation; being perpendicular to both forces the line to be perpendicular to all directions in the plane.

Core Rules:

  • The two lines mm and nn must intersect (parallel lines are insufficient).
  • The line \ell must pass through the intersection point of mm and nn.
  • Verification requires only two perpendicularity checks, not infinitely many.

Consequence: This theorem drastically simplifies proofs and constructions involving perpendicular lines and planes in solid geometry.

Example: If m\ell \perp m and n\ell \perp n where mm and nn intersect at point OO in plane π\pi, then π\ell \perp \pi.

TASK_1[0 / 3]
LVL_2
RSN: CONSTRAINTS

A student wants to prove that line LL is perpendicular to plane PP. They show that line LL is perpendicular to line aa and line bb, both of which lie in plane PP. However, their teacher says the proof is incomplete. According to the core rules, what crucial information is missing?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 3. Calculating the shortest distance from a point to a plane

📏 Shortest Distance from Point to Plane

  • The shortest distance from a point to a plane is always along the perpendicular segment.
  • Any other path from the point to the plane is longer than the perpendicular.
  • To find this distance, drop a perpendicular from the point to the plane.
  • The length of this perpendicular segment is the distance we seek.
  • Formula: If plane has equation Ax+By+Cz+D=0Ax + By + Cz + D = 0 and point is (x0,y0,z0)(x_0, y_0, z_0), distance is Ax0+By0+Cz0+DA2+B2+C2\frac{|Ax_0 + By_0 + Cz_0 + D|}{\sqrt{A^2 + B^2 + C^2}}.

Example: A bird at height 10 m above flat ground has shortest distance 10 m (straight down), not 15 m along a slanted path.

💡 Visual: The perpendicular is like a plumb line—always the shortest drop.

[EXEC: DEEP_COMPUTE]

3. Calculating the shortest distance from a point to a plane

Calculating the shortest distance from a point to a plane

The shortest distance from a point PP not on plane π\pi to π\pi is the length of the perpendicular segment from PP to π\pi. Any other path from PP to π\pi is strictly longer.

Intuition: The perpendicular segment represents the "straight drop" from the point to the plane, which is always the minimal path.

Core Rules:

  • The perpendicular segment is unique: exactly one perpendicular from PP meets π\pi.
  • If QQ is the foot of the perpendicular (where it meets π\pi), then d(P,π)=PQd(P, \pi) = |PQ|.
  • For any other point RR in π\pi, we have PR>PQ|PR| > |PQ| (by the Pythagorean theorem in triangle PQRPQR).
  • Formula: If π\pi has equation ax+by+cz=dax + by + cz = d and P=(x0,y0,z0)P = (x_0, y_0, z_0), then distance =ax0+by0+cz0da2+b2+c2= \frac{|ax_0 + by_0 + cz_0 - d|}{\sqrt{a^2 + b^2 + c^2}}.

Consequence: This principle is fundamental in optimization problems and geometric constructions.

Example: Point P(1,2,3)P(1, 2, 3) and plane 2x+yz=42x + y - z = 4 yield distance 2(1)+2344+1+1=36\frac{|2(1) + 2 - 3 - 4|}{\sqrt{4+1+1}} = \frac{3}{\sqrt{6}}.

TASK_1[0 / 3]
LVL_2
MOD: TRANSLATE

Find the shortest distance from the origin P(0,0,0)P(0, 0, 0) to the plane defined by the equation 3x+4y+12z=263x + 4y + 12z = 26.

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 4. The Theorem of Three Perpendiculars

🔺 Theorem of Three Perpendiculars

  • If a line in a plane is perpendicular to the projection of an oblique line, then it is perpendicular to the oblique line itself.
  • Setup: Oblique line ABAB meets plane α\alpha at BB, with projection ABA'B where AA' is the foot of perpendicular from AA.
  • If line mm in plane α\alpha is perpendicular to projection ABA'B, then mABm \perp AB.
  • This connects three perpendicular relationships: AAαAA' \perp \alpha, mABm \perp A'B, and mABm \perp AB.
  • Converse also holds: if mABm \perp AB and AAαAA' \perp \alpha, then mABm \perp A'B.

Example: A ladder leans against a wall; if a floor line is perpendicular to the ladder's shadow, it is also perpendicular to the ladder itself.

💡 Key: Shadow perpendicularity implies real perpendicularity.

[EXEC: DEEP_COMPUTE]

4. The Theorem of Three Perpendiculars

The Theorem of Three Perpendiculars

Let PQPQ be perpendicular to plane π\pi (with QQ in π\pi), and let \ell be a line in π\pi passing through QQ. If line PRPR (where RR is on \ell) is perpendicular to \ell, then the projection QRQR is also perpendicular to \ell. Conversely, if QRQR \perp \ell, then PRPR \perp \ell.

Intuition: An oblique line from PP is perpendicular to a line in the plane if and only if its projection onto the plane is perpendicular to that line.

Core Rules:

  • Three segments involved: PQPQ (perpendicular to plane), QRQR (projection in plane), PRPR (oblique line).
  • The relationship is bidirectional: PR    QRPR \perp \ell \iff QR \perp \ell.
  • PQPQ must be perpendicular to π\pi; otherwise the theorem does not apply.

Consequence: This theorem connects spatial perpendicularity with planar perpendicularity, essential in three-dimensional geometric reasoning.

Example: If PQπPQ \perp \pi, QQ in π\pi, and QRQR in π\pi with QRQR \perp \ell, then PRPR \perp \ell automatically.

TASK_1[0 / 3]
LVL_2
RSN: CONSTRAINTS

Given that segment PQPQ is perpendicular to plane π\pi at point QQ, and line \ell lies in plane π\pi. If the projection QRQR is perpendicular to line \ell, what can we conclude about the oblique line PRPR according to the Theorem of Three Perpendiculars?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 5. Applications in engineering and physics

🏗️ Real-World Applications

  • Civil engineering: Vertical support columns must be perpendicular to the ground plane to bear loads safely.
  • Engineers use the two-line test to verify columns are truly vertical during construction.
  • Physics (optics): Normal vectors perpendicular to surfaces define angles of reflection and refraction.
  • The law of reflection states incident and reflected rays make equal angles with the perpendicular to the surface.
  • Architecture: Ensuring walls are perpendicular to floors prevents structural instability.

Example: A bridge pillar must stand at 90 degrees to the riverbed; engineers check it against two crossing reference lines on the bed.

💡 Practical: Perpendicularity equals stability in structures and predictability in light behavior.

[EXEC: DEEP_COMPUTE]

5. Applications in engineering and physics

Applications in engineering and physics

Perpendicularity of lines and planes is critical in civil engineering for designing vertical support columns and in physics for defining normal vectors in optical reflection.

Intuition: Vertical columns must be perpendicular to horizontal floors to ensure structural stability; light reflects off surfaces at angles determined by the perpendicular (normal) to the surface.

Core Rules:

  • Civil engineering: Columns perpendicular to the ground plane distribute loads uniformly and prevent shear forces.
  • Physics (optics): The normal vector to a reflective surface is perpendicular to the plane; angle of incidence equals angle of reflection, both measured from this normal.
  • Construction verification: Use the two-intersecting-lines theorem to confirm perpendicularity with minimal measurements.

Consequence: These principles ensure safety in structures and accuracy in optical systems (mirrors, lenses).

Example: A vertical column at point OO on a floor plane must be perpendicular to two intersecting floor beams at OO to guarantee it is perpendicular to the entire floor.

TASK_1[0 / 3]
LVL_3
RSN: CONSTRAINTS

A builder wants to ensure a vertical column is perfectly perpendicular to a flat horizontal floor. According to the construction verification principle, what is the minimum requirement to confirm this?

DEEP_COMPUTE
ULTRA

AWAITING_CONFIRMATION

CONFIRM KNOWLEDGE ACQUISITION TO UPDATE SYSTEM ANALYTICS.