Ask your own question, for FREE!
Mathematics 15 Online
OpenStudy (anonymous):

parametric equation of a line through 2 points. I know the equation is r(t) = + t, but it doesn't seem to scale

OpenStudy (anonymous):

so i have 2 points: initial = <0, -.5, 0> terminal = <.1, -.5, 0>

OpenStudy (anonymous):

if you set t = 2, the point isn't on the same line right?

ganeshie8 (ganeshie8):

get the direction vector by subtracting both the corrdinates

OpenStudy (anonymous):

basically i'm creating a 3d program and i need to translate a distance (i guess being the parameter t) and plot it on the same line

ganeshie8 (ganeshie8):

direction vector = <.1, -.5, 0> - <0, -.5, 0> = ?

OpenStudy (anonymous):

hrm what do you do with the direction vector tho?

OpenStudy (anonymous):

oh i see so if you get the direction vector then you can just scale based on that

OpenStudy (anonymous):

so it would be <.1, 0, 0> then if you wanted a distance of say 2, you just do 2 dot <.1, 0, 0>

OpenStudy (anonymous):

but then how do you plot that on the same line?

ganeshie8 (ganeshie8):

line passing thru below two points : initial = <0, -.5, 0> terminal = <.1, -.5, 0> is r = <0, -.5, 0> + t<.1, 0, 0>

ganeshie8 (ganeshie8):

<,1, 0, 1> gives the direction, and the fixed point gives the location

ganeshie8 (ganeshie8):

you will get the terminal point, when \(t = 1\) ^

ganeshie8 (ganeshie8):

im not so sure ive answered ur question lol

OpenStudy (anonymous):

erm not sure if it works out tho. here's an example initial = <0, -.5, 0> terminal = <.1, -.5, 0> r(t) = <.1T, -.5 - .5T, 0>, which comes from <0, -.5, 0> + T<.1, -.5, 0> then if say you wanted something past the terminal point, say a distance of 2 T = 2, so <.2, -1.5, 0> would be the answer, but this isn't on the same line

OpenStudy (anonymous):

the answer should be <.2, -.5, 0>

ganeshie8 (ganeshie8):

direction vector doesn't look right

ganeshie8 (ganeshie8):

initial = <0, -.5, 0> terminal = <.1, -.5, 0> direction vector = <.1, 0, 0> equation of line is : r(t) = <0, -.5, 0> + t <.1, 0, 0>

ganeshie8 (ganeshie8):

plugin t = 2

OpenStudy (anonymous):

ohhhhhhhhh so you use the direction vector as the terminal point

ganeshie8 (ganeshie8):

as the name says, direction vector just tells about the direction... in some sense, its like `m` in the 2d equaiton `y = mx+b`

OpenStudy (anonymous):

ah ok that makes sense. thank you so much

ganeshie8 (ganeshie8):

np :)

ganeshie8 (ganeshie8):

good luck wid the program !!

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!