Skew Lines: Skew lines refer to a pair of lines that neither intersect nor run parallel to each other. This concept only applies in spaces with more than two dimensions, as skew lines must reside in separate planes, making them non-coplanar. In contrast, within two-dimensional space, lines are limited to two relationships: they can either cross each other or be parallel.
In this article, we will learn about skew lines, examples of skew lines, and how to calculate the shortest path between skew lines and other details.

Table of Content
- What are Skew Lines?
- Skew Lines Examples
- Skew Lines in 3D
- Skew Lines in a Cube
- Skew Lines Formula
- Angle Formed by Two Skew Lines
- Formula for Distance Between Skew Lines
- Vector Form
- Cartesian Form
- Distance Between Skew Lines
- Distance Between Two Skew Lines
- Shortest Distance Between Two Skew Lines
- Notes on Skew Lines
- Solved Examples on Skew Lines
- Practice Problems on Skew Lines
What are Skew Lines?
We must first learn about their types of lines before learning more about skew lines, which include:
- Intersecting Lines: Two or more lines are considered intersecting if they are in the same plane and intersect at a certain place.
- Parallel Lines: Two lines are considered parallel if they lay in the same plane and never cross, even when stretched indefinitely.
- Coplanar Lines: Coplanar Lines reside in the same plane.
Now about skew lines:
- Skew Lines: Non-parallel and non-intersecting lines are called skew lines.
Skew Lines Definition
A pair of non-intersecting, non-parallel, and non-coplanar lines are known as skew lines. It follows from this that skew lines are not parallel to one another and can never cross.
Lines can be parallel or intersecting to exist in two dimensions or the same plane. Skewed lines will always be non-coplanar and exist in three or more dimensions since they are not subject to this characteristic.
Skew Lines Examples
A lot of real-world scenarios have skewed lines. Let's say there are two lines: one on the ceiling and one on the wall. These lines may be skewed if they do not meet and are not parallel to one another since they are located in separate planes. These lines never end in either direction.
Skew Lines in 3D
Since skew lines are inherently non-coplanar, they will always exist in three dimensions.
Assume the following three-dimensional solid shape as shown in the image below. On the triangle face, we draw a single line that we call "a." We designate 'b', the single line that we draw on the quadrilateral-shaped face.
There isn't a plane that contains both a and b. "a" and "b" are not parallel to one another and will never intersect if we stretch them indefinitely in both directions. Thus, in 3D, "a" and "b" are skew lines.

Skew Lines in a Cube
One example of a solid three-dimensional form is a cube. We take three steps in order to locate skew lines in a cube.
Step 1: Locate lines that don't cross over.
Step 2: Determine whether or not these line pairs are likewise not parallel to one another.
Step 3: Next, determine if these lines are non-coplanar if they are not intersecting or parallel. If so, the selected pair of lines is skew.
formulas
The cube is given below as:

