The line is perpendicular to the plane $2x – 3y + z – w = 7$ and passes the origin. Find parametric form / vector form
solution:
The line perpendicular to the plane implies being parallel to the normal vector. $n = [2, -3, 1, -1]$
vector form: $[x, y, z, w, v] = [0, 0, 0, 0] + t[2,-3, 1, -1]$
parametric form: $x = 2t, y = -3t, z = t, w = -t, v = 0$
right?
Since the normal to the plane is $\vec n = (2, -3, 1, -1)$ therefore the parametric equation of the perpendicular line in parametric form is given by
$$(0,0,0,0)+t(2, -3, 1, -1)$$