Skip to main content

Straight Line in 3D

Skew Lines and Their Properties

0:00
LearnStep 1/3

Skew Lines and Their Properties

Skew Lines and Their Properties

Hello JEE aspirants! In this lesson, we'll tackle a fascinating topic in 3D geometry: skew lines. Understanding skew lines is crucial for mastering the straight line in 3D space, a concept frequently tested in JEE Main. They might seem a bit abstract at first, but with a clear understanding, you'll find them quite manageable. So, let's dive in!

What are Skew Lines?

Imagine two lines in space that are neither parallel nor intersecting. These are skew lines. They exist in different planes and never meet, no matter how far you extend them. Think of two highways on different overpasses that never cross each other – that's a good visual for skew lines!

Key Concept: Skew lines are non-parallel and non-intersecting.

This contrasts with parallel lines (which lie in the same plane and never intersect) and intersecting lines (which meet at a single point). The key difference is that skew lines do not lie in the same plane; they are in completely different planes.

Identifying Skew Lines

The core idea is to check if the lines are parallel first, and if not, then check if they intersect. If both conditions fail, they're skew!

Two lines are skew if they are not parallel AND do not intersect.

Formula 1: Vector Form

Let's say we have two lines defined in vector form:

r=a1+λb1\vec{r} = \vec{a_1} + \lambda \vec{b_1} r=a2+μb2\vec{r} = \vec{a_2} + \mu \vec{b_2}

Here, a1\vec{a_1} and a2\vec{a_2} are position vectors of points on the lines, and b1\vec{b_1} and b2\vec{b_2} are the direction vectors. λ\lambda and μ\mu are scalar parameters.

Condition 1: Non-Parallel

For the lines to be non-parallel, their direction vectors b1\vec{b_1} and b2\vec{b_2} should not be proportional. Mathematically, this means b1×b20\vec{b_1} \times \vec{b_2} \neq \vec{0}. In other words, the cross product of the direction vectors is a non-zero vector. This indicates that the direction vectors are not scalar multiples of each other.

Condition 2: Non-Intersecting

If they are not parallel, we need to check if they intersect. If they intersect, there must be values of λ\lambda and μ\mu that make the position vectors r\vec{r} equal. This means: a1+λb1=a2+μb2\vec{a_1} + \lambda \vec{b_1} = \vec{a_2} + \mu \vec{b_2}. We can rewrite this as: (a2a1)=λb1μb2(\vec{a_2} - \vec{a_1}) = \lambda \vec{b_1} - \mu \vec{b_2}.

For the lines to not intersect, there should be no solution for λ\lambda and μ\mu that satisfies the above equation. A more concise way to express this condition is using the scalar triple product:

Lines r=a1+λb1\vec{r} = \vec{a_1} + \lambda \vec{b_1} and r=a2+μb2\vec{r} = \vec{a_2} + \mu \vec{b_2} are skew if b1×b20\vec{b_1} \times \vec{b_2} \neq \vec{0} AND (a2a1)(b1×b2)0(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) \neq 0.

The scalar triple product geometrically represents the volume of the parallelepiped formed by the vectors a2a1\vec{a_2} - \vec{a_1}, b1\vec{b_1}, and b2\vec{b_2}. If the volume is non-zero, the vectors are non-coplanar, and the lines are skew.

Formula 2: Cartesian Form

Now, let's consider the Cartesian form of the lines:

xx1a1=yy1b1=zz1c1\frac{x - x_1}{a_1} = \frac{y - y_1}{b_1} = \frac{z - z_1}{c_1} xx2a2=yy2b2=zz2c2\frac{x - x_2}{a_2} = \frac{y - y_2}{b_2} = \frac{z - z_2}{c_2}

Here, (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2)(x_2, y_2, z_2) are points on the lines, and a1,b1,c1a_1, b_1, c_1 and a2,b2,c2a_2, b_2, c_2 are the direction ratios.

Condition 1: Non-Parallel

For the lines to be non-parallel, the direction ratios should not be proportional:

If a1a2b1b2c1c2\frac{a_1}{a_2} \neq \frac{b_1}{b_2} \neq \frac{c_1}{c_2}, the lines are not parallel.

Condition 2: Non-Intersecting

To check if they intersect, you'd typically equate the lines using parameters and solve for x,y,zx, y, z. However, a more direct approach is to use a determinant condition:

The lines are skew if:

x2x1y2y1z2z1a1b1c1a2b2c20\begin{vmatrix} x_2 - x_1 & y_2 - y_1 & z_2 - z_1 \\ a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \end{vmatrix} \neq 0

This determinant being non-zero indicates that the lines do not intersect. The determinant is essentially another way of expressing the scalar triple product we saw in the vector form. The determinant represents the volume of the parallelepiped formed by the vectors connecting points on the two lines and their direction vectors. If this volume is non-zero, the lines are skew.

Tip: When dealing with JEE problems, quickly check for parallelism first. If they are parallel, they can't be skew! This saves time.

Common Mistake: Confusing non-parallel with skew. Just because lines aren't parallel doesn't automatically make them skew. You MUST also confirm that they don't intersect.

Example: Consider the lines:

r=(i^+j^)+λ(k^)\vec{r} = (\hat{i} + \hat{j}) + \lambda (\hat{k}) r=(2i^+j^)+μ(i^+j^)\vec{r} = (2\hat{i} + \hat{j}) + \mu (\hat{i} + \hat{j})

Here, a1=i^+j^\vec{a_1} = \hat{i} + \hat{j}, b1=k^\vec{b_1} = \hat{k}, a2=2i^+j^\vec{a_2} = 2\hat{i} + \hat{j}, and b2=i^+j^\vec{b_2} = \hat{i} + \hat{j}.

First, check for parallelism: b1×b2=k^×(i^+j^)=j^i^0\vec{b_1} \times \vec{b_2} = \hat{k} \times (\hat{i} + \hat{j}) = \hat{j} - \hat{i} \neq \vec{0}. So, they are not parallel.

Now, check the scalar triple product: (a2a1)=(2i^+j^)(i^+j^)=i^(\vec{a_2} - \vec{a_1}) = (2\hat{i} + \hat{j}) - (\hat{i} + \hat{j}) = \hat{i}.

(a2a1)(b1×b2)=i^(j^i^)=10(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = \hat{i} \cdot (\hat{j} - \hat{i}) = -1 \neq 0

Since the scalar triple product is non-zero, these lines are skew!

JEE-Specific Tricks

Sometimes, JEE questions will give you lines in a slightly disguised form. The key is to convert them into either the vector or Cartesian form described above so you can apply the formulas directly.

Tip: Practice converting between vector and Cartesian forms of lines. This will help you tackle various types of problems more efficiently.

Also, look out for questions that involve finding the shortest distance between skew lines. This is a related concept that builds upon your understanding of skew lines and vector projections.

That's it for skew lines! Keep practicing, and you'll master this concept in no time. Good luck with your JEE preparation!