
Norbert W. answered 08/03/16
Tutor
4.4
(5)
Math and Computer Language Tutor
Given P(x1, y1, z1) and Q(x2, y2, z2) where P and Q are in A.
Since P is in A, then ax1 + by1 + cz1 = d
Since Q is in A, then ax2 + by2 + cz2 = d
Then vector PQ is (x2 - x1)i + (y2 - y1)j + (z2 - z1)k
Now n⋅PQ = (ai + bj + ck)⋅((x2 - x1)i + (y2 - y1)j + (z2 - z1)k)
= a(x2 - x1) + b(y2 - y1) + c (z2 - z1)
= (ax2 + by2 + cz2) - (ax1 + by1 + cz1)
= d d = 0
Since n⋅PQ =0, the vectors n and PQ are perpendicular.
Since PQ is in plane A, then n is perpendicular to plane A.