3.6.10 · D13D Geometry

Foundations — Angle between line and plane

1,906 words9 min readBack to topic

This page assumes nothing. Before you touch the parent formula, every letter, arrow and squiggle it uses is built here from the ground up, in the order they depend on each other.


0. What a "vector" even is

The picture below is the whole vocabulary of this page in one image: a flat sheet (a plane), an arrow lying along a line, and an arrow poking straight out.

Figure — Angle between line and plane

Why does the topic need vectors? Because a line and a plane are geometric shapes, but a formula can only chew on numbers and arrows. Vectors are how we hand a shape to algebra.


1. Components: cutting an arrow into numbers

The symbols are just name-tags for the three directions: = one step right, = one step forward, = one step up. The little hat means "length exactly ." So reads as " right, back, up."


2. Length of an arrow: the symbol

Why this exact formula? The components form the sides of a right-angled box. The arrow is the box's long diagonal. Pythagoras (twice, once in the floor, once up to the tip) gives the diagonal as the square root of the sum of the squared sides.

Figure — Angle between line and plane

This is why the topic can write and in the denominator — those are just the two arrows' lengths, built entirely from Direction ratios and direction cosines.


3. The dot product: turning two arrows into one number

This is the engine of the whole topic, so we build it slowly.

Why does the topic need this and not something else? We want an angle between two directions. The dot product is the only elementary tool that reads two arrows and returns their angle. Rearranged: Full detail lives in Dot product; here is the picture you must carry:

Figure — Angle between line and plane

4. The normal : how a plane gets one arrow

Figure — Angle between line and plane

5. The line's own arrow: direction vector, and

That is why the parent formula contains only and , never or : angle depends on tilt, not on position.


6. The angle symbols: , , and the swap


7. Absolute value bars (used a second way)

Careful: bars mean length on a vector (), but on a plain number they mean strip the minus sign (). The parent uses both. In :

  • top bars: strip the sign of the dot-product number;
  • bottom bars: lengths of the two arrows.

Why strip the sign? A line has no built-in front or back, so flipping must not change the answer. Stripping the sign keeps between and , matching .


Prerequisite map

Vector = arrow with length and direction

Components b1 b2 b3

Magnitude = length via Pythagoras

Dot product = matched multiply and add

cos gamma = dot over lengths

Plane equation

Normal vector n

Line equation r = a + lambda b

Direction vector b

theta plus gamma = 90 deg

sin theta = mod dot over lengths

Absolute value keeps theta in 0 to 90


Equipment checklist

Cover the right side and answer each; reveal to check.

What does the little arrow on mean?
It marks a vector — an arrow carrying a length and a direction.
What are the components of ?
— steps right, back, up.
What do stand for?
The three perpendicular unit directions (right, forward, up), each of length .
How do you get the length from components?
(Pythagoras in 3D).
Compute .
.
What single number does produce, and how?
Multiply matching components and add: .
What does tell you geometrically?
The two arrows are perpendicular ().
What is the normal of a plane?
The one arrow sticking straight out, perpendicular to the whole plane.
Read the normal off .
.
In , what do , , each do?
anchors a point; slides along; sets the direction.
Difference between and ?
= line-to-normal angle; = line-to-plane angle; they sum to .
Why does the formula use not ?
The normal stands off the plane, so .
Why the absolute-value bars on top?
A line has no front/back, so stripping the sign keeps in .

Connections