• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Equation and Shortest Distance of Skew Lines

Equation and Shortest Distance of Skew Lines

Skew lines are lines in 3D space that do not intersect and are not parallel. They lie in different planes. The vector equation of a line is given by r = a + λb, where a is a position vector and b is the direction vector. To find the shortest distance between two skew lines, we use the formula: D = |(a₂ - a₁) · (b₁ × b₂)| / |b₁ × b₂|, where a₁, a₂ are position vectors, and b₁, b₂ are direction vectors. This distance is along the line perpendicular to both.

1.0What are Skew Lines?

Definition: Skew lines are two lines that do not intersect and are not parallel. They exist in different planes in 3D space.

2.0Characteristics of Skew Lines

  • They never meet.
  • They are not coplanar.
  • Their direction ratios (or direction vectors) are not proportional.
  • They do not have a common point of intersection.

Example:

Line 1 passes through point A(1, 2, 3) and has direction vector d1 = i^+j^​+k^

Line 2 passes through point B(4, 0, -1) and has direction vector d2 = i^−2j^​+2k^

These lines are not parallel (their direction vectors are not proportional) and do not intersect, hence they are skew.

3.0Equation of a Line in 3D

A line in 3D space can be written in vector form or Cartesian form.

Vector Form

r=a+λb

Where:

  • a is the position vector of a point on the line.
  • b is the direction vector.
  • λ is a scalar parameter.

Cartesian Form

lx−x1​​=my−y1​​=nz−z1​​

Where:

  • (x1​,y1​,z1​) is a point on the line.
  • (l, m, n) are the direction ratios of the line.

4.0Shortest Distance of Skew Lines

Let line 1 be r1​=a1​+λb1​, and line 2 be r2​=a2​+μb2​

Formula: The shortest distance (SD) between two skew lines is: SD=∣b1​×b2​∣∣(a2​−a1​)⋅(b1​×b2​)∣​

Skew Lines

Derivation (Brief Overview)

  • a2​−a1​ gives a vector connecting any two points on the lines.
  • b1​×b2​ is a vector perpendicular to both lines.
  • The scalar projection of the connecting vector onto the perpendicular gives the shortest distance.

5.0Solved Example on Shortest Distance of Skew Lines

Example 1: Find the shortest distance between the lines:

Line 1: r1​=2i^+3j^​−k^+λ(i^+2j^​+k^)

Line 2: r2​=−i^+4j^​+2k^+μ(2i^−j^​+k^)

Solution:

  • a1​=2i^+3j^​−k^
  • a2​=−i^+4j^​+2k^
  • b1​=i^+2j^​+k^
  • b2​=2i^−j^​+k^

Step 1: Compute a2​−a1​: a2​−a1​=−3i^+j^​+3k^

Step 2: Compute b1​×b2​:

b1​×b2​=​i^12​j^​2−1​k^11​​=3i^+j^​−5k^

Step 3: Compute dot product:

(a2​−a1​)⋅(b1​×b2​)=(−3)(3)+(1)(1)+(3)(−5)=−9+1−15=−23

Step 4: Magnitude of the cross product:

b1​×b2​∣=32+12+(−5)2​=35​

Step 5: Final Answer:

SD=35​∣−23∣​=35​23​


Example 2: Find the shortest distance between:

Line 1: r1​=i^+2j^​+λ(2i^−j^​+3k^)

Line 2: r2​=3i^−j^​+4k^+μ(i^+j^​+2k^)

Solution:

  • a1​=i^+2j^​
  • b1​=2i^−j^​+3k^
  • a2​=3i^−j^​+4k^
  • b2​=i^+j^​+2k^

a2​−a1​=2i^−3j^​+4k^

b1​×b2​=​i^21​j^​−11​k^32​​=(−5)i^−1j^​+3k^

Dot product: (a2​−a1​)⋅(b1​×b2​)=2(−5)+(−3)(−1)+4(3)=−10+3+12=5

Magnitude: (−5)2+(−1)2+32​=35​

SD = 35​∣5∣​=35​5​


Example 3: Given:

Line 1: Passes through A(1, 0, -1) and parallel to d1​=2i^+3j^​+k^

Line 2: Passes through B(2, -1, 1) and parallel to d2​=−i^+4j^​+2k^

Find the shortest distance.

Solution:

  • a1​=i^+0j^​−k^
  • a2​=2i^−j^​+k^
  • b1​=2i^+3j^​+k^
  • b2​=−i^+4j^​+2k^

a2​−a1​=i^−j^​+2k^

6.0Practice Questions on Shortest Distance of Skew Lines

  1. Find the shortest distance between the lines:
  • r=i^+2j^​+3k^+λ(i^+j^​+k^)
  • r=4i^−j^​+μ(2i^−3j^​+k^)
  1. Determine whether the following lines are skew:
  • 2x−1​=3y+1​=1z​
  • 1x​=−3y−2​=−1z+4​
  1. Find the angle between the lines:
  • r1​=2i^+j^​−3k^+λ(i^−2j^​+k^)
  • r2​=−i^+4j^​+2k^+μ(3i^+j^​−2k^)
  1. Write the vector equation of a line passing through point A(1, 2, 3) and parallel to vector v=2i^−j^​+3k^

Table of Contents


  • 1.0What are Skew Lines?
  • 2.0Characteristics of Skew Lines
  • 3.0Equation of a Line in 3D
  • 3.1Vector Form
  • 3.2Cartesian Form
  • 4.0Shortest Distance of Skew Lines
  • 4.1Derivation (Brief Overview)
  • 5.0Solved Example on Shortest Distance of Skew Lines
  • 6.0Practice Questions on Shortest Distance of Skew Lines

Frequently Asked Questions

No. In 2D, all lines lie in the same plane, so lines either intersect or are parallel. Skew lines only exist in 3D.

Show that their direction vectors are not proportional (not parallel) and they do not intersect (no common solution).

Yes. It is the length of the common perpendicular vector connecting the lines.

It means the lines are parallel (or the same line), hence not skew. In such cases, use point-to-line distance formulas.

Not necessarily. Non-intersecting lines can be parallel, in which case they are not skew.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
    • CUET Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • CUET
    • Olympiad
    • NEET 2025 Answer Key

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO