1. Find normal vectors for the two plane. ![[normal vector#find—vecn-of-a-plane|Find of a plane]]
  2. The intersecting line has the same direction as . Find the cross product.
    • NOTE: You don’t have to find the unit vector (direction) of the cross product, since the magnitude doesn’t matter, only the direction and where the initial point of the vector do (which we will determine later.
  3. Find a point shared by both planes where we can place the direction vector of the line.

    find a point shared by two planes

    • Case 1: the point is apparent in the plane equations.
      • Common point:
    • Case 2: try setting one variable to zero, plug it into the plane equations, then solve the resulting system of equations (two equations, two variables). See this post.
    Link to original
  4. Create a parametric equation now that we have and point .

    parametric equation of line from vector and point

    Given vector and point , a parametric equation for a line can be found:

    Link to original