Find a general equation of a line L which passes through B0
Find a general equation of a line L which passes through B(0, 1), and has a direction vector that points in the N45E direction.
Solution
direction vecot is N45oE ==> < cos(90o -45o) , sin(90o -45o) >
==> < cos(45o) , sin(45o) >
==> <1/2 , 1/2>
Slope of line m = y/x = (1/2)/(1/2)
==> Slope m = 1
equation of line with slope m and passing through (x1 , y1) is y - y1 = m(x - x1)
here m = 1 , (x1 , y1) = (0 , 1)
y - 1 = 1(x - 0)
==> y - 1 = x
==> y = x +1
Hence equation of required line is y = x +1
