WHAT we do: just read the coefficients of x,y,z.
WHY it works: the general form ax+by+cz+d=0 is literally n⋅r+d=0, so the coefficients are the components of n — see the pencil in the figure above.
(a) n=(4,−3,12).
(b) ∣n∣=42+(−3)2+122=16+9+144=169=13.
Recall Solution
The test for normal formlx+my+nz=p: the coefficients must be direction cosines, i.e. l2+m2+n2=1, and p≥0.
(i) 12+22+22=9=1 — not normal form (it's general form).
(ii) (31)2+(32)2+(32)2=91+94+94=1 ✓ and p=3≥0 ✓ — this is normal form.
(iii) RHS =1 with each variable divided by a number — that's intercept form, not normal.
Recall Solution
Intercept form ax+by+cz=1 reads intercepts off the denominators.
Intercepts: a=5, b=−2, c=4. Meaning the plane pierces the axes at (5,0,0), (0,−2,0), (0,0,4).
Step 1 — move constant across.2x−2y+z=−6.
Step 2 — compute ∣n∣.∣n∣=22+(−2)2+12=4+4+1=3.
Step 3 — divide, choosing the sign so RHS ≥0. Dividing by +3 gives RHS =−6/3=−2<0 — not allowed, since p is a distance. So divide by −3:
3−2x+32y−31z=2.Result:n^=(−32,32,−31), p=2.
Check unit length: 94+94+91=1 ✓. This p is exactly the origin-to-plane distance from Distance of a point from a plane with the point being O.
Recall Solution
WHY divide by 12: intercept form needs RHS =1.
123x+124y−126z=1⇒4x+3y+−2z=1.
Intercepts: x: 4, y: 3, z: −2.
WHY cross product: the normal must be perpendicular to two directions lying in the plane; the cross productAB×AC is perpendicular to both at once.
AB=B−A=(1,−1,1), AC=C−A=(−1,1,1).
n=i^1−1j^−11k^11=i^(−1⋅1−1⋅1)−j^(1⋅1−1⋅(−1))+k^(1⋅1−(−1)(−1)).=i^(−1−1)−j^(1+1)+k^(1−1)=(−2,−2,0).
Use point A(1,1,0): −2(x−1)−2(y−1)+0=0⇒−2x−2y+4=0⇒x+y=2.Check:B: 2+0=2 ✓, C: 0+2=2 ✓. The zero z-normal means the plane is parallel to the z-axis — sensible, since A,B,C climb in z but the plane leans only in x,y.
Recall Solution
WHY this formula: the signed distance is the projection of QP (from any plane-point Q to P) onto the unit normal — see Distance of a point from a plane. It collapses to
dist=a2+b2+c2∣ax0+by0+cz0+d∣.
Numerator: ∣2⋅3−2+2⋅1+3∣=∣6−2+2+3∣=9.
Denominator: 4+1+4=3.
Distance =9/3=3.
Recall Solution
WHY the normals: the angle between planes equals the angle between their normals (see Angle between two planes), found via the dot product.
n1=(1,1,1), n2=(1,−1,1).
cosθ=∣n1∣∣n2∣∣n1⋅n2∣=3⋅3∣1−1+1∣=31.θ=arccos31≈70.53∘. (We take absolute value in the numerator to force the acute angle.)
Idea: if the plane is parallel to two directions, its normal is perpendicular to both — take n=u×v.
n=i^12j^2−1k^13=i^(2⋅3−1⋅(−1))−j^(1⋅3−1⋅2)+k^(1⋅(−1)−2⋅2).=i^(6+1)−j^(3−2)+k^(−1−4)=(7,−1,−5).
Through (1,0,2): 7(x−1)−1(y)−5(z−2)=0⇒7x−y−5z+3=0.Check(1,0,2): 7−0−10+3=0 ✓.
Recall Solution
WHY they're parallel: identical normals (2,−1,2). Distance between parallel planes = difference of their p-values along the same unit normal.
Write both as …=d: constants 5 and −4, so ∣d1−d2∣=∣5−(−4)∣=9.
Divide by ∣n∣=4+1+4=3:
distance=3∣5−(−4)∣=39=3.
Recall Solution
Two in-plane directions: the line's direction u=(1,1,0), and the vector from the line's base (0,1,2) to the point (2,0,1), namely w=(2,−1,−1).
Normal n=u×w:
n=i^12j^1−1k^0−1=i^(1⋅(−1)−0⋅(−1))−j^(1⋅(−1)−0⋅2)+k^(1⋅(−1)−1⋅2).=i^(−1)−j^(−1)+k^(−3)=(−1,1,−3).
Through base (0,1,2): −1(x)+1(y−1)−3(z−2)=0⇒−x+y−3z+5=0, i.e. x−y+3z−5=0.Check point(2,0,1): 2−0+3−5=0 ✓. Check line base(0,1,2): 0−1+6−5=0 ✓.
Geometry: the reflection O′ lies along the normal direction from O, at twice the foot-of-perpendicular distance. Move from O by 2p along n^.
Unit normal: n^=31(2,−1,2) (since ∣n∣=3). Distance p=9/3=3 (RHS already positive).
Foot of perpendicular N=O+pn^=3⋅31(2,−1,2)=(2,−1,2).
Reflection O′=O+2pn^=2N=(4,−2,4).
Check: midpoint of O and O′ is (2,−1,2), which satisfies 2(2)−(−1)+2(2)=4+1+4=9 ✓.
Recall Solution
Idea (pencil of planes): any plane through the intersection line can be written
(x+y+z−1)+λ(2x+3y−z−4)=0.Impose the point(1,1,1):
(1+1+1−1)+λ(2+3−1−4)=0⇒2+λ(0)=0.
This gives 2=0 — impossible! So no finite λ works: the required plane is the second one alone, the λ→∞ member 2x+3y−z−4=0. Check (1,1,1): 2+3−1−4=0 ✓.
Lesson: the pencil P1+λP2 misses exactly P2 itself; when the point already lies on P2, that is your answer. Equation: 2x+3y−z=4.
Recall Solution
Intercept form with equal intercepts: ax+ay+az=1⇒x+y+z=a.
Normal n=(1,1,1), ∣n∣=3. Distance from origin:
p=3∣a∣=3⇒∣a∣=3.
Positive intercepts ⇒ a=3. Plane: x+y+z=3.
Check: distance =∣−3∣/3=3/3=3 ✓ (writing it as x+y+z−3=0, origin gives ∣−3∣/3).