Q 21.

Question

find the equation of the line containing the given points in slope-intercept form. Then, use the technique of this section to find a vector parametrization for the same line. Finally, show that your equations are equivalent.

P(0, 5), Q(2,1)

Step-by-Step Solution

Verified
Answer

Slope intercept form y=-3 x+5 ; x(t)=2 t, y(t)=-3 x+5 equivalent.

1Step 1: Given information

P(0,5), Q(2,-1)

2Step 2: Calculation

The goal is to determine the line equation in both slope-intercept and vector parametrization form and prove that they are the same.

The slope-intercept form of the equation is, y=m x+b where m is the slope and b is the y intercept.

Find the slope of the given points first.

According to the formula, m=y2-y1x2-x1

For the points, P(0,5), Q(2,-1) the slope is as follows,


m=-1-52-0 since x1=0,y1=5,x2=2,y2=-1m=-62

m=-3

Now substitute the slope m=-3 and the point P(0,5) in y=m x+b

5=-3·0+b5=bb=5

By substitution of m=-3, b=5 in the equation y=m x+b

y=-3·x+5

Thus the line equation is y=-3 x+5

Now find the line equation using the vector function.

The points are P(0,5), Q(2,-1)

We'll start by determining the direction vector of the line PQ

The points are P(0,5) and Q(2,-1)

PQ=(2-0,-1-5)PQ=(2,-6)