Question
Question: How do you find a vector parametric equation \(r\left( t \right)\)for the line through points \(P = ...
How do you find a vector parametric equation r(t)for the line through points P=(−3,−1,1)and Q=(−8,−4,5). If r(6)=P and r(10)=Q
Solution
Given the coordinates. We have to find the parametric equation for the line. First, we will determine the parametric equation at x=6 and then at x=10. Then, solve the equations for by eliminating one variable and solve for another variable. Later, substitute the value of the variable and solve for the variable. Then, determine the y-parametric equations by substituting the y-coordinates into the equation. Solve the equations to determine the z-parametric equations by substituting z-coordinates into the equation.
Formula used:
The general form of vector parametric equation is given by:
r(t)=(xp,yp,zp)+t(xv,yv,zv)
Where the parametric equations are
x=txv+xp
y=tyv+yp
z=tzv+zp
Complete step by step answer:
We are given the points P=(−3,−1,1) and Q=(−8,−4,5). First, we will write the parametric equations for x-coordinate.
⇒x=txv+xp
Now, substitute t=6 and x=−3 into the equation.
⇒−3=6xv+xp -----(1)
Then, substitute t=10 and x=−8 into the equation.
⇒−8=10xv+xp -----(2)
Subtract the equation (1) from equation (2) to eliminate xp.
⇒−8−(−3)=10xv−6xv+xp−xp
⇒−5=4xv
⇒xv=−45
Now, substitute the value of xv into the equation (1), we get:
⇒−3=6(−45)+xp
⇒−3=−215+xp
⇒−3+215=xp
⇒29=xp
Now, we will determine the y-parametric equation by substituting t=6 and y=−1 into the equation.
⇒−1=6yv+yp -----(3)
Then, substitute t=10 and y=−4 into the equation.
⇒−4=10yv+yp -----(4)
Subtract the equation (3) from equation (4) to eliminate yp.
⇒−4−(−1)=10yv−6yv+yp−yp
⇒−3=4yv
⇒yv=−43
Now, substitute the value of yv into the equation (3), we get:
⇒−1=6(−43)+yp
⇒−1=−29+yp
⇒−1+29=yp
⇒27=yp
Now, we will determine the z-parametric equation by substituting t=6 and z=1 into the equation.
⇒1=6zv+zp ----(5)
Then, substitute t=10 and z=5 into the equation.
⇒5=10zv+zp -----(6)
Subtract the equation (5) from equation (6) to eliminate zp.
⇒5−1=10zv−6zv+zp−zp
⇒4=4zv
⇒zv=1
Now, substitute the value of zv into the equation (5), we get:
⇒1=6(1)+zp
⇒1=6+zp
⇒1−6=zp
⇒−5=zp
Substitute the values into the general form of vector parametric equation r(t)=(xp,yp,zp)+t(xv,yv,zv)
⇒r(t)=(29,27,−5)+t(−45,−43,1)
Hence, the vector parametric equation for the line is r(t)=(29,27,−5)+t(−45,−43,1)
Note: The vector parametric equation of the line passing through the points is determined by writing the x, y and z coordinates of the parametric equation plus the coordinates of the vector equation.