Equation of a line in 3D
In this post I will be talking about how to find vector equation of a line in 3D.
To find vector equation of a line we need :
A direction vector of the line
Coordinates of any point on the line
Equation from direction vector and a point on the line
Direction or directional vector is a vector arrow parallel to the line. Some texts will use the term ‘Direction ratios’ or ‘Direction Numbers’ for direction vector. Direction numbers or direction ratios of a line is a set of three numbers that specify the direction of that line. A line with direction ratios of 1, 2, 3 basically means that
The procedure for finding the equation of a line is simple enough. Consider a line in 3D space; let’s name it L. Suppose
Let P(5, 2, -4) be a point on L. Below is a rough picture of how everything is supposed to look like.
Define another point Q(x, y, z) on the line. I am calling it a variable point. Its position on the line is not fixed. We are looking for a relation that will tell us how the coordinates (x, y, z) vary as the position of point Q on the line changes, which is just another way of saying that we are looking for an equation of the line.
The first main step is to define a vector from the given point on the line to the variable point(P to Q), OR.. from the variable point to the given point(Q to P), either way will do. I will go with
I am calling it a variable vector, its size(length of the arrow) and direction will depend upon where the variable point Q is on the line. But, it is clear that no matter where Q is on L, this vector will always be parallel to the direction vector
In the topic of vectors, we often hear that parallel vectors are scalar multiples of each other. What that basically means is we can enlarge or shrink the size of one vector by the same amount along all three coordinate axes to create a copy of the other parallel vector.
For example,
The size of
Alternatively, if we reduce the size of
We write,
Number 2 is a scalar, so is ½, the same factor by which we change the size of one vector along all three axes to produce a copy of the other vector. Hence,
If two vectors are parallel but in opposite directions, in that case the scalar factor will be a negative value.
Going back to our example, since vectors
We could also express
The size of
For the size of vector arrow
From (1),
Also, the size of
(x - 5) = 3c
(y - 2) = 2c ….. (3)
(z + 4) = -8c
(2) is the Vector equation of L. (3) is a three-part Cartesian equation of L . We can combine all parts together by solving for c in all three parts, and then equating them.
It is important to note that c is not a constant in the equation, it’s actually a fourth variable. Its value will vary depending on where Q is on the line.
Let’s check if point Q(3, -4, 0) is on L.
Q will be on L if
3 - 5 = 3c ; - 4 - 2 = 2c ; 0 + 4 = - 8c
c = - 2 ; - 3 = c ; c = - 1\2
We see that c is not the same along all three axes. This means that we will have to scale
Equation from two given points on the line
You will also encounter problems where a direction vector will not be directly given. Instead, you will be given coordinates of one more point on the line. But that’s not a problem at all. A vector defined from one given point to another given point on the line is nothing but a vector that’s parallel to the line, a direction vector.
After we have defined the direction vector of the line, we can proceed to finding its equation from its direction vector and any one of the two given points on the line just like we did in the above example.
Comments
Post a Comment