Respuesta :
we are given two points as
p=(4, 5, −1)
q=(−7, 2, 3)
we have to find parametric equation
firstly, we will find pq
[tex]pq=q-p[/tex]
[tex]pq=(-7,2,3)-(4,5,-1)[/tex]
[tex]pq=(-7-4,2-5,3+1)[/tex]
[tex]pq=(-11,-3,4)[/tex]
now, we can find equation of line
L: p +t(pq)
so, we get
[tex]L=(4,5,-1)+t(-11,-3,4)[/tex]
[tex](x,y,z)=(4-11t,5-3t,-1+4t)[/tex]
[tex]x(t)=4-11t[/tex]
[tex]y(t)=5-3t[/tex]
[tex]z(t)=-1+4t[/tex]................Answer
We will see that the parametric equation that connects the points is:
(4 - 11t, 5 - 3t, -1 + 4t)
for 0 ≤ t ≤ 1
Finding the equation for the segment.
The general parametric equation that connects the points (x, y, z) to (x', y', z') is given by:
(1 - t)*(x, y, z) + t*(x', y', z')
for 0 ≤ t ≤ 1
You can see that when t = 0, we start at (x, y, z), and when t = 1 we end at (x', y', z').
Now we replace our points (4, 5, -1) and (-7, 2, 3) so we get:
(1 - t)*(4, 5, -1) + t*(-7, 2, 3)
= (4 - 4t - 7t, 5 - 5t + 2t, -1 + t + 3t)
= (4 - 11t, 5 - 3t, -1 + 4t)
Then the parametric equation that represents the segment is:
(4 - 11t, 5 - 3t, -1 + 4t)
for 0 ≤ t ≤ 1
If you want to learn more about parametric equations, you can read:
https://brainly.com/question/12695467