Lines in 3D

  • Line equation

    • A line passing through the point and parallel to the vector
      • \begin{align}x=x_{0}+at\\y=y_{0}+bt\\z=z_{0}+ct\end{align}
        • t is any real number
        • 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 then we find the cross prod of the resultant vectors
  • Fact

    • if is the angle between then
    • 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 and normal direction :
    • Scalar equation:

      • Point and normal vector :
  • Distance between points and planes

    • in order to find the distance D from point to the plane , we let be any point d be the vector corresponding to
      • 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 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)