this is a parametric equation because this is what must be done
Planes in 3D
Geometry of a plane
a plane can be said as a perpendicular direction and a point
OR three points are not co-linear
like the funny windmill
Find a vector that is perp to a plane
A plane can be described as 3 points
then we find the vector to each of the points a=P1−P2,b=P1−P3 then we find the cross prod of the resultant vectors
Fact
if θ is the angle between a and b then
∣a×b∣=∣a∣∣b∣sinθ
two nonzero vectors are parallel if the cross product is the 0 vector
We can find the area of a parallelogram by taking the cross product of the two vectors
Equations of planes
Vector equation
point P with the position vector r0 and normal direction n:
n⋅(r−r0)=0
Scalar equation:
Point P(x0,y0,z0) and normal vector n=(a,b,c):
a(x−x0)+b(y−y0)+c(z−z0)=0
ax+by+cz=d,d=ax0+xy0+cz0
Distance between points and planes
in order to find the distance D from point P1(x1,y1,z1) to the plane ax+by+cz+d=0, we let P0(x0,y0,z0) be any point d be the vector corresponding to P0P1
we then given plane ancan see that the distance is the projection of the point vector projected onto the next
Example
Use the scalar triple product to determine whether poiints P(1,0,1),Q(2,4,6),R(3,−1,2),S(6,2,8) lie in the same plane
We can take the scalar product of the 3 vectors (PQ,PR,PS) and if it is 0 then it is in the same plane
(this is because the triple product is finding the volume of the vectors)
c⋅(b×a)=c1b1a1c2b2a2c3b3a3we can take the triple product where c=PQ, b=PR, a=PS1254−12517⟹0 therforethe points lie in the same plane