Download Careers360 App
Equation of a Line in Three Dimensions

Equation of a Line in Three Dimensions

Edited By Komal Miglani | Updated on Jul 02, 2025 07:49 PM IST

The equation of a line is an algebraic way to represent a line in terms of the coordinates of the points it joins. The equation of the straight line in 3D requires two points that are located in space. The point in three coordinates is expressed as ( $\mathrm{x}, \mathrm{y}, \mathrm{z}$ ). In real life, we use equations for a line in space to calculate the speed, distance and time of a moving object.

This Story also Contains
  1. What is the Equation of a Line?
  2. Equation of line in 2D
  3. Equation of a line through a given point and parallel to a given vector in Vector Form
  4. Equation of a line through a given point and parallel to a given vector in Cartesian Form
  5. Equation of a line passing through two given points in vector form
  6. Solved Examples Based on Equations for a Line in 3D Space
Equation of a Line in Three Dimensions
Equation of a Line in Three Dimensions

In this article, we will cover the concept of Equations for a Line in Space. This topic falls under the broader category of 3-dimensional geometry, which is an important chapter in Class 12 Mathematics. This is very important not only for board exams but also for the competitive exams, which even include the Joint Entrance Examination Main and other entrance exams: SRM Joint Engineering Entrance, BITSAT, WBJEE, and BCECE. A total of 11 questions have been asked on this topic in JEE Main from 2013 to 2023 including one in 2014, one in 2019, two in 2021, two in 2022, and five in 2023.

What is the Equation of a Line?

The equation of a line is an algebraic way to express a line in terms of the coordinates of the points it joins. The equation of a line will always be a linear equation.

A line is uniquely determined if:

  1. It passes through a given point and has given direction, or

  2. It passes through two given points.

Equation of line in 2D

1) Point Slope Form

Using the Point Slope Form we represent a line using the slope $(m)$ and a point on the line $\left(x_1, y_1\right)$.

$
y-y_1=m\left(x-x_1\right)
$

2) Slope Intercept Form

In Slope Intercept Form we represent a line using the slope $(\mathrm{m})$ and the $y$ intercept $(b)$.

$
y=m x+b
$

3) Intercept Form

Using the Intercept Form we represent a line where it intersects the x -axis at $(a, 0)$ and the $y$-axis at $(0, b)$.

$
x / a+y / b=1
$
4) Normal Form

Represents a line using the angle $(\theta)$ the line makes with the positive $x$ axis and the perpendicular distance (p) from the origin to the line.

$
x \cos \theta+y \sin \theta=p
$

Equation of Line in 3D

The equation of the straight line in 3D requires two points that are located in space. The point in three coordinates is expressed as ( $x, y, z)$.

Equation of a line through a given point and parallel to a given vector in Vector Form

Let $L$ be $a$ line in space passing through point $P\left(x_0, y_0, z_0\right)$. Let $\overrightarrow{\mathbf{b}}=a \hat{\mathbf{i}}+b \hat{\mathbf{j}}+c \hat{\mathbf{k}}$ be a vector parallel to $L$ . Then, for any point on line $\mathrm{Q}(\mathrm{x}, \mathrm{y}, \mathrm{z})$, we know that vector $P Q$ is parallel to vector $b$ . Thus, there is a scalar, $\lambda$, such that $\overrightarrow{P Q}=\lambda \overrightarrow{\mathbf{b}}$, which gives,

$
\begin{gathered}
\overrightarrow{P Q}=\lambda \tilde{\mathbf{b}} \\
\left(x-x_0\right) \hat{i}+\left(y-y_0\right) \hat{j}+\left(z-z_0\right) \hat{k}=\lambda(a \hat{i}+b \hat{j}+c \hat{k})
\end{gathered}
$

Using vector operations, we can rewrite,

$
\begin{aligned}
(x \hat{i}+y \hat{j}+z \hat{k})-\left(x_0 \hat{i}+y_0 \hat{j}+z_0 \hat{k}\right) & =\lambda(a \hat{i}+b \hat{j}+c \hat{k}) \\
(x \hat{i}+y \hat{j}+z \hat{k}) & =\left(x_0 \hat{i}+y_0 \hat{j}+z_0 \hat{k}\right)+\lambda(a \hat{i}+b \hat{j}+c \hat{k})
\end{aligned}
$

Setting $\overrightarrow{\mathbf{r}}=x \hat{i}+y \hat{j}+z \hat{k}$ and $\overrightarrow{\mathbf{r}}_0=x_0 \hat{i}+y_0 \hat{j}+z_0 \hat{k}$ we now have the vector equation of a line:

