This test uses JavaScript to generate your test and mark it. You therefore need to enable Scripting using the Preferences... item in one of the Menu items for this Browser's window. Once enabled, just Reload (Refresh) this page.

Vectors: Vector Plane Equation using the Normal

A plane through the point P( –2, 1, –5)
with normal n =
(
–6
–8
2
)
has the cartesian equation:
x + y + z + = 0

tickcross


Worked Solution:

If R(x, y, z) is a point in the plane then the vector
->
PR
= rp =
(
x
y
z
)
(
–2
1
–5
)
is perpendicular to n =
(
–6
–8
2
)
=>
->
PR
.n = 0
<=>(rp) . n = 0
<=>r.np.n = 0
=> –6 x – 8 y + 2 z – ((–6)×(–2) + (–8)×1 + 2×(–5) = 0
<=> –6 x – 8 y + 2 z + 6 = 0
or any positive or negative multiple of this equation.


© MEI Produced by Dr Ron Knott, 20 may 2004
tom . button [AT] mei . org . uk
Test reference: VectorsPlaneNorm.html?ref=78117