Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Vectors (Dot/Cross Product, Triple Product, Applications in Geometry, Linear Independence) – IIT JEE Guide
Source: https://www.fatskills.com/iit-jee-math/chapter/how-to-solve-vectors-dotcross-product-triple-product-applications-in-geometry-linear-independence-iit-jee-guide

How to Solve: Vectors (Dot/Cross Product, Triple Product, Applications in Geometry, Linear Independence) – IIT JEE Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Vectors (Dot/Cross Product, Triple Product, Applications in Geometry, Linear Independence) – IIT JEE Guide


Introduction

Mastering vectors unlocks 10-15 marks in IIT JEE (Main + Advanced)—enough to push you into the top 1%. Whether it’s finding angles between planes, proving collinearity, or solving 3D geometry problems, vectors are the secret weapon that separates AIR 1 from the rest.


What You Need To Know First

  1. Basic vector operations (addition, scalar multiplication, magnitude).
  2. Component form of vectors (i, j, k notation).
  3. Parametric equations of lines and planes (for applications).

Key Vocabulary

Term Plain-English Definition Quick Example
Dot Product Measures how much two vectors point in the same direction. a · b =
Cross Product Gives a vector perpendicular to two given vectors. a × b =
Scalar Triple Product Volume of a parallelepiped formed by three vectors. [a b c] = a · (b × c) (scalar)
Vector Triple Product Expands (a × b) × c using dot products. (a × b) × c = (a · c)b – (b · c)a
Linear Independence Vectors cannot be written as a combination of others. a, b, c are independent if [a b c] ≠ 0
Coplanar Vectors Vectors lying in the same plane. a, b, c are coplanar if [a b c] = 0

Formulas To Know

1. Dot Product (Scalar Product)

Formula: a · b = |a||b|cosθ = a₁b₁ + a₂b₂ + a₃b₃ - a, b = vectors - θ = angle between them - MEMORISE THIS (used in projections, angles, work done)

2. Cross Product (Vector Product)

Formula: a × b = |a||b|sinθ n̂ = (a₂b₃ – a₃b₂)i + (a₃b₁ – a₁b₃)j + (a₁b₂ – a₂b₁)k - = unit vector perpendicular to both a and b - MEMORISE THIS (used in area, torque, perpendicular vectors)

3. Scalar Triple Product (Volume of Parallelepiped)

Formula: [a b c] = a · (b × c) = |a₁ a₂ a₃| |b₁ b₂ b₃| |c₁ c₂ c₃| - MEMORISE THIS (used in coplanarity, volume)

4. Vector Triple Product

Formula: (a × b) × c = (a · c)b – (b · c)a - MEMORISE THIS (used in vector identities)

5. Angle Between Two Vectors

Formula: cosθ = (a · b) / (|a||b|) - MEMORISE THIS (used in geometry problems)

6. Projection of a on b

Formula: Projection = (a · b) / |b| - MEMORISE THIS (used in distance problems)

7. Area of Parallelogram (Using Cross Product)

Formula: Area = |a × b| - MEMORISE THIS (used in geometry)

8. Condition for Coplanarity

Formula: [a b c] = 0 - MEMORISE THIS (used in collinearity, plane problems)


Step-by-Step Method

How to Solve Any Vector Problem (IIT JEE Style)

  1. Read the problem carefully. Identify what is given (vectors, angles, magnitudes) and what is asked (dot product, cross product, angle, area, volume, etc.).
  2. Write vectors in component form (i, j, k). If not given, express them using position vectors or parametric forms.
  3. Choose the right formula. Match the problem to one of the formulas above.
  4. Plug in the values. Substitute components into the formula.
  5. Simplify step-by-step. Break down calculations to avoid mistakes.
  6. Check units and direction. Ensure the answer makes sense (e.g., cross product gives a vector, dot product gives a scalar).
  7. Verify with an alternative method (if possible). For example, check angle using both dot product and geometry.

Worked Example (Using Steps Above)

Problem: Given vectors a = 2i + 3j – k and b = i – j + 2k, find: 1. a · b 2. a × b 3. The angle between a and b.


Step 1: Identify Given & Required

  • Given: a = 2i + 3j – k, b = i – j + 2k
  • Required:
  • Dot product (a · b)
  • Cross product (a × b)
  • Angle between a and b

Step 2: Write in Component Form

Already given.

Step 3: Choose Formulas

  1. Dot product: a · b = a₁b₁ + a₂b₂ + a₃b₃
  2. Cross product: a × b = (a₂b₃ – a₃b₂)i + (a₃b₁ – a₁b₃)j + (a₁b₂ – a₂b₁)k
  3. Angle: cosθ = (a · b) / (|a||b|)

Step 4: Plug in Values

1. Dot Product (a · b) = (2)(1) + (3)(-1) + (-1)(2) = 2 – 3 – 2 = -3

2. Cross Product (a × b) = [(3)(2) – (-1)(-1)]i + [(-1)(1) – (2)(2)]j + [(2)(-1) – (3)(1)]k = (6 – 1)i + (-1 – 4)j + (-2 – 3)k = 5i – 5j – 5k