$
\overrightarrow{\mathbf{r}}=\overrightarrow{\mathbf{r}}_0+\lambda \overrightarrow{\mathbf{b}}
$


Equation of a line through a given point and parallel to a given vector in Cartesian Form

The Equation of a line through a given point and parallel to a given vector in Cartesian Form is

$
\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c}
$


Derivation

The vector equation of a line $\overrightarrow{\mathbf{r}}=\overrightarrow{\mathbf{r}}_0+\lambda \overrightarrow{\mathbf{b}}$ shows that the following equations are simultaneously true:

$
x=x_0+\lambda a ; y=y_0+\lambda b ; z=z_0+\lambda c
$

If we solve each of these equations for the component variables $x, y$, and $z$, we get a set of equations in which each variable is defined in terms of the parameter $\lambda$ and that, together, describe the line. This set of three equations forms a set of parametric equations of a line:

If we solve each of the equations for $\lambda$ assuming $\mathrm{a}, \mathrm{b}$, and $c$ are non-zero, we get a different description of the same line:

$
\frac{x-x_0}{a}=\lambda, \quad \frac{y-y_0}{b}=\lambda, \quad \frac{z-z_0}{c}=\lambda
$

|These are parametric equations of the line. Eliminating the parameter $\lambda$ from the above equation, we get,

$
\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c}
$

This is the Cartesian equation of the line.

NOTE:
If $\mathrm{I}, \mathrm{m}, \mathrm{n}$ are the direction cosines of the line, the equation of the line is

$
\frac{x-x_0}{l}=\frac{y-y_0}{m}=\frac{z-z_0}{n}
$

Equation of a line passing through two given points in vector form

Let $\overrightarrow{\mathbf{p}}=x_0 \hat{i}+y_0 \hat{j}+z_0 \hat{k} \text { and } \overrightarrow{\mathbf{q}}=x_1 \hat{i}+y_1 \hat{j}+z_1 \hat{k} \text {. }\\$
$\overrightarrow{\mathbf{r}}=\overrightarrow{\mathbf{p}}+\lambda(\overrightarrow{\mathbf{q}}-\overrightarrow{\mathbf{p}})$

Derivation

Let $P\left(x_0, y_0, z_0\right)$ and $Q\left(x_1, y_1, z_1\right)$ be the points on a line, and let $\overrightarrow{\mathbf{p}}=x_0 \hat{i}+y_0 \hat{j}+z_0 \hat{k}$ and $\overrightarrow{\mathbf{q}}=x_1 \hat{i}+y_1 \hat{j}+z_1 \hat{k}$

Let $\overrightarrow{\mathbf{r}}$ be the position vector of an arbitrary point $R(x, y, z)$ lying on this line We want to find a vector equation for the line PQ.

Using P as our known point on the line, and $\overrightarrow{P Q}=\left(x_1-x_0\right) \hat{i}+\left(y_1-y_0\right) \hat{j}+\left(z_1-z_0\right) \hat{k}$ as the direction vector, the equation $\overrightarrow{\mathbf{r}}=\overrightarrow{\mathbf{r}}_0+\lambda \overrightarrow{\mathbf{b}}$ gives

$
\begin{aligned}
\overrightarrow{\mathbf{r}} & =\overrightarrow{\mathbf{p}}+\lambda(\overrightarrow{P Q}) \\
\overrightarrow{\mathbf{r}} & =\overrightarrow{\mathbf{p}}+\lambda(\overrightarrow{\mathbf{q}}-\overrightarrow{\mathbf{p}})
\end{aligned}
$


Equation of a line passing through two given points in Cartesian Form

We can also find parametric equations for the line segment $\overrightarrow{\mathbf{r}}=\overrightarrow{\mathbf{p}}+\lambda(\overrightarrow{\mathbf{q}}-\overrightarrow{\mathbf{p}})$

As the position vector of point $\mathrm{R}(\mathrm{x}, \mathrm{y}, \mathrm{z})$ is $\overrightarrow{\mathbf{r}}=(x \hat{i}+y \hat{j}+z \hat{k})$.

Recommended Video Based on Equations for a Line in 3D Space


Solved Examples Based on Equations for a Line in 3D Space

Example 1: Consider the lines $L_1$ and $L_2$ given by

$
L_1: \frac{x-1}{2}=\frac{y-3}{1}=\frac{z-2}{2} L_2: \frac{x-2}{1}=\frac{y-2}{2}=\frac{z-3}{3}
$

