Please show ALL work Thank youSolutionSuppose that we are gi
Solution
Suppose that we are given two points on the line P0 = (x0, yo, z0) and P1 = ( x1, y1, z1 ).
Then P0P1 = < x1 - x0 , y1 - y0 , z1 - z0 > = < a,b,c> is a direction vector for the line.
Using P0 for the point and P0P1 for the direction vector, we see that the parametric equations of the line are ;-
x = x0 + t( x1 - x0 )
y = y0 + t( y1 - y0 )
z = z0 + t( z1 - z0 )
This is usually written di§erently. If we distribute t and factor differently, we get
x = ( 1 - t ) x0 + tx1
y = ( 1 - t ) y0 + ty1
z = ( 1 - t ) z0 + tz1
When t = 0, we are at the point P0 and when t = 1, we are at the point P1. So, if t is allowed to take on any real value, then this equation will describe the whole line. On the other hand, if we restrict t to [0; 1], then this equation describes the portion of the line between P0 and P1 which is called the line segment from P0 to P1.
hence,putting the given value..
we get,
x = -( 1 - t )2 + 5t = ( t - 1 )*2 +5 t
y = ( 1 - t )*6 + 7t
z = ( 1- t )*1 - 8t = ( 1 - t ) - 8t
now,
The vector valued function-
Vector-Valued Function
    r(t) = (x1 + at)i + (y1 + bt)j + (z1 + ct)k
= ( 5 + 7t )i + ( 7 + t )j + ( -8 - 9t )k

