Write as a Vector Equality
Problem
Solution
Identify the standard vector form of a line in
ℝ2 which isr=(r_0)+t*v where(r_0) is a position vector((x_0),(y_0)) andv is the direction vector(1,m) Determine the slope
m and the y-interceptb for each equation to find a point(0,b) and a direction vector(1,m) Convert
y=2*x−1 using point(0,−1) and slope2 Convert
y=−3*x+4 using point(0,4) and slope−3 Convert
y=−x+2 using point(0,2) and slope−1 Convert
y=−1/3*x+1 using point(0,1) and slope−1/3 To avoid fractions in the direction vector, use(3,−1) Convert
y=4/3*x−4 using point(0,−4) and slope4/3 To avoid fractions in the direction vector, use(3,4)
Final Answer
Want more problems? Check here!