line $L_3$ having direction ratios $1,-1,-2$, intersects $L_1$ and $L_2$ at the points $P$ and $Q$ respectively. Then the length of the line segment $P Q$ is
[JEE MAINS 2023]

Solution

D R's of $P Q$ are $=(2 \lambda-\mu-1, \lambda-2 \mu+1,2 \lambda-3 \mu-1)$ given D.R's are $=(1,-1,-2)$

$
\begin{aligned}
& \frac{2 \lambda-\mu-1}{1}=\frac{\lambda-2 \mu+1}{-1}=\frac{2 \lambda-3 \mu-1}{-2} \\
& \lambda=\mu=3 \\
& \mathrm{P}=(7,6,8) \\
& \mathrm{Q}=(5,8,12) \\
& \mathrm{PQ}=2 \sqrt{6}
\end{aligned}
$

Hence, the answer is $2 \sqrt{6}$

Example 2: Let the line $L$ pass through the point $(0,1,2)$, intersect the line $\frac{\mathrm{x}-1}{2}=\frac{\mathrm{y}-2}{3}=\frac{\mathrm{z}-3}{4}$ and be parallel to the plane $2 x+y-3 z=4$. Then the distance of the point $P(1,-9,2)$ from the line $L$ is :
[JEE MAINS 2023]

Solution

$\begin{aligned}
& \overrightarrow{\mathrm{PQ}}=(2 \lambda+1,3 \lambda+1,4 \lambda+1) \\
& \overrightarrow{\mathrm{PQ}} \cdot \overrightarrow{\mathrm{n}}=0 \quad \Rightarrow(2 \lambda+1) \cdot(2)+(3 \lambda+1)(1)+(4 \lambda+1)(-3)=0 \\
& \Rightarrow-5 \lambda=0 \\
& \Rightarrow \lambda=0 \\
& Q=(1,2,3) \\
& \mathrm{eq}^{\mathrm{n}} \text { of line } \\
& \frac{x-0}{1}=\frac{y-1}{1}=\frac{z-2}{1}=\mu \\
& \text { distance of line from }(1,-9,2) \\
& \left(P^{\prime} \mathrm{Q}\right) \cdot(1,1,1)=0 \\
& \Rightarrow[\mu-1, \mu+10, \mu] \cdot[1,1,1]=0 \\
& \Rightarrow \mu-1+\mu+10+\mu=0 \\
& \mu=-3 \\
& Q^{\prime}=(-3,-2,1) \\
& P^{\prime} Q^{\prime}=\sqrt{16+49+9}=\sqrt{74}
\end{aligned}$

Hence, the answer is $\sqrt{74}$

Example 3: Let a line having direction ratios $1,-4,2$ intersect the lines $\frac{\mathrm{x}-7}{3}=\frac{\mathrm{y}-1}{-1}=\frac{\mathrm{z}+2}{1}$ and $\frac{\mathrm{x}}{2}=\frac{\mathrm{y}-7}{3}=\frac{\mathrm{z}}{1}$ at the points A and B . Then $(\mathrm{AB})^2$ is equal to $\qquad$ [JEE MAINS 2022]

Solution

Direction ratio of AB:

$
\frac{3 \mu-2 \lambda+7}{1}=\frac{-\mu-3 \lambda-6}{-4}=\frac{\mu-\lambda-2}{2}
$

On solving $\mu=-5$

$
\lambda=-3
$

$
\begin{aligned}
\therefore(\mathrm{AB})^2 & =(-15+6+7)^2+(5+9-6)^2+(-5+3-2)^2 \\
& =4+64+16 \\
& =84
\end{aligned}
$

Hence, the answer is 84

Example 4: The equation of the line through the point $(0,1,2)$ and perpendicular to the line $\frac{x-1}{2}=\frac{x+1}{3}=\frac{z-1}{-2}$ is: [JEE MAINS 2022]

Solution


$\begin{aligned}
& \frac{x-1}{2}=\frac{y+1}{3}=\frac{z-1}{-2}=r \\
& \Rightarrow P(x, y, z)=(2 r+1,3 r-1,-2 r+1)
\end{aligned}$

Since, $\overrightarrow{Q P} \perp(2 \hat{i}+3 \hat{j}-2 \hat{k})$

