Parametrization of straigth line in space

Click For Summary
SUMMARY

The parametrization of a straight line in three-dimensional space from point A (2, -1, 3) to point B (4, 2, -1) can be achieved using vector equations or linear functions. The vector equation is expressed as X(t) = <2, 3, -2>t + <2, -1, 3>, where t ranges from 0 to 1. Alternatively, the linear functions for each coordinate can be defined as x = 2t + 2, y = 3t - 1, and z = -2t + 3. Both methods confirm that there are infinite parameterizations for a curve, allowing flexibility in the choice of t.

PREREQUISITES
  • Understanding of vector equations in three-dimensional space
  • Familiarity with linear functions and their parameters
  • Basic knowledge of coordinate geometry
  • Ability to manipulate algebraic expressions
NEXT STEPS
  • Study vector parametrization techniques in 3D geometry
  • Explore the concept of linear interpolation between two points
  • Learn about different parameterization methods for curves
  • Investigate applications of parametrization in computer graphics
USEFUL FOR

Students and professionals in mathematics, physics, and computer graphics who require a solid understanding of three-dimensional parametrization techniques.

kasse
Messages
383
Reaction score
1
How can I parametrize the straigth line C from (2,-1,3) to (4,2,-1)?

In the xy-plane I simply use the eq. y-y(0)=m(x-x(0)) to find the parametrization, but what should I do when we have 3 dimensions?
 
Physics news on Phys.org
A straight line from A to B can be parametrized by t*B+(1-t)*A where t runs from 0 to 1.
 
Last edited:
There are two ways to approach this: If x is a linear function of the parameter, t, i.e. x= at+ b, when t= 0, x= 2, when t= 1, x= 4, what are a and b? If y is a linear function of the parametre, t, i.e. y= ct+ d, when t= 0, y= -1, when t= 1, y= 2, what are c and d? If z is a linear function of the parameter, t, i.e. z= et+ f, when t= 0, z= 3, when t= 1, z= -1, what are e and f?

Or,treat it as a vector equation: X(t)= <x(t),y(t),z(t)>= At+ B where A and B are vectors. When t= 0 X(0)= <2, -1, 3>= B. When t= 1, X(1)= <4,2,1>= A+ B and so A= <4, 2, 1>- B= <4,2,1>- <2,-1,3>= <2, 3, -2>: X(t)= <2, 3,-2>t+ <2, -1, 3>= <2t+2,3t-1,-2t+ 3>.

Notice that, in both of these methods, as well as Dicks method take t between 0 and 1. Since there are an infinite number of different parameterizations for a curve, you are free to do that.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K