3. Angle Between a and b First, find magnitudes: |a| = √(2² + 3² + (-1)²) = √(4 + 9 + 1) = √14 |b| = √(1² + (-1)² + 2²) = √(1 + 1 + 4) = √6

Now, cosθ = (a · b) / (|a||b|) = -3 / (√14 × √6) = -3 / √84 θ = cos⁻¹(-3/√84)

Step 5: Simplify & Verify

  • Dot product is a scalar (-3).
  • Cross product is a vector (5i – 5j – 5k).
  • Angle is correctly calculated using dot product.

Step 6: Final Answer

  1. a · b = -3
  2. a × b = 5i – 5j – 5k
  3. θ = cos⁻¹(-3/√84)

What we did and why: - Used dot product for angle and projection. - Used cross product for perpendicular vector and area. - Verified calculations step-by-step to avoid sign errors.


Worked Examples

Example 1 – Basic (Dot Product & Angle)

Problem: Find the angle between a = i + 2j – k and b = 2i – j + k.

Solution: 1. a · b = (1)(2) + (2)(-1) + (-1)(1) = 2 – 2 – 1 = -1 2. |a| = √(1 + 4 + 1) = √6 3. |b| = √(4 + 1 + 1) = √6 4. cosθ = -1 / (√6 × √6) = -1/6 5. θ = cos⁻¹(-1/6)

What we did and why: - Used dot product formula to find angle. - Calculated magnitudes separately to avoid mistakes.


Example 2 – Medium (Cross Product & Area)

Problem: Find the area of the parallelogram formed by a = 3i – j + 2k and b = i + 2j – k.

Solution: 1. a × b = [( -1)(-1) – (2)(2)]i + [(2)(1) – (3)(-1)]j + [(3)(2) – (-1)(1)]k
= (1 – 4)i + (2 + 3)j + (6 + 1)k
= -3i + 5j + 7k 2. Area = |a × b| = √((-3)² + 5² + 7²) = √(9 + 25 + 49) = √83

What we did and why: - Used cross product to find area. - Took magnitude of the resulting vector.


Example 3 – Exam-Style (Scalar Triple Product & Coplanarity)

Problem: If a = i + 2j + 3k, b = 2i – j + k, c = 3i + j + 2k, check if they are coplanar.

Solution: 1. Scalar Triple Product = [a b c] = a · (b × c) 2. First, find b × c:
= [( -1)(2) – (1)(1)]i + [(1)(3) – (2)(2)]j + [(2)(1) – (-1)(3)]k
= (-2 – 1)i + (3 – 4)j + (2 + 3)k
= -3i – j + 5k 3. Now, a · (b × c) = (1)(-3) + (2)(-1) + (3)(5) = -3 – 2 + 15 = 10 4. Since [a b c] ≠ 0, the vectors are not coplanar.

What we did and why: - Used scalar triple product to check coplanarity. - If [a b c] = 0, vectors are coplanar.


Common Mistakes

Mistake Why it Happens Correct Approach
Sign errors in cross product Forgetting the negative sign in the j-component. Always use the formula: (a₂b₃ – a₃b₂)i – (a₁b₃ – a₃b₁)j + (a₁b₂ – a₂b₁)k
Confusing dot and cross product Mixing up scalar vs. vector results. Dot product → scalar. Cross product → vector.
Incorrect angle calculation Forgetting to take the inverse cosine. θ = cos⁻¹[(a · b)/(
Wrong order in scalar triple product Calculating a × (b · c) instead of a · (b × c). Always a · (b × c).
Assuming vectors are coplanar Not checking [a b c] = 0. If [a b c] ≠ 0, they are not coplanar.

Exam Traps

Trap How to Spot it How to Avoid it
Hidden coplanarity condition Problem asks if points are collinear or vectors are coplanar. Always compute [a b c]. If = 0, they are coplanar.
Angle between planes vs. vectors Problem asks for angle between two planes. Find normal vectors (using cross product), then use dot product.
Unit vector confusion Problem asks for a unit vector perpendicular to two given vectors. Compute a × b, then divide by

1-Minute Recap (Night Before Exam)

"Listen up—this is your 60-second vector survival guide for IIT JEE.

  1. Dot product = scalar. Use it for angles, projections, work done. Formula: a · b = |a||b|cosθ = a₁b₁ + a₂b₂ + a₃b₃.
  2. Cross product = vector. Use it for area, torque, perpendicular vectors. Formula: a × b = (a₂b₃ – a₃b₂)i + (a₃b₁ – a₁b₃)j + (a₁b₂ – a₂b₁)k.
  3. Scalar triple product = volume. If [a b c] = 0, vectors are coplanar.
  4. Angle between vectors? Use cosθ = (a · b)/(|a||b|).
  5. Area of parallelogram? Use |a × b|.
  6. Linear independence? If [a b c] ≠ 0, they’re independent.
  7. Watch for traps: Coplanarity, angle between planes, unit vectors.

Memorise the formulas, practice 3 problems tonight, and you’ll own this topic tomorrow. Go crush it!



⚡ Recently practiced quizzes in this class

ADVERTISEMENT