$
\begin{aligned}
& \Rightarrow 4 r+2+9 r-6+4 r+2=0 \\
& \Rightarrow \mathrm{r}=\frac{2}{17} \\
& \Rightarrow \mathrm{P}\left(\frac{21}{17}, \frac{-11}{17}, \frac{13}{17}\right) \\
& \Rightarrow \overrightarrow{\mathrm{PQ}}=\frac{21 \hat{\mathrm{i}}-28 \hat{\mathrm{j}}-21 \hat{\mathrm{k}}}{17}
\end{aligned}
$

So, $\overrightarrow{\mathrm{QP}}: \frac{\mathrm{x}}{-3}=\frac{\mathrm{y}-1}{4}=\frac{\mathrm{z}-2}{3}$
Hence, the answer is $\frac{x}{-3}=\frac{y-1}{4}=\frac{z-2}{3}$

Example 5 : The equation of the line passing through $(-4,3,1)$, parallel to the plane $x+2 y-z-5=0$ and intersecting the line $\frac{x+1}{-3}=\frac{y-3}{2}=\frac{z-2}{-1}$ is :

[JEE Mains 2021]
Solution: The normal vector of the plane containing two intersecting lines is parallel to the vector

$
\overrightarrow{v_1}=\left|\begin{array}{ccc}
\hat{i} & \hat{\hat{j}} & \hat{k} \\
3 & 0 & 1 \\
-3 & 2 & -1
\end{array}\right|=-2 \hat{i}+6 \hat{k}
$

$\therefore$ The required line is parallel to the vector

$
\left(\overrightarrow{v_2}\right)=\left|\begin{array}{ccc}
\hat{i} & \hat{j} & \hat{k} \\
1 & 2 & -1 \\
-2 & 0 & 6
\end{array}\right|=3 \hat{i}-\hat{j}+\hat{k}
$

$\therefore$ The required equation of the line is

$
\frac{x+4}{3}=\frac{y-3}{-1}=\frac{z-1}{1}
$

Frequently Asked Questions (FAQs)

1. What are the conditions for determining the line uniquely?

A line is uniquely determined if It passes through a given point and has given direction, or it passes through two given points.

2. What is the Cartesian equation of a line through a given point and parallel to a given vector?

The Cartesian equation of a line is given by

$
\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c}
$

3. If $I, m, n$ are the direction cosines of the line, then what is the equation of the line?

If I, m, n are the direction cosines of the line, the equation of the line is

$
\frac{x-x_0}{l}=\frac{y-y_0}{m}=\frac{z-z_0}{n}
$

4. What is the equation of the line passing through two points?

The equation of the line passing through two points is given by

$
\overrightarrow{\mathbf{r}}=\overrightarrow{\mathbf{p}}+\lambda(\overrightarrow{\mathbf{q}}-\overrightarrow{\mathbf{p}})
$

5. What is the Cartesian equation of a line passing through two points $A\left(x_1, y_1, z_1\right)$ and $B\left(x_2, y_2, z_2\right) ?$

The equation of a line passing through two points $A\left(x_1, y_1, z_1\right)$ and $B\left(x_2, y_2, z_2\right)$ is given by

$
\frac{x-x_1}{x_2-x_1}=\frac{y-y}{y_2-y_1}=\frac{z-z_1}{z_2-z_1}
$

6. Why can't we use the slope-intercept form (y = mx + b) for a line in 3D?
The slope-intercept form is insufficient for 3D lines because it only relates two variables (x and y). In 3D, we need to describe the relationship between three variables (x, y, and z), which requires a more complex representation like the parametric or vector form.
7. How can you find a direction vector for a line given two points on the line?
To find a direction vector given two points (x₁, y₁, z₁) and (x₂, y₂, z₂) on the line, subtract the coordinates of one point from the other: direction vector = (x₂ - x₁, y₂ - y₁, z₂ - z₁). This vector points from the first point to the second point along the line.
8. What is the general equation of a line in three dimensions?
The general equation of a line in three dimensions is given by the parametric form: (x, y, z) = (x₀, y₀, z₀) + t(a, b, c), where (x₀, y₀, z₀) is a point on the line, (a, b, c) is a direction vector parallel to the line, and t is a parameter that can take any real value.
9. How does the equation of a line in 3D differ from a line in 2D?
In 3D, a line equation requires three coordinates (x, y, z) instead of two (x, y) in 2D. The 3D line equation uses a direction vector with three components, while a 2D line equation typically uses slope or a two-component direction vector.
10. What are the different ways to represent a line in 3D space?
A line in 3D space can be represented in several ways:
11. How can you find the equation of a line that passes through a given point and is parallel to a given vector?
If you have a point (x₀, y₀, z₀) and a vector (a, b, c), the equation of the line passing through the point and parallel to the vector is (x, y, z) = (x₀, y₀, z₀) + t(a, b, c), where t is a parameter.
12. What is a direction vector, and why is it important in the equation of a 3D line?
A direction vector is a vector parallel to the line that indicates its orientation in 3D space. It's crucial because it defines the line's direction and, combined with a point on the line, uniquely determines the line's position and orientation in 3D space.
13. What is the relationship between a line's equation and its direction cosines?
Direction cosines are the cosines of angles that the line makes with the positive x, y, and z axes. They are related to the direction vector (a, b, c) of the line by normalization: direction cosines = (a/√(a²+b²+c²), b/√(a²+b²+c²), c/√(a²+b²+c²)).
14. How can you determine if a point lies on a given line in 3D?
To determine if a point (x, y, z) lies on a line given by (x₀, y₀, z₀) + t(a, b, c), substitute the point's coordinates into the equation and solve for 't'. If a real value of 't' exists that satisfies all three coordinate equations simultaneously, the point lies on the line.
15. How can you determine if two lines in 3D are parallel?
Two lines are parallel if their direction vectors are scalar multiples of each other. If line 1 has direction vector (a₁, b₁, c₁) and line 2 has (a₂, b₂, c₂), they are parallel if a₁/a₂ = b₁/b₂ = c₁/c₂.
16. What is the significance of the parameter 't' in the parametric equation of a line?
The parameter 't' in the parametric equation represents a scalar multiplier for the direction vector. As 't' varies through all real numbers, it generates all points on the line. Different values of 't' correspond to different points along the line.
17. What is the difference between a line and a line segment in 3D space?
A line in 3D space extends infinitely in both directions, while a line segment has two definite endpoints. In parametric form, a line allows the parameter t to take any real value, while a line segment restricts t to a specific interval, typically [0, 1].
18. What is the significance of the direction ratios of a line in 3D?
Direction ratios are the components of the direction vector of a line. They represent the relative rates of change of x, y, and z coordinates as you move along the line. The ratios of these components determine the line's orientation in 3D space.
19. How does changing the parameter 't' affect the points generated by a parametric line equation?
Changing 't' moves the point along the line. Increasing 't' moves the point in the direction of the direction vector, while decreasing 't' moves it in the opposite direction. The rate of change of position with respect to 't' is constant and equal to the magnitude of the direction vector.
20. What is the relationship between a line's equation and its projections on the coordinate planes?
The projections of a 3D line onto the coordinate planes are 2D lines. For a line (x, y, z) = (x₀, y₀, z₀) + t(a, b, c), its projections are:
21. What is the relationship between a line's equation and its distance from the origin?
The distance d from the origin to a line (x, y, z) = (x₀, y₀, z₀) + t(a, b, c) is given by:
22. What is the relationship between a line's equation and its angle with the coordinate axes?
The angles α, β, and γ that a line makes with the x, y, and z axes respectively are related to its direction vector (a, b, c) by:
23. What is the geometric meaning of the scalar parameter in the parametric equation of a line?
The scalar parameter 't' in the parametric equation represents the signed distance along the line from the base point, measured in units of the direction vector's magnitude. Positive t values move in the direction of the vector, negative values in the opposite direction.
24. What is the significance of the vector equation of a line in understanding its geometry?
The vector equation r = r₀ + tv represents the line as a set of position vectors. It clearly shows that any point on the line is the sum of a fixed position vector r₀ (a point on the line) and a variable multiple of the direction vector v, providing a clear geometric interpretation.
25. What is the relationship between a line's equation and its reflection across a coordinate plane?
The reflection of a line across a coordinate plane changes the sign of the component of its direction vector and point coordinates perpendicular to that plane. For example, reflection across the xy-plane changes (x₀, y₀, z₀) + t(a, b, c) to (x₀, y₀, -z₀) + t(a, b, -c).
26. What does it mean geometrically when two lines in 3D space are skew?
Skew lines in 3D space are lines that are not parallel and do not intersect. Geometrically, this means they pass by each other without touching and don't lie in the same plane.
27. How can you find the point of intersection of two lines in 3D, if it exists?
To find the intersection, equate the parametric equations of both lines and solve for their parameters. If a unique solution exists, substitute either parameter back into its line equation to find the point of intersection. If no solution exists, the lines don't intersect.
28. What is the relationship between a line and a plane in 3D space?
A line can intersect a plane at a single point, be parallel to the plane (no intersection), or lie entirely within the plane. The relationship depends on whether the direction vector of the line is perpendicular to the normal vector of the plane.
29. What is the parametric form of a line segment in 3D, and how does it differ from an infinite line?
The parametric form of a line segment from point A(x₁, y₁, z₁) to B(x₂, y₂, z₂) is (x, y, z) = (x₁, y₁, z₁) + t(x₂-x₁, y₂-y₁, z₂-z₁), where 0 ≤ t ≤ 1. It differs from an infinite line by restricting t to [0, 1] instead of all real numbers.
30. How can you determine if three points in 3D space are collinear (lie on the same line)?
Three points A, B, and C are collinear if the vector AB is a scalar multiple of vector AC. Alternatively, you can check if the area of the triangle formed by these points is zero, which can be calculated using the magnitude of the cross product of two sides of the triangle.
31. What is the significance of the vector cross product in relation to lines in 3D?
The cross product of two vectors is perpendicular to both vectors. In the context of 3D lines, the cross product of two direction vectors gives a normal vector to the plane containing both lines, which is useful in determining if lines are skew or coplanar.
32. How can you find the equation of a line that is perpendicular to two given lines?
To find a line perpendicular to two given lines, take the cross product of their direction vectors. This resulting vector will be perpendicular to both lines and can be used as the direction vector for the new line. Choose any point for the line to pass through to complete the equation.
33. How do you find the angle between two lines in 3D space?
The angle θ between two lines can be found using their direction vectors v₁ and v₂: cos(θ) = (v₁ · v₂) / (|v₁| |v₂|), where · denotes dot product and | | denotes magnitude. This gives the acute angle; the obtuse angle is π - θ.
34. What is the significance of the scalar triple product in relation to lines in 3D?
The scalar triple product of three vectors a · (b × c) gives the volume of the parallelepiped formed by these vectors. In the context of 3D lines, if the scalar triple product of three direction vectors is zero, it means the lines are coplanar (lie in the same plane).
35. How can you find the shortest distance between two skew lines in 3D?
The shortest distance between skew lines L₁ and L₂ with direction vectors v₁ and v₂ and points P₁ and P₂ respectively is given by: |((P₂ - P₁) · (v₁ × v₂)) / |v₁ × v₂||, where · is dot product and × is cross product.
36. How can you determine if four points in 3D space are coplanar?
Four points A, B, C, and D are coplanar if the volume of the tetrahedron formed by these points is zero. This can be checked by calculating the scalar triple product (B-A) · ((C-A) × (D-A)). If it's zero, the points are coplanar.
37. How does the concept of linear independence relate to lines in 3D?
Two lines are linearly independent if their direction vectors are not parallel (i.e., not scalar multiples of each other). Three lines are linearly independent if their direction vectors are not coplanar. Linear independence is crucial for spanning 3D space with lines.
38. What is the significance of the vector triple product in relation to lines in 3D?
The vector triple product a × (b × c) can be used to determine if three direction vectors a, b, and c are coplanar. If the result is the zero vector, the vectors (and thus the lines they represent) are coplanar.
39. How can you find the equation of a line that is equidistant from two given points in 3D?
The line equidistant from two points A and B is the perpendicular bisector of the line segment AB. Its equation can be found by:
40. How does the concept of a normal vector relate to lines in 3D?
While lines themselves don't have normal vectors, the concept is important when considering the relationship between lines and planes. Any vector perpendicular to the direction vector of a line is a normal vector to that line, and it's also normal to any plane containing the line.
41. What is the geometric interpretation of the symmetric form of a line equation in 3D?
The symmetric form (x - x₀)/a = (y - y₀)/b = (z - z₀)/c represents the line as the intersection of two planes. Each equality in the equation represents a plane, and the line is where these planes intersect.
42. How can you find the equation of a line that is the intersection of two planes?
To find the line of intersection:
43. How can you determine if a line is parallel to a coordinate plane?
A line is parallel to a coordinate plane if its direction vector is perpendicular to the normal vector of that plane. For example, a line is parallel to the xy-plane if its direction vector has a z-component of zero.
44. How can you find the foot of the perpendicular from a point to a line in 3D?
To find the foot of the perpendicular from point P to line L:
45. How does the concept of a position vector relate to the equation of a line in 3D?
The position vector r of any point on a line can be expressed as r = r₀ + tv, where r₀ is the position vector of a fixed point on the line, v is the direction vector, and t is a parameter. This vector equation directly translates to the parametric form of the line equation.

Articles

Back to top