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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top