Lecture: Finding Vector, Parametric, and Symmetric Equations of a Line in 3D Space
Key Concepts
Line Definition: A line is defined by a point on the line and the direction of the line.
Vector Equation: A vector equation of a line can be formed if either a point and a vector parallel to the line are given, or if two points on the line are given.
Case 1: Given a Point and a Vector Parallel to the Line
Problem Statement
Given: Point
Coordinates: ((x_0, y_0, z_0)) -> (r_0)
Given: Parallel Vector
(\mathbf{v} = (a, b, c))
Goal: Find the vector equation, parametric equations, and symmetric equations of the line.