Parametric Equations: Deriving (1-t)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Marioqwe
Messages
65
Reaction score
4
So, the parametric equations of a line segment from (x0,y0,z0) to (x1,x2,x3) are

x = (1-t)x0 + tx1
y = (1-t)y0 + ty1
z = (1-t)z0 + tz1


right?

But how are these equations derived? I don't really see where the (1-t) is coming from.
I would be really thankful if anybody could explain this to me.
 
Physics news on Phys.org
Hi Marioqwe! :smile:

(try using the X2 icon just above the Reply box :wink:)

It's because it's really

x = x0 + t(x1 - x0)
y = y0 + t(y1 - y0)
z = z0 + t(z1 - z0)

:wink:
 
Didn't catch that. Thank you very much.