Skip to main content
    Back to Concepts
    mathThree Dimensional Geometry

    Math - Shortest Distance between Two Lines Concept Quick Start

    February 22, 2026Download PDF

    © ScoreLab by Profsam.com Designed to help CBSE Class 12 students improve conceptual clarity and score up to 30% more marks in Physics, Chemistry, and Mathematics. Profsam.com CONCEPT QUICKSTART – Shortest Distance between Two Lines

    Unit: Unit 11: Three Dimensional Geometry

    Subject: CBSE Class 12 Mathematics Students

    SECTION 1: UNDERSTANDING THE CONCEPT

    In our previous studies of 2D geometry, lines were limited to two behaviors: they either crossed at a point or remained parallel. As we move into 3D space, the moving power of mathematical invention shifts from reasoning to "imagination," as noted by A. De Morgan.

    In the 3D world, lines can pass each other without ever meeting and without being parallel — these are called "skew lines." Understanding the spatial separation between such lines is a cornerstone of modern engineering, from the work of Leonhard Eul er to modern flight path management.

    While 2D distance is a simple perpendicular drop, finding the shortest distance in 3D requires a sophisticated vector -based approach to identify the absolute minimum gap between two objects moving in different planes.

    1.1 What Is Shortest Distance between Two Lines? The "Big Idea" is that the shortest

    distance between any two lines in space is the length of the unique line segment that is mutually perpendicular to both lines. Professionally, this represents the minimum possible displacement between any point on the fi rst line and any point on the second. Students often mistakenly assume that non -parallel lines must eventually intersect; however, in 3D, most lines are "skew," meaning they are non -coplanar and will never meet regardless of how far they are extended.

    1.2 Why It Matters This concept bridges the gap between abstract vector algebra and

    physical visualization. By calculating the "Shortest Distance," we apply vector cross products to solve tangible problems, such as ensuring safe clearance between aircraft flight paths or determining the minimum length of a structural support connecting two non -intersecting bridge cables. It is the pinnacle of CBSE Class 12 spatial reasoning. 1.3 Prior Learning Connection To master this topic, you must recall these foundational tools from Chapter 10:

    • Vector Cross Products (b₁ × b₂): Essential because the line of shortest distance is

    perpendicular to both given lines. The cross product is the mathematical tool used to find this "common perpendicular."

    • Position Vectors (a₁ and a₂): These identify specific "anchor points" on each line,

    allowing us to create a displacement vector (a₂ - a₁) between them.

    • Dot Products: Used to find the projection of the displacement vector onto the

    common perpendicular, which yields the actual distance value. © ScoreLab by Profsam.com Designed to help CBSE Class 12 students improve conceptual clarity and score up to 30% more marks in Physics, Chemistry, and Mathematics. Profsam.com

    1.4 Core Definitions The following formal items from NCERT Section 11.2 and 11.5 are the

    building blocks for all exam problems: [Normalization of Direction Ratios] NCERT Reference: Section 11.2 Formula: l = ± a/√(a² + b² + c²), m = ± b/√(a² + b² + c²), n = ± c/√(a² + b² + c²) Used In: Converting direction ratios to unique direction cosines. [Distance between Two Points] NCERT Reference: Section 11.2.1 Formula: d = √((x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²) Used In: Finding the magnitude of vectors and basic coordinate distance. [Skew Lines] NCERT Reference: Section 11.5 Definition: Lines in space which are neither parallel nor intersecting; they are non -coplanar.

    Used In: Problem Family F8. [Shortest Distance between Skew Lines (Vector Form)] NCERT Reference: Section 11.5.1 Formula: d = |(b₁ × b₂) · (a₂ - a₁)| / |b₁ × b₂| Used In: Problem Family F8. [Shortest Distance between Parallel Lines (Vector Form)] NCERT Reference: Section 11.5.2 Formula: d = |b × (a₂ - a₁)| / |b| Note: In parallel lines, direction vectors are proportional, so we use a single vector b.

    Used In: Problem Family F9. [Shortest Distance (Cartesian Form)] NCERT Reference: Section 11.5.1 Formula: d = | Numerator | / √((b₁c₂ - b₂c₁)² + (c₁a₂ - c₂a₁)² + (a₁b₂ - a₂b₁)²) Where the Numerator is the Determinant: | x₂ -x₁ y₂-y₁ z₂-z₁ | | a₁ b₁ c₁ | | a₂ b₂ c₂ | Used In: Problem Family F8 (Cartesian variant).

    Transitioning from these theoretical definitions, we must strictly adhere to the formal language and notations used in the NCERT syllabus to ensure maximum scoring potential.

    SECTION 2: WHAT NCERT SAYS

    To achieve full marks in CBSE board exams, precision is everything. NCERT provides a specific algorithmic path for these problems. Deviating from standard notations or omitting the vector setup can result in the loss of "step -marks," even if the final nume rical answer is correct.

    2.1 Key Statements According to the NCERT guidelines, students must internalize these

    properties: 1. If the shortest distance between two lines is exactly zero, the lines intersect at a point. 2. For skew lines, the line representing the shortest distance is perpendicular to both given lines. 3. Parallel lines are always coplanar; skew lines are always non -coplanar. 4. If direction ratios are proportional (a₁/a₂ = b₁/b₂ = c₁/c₂), the lines are parallel. 5. The shortest distance between parallel lines is the length of the perpendicular drawn from any point on one line to the other. © ScoreLab by Profsam.com Designed to help CBSE Class 12 students improve conceptual clarity and score up to 30% more marks in Physics, Chemistry, and Mathematics. Profsam.com

    2.2 Examples and Exercises Study these benchmarks carefully, as they mirror the difficulty

    level of Board Exam questions:

    • Example 9 (Page 388): Application of the Skew Line formula in Vector form. This is the

    "gold standard" for 4 -mark questions.

    • Example 10 (Page 388): Demonstrates the Parallel line formula. It teaches you to

    identify parallelism by checking direction vector proportionality.

    • Exercise 11.2 (Q12 –Q13): Standard practice for formula application.
    • Exercise 11.2 (Q14 –Q15): High-priority problems that often require converting

    Cartesian equations into Vector form before solving. Successful problem -solving requires moving from static formula memorization to the active deployment of these strategies under exam conditions.

    SECTION 3: PROBLEM -SOLVING AND MEMORY

    Shortest Distance problems are highly algorithmic. Success does not require a complex derivation during the exam; it requires recognizing the "Problem Family" and following the established blueprint.

    3.1 Problem Types

    Problem Type [Family F8: Skew Line Distance]

    • Structural Goal: Finding the gap between lines in different planes and directions.
    • Recognition Cues: Direction ratios are NOT proportional (e.g., b₁ = 2i + 3j + 6k and b₂ =

    3i - 5j + 2k).

    • Logic: Finding the common perpendicular and projecting the point -difference onto it.
    • Pro-Tip: If d = 0, you have proved the lines intersect.

    Problem Type [Family F9: Parallel Line Distance]

    • Structural Goal: Finding the fixed perpendicular gap between lines headed in the

    same direction.

    • Recognition Cues: Direction vectors are identical or multiples of each other (e.g., b₁ =

    2i + 3j + 6k and b₂ = 4i + 6j + 12k).

    • Logic: Measuring the perpendicular height of one line from a point on the other.

    Decision Table: Which Formula to Use? | Condition | Relationship | Problem Family | Formula Vector Key | | : --- | :--- | :--- | :--- | | a₁/a₂ ≠ b₁/b₂ | Skew Lines | Family F8 | Use (b₁ × b₂) | | a₁/a₂ = b₁/b₂ | Parallel Lines | Family F9 | Use b × (a₂ - a₁) | | d = 0 | Intersecting | Special Case | Shortest Distance is 0 | © ScoreLab by Profsam.com Designed to help CBSE Class 12 students improve conceptual clarity and score up to 30% more marks in Physics, Chemistry, and Mathematics. Profsam.com

    3.2 Step-by-Step Methods

    Blueprint for Family F8: Shortest Distance between Skew Lines Pre-Check: Always check if the direction ratios are proportional. If they are not, proceed.

    • Step 1: Setup Extract and list components explicitly (this is worth 1 mark): Line 1: r =

    a₁ + λb₁ Line 2: r = a₂ + μb₂ Identify vectors a₁, b₁, a₂, and b₂.

    • Step 2: Transform Compute the cross product (b₁ × b₂) using the Determinant

    Method. Then, calculate the magnitude |b₁ × b₂| = √(x² + y² + z²).

    • Step 3: Apply Find the difference vector (a₂ - a₁). Compute the dot product: (b₁ × b₂) ·

    (a₂ - a₁). Substitute into the formula: d = |(b₁ × b₂) · (a₂ - a₁)| / |b₁ × b₂|.

    • Step 4: Conclude Ensure the distance is positive. State the final answer with "units."

    3.3 How to Write Answers (The CBSE Way)

    Answer Template: L1: "Let the given lines be r = a₁ + λb₁ and r = a₂ + μb₂." L2: "Extracting the vectors, we have: a₁ = ... , b₁ = ... a₂ = ... , b₂ = ..." (Crucial for method marks!) L3: "The shortest distance d is given by d = |(b₁ × b₂) · (a₂ - a₁)| / |b₁ × b₂|." L4: " Calculating b₁ × b₂ = ..." L5: "Substituting values: d = |(Numerator Value)| / (Denominator Value)." L6: "Result = [Value] units."

    Essential Phrases:

    • "Comparing given equations with standard form r = a + λb..."
    • "Since d ≠ 0, the given lines are skew."

    3.4 Common Mistakes

    Pitfall [1]: Negative Distance

    • Wrong: Ending with -5/√26.
    • ✓ Fix: Apply the absolute value bars. Distance is a magnitude; it cannot be negative.

    Pitfall [2]: Using Skew Formula for Parallel Lines

    • Wrong: Plugging parallel vectors into the Skew formula results in a zero denominator

    (division by zero).

    • ✓ Fix: If b₁ and b₂ are proportional, use d = |b × (a₂ - a₁)| / |b|.

    Pitfall [3]: Determinant Sign Flip

    • Wrong: Forgetting the negative sign for the middle (j -component) in the cross product.
    • ✓ Fix: Use brackets: i(brackets) - j(brackets) + k(brackets).

    © ScoreLab by Profsam.com Designed to help CBSE Class 12 students improve conceptual clarity and score up to 30% more marks in Physics, Chemistry, and Mathematics. Profsam.com 3.5 Exam Strategy Master the Vector form first. It is the NCERT standard and is less prone to arithmetic errors than the long Cartesian formula. Even if the question provides Cartesian equations, quickly convert them to Vector form (r = a + λb) to make your calculations cleaner and faster.

    3.6 Topic Connections

    • Prerequisites: Relies on Chapter 10 (Vectors) for Dot and Cross products.
    • Forward Links: This "perpendicular distance" logic is the basis for the next sub -unit:

    "Distance of a point from a plane."

    3.7 Revision Summary

    • Skew Lines are non-parallel and non -intersecting.
    • Parallel Lines have proportional direction ratios (a₁/a₂ = b₁/b₂ = c₁/c₂).
    • Shortest Distance is the length of the common perpendicular.
    • Intersection: If d = 0, the lines meet.
    • Method Marks: Always extract a₁, b₁, a₂, b₂ and state the formula before calculating.
    • Units: Never forget to write the word "units" after your final answer.
    • Memory Aid: Remember "Cross-Dot-Mag" — Cross the directions, Dot with the point

    difference, divide by the Magnitude of the cross. *** Master the extraction, check your ratios, and the marks are yours!***

    Master this Concept in ScoreLab

    Get full access to video lectures, interactive quizzes, NCERT keysheets, and more personalized study materials.

    Start Learning on ScoreLab