Parametric Equations: Deriving (1-t)

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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top