Finding a vector parametric equation given a point and a perpendicular line in 2D

Viewed 12

I've done similar questions in 3D, but can't figure out how to solve this 2D problem:

Problem

I started off by finding a vector perpendicular to <5, -1> and came up with <1, 5> I then filled in the equation: L(t) = (0 + 1t)i + (-5 + 5t)j but I must have made a mistake somewhere.

0 Answers
Related