Welcome to this deep dive into understanding and forming the equations of a line in three-dimensional space! Unlike lines in two dimensions, which can be fully described by a simple equation like $y = mx + c$, lines in 3D space require a bit more information and a richer mathematical framework. For JEE, a solid grasp of these concepts is absolutely fundamental, as lines form the building blocks for understanding planes, distances, and various geometric configurations.
At its core, to uniquely define a line in 3D space, we need two fundamental pieces of information:
1.
A point that the line passes through: This fixes its position in space.
2.
The direction in which the line extends: This defines its orientation.
Let's explore how these two pieces of information are woven into both vector and Cartesian forms of a line's equation.
---
I. Equation of a Line in Vector Form
The vector form is often the most intuitive way to understand the equation of a line because it directly incorporates a point and a direction vector.
Case 1: Line Passing Through a Given Point and Parallel to a Given Vector
Imagine you're standing at a specific point in space, say point A, and you're told to walk in a particular direction, say along vector $vec{b}$. If you keep walking in that direction, you'll trace a straight line.
* Let
$A$ be a fixed point in space with position vector
$vec{a}$ relative to the origin O.
* Let
$vec{b}$ be a vector that determines the direction of the line.
* Let
$P$ be any arbitrary point on the line, with position vector
$vec{r}$.
Component |
Description |
|---|
$vec{r}$ |
Position vector of any general point P(x, y, z) on the line. This is the variable part of the equation. |
$vec{a}$ |
Position vector of a specific known point A($x_1, y_1, z_1$) through which the line passes. |
$vec{b}$ |
Direction vector of the line. This vector is parallel to the line. Its components are proportional to the direction ratios. |
$lambda$ |
A scalar parameter. As $lambda$ varies, $vec{r}$ traces out different points on the line. It can be any real number ($lambda in mathbb{R}$). |
Derivation:
Since point P lies on the line passing through A and is parallel to $vec{b}$, the vector $vec{AP}$ must be parallel to $vec{b}$.
This means $vec{AP}$ can be expressed as a scalar multiple of $vec{b}$.
So, $vec{AP} = lambda vec{b}$, where $lambda$ is a scalar.
We know that $vec{AP} = vec{r} - vec{a}$.
Therefore, $vec{r} - vec{a} = lambda vec{b}$.
Rearranging this, we get the vector equation of the line:
$vec{r} = vec{a} + lambda vec{b}$
This equation is paramount for describing a line in 3D space.
Example 1:
Find the vector equation of the line passing through the point $(1, 2, -3)$ and parallel to the vector $3hat{i} - 2hat{j} + 5hat{k}$.
Solution:
Here, the fixed point A has position vector $vec{a} = hat{i} + 2hat{j} - 3hat{k}$.
The direction vector is $vec{b} = 3hat{i} - 2hat{j} + 5hat{k}$.
Using the formula $vec{r} = vec{a} + lambda vec{b}$, we get:
$vec{r} = (hat{i} + 2hat{j} - 3hat{k}) + lambda (3hat{i} - 2hat{j} + 5hat{k})$
This is the required vector equation of the line.
Case 2: Line Passing Through Two Given Points
What if you're given two points on the line instead of a point and a direction vector? No problem! We can easily deduce the direction vector.
* Let
$A$ be a fixed point with position vector
$vec{a}$.
* Let
$B$ be another fixed point with position vector
$vec{b}$.
* Let
$P$ be any arbitrary point on the line, with position vector
$vec{r}$.
Derivation:
The line passes through points A and B. We can use one of these points, say A($vec{a}$), as our fixed point.
The direction of the line is given by the vector connecting A to B, i.e., $vec{AB}$.
So, our direction vector $vec{b}_{direction} = vec{AB} = vec{b} - vec{a}$.
Now, substituting this into the general form $vec{r} = vec{a}_{fixed} + lambda vec{b}_{direction}$, we get:
$vec{r} = vec{a} + lambda (vec{b} - vec{a})$
This equation represents the line passing through two distinct points A and B.
Example 2:
Find the vector equation of the line passing through the points $A(1, 2, -1)$ and $B(2, -1, 3)$.
Solution:
Here, the position vectors of the two points are:
$vec{a} = hat{i} + 2hat{j} - hat{k}$
$vec{b} = 2hat{i} - hat{j} + 3hat{k}$
The direction vector of the line is $vec{b} - vec{a}$:
$vec{b} - vec{a} = (2hat{i} - hat{j} + 3hat{k}) - (hat{i} + 2hat{j} - hat{k})$
$vec{b} - vec{a} = (2-1)hat{i} + (-1-2)hat{j} + (3-(-1))hat{k}$
$vec{b} - vec{a} = hat{i} - 3hat{j} + 4hat{k}$
Using the formula $vec{r} = vec{a} + lambda (vec{b} - vec{a})$, we get:
$vec{r} = (hat{i} + 2hat{j} - hat{k}) + lambda (hat{i} - 3hat{j} + 4hat{k})$
This is the required vector equation of the line.
---
II. Equation of a Line in Cartesian Form
While the vector form is elegant, the Cartesian form is often more practical for computations involving coordinates. It's simply an expansion of the vector form using components.
Recall that:
* $vec{r} = xhat{i} + yhat{j} + zhat{k}$ (position vector of any point P(x,y,z) on the line)
* $vec{a} = x_1hat{i} + y_1hat{j} + z_1hat{k}$ (position vector of the known point A($x_1, y_1, z_1$))
* $vec{b} = ahat{i} + bhat{j} + chat{k}$ (direction vector, where $a, b, c$ are the
direction ratios of the line)
Case 1: Line Passing Through a Given Point $(x_1, y_1, z_1)$ and Having Direction Ratios $(a, b, c)$
Derivation from Vector Form:
Start with the vector form: $vec{r} = vec{a} + lambda vec{b}$
Substitute the component forms:
$xhat{i} + yhat{j} + zhat{k} = (x_1hat{i} + y_1hat{j} + z_1hat{k}) + lambda (ahat{i} + bhat{j} + chat{k})$
Group terms by $hat{i}, hat{j}, hat{k}$:
$xhat{i} + yhat{j} + zhat{k} = (x_1 + lambda a)hat{i} + (y_1 + lambda b)hat{j} + (z_1 + lambda c)hat{k}$
Equating the coefficients of $hat{i}, hat{j}, hat{k}$:
$x = x_1 + lambda a implies lambda = frac{x - x_1}{a}$
$y = y_1 + lambda b implies lambda = frac{y - y_1}{b}$
$z = z_1 + lambda c implies lambda = frac{z - z_1}{c}$
Since $lambda$ is the same for all three equations, we can equate them to get the Cartesian equation:
$frac{x - x_1}{a} = frac{y - y_1}{b} = frac{z - z_1}{c}$
Here, $(x_1, y_1, z_1)$ is a point on the line, and $(a, b, c)$ are the
direction ratios (DRs) of the line. The direction ratios are any set of numbers proportional to the components of the direction vector. If $(l, m, n)$ are direction cosines (DCs) of the line, then $a, b, c$ can be taken as $l, m, n$ respectively. Remember, $l^2+m^2+n^2=1$, while $a^2+b^2+c^2$ can be any positive number. Direction cosines are essentially normalized direction ratios.
JEE Focus: Parametric Form
From the steps above, we obtained:
$x = x_1 + lambda a$
$y = y_1 + lambda b$
$z = z_1 + lambda c$
This is known as the
parametric form of the line. Any point on the line can be represented as $(x_1 + lambda a, y_1 + lambda b, z_1 + lambda c)$ for some real value of $lambda$. This form is extremely useful in JEE problems, especially when you need to find the coordinates of a specific point on the line (e.g., foot of perpendicular, intersection with a plane).
Example 3:
Find the Cartesian equation of the line passing through $(1, 2, -3)$ and having direction ratios $(3, -2, 5)$.
Solution:
Given point $(x_1, y_1, z_1) = (1, 2, -3)$.
Given direction ratios $(a, b, c) = (3, -2, 5)$.
Using the formula $frac{x - x_1}{a} = frac{y - y_1}{b} = frac{z - z_1}{c}$:
$frac{x - 1}{3} = frac{y - 2}{-2} = frac{z - (-3)}{5}$
$frac{x - 1}{3} = frac{y - 2}{-2} = frac{z + 3}{5}$
This is the required Cartesian equation of the line.
Case 2: Line Passing Through Two Given Points $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$
Derivation from Vector Form:
We established the vector form as $vec{r} = vec{a} + lambda (vec{b} - vec{a})$.
Let $vec{a} = x_1hat{i} + y_1hat{j} + z_1hat{k}$ and $vec{b} = x_2hat{i} + y_2hat{j} + z_2hat{k}$.
Then the direction vector components are $(x_2 - x_1, y_2 - y_1, z_2 - z_1)$. These become our direction ratios $(a, b, c)$.
So, $a = x_2 - x_1$, $b = y_2 - y_1$, $c = z_2 - z_1$.
Substituting these into the Cartesian form from Case 1:
$frac{x - x_1}{x_2 - x_1} = frac{y - y_1}{y_2 - y_1} = frac{z - z_1}{z_2 - z_1}$
This is the Cartesian equation of a line passing through two specified points.
Example 4:
Find the Cartesian equation of the line passing through the points $A(1, 2, -1)$ and $B(2, -1, 3)$.
Solution:
Given points: $(x_1, y_1, z_1) = (1, 2, -1)$ and $(x_2, y_2, z_2) = (2, -1, 3)$.
The direction ratios are:
$a = x_2 - x_1 = 2 - 1 = 1$
$b = y_2 - y_1 = -1 - 2 = -3$
$c = z_2 - z_1 = 3 - (-1) = 4$
Using the formula $frac{x - x_1}{x_2 - x_1} = frac{y - y_1}{y_2 - y_1} = frac{z - z_1}{z_2 - z_1}$:
$frac{x - 1}{1} = frac{y - 2}{-3} = frac{z - (-1)}{4}$
$frac{x - 1}{1} = frac{y - 2}{-3} = frac{z + 1}{4}$
This is the required Cartesian equation of the line.
---
III. Special Cases and JEE Focus: Handling Zero Direction Ratios
What happens if one or more of the direction ratios $(a, b, c)$ are zero?
Consider the equation $frac{x - x_1}{a} = frac{y - y_1}{b} = frac{z - z_1}{c}$.
If, for example, $a = 0$, then the form $frac{x - x_1}{0}$ seems problematic. However, in the context of lines, it implies that the numerator must also be zero for the proportion to hold.
Key Interpretation: If a direction ratio is zero, it means the line is perpendicular to the corresponding axis (or parallel to the plane formed by the other two axes).
For example, if $a=0$, it means the direction vector $vec{b}$ has no $hat{i}$ component, i.e., $vec{b} = bhat{j} + chat{k}$. This line is parallel to the YZ-plane.
In the parametric form, $x = x_1 + lambda a$, if $a=0$, then $x = x_1$. This means all points on the line have the same x-coordinate $x_1$. The line lies entirely in the plane $x = x_1$.
So, if $a=0$, the Cartesian equation is written as:
$frac{x - x_1}{0} = frac{y - y_1}{b} = frac{z - z_1}{c}$, which implies $x = x_1$ and $frac{y - y_1}{b} = frac{z - z_1}{c}$
This represents the intersection of the plane $x=x_1$ and the plane defined by $frac{y - y_1}{b} = frac{z - z_1}{c}$.
Example with Zero Direction Ratio:
Find the Cartesian equation of a line passing through $(2, -1, 4)$ and parallel to the Z-axis.
Solution:
A line parallel to the Z-axis has direction ratios $(0, 0, 1)$ (or any non-zero multiple, e.g., $(0,0,k)$ where $k
eq 0$).
Point $(x_1, y_1, z_1) = (2, -1, 4)$.
Direction ratios $(a, b, c) = (0, 0, 1)$.
Using the form $frac{x - x_1}{a} = frac{y - y_1}{b} = frac{z - z_1}{c}$:
$frac{x - 2}{0} = frac{y - (-1)}{0} = frac{z - 4}{1}$
This implies:
$x - 2 = 0 implies x = 2$
$y - (-1) = 0 implies y = -1$
And $frac{z - 4}{1}$ remains as is.
So the equation of the line is defined by the two equations:
$x = 2, y = -1$
This makes perfect sense: it's a line where the x-coordinate is always 2 and the y-coordinate is always -1, allowing only the z-coordinate to vary, thus making it parallel to the Z-axis. This is an example of the
non-symmetric form of a line, where it's expressed as the intersection of two planes ($x=2$ and $y=-1$).
JEE Advanced Perspective: Non-symmetric Form
A line can also be given as the intersection of two planes:
$A_1x + B_1y + C_1z + D_1 = 0$
$A_2x + B_2y + C_2z + D_2 = 0$
To convert this to the symmetric Cartesian form, you need to:
1. Find a point on the line (e.g., set one coordinate to zero and solve for the other two).
2. Find the direction vector: The direction vector of the line is perpendicular to the normal vectors of both planes. So, the direction vector $vec{b}$ can be found by taking the cross product of the normal vectors of the two planes: $vec{b} = vec{n_1} imes vec{n_2}$, where $vec{n_1} = A_1hat{i} + B_1hat{j} + C_1hat{k}$ and $vec{n_2} = A_2hat{i} + B_2hat{j} + C_2hat{k}$.
---
Conclusion
Understanding the equation of a line in space is fundamental to 3D Geometry. Whether in vector form ($vec{r} = vec{a} + lambda vec{b}$) or Cartesian form ($frac{x - x_1}{a} = frac{y - y_1}{b} = frac{z - z_1}{c}$), the core idea remains the same: a line is defined by a point it passes through and its direction. Master these forms and their derivations, and you'll be well-equipped to tackle more complex problems involving lines, planes, and distances in 3D space, which are frequently tested in JEE. The parametric form is particularly crucial for finding coordinates of specific points on the line, a common technique in problem-solving. Always pay attention to special cases like zero direction ratios, as they often simplify to specific geometrical interpretations.