It is evident that lines GF and CD are neither parallel or intersecting. Moreover, their planes of lying are not the same. CD and GF are hence skew lines.
When looking for skew lines, one may also include the diagonals of solid objects.
Skew Lines Formula
Skewed lines don't exist in two-dimensional space. We have formulas for calculating the shortest path between skew lines in three dimensions, utilizing both the vector and cartesian methods. Since the two skew lines are not parallel and never cross, it might be difficult to calculate the angle between them.
Angle Formed by Two Skew Lines
Assume PQ and RS, our two skew lines. Take point O on RS, and draw OT, a line parallel to PQ, from this point. The measurement of the angle between the two skew lines may be obtained using the angle SOT.
Formula for Distance Between Skew Lines
We must draw a line perpendicular to these two skew lines in order to determine the separation between them. To get various versions of the formula for the shortest distance between two selected skew lines, we can express these lines in both cartesian and vector forms.
Assume P1 and P2 are our two skew lines. In the following part, we will examine how to calculate the separation between two skew lines.
Vector Form
Vector form of P1:
\vec{l}_1 = \vec{m}_1 + t \cdot \vec{n}_1
Vector form of P2:
\vec{l}_2 = \vec{m}_2 + t \cdot \vec{n}_2
In this case, a point on line P1 is E = −
From E to F, the vector is
The shortest distance between P1 and P2 is the projection of EF on this normal. Thus, this is given by:
d = \left| (\vec{n}_1 \times \vec{n}_2) \cdot (\vec{m}_2 - \vec{m}_1) \right| \div |\vec{n}_1 \times \vec{n}_2|
Cartesian Form
To find the shortest distance between lines P1 and P2, we shall take into account their symmetric equations.
\frac{x - x_1}{a_1} = \frac{y - y_1}{b_1} = \frac{z - z_1}{c_1} \frac{x - x_2}{a_2} = \frac{y - y_2}{b_2} = \frac{z - z_2}{c_2}
Where,
- a, b, and c represent Direction Vectors of Lines
Consequently, the following is the cartesian equation for the shortest path between skew lines:
Distance Between Skew Lines
Drawing a line perpendicular to both lines will reveal the distance between the skew lines. To calculate the distance, we may apply the previously given cartesian and vector formulas.
Distance Between Two Skew Lines
We may use any of the two distance formulas, depending on the kind of equations provided, to determine the separation between two skew lines. When determining the distance, we have two options: the symmetric equations or the parametric equations of a line.
Shortest Distance Between Two Skew Lines
Shortest distance between two skew lines is the perpendicular line between two skew lines. Line that is perpendicular to two skew lines is the shortest distance between them, not the line that connects both skew lines.
Given is the vector equation:
Cartesian equation is
Notes on Skew Lines
- Skewed lines are those that are not coplanar, parallel, or intersecting.
- Only in three or more dimensions are skew lines possible. Therefore, skew lines are not possible in 2D space.
- It is possible to find the shortest distance between skew lines in both vector and cartesian form using this formula.
Read More,
Solved Examples on Skew Lines
Example 1: Find the shortest between two lines:
- l1 = (i + 3j) + t(2i - j + k)
- l2 = (3i - 2j - 4k) + t(4i + 3k)
Solution:
Using vector form of equations,
m1 = (i + 3j), n1 = (2i - j + k)
m2 = (3i - 2j - 4k), n2 = (4i + 3k)
Thus, m2 - m1 = (2i - 5j - 4k)
Now, n1 × n2 = (-3i - 2j + 4k)
⇒ |n1×n2| = 5.385
Substituting in
d = \left| (\vec{n}_1 \times \vec{n}_2) \cdot (\vec{m}_2 - \vec{m}_1) \right| / |\vec{n}_1 \times \vec{n}_2| d = |(-12)/5.385|
⇒ d = 2.228 units
Example 2: Find the shortest between two lines:
- l1 = (2i - j) + t(i + 2j + 3k)
- l2 = (i - j - k) + t(i + 3j - 2k)
Solution:
Using vector form of equations,
m1 = (2i - j), n1 = (i + 2j + 3k)
m2 = (i - j - k), n2 = (i + 3j - 2k)
Thus, m2 - m1 = (-i - k)
Now, n1×n2 = (-13i + 5j + k)
⇒ |n1 × n2| = 13.96
Substituting in
d = \left| (\vec{n}_1 \times \vec{n}_2) \cdot (\vec{m}_2 - \vec{m}_1) \right| / |\vec{n}_1 \times \vec{n}_2| ⇒ d = |(-14)/13.96|
⇒ d = 1.003 units
Practice Problems on Skew Lines
Problem 1: Determine if the following pairs of lines are skew or not:
- l1: x = 1 + t, y = 2 - t, z = 3t
- l2: x = 2 - 2t, y = -1+3t, z = 4 + 2t
Problem 2: Given a skew line l: x = 3 - t, y = 2t, z = 1 + 2t, and a point P(1, -2, 3), find the shortest distance between the line and the point.