📌 Snapshot
- Distinguishes scalar quantities (magnitude only — length, mass, time, speed) from vector quantities (magnitude + direction — displacement, velocity, force) and develops the directed-line-segment model.
- Builds the algebra of vectors in three-dimensional space using the standard basis
î, ĵ, k̂, with position vectors of points and the formula|r| = √(x² + y² + z²). - Establishes operations — addition (triangle, parallelogram, polygon laws), scalar multiplication, section formula, scalar (dot) product, and vector (cross) product — with their properties.
- Connects the dot product to angle/projection/perpendicularity, and the cross product to area of triangles/parallelograms, parallelism, and right-handed orientation.
- CUET frequently tests numerical computation of dot/cross products, angles, projections, unit vectors, direction cosines, section-formula points, and areas — the work is computation-heavy and formula-driven.
📖 Detailed Notes
2.1 Core concepts
- A scalar has only magnitude (e.g. length, mass, time, speed, volume), while a vector has both magnitude and direction (e.g. displacement, velocity, force, momentum) (NCERT §10.1, p. 338).
- A directed line segment from initial point A to terminal point B is a vector denoted AB; its magnitude |AB| is the distance between A and B, and is never negative (NCERT §10.2, p. 339).
- For a point P(x, y, z), the position vector OP has magnitude
|OP| = √(x² + y² + z²)with respect to origin O (NCERT §10.2 Position Vector, p. 339). - The direction angles α, β, γ are the angles OP makes with the positive x-, y-, z-axes;
l = cos α, m = cos β, n = cos γare the direction cosines, andlr, mr, nr(proportional to l, m, n) are the direction ratios a, b, c (NCERT §10.2 Direction Cosines, p. 340). - The identity
l² + m² + n² = 1always holds, but in generala² + b² + c² ≠ 1(NCERT §10.2 Note, p. 341). - Types of vectors — Zero vector (coincident initial/terminal points, no definite direction); Unit vector (magnitude 1, denoted â); Coinitial vectors (same initial point); Collinear vectors (parallel to the same line); Equal vectors (same magnitude and direction); Negative of a vector (same magnitude, opposite direction) (NCERT §10.3, p. 341).
- Free vectors — any vector may be displaced parallel to itself without changing its magnitude or direction; throughout this topic we deal with free vectors only (NCERT §10.3 Remark, p. 341).
- Triangle law of vector addition — if a girl moves A → B → C, then AB + BC = AC (NCERT §10.4, p. 343).
- Parallelogram law — if two vectors are represented by two adjacent sides of a parallelogram, their sum is the diagonal through their common point; the two laws are equivalent (NCERT §10.4, p. 344).
- Properties of vector addition — commutative (a + b = b + a) and associative ((a + b) + c = a + (b + c)); zero vector is the additive identity (NCERT §10.4 Properties, pp. 344–346).
- Multiplication by scalar λ — λa is collinear to a, has magnitude |λ||a|, and the same direction as a if λ > 0 or opposite direction if λ < 0; when λ = 1/|a|, λa gives the unit vector â = a/|a| (NCERT §10.5, pp. 346–347).
- Component form — any vector r with terminal point P(x, y, z) is
r = xî + yĵ + zk̂, where x, y, z are scalar components and|r| = √(x² + y² + z²)(NCERT §10.5.1, pp. 347–348). - Two vectors a = a₁î + a₂ĵ + a₃k̂ and b = b₁î + b₂ĵ + b₃k̂ are equal iff a₁ = b₁, a₂ = b₂, a₃ = b₃; they are collinear iff b₁/a₁ = b₂/a₂ = b₃/a₃ = λ (NCERT §10.5.1, pp. 348–349).
- Vector joining two points —
P₁P₂ = (x₂ − x₁)î + (y₂ − y₁)ĵ + (z₂ − z₁)k̂with magnitude√((x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²)(NCERT §10.5.2, p. 351). - Section formula (internal) — point R dividing PQ internally in ratio m:n has position vector
(mb + na)/(m + n); (external) —(mb − na)/(m − n); midpoint =(a + b)/2(NCERT §10.5.3, pp. 352–353). - Scalar (dot) product —
a · b = |a||b| cos θ, where θ is the angle between a and b; result is a scalar (NCERT §10.6.1, p. 355). - Dot-product observations — a · b = 0 iff a ⊥ b (for nonzero vectors); a · a = |a|²; commutative (a · b = b · a); distributive over addition;
î · î = ĵ · ĵ = k̂ · k̂ = 1andî · ĵ = ĵ · k̂ = k̂ · î = 0(NCERT §10.6.1, pp. 356–357). - Component form of dot product —
a · b = a₁b₁ + a₂b₂ + a₃b₃; anglecos θ = (a · b)/(|a||b|)(NCERT §10.6.1, p. 357). - Projection of a vector — projection of a on a directed line with unit vector p̂ is
a · p̂; projection of a on vector b is(a · b)/|b|(NCERT §10.6.2, pp. 357–358). - Vector (cross) product —
a × b = |a||b| sin θ n̂, where n̂ is a unit vector perpendicular to both a and b such that (a, b, n̂) forms a right-handed system; result is a vector (NCERT §10.6.3, p. 363). - Cross-product observations — a × b = 0 iff a ∥ b (for nonzero vectors); not commutative —
a × b = − b × a(anti-commutative); distributive over addition;î × î = ĵ × ĵ = k̂ × k̂ = 0;î × ĵ = k̂, ĵ × k̂ = î, k̂ × î = ĵ(NCERT §10.6.3, pp. 363–365). - Area applications — area of triangle with adjacent sides a, b is
½|a × b|; area of parallelogram with adjacent sides a, b is|a × b|(NCERT §10.6.3 Observations 8–9, p. 365). - Determinant form —
a × b = | î ĵ k̂ ; a₁ a₂ a₃ ; b₁ b₂ b₃ |; angle viasin θ = |a × b|/(|a||b|)(NCERT §10.6.3, pp. 363, 366).
2.2 Definitions to memorise
| Term | Definition | Page |
|---|---|---|
| Scalar | Quantity with only magnitude (real number) | 338 |
| Vector | Quantity with both magnitude and direction | 339 |
| Position vector of P(x, y, z) | OP with ` | OP |
| Direction cosines (l, m, n) | cos α, cos β, cos γ with x-, y-, z-axes; l² + m² + n² = 1 |
340–341 |
| Direction ratios (a, b, c) | Numbers proportional to direction cosines (lr, mr, nr) | 340 |
| Zero vector | Initial and terminal points coincide; magnitude 0; no definite direction | 341 |
| Unit vector | Vector with magnitude 1; for vector a, `â = a/ | a |
| Coinitial vectors | Two or more vectors with the same initial point | 341 |
| Collinear vectors | Two or more vectors parallel to the same line | 341 |
| Equal vectors | Same magnitude and same direction | 341 |
| Negative of a vector | Same magnitude, opposite direction | 341 |
| Free vector | Vector subject to parallel displacement without change | 341 |
| Triangle law | AB + BC = AC | 343 |
| Parallelogram law | Sum of two coinitial vectors = diagonal of parallelogram on those sides | 344 |
| Scalar (dot) product | `a · b = | a |
| Projection of a on b | `(a · b)/ | b |
| Vector (cross) product | `a × b = | a |
| Section formula (internal) | R = (mb + na)/(m + n) |
352 |
| Section formula (external) | R = (mb − na)/(m − n) |
353 |
| Area of triangle (vectors a, b) | `½ | a × b |
| Area of parallelogram (sides a, b) | ` | a × b |
2.3 Diagrams / processes to remember
- Fig 10.1 (p. 339): Directed line, directed line segment AB showing magnitude with arrow direction.
- Fig 10.2 (p. 340): Three-dimensional right-handed rectangular coordinate system showing position vectors of points A, B, C with respect to origin O.
- Fig 10.3 (p. 340): Direction angles α, β, γ of position vector OP with x-, y-, z-axes; right-angled triangles OAP, OBP, OCP used to derive l = x/r, m = y/r, n = z/r.
- Fig 10.7–10.8 (pp. 343–344): Triangle law and polygon-extension for vector addition; subtraction as addition of negative.
- Fig 10.9–10.10 (pp. 344–345): Parallelogram law of vector addition; proof of commutativity via parallelogram ABCD.
- Fig 10.13–10.14 (pp. 347–348): Unit vectors î, ĵ, k̂ along OX, OY, OZ; component-form derivation by dropping perpendicular foot P₁.
- Fig 10.16–10.17 (pp. 352–353): Internal and external section formula construction.
- Fig 10.19 (p. 356): Angle θ between two vectors for scalar product.
- Fig 10.20 (p. 357): Projection vector AC for the four cases 0 < θ < 90°, 90° < θ < 180°, 180° < θ < 270°, 270° < θ < 360°.
- Fig 10.22–10.24 (pp. 363–364): Right-hand rule for cross product; orientation of î, ĵ, k̂ in a right-handed system.
- Fig 10.26–10.27 (p. 365): Area of triangle and parallelogram in terms of |a × b|.
2.5 Key formulas & theorems
| Formula | Statement | NCERT page |
|---|---|---|
| Position vector | OP = xî + yĵ + zk̂ | 339 |
| Magnitude | r | |
| DCs | l = cos α, m = cos β, n = cos γ | 340 |
| DC identity | l² + m² + n² = 1 | 341 |
| Unit vector | â = a/ | a |
| Equal vectors | All components equal | 348 |
| Collinear | b₁/a₁ = b₂/a₂ = b₃/a₃ = λ | 349 |
| Vector between two points | (x₂−x₁)î + (y₂−y₁)ĵ + (z₂−z₁)k̂ | 351 |
| Section formula (internal) | R = (mb + na)/(m + n) | 352 |
| Section formula (external) | R = (mb − na)/(m − n) | 353 |
| Midpoint | (a + b)/2 | 353 |
| Dot product | a · b = | a |
| Component dot | a · b = a₁b₁ + a₂b₂ + a₃b₃ | 357 |
| Perpendicularity | a · b = 0 | 356 |
| a · a | a | |
| Projection a on b | (a · b)/ | b |
| Cross product | a × b = | a |
| Component cross | Determinant with î, ĵ, k̂ | 363 |
| Anti-commutative | a × b = − b × a | 364 |
| Parallel test | a × b = 0 | 363 |
| Basis dot products | î·î = 1, î·ĵ = 0 etc. | 357 |
| Basis cross products | î × ĵ = k̂ etc. | 364 |
| Area of parallelogram | a × b | |
| Area of triangle | ½ | a × b |
| Triangle law | AB + BC = AC | 343 |
| Parallelogram law | Sum = diagonal | 344 |
2.6 Solved examples (NCERT-grounded)
Example A (NCERT Example 14, p. 359). Angle between a = î + ĵ − k̂ and b = î − ĵ + k̂.
Step 1 — dot product: 1·1 + 1·(−1) + (−1)·1 = −1. Step 2 — magnitudes: |a| = |b| = √3. Step 3 — cosine: cos θ = −1/3 ⇒ θ = cos⁻¹(−1/3).
Example B (NCERT Example 24, p. 367). Area of triangle with vertices A(1,1,1), B(1,2,3), C(2,3,1).
Step 1 — vectors: AB = (0,1,2); AC = (1,2,0). Step 2 — cross product: AB × AC = (1·0 − 2·2, 2·1 − 0·0, 0·2 − 1·1) = (−4, 2, −1); magnitude = √21. Step 3 — area: ½ · √21 = (1/2)√21 sq units.
Example C (NCERT Exercise 10.3 Q4, p. 361). Projection of a = î + 3ĵ + 7k̂ on b = 7î − ĵ + 8k̂.
Step 1 — dot product: 7 − 3 + 56 = 60. Step 2 — |b|: √(49 + 1 + 64) = √114. Step 3 — projection: 60/√114.
Example D (NCERT Exercise 10.2 Q14, p. 354). Show î + ĵ + k̂ is equally inclined to axes.
Step 1 — magnitude: √3. Step 2 — DCs: (1/√3, 1/√3, 1/√3). Step 3 — conclude: DCs equal ⇒ direction angles equal ⇒ equally inclined.
Example E (Internal section formula). Find R dividing P (a = î + 2ĵ + 3k̂) and Q (b = 4î + 5ĵ + 6k̂) in ratio 2:1.
Step 1 — apply formula: R = (2·b + 1·a)/(2 + 1). Step 2 — numerator: 2(4î + 5ĵ + 6k̂) + (î + 2ĵ + 3k̂) = 9î + 12ĵ + 15k̂. Step 3 — divide by 3: R = 3î + 4ĵ + 5k̂.
2.4 Common confusions / NTA trap points
- Students confuse direction cosines
(l, m, n)with direction ratios(a, b, c); rememberl² + m² + n² = 1always, buta² + b² + c² ≠ 1in general (NCERT §10.2 Note, p. 341). - "Two collinear vectors are always equal in magnitude" — FALSE. Collinearity needs only parallelism, not equal magnitude (NCERT Exercise 10.1 Q5, p. 342).
- Internal vs external section formula sign — internal uses
mb + naoverm + n, while external usesmb − naoverm − n. NTA likes to swap these (NCERT §10.5.3, pp. 352–353). - Dot product is commutative (a · b = b · a), but cross product is anti-commutative (a × b = − b × a). A frequent distractor reverses this (NCERT §10.6.1 Observation 7, p. 356; §10.6.3 Observation 6, p. 364).
- The converse of
a × b = 0 ⇒ a or b is zerois NOT true — a × b can vanish when a is parallel to b without either being zero (NCERT Exercise 10.4 Q8, p. 368). - Projection of a on b is
(a · b)/|b|, NOT(a · b)/|a|. Students often pick the wrong denominator (NCERT §10.6.2, p. 358). - For triangle area, the factor is
½|a × b|, not|a × b|(which is for parallelogram) — easy to mix up (NCERT §10.6.3, p. 365).
🎯 Practice MCQs
First 3 questions free · create a free account to unlock the rest — answers & explanations included, no payment needed
Q1. If a vector r makes direction angles α, β, γ with the positive x-, y-, z-axes respectively, then the value of cos²α + cos²β + cos²γ is
▸ Show answer & explanation
Answer: B
Since l = cos α, m = cos β, n = cos γ are the direction cosines, the identity l² + m² + n² = 1 holds. Option D (3) corresponds to direction ratios, which need not sum-of-squares to 1.
Q2. The projection of the vector a = î + 3ĵ + 7k̂ on the vector b = 7î − ĵ + 8k̂ is
▸ Show answer & explanation
Answer: A
a · b = (1)(7) + (3)(−1) + (7)(8) = 7 − 3 + 56 = 60. |b| = √(49 + 1 + 64) = √114. Therefore projection = 60/√114.
Q3. The angle between the vectors a = î + ĵ − k̂ and b = î − ĵ + k̂ is
▸ Show answer & explanation
Answer: B
a · b = (1)(1) + (1)(−1) + (−1)(1) = 1 − 1 − 1 = −1; |a| = |b| = √3. So cos θ = −1/(√3 · √3) = −1/3, giving θ = cos⁻¹(−1/3).
🔒 7 more practice MCQs
Create a free account to unlock every MCQ in this chapter — answers and explanations included. No payment needed.
Already registered? Just log in and they'll all appear here.
Q4. The area of a triangle having vertices A(1, 1, 1), B(1, 2, 3) and C(2, 3, 1) is
▸ Show answer & explanation
Answer: B
AB = (0, 1, 2), AC = (1, 2, 0). AB × AC = (−4, 2, −1), with magnitude √(16 + 4 + 1) = √21. Area of triangle = ½|AB × AC| = (1/2)√21.
Q5. Which of the following statements is INCORRECT?
▸ Show answer & explanation
Answer: C
a · b = 0 implies the two nonzero vectors are perpendicular, NOT parallel. Statements A, B and D are direct properties.
Q6. The position vector of the point R which divides the line joining the points P (position vector a) and Q (position vector b) internally in the ratio m:n is
▸ Show answer & explanation
Answer: B
Internal division gives `(mb + na)/(m + n)`. Option A is the external section formula; option D is the midpoint (m = n).
Q7. Which of the following pairs is correct for the standard right-handed basis î, ĵ, k̂?
▸ Show answer & explanation
Answer: B
In the cyclic order î → ĵ → k̂ → î, each cross product equals the next basis vector. î × ĵ = k̂ (not −k̂), k̂ × î = ĵ (not −ĵ), and î × î = 0 (not k̂).
Q8. Two vectors a = a₁î + a₂ĵ + a₃k̂ and b = b₁î + b₂ĵ + b₃k̂ are perpendicular if and only if
▸ Show answer & explanation
Answer: B
Perpendicularity of nonzero vectors requires a · b = 0; in component form this is a₁b₁ + a₂b₂ + a₃b₃ = 0. Option A is the equality condition; option C is collinearity.
Q9. Match List I (Vector concept) with List II (Formula / value): | List I | List II | |---|---| | P. Magnitude of cross product a × b | 1. |a||b| cos θ | | Q. Dot product a · b | 2. |a||b| sin θ | | R. Area of parallelogram (adjacent sides a, b) | 3. ½|a × b| | | S. Area of triangle (adjacent sides a, b) | 4. |a × b| |
▸ Show answer & explanation
Answer: A
|a × b| = |a||b| sin θ; a · b = |a||b| cos θ; parallelogram area = |a × b|; triangle area = ½|a × b|.
Q10. **Assertion (A):** The vector î + ĵ + k̂ is equally inclined to the axes OX, OY and OZ. **Reason (R):** The direction cosines of a vector are its scalar components divided by its magnitude.
▸ Show answer & explanation
Answer: A
For a = î + ĵ + k̂, |a| = √3 so direction cosines are (1/√3, 1/√3, 1/√3) — all three are equal, hence equal direction angles α = β = γ. The reason correctly states the definition of direction cosines, and it directly explains why the assertion holds.
📊 Previous-Year Questions
Practise with real CUET Mathematics previous-year papers — every question solved, with the correct answer and a step-by-step explanation.
View solved CUET PYQ papers →Ready to drill Mathematics?
Unlock all MCQs, chapter tests, mocks & PYQs for ₹199/year.
Get UniDrill Pro