Intuition What this page does
The parent note gave you three "costumes" for a plane — general, normal, and intercept. Here we stress-test them against every situation an exam or the real world can throw : normals pointing in odd directions, constants of the wrong sign, planes hugging the origin, planes hugging an axis, and even "build a plane from scratch" word problems. If you can drive all ten examples below, you have seen every cell of the matrix — no surprises left.
Before we start, one reminder of the whole vocabulary we'll use, so nothing sneaks in undefined:
Recall The four objects we lean on (tap to expand)
General form a x + b y + cz + d = 0 : the coefficients ( a , b , c ) ARE a normal vector (the arrow sticking straight out of the plane).
Normal form l x + m y + n z = p : here ( l , m , n ) is the unit normal (length 1), and p ≥ 0 is the straight-line distance from the origin to the plane.
Intercept form a x + b y + c z = 1 : a , b , c are where the plane pokes through the three axes.
The bridges: divide by ± a 2 + b 2 + c 2 to reach normal form; divide by the RHS constant to reach intercept form; use A B × A C (the cross product ) to build a normal from three points.
Every plane problem lands in one (or more) of these cells. The last column names the example that nails it.
Cell
What makes it tricky
Covered by
C1 All-positive general form
the "friendly" baseline
Ex 1
C2 Mixed signs in ( a , b , c )
a negative intercept, negative direction cosine
Ex 2
C3 Wrong-sign constant ⇒ fix p ≥ 0
must flip the whole equation
Ex 3
C4 A zero coefficient
plane parallel to an axis, missing term
Ex 4
C5 Degenerate: plane through origin (d = 0 )
intercept form fails
Ex 5
C6 Two zero coefficients
plane parallel to a coordinate plane
Ex 6
C7 Build from point + normal
reverse direction
Ex 7
C8 Build from three points
cross-product route
Ex 8
C9 Real-world word problem
translate English → equation
Ex 9
C10 Exam twist: given distance & direction, find the plane(s)
limiting/both-sign case
Ex 10
Worked example All three forms of
3 x + 6 y + 2 z = 12
Convert to normal form and intercept form; state the normal, the unit normal, the distance p , and the three intercepts.
Forecast: the coefficients are 3 , 6 , 2 — before reading on, guess ∣ n ∣ . (Hint: it's a Pythagorean-friendly triple.)
Read the normal off the coefficients: n = ( 3 , 6 , 2 ) .
Why this step? In a x + b y + cz + d = 0 the coefficients of x , y , z are the components of a normal vector — the parent note's headline fact.
Length of the normal: ∣ n ∣ = 3 2 + 6 2 + 2 2 = 9 + 36 + 4 = 49 = 7 .
Why? To turn n into a unit normal (length 1) we must divide by its own length — that's what "unit" means.
Normal form: divide the whole equation by 7 :
7 3 x + 7 6 y + 7 2 z = 7 12 .
So n ^ = ( 7 3 , 7 6 , 7 2 ) and p = 7 12 .
Why divide by ∣ n ∣ ? Both sides scale together; the LHS coefficients become direction cosines and the RHS becomes the true perpendicular distance.
Intercept form: divide the original by 12 :
4 x + 2 y + 6 z = 1.
Intercepts: 4 , 2 , 6 .
Why divide by 12? Intercept form demands RHS = 1 ; only then do the denominators read off as intercepts.
Verify: unit normal length = ( 3/7 ) 2 + ( 6/7 ) 2 + ( 2/7 ) 2 = 49/49 = 1 ✓. Plug intercept ( 4 , 0 , 0 ) into the original: 3 ⋅ 4 = 12 ✓.
x − 2 y − 2 z = 6 : expect a negative intercept and a negative direction cosine
Give the unit normal, p , and the intercepts.
Forecast: two of the three coefficients are negative. Which intercepts will come out negative?
Normal: n = ( 1 , − 2 , − 2 ) .
Length: ∣ n ∣ = 1 + 4 + 4 = 9 = 3 .
Normal form: divide by 3 :
3 1 x − 3 2 y − 3 2 z = 2 , n ^ = ( 3 1 , − 3 2 , − 3 2 ) , p = 2.
Why is p still positive? The RHS 6/3 = 2 is already ≥ 0 , so no sign flip is needed — the direction cosines simply carry the minus signs. A negative direction cosine just means the normal tilts toward the negative half of that axis.
Intercept form: divide by 6 :
6 x + − 3 y + − 3 z = 1.
Intercepts 6 , − 3 , − 3 .
Why do the negatives appear? A negative intercept means the plane crosses that axis on its negative side — perfectly legal.
Verify: ( 0 , − 3 , 0 ) : − 2 ⋅ ( − 3 ) = 6 ✓. ( 0 , 0 , − 3 ) : − 2 ⋅ ( − 3 ) = 6 ✓.
Worked example Normal form of
2 x − y − 2 z + 9 = 0
Forecast: move the 9 across — the RHS goes negative. But distance can't be negative. What must you do?
Rewrite so all variables sit on the left: 2 x − y − 2 z = − 9 .
Why? Normal form compares r ⋅ n ^ to a distance p , so we need "variables = constant."
Length of normal: ∣ n ∣ = 4 + 1 + 4 = 3 .
Naive divide by + 3 : 3 2 x − 3 1 y − 3 2 z = − 3 . The RHS is − 3 < 0 — not allowed , because p is a distance.
Why is negative p forbidden? p is the length of the perpendicular from the origin; a length is ≥ 0 by definition.
Fix — divide by − 3 instead (so RHS becomes positive and the normal flips with it):
− 3 2 x + 3 1 y + 3 2 z = 3 , n ^ = ( − 3 2 , 3 1 , 3 2 ) , p = 3.
Why flip the whole equation? The line and its opposite point the same plane; flipping every sign keeps the plane identical but makes p ≥ 0 and keeps n ^ consistent with it.
Verify: unit normal length 4/9 + 1/9 + 4/9 = 1 ✓. The distance also matches the distance formula from the origin: 3 ∣2 ⋅ 0 − 0 − 2 ⋅ 0 + 9∣ = 3 9 = 3 = p ✓.
4 x + 3 z = 12 (no y !)
Find the normal, describe the geometry, and give whatever intercepts exist.
Forecast: the y term is missing. What does a missing variable say about the plane's tilt?
Normal: n = ( 4 , 0 , 3 ) — its y -component is 0 .
Geometry: because the normal has no y -part, it is perpendicular to the y -axis; the plane therefore contains the y -direction — it runs parallel to the y -axis and never turns to cross it.
Why? A missing variable means changing y (moving parallel to the y -axis) never changes the LHS, so you stay on the plane.
Length & normal form: ∣ n ∣ = 16 + 0 + 9 = 5 , so 5 4 x + 5 3 z = 5 12 , p = 5 12 .
Intercepts: x -intercept = 12/4 = 3 ; z -intercept = 12/3 = 4 ; no y -intercept (set x = z = 0 ⇒ 0 = 12 , impossible), consistent with "parallel to the y -axis."
Why no y -intercept? Parallel lines/planes to an axis never meet it.
Verify: ( 3 , 0 , 0 ) : 4 ⋅ 3 = 12 ✓. ( 0 , 0 , 4 ) : 3 ⋅ 4 = 12 ✓. ( 0 , 5 , 0 ) : 0 = 12 — indeed misses the y -axis ✓.
x + 2 y + 2 z = 0 have an intercept form?
Forecast: the constant is 0 . Predict yes/no before reading.
Spot d = 0 : the RHS is 0 , so the origin ( 0 , 0 , 0 ) satisfies it — the plane passes through O .
Try intercept form: dividing by the RHS means dividing by 0 — undefined. Every "intercept" would be x /0 , which has no meaning.
Why does it fail? Intercept form assumes the plane crosses each axis at a nonzero point; a plane through the origin crosses all three axes at the origin itself , so no finite intercept exists.
What still works: normal form is fine, with p = 0 . ∣ n ∣ = 1 + 4 + 4 = 3 , so 3 1 x + 3 2 y + 3 2 z = 0 , p = 0 .
Why p = 0 ? The distance from the origin to a plane through the origin is zero.
Verify: origin on plane: 0 + 0 + 0 = 0 ✓. Distance from origin = ∣0∣/3 = 0 = p ✓. Intercept form: does not exist.
2 z = 7
Forecast: only z appears. Which coordinate plane is this parallel to?
Rewrite: z = 2 7 .
Normal: n = ( 0 , 0 , 2 ) — points straight up the z -axis.
Geometry: normal is parallel to the z -axis, so the plane is parallel to the x y -plane , sitting at constant height z = 3.5 . It contains both the x - and y -directions.
Why? Two missing variables (x , y ) mean you can slide in both those directions freely and stay on the plane — that's a whole coordinate plane's worth of freedom.
Normal form: ∣ n ∣ = 2 , divide: z = 2 7 , n ^ = ( 0 , 0 , 1 ) , p = 2 7 .
Intercepts: only a z -intercept, = 2 7 ; no x - or y -intercept.
Verify: any point ( 5 , − 9 , 3.5 ) : 2 ⋅ 3.5 = 7 ✓, confirming x , y are free. Distance from origin = ∣7∣/2 = 3.5 = p ✓.
Worked example Plane through
P ( 2 , − 1 , 3 ) with normal n = ( 1 , 4 , − 2 )
Forecast: which form drops out first — general, or something else?
Use point–normal form: n ⋅ ( r − r 0 ) = 0 , i.e.
1 ( x − 2 ) + 4 ( y + 1 ) + ( − 2 ) ( z − 3 ) = 0.
Why this form? Any in-plane arrow r − r 0 is perpendicular to the normal, so their dot product is zero — that single fact is the plane.
Expand: x − 2 + 4 y + 4 − 2 z + 6 = 0 ⇒ x + 4 y − 2 z + 8 = 0 .
General form: x + 4 y − 2 z + 8 = 0 , normal ( 1 , 4 , − 2 ) confirmed.
Verify: plug P ( 2 , − 1 , 3 ) : 2 + ( − 4 ) − 6 + 8 = 0 ✓. Normal read back = ( 1 , 4 , − 2 ) ✓.
Worked example Plane through
A ( 1 , 1 , 1 ) , B ( 2 , 0 , 1 ) , C ( 1 , 2 , 3 )
Forecast: we have no normal handed to us. Which tool manufactures one?
Two in-plane arrows: A B = ( 1 , − 1 , 0 ) , A C = ( 0 , 1 , 2 ) .
Why? Both arrows lie in the plane; their cross product is perpendicular to both, hence to the whole plane.
Cross product ⇒ normal:
n = A B × A C = i ^ 1 0 j ^ − 1 1 k ^ 0 2 = i ^ ( − 2 − 0 ) − j ^ ( 2 − 0 ) + k ^ ( 1 − 0 ) = ( − 2 , − 2 , 1 ) .
Why the cross product and not the dot product? The dot product produces a number (an angle/projection); we need a direction perpendicular to two vectors — that is exactly what the cross product returns.
Point–normal form through A : − 2 ( x − 1 ) − 2 ( y − 1 ) + 1 ( z − 1 ) = 0 .
Expand: − 2 x − 2 y + z + 3 = 0 ⇒ 2 x + 2 y − z = 3 (multiplied by − 1 for tidiness).
Verify: A : 2 + 2 − 1 = 3 ✓; B : 4 + 0 − 1 = 3 ✓; C : 2 + 4 − 3 = 3 ✓. All three points satisfy it.
Worked example A solar panel
An engineer mounts a flat solar panel so that its outward face points along the direction ( 2 , 3 , 6 ) , and the panel plane passes 14 metres from the plant's corner (the origin), on the side the normal points to. Find the panel's equation, its intercepts on the three walls (axes), and confirm the 14 m distance.
Forecast: the direction ( 2 , 3 , 6 ) is a Pythagorean-friendly triple. Guess ∣ n ∣ before computing.
Normal & its length: n = ( 2 , 3 , 6 ) , ∣ n ∣ = 4 + 9 + 36 = 49 = 7 .
Normal form from distance: we want n ^ ⋅ r = p with p = 14 . Unit normal n ^ = ( 7 2 , 7 3 , 7 6 ) , so
7 2 x + 7 3 y + 7 6 z = 14.
Why start from normal form? The problem gives us a direction and a distance — precisely the two ingredients of normal form.
Clear denominators to general form: multiply by 7 : 2 x + 3 y + 6 z = 98 .
Intercepts: divide by 98 : 49 x + 98/3 y + 49/3 z = 1 , giving intercepts 49 , 3 98 , 3 49 metres.
Verify: distance from origin = 7 ∣2 ⋅ 0 + 3 ⋅ 0 + 6 ⋅ 0 − 98∣ = 7 98 = 14 m ✓. Intercept ( 49 , 0 , 0 ) : 2 ⋅ 49 = 98 ✓.
Worked example Find all planes parallel to
2 x − 2 y + z = 0 that lie at distance 6 from the origin
Forecast: "parallel" fixes the direction; "distance 6" fixes ∣ p ∣ . How many answers — one or two?
Same normal: parallel planes share the normal n = ( 2 , − 2 , 1 ) , so each has the form 2 x − 2 y + z = k for some constant k .
Why? Parallel ⇔ same normal direction; only the constant term slides the plane along the normal.
Length: ∣ n ∣ = 4 + 4 + 1 = 3 .
Distance condition: distance from origin = 3 ∣ k ∣ = 6 ⇒ ∣ k ∣ = 18 .
Why the absolute value? Distance is ≥ 0 , but k can be positive or negative — the plane can sit on either side of the origin.
Both solutions:
2 x − 2 y + z = 18 and 2 x − 2 y + z = − 18.
In proper normal form (RHS ≥ 0 ): 3 2 x − 3 2 y + 3 1 z = 6 and − 3 2 x + 3 2 y − 3 1 z = 6 (sign flipped so p = 6 ).
Verify: for k = 18 : ∣18∣/3 = 6 ✓. For k = − 18 : ∣ − 18∣/3 = 6 ✓. Exactly two planes — one each side of the origin.
Common mistake The four traps these examples immunise you against
Ex 3: never leave p < 0 — flip the whole equation.
Ex 5: never write intercept form when d = 0 .
Ex 4 & 6: a missing variable is not a mistake — it says "parallel to that axis / coordinate plane."
Ex 10: "distance = 6 " always allows two parallel planes, not one.
Mnemonic The workflow in one breath
"Coefficients give the normal; ÷ ∣ n ∣ makes it unit (watch p ≥ 0 ); ÷ RHS gives intercepts (unless RHS= 0 )."