**Definition**: A quantity that has both **magnitude** (length) and **direction** is called a **vector**. A **directed line segment** AB (written as AB or **a**) represents a vector with:
**Key Distinction**: Scalar quantities (length, mass, time, speed, temperature) have only magnitude. Vector quantities (displacement, velocity, acceleration, force) have both magnitude and direction.
---
**Position Vector**: For a point P(x, y, z) in 3D space with respect to origin O(0, 0, 0), the vector **OP** is called the **position vector** of P, denoted as **r** or **p**.
**Magnitude Formula**:
|**r**| = √(x² + y² + z²)
**Direction Cosines**: For position vector **r** = **OP** of point P(x, y, z):
**Direction Ratios**: Numbers proportional to direction cosines, denoted a, b, c (usually the components themselves):
---
**Zero Vector (Null Vector)**: Vector **0** where initial and terminal points coincide. Magnitude = 0, direction is undefined/arbitrary.
**Unit Vector**: Vector with magnitude exactly 1 unit. For any vector **a** ≠ **0**, unit vector is: **â** = **a**/|**a**|
**Coinitial Vectors**: Two or more vectors sharing the same initial point.
**Collinear Vectors**: Vectors parallel to the same line, regardless of magnitude or direction. Vectors **a** and **b** are collinear if and only if **b** = λ**a** for some non-zero scalar λ.
**Equal Vectors**: Vectors **AB** and **CD** are equal (written **AB** = **CD**) if:
**Negative of a Vector**: Vector **−a** has same magnitude as **a** but opposite direction. Properties:
---
When displacement goes from A → B → C, the net displacement from A → C is represented by:
**AC** = **AB** + **BC**
**Algebraic interpretation**: For vectors **a** and **b**, to find **a** + **b**:
1. Position **a** from point A to B
2. Position **b** from B to C (keeping magnitude and direction unchanged)
3. Resultant **a** + **b** = **AC** (from initial point of **a** to terminal point of **b**)
If **a** and **b** are represented as adjacent sides of a parallelogram ABCD:
Both laws are equivalent and give same result.
**Property 1 - Commutative Law**: **a** + **b** = **b** + **a**
**Property 2 - Associative Law**: (**a** + **b**) + **c** = **a** + (**b** + **c**)
**Additive Identity**: **a** + **0** = **0** + **a** = **a**
**Vector Difference**: **a** − **b** = **a** + (−**b**)
---
**Definition**: For vector **a** and scalar λ, the product λ**a** is a vector such that:
**Important Cases**:
**Collinearity via Scalar Multiplication**: Vectors **a** and **b** are collinear ⟺ **b** = λ**a** for some non-zero λ ∈ ℝ
---
**Unit Vectors Along Axes**:
**Component Form of Position Vector**: For point P(x, y, z), position vector is:
**r** = x**î** + y**ĵ** + z**k̂**
**Scalar Components**: x, y, z (the coefficients)
**Vector Components**: x**î**, y**ĵ**, z**k̂** (components along each axis)
**Magnitude from Components**:
|**r**| = √(x² + y² + z²)
For vectors **a** = a₁**î** + a₂**ĵ** + a₃**k̂** and **b** = b₁**î** + b₂**ĵ** + b₃**k̂**:
**Addition**:
**a** + **b** = (a₁ + b₁)**î** + (a₂ + b₂)**ĵ** + (a₃ + b₃)**k̂**
**Subtraction**:
**a** − **b** = (a₁ − b₁)**î** + (a₂ − b₂)**ĵ** + (a₃ − b₃)**k̂**
**Scalar Multiplication**:
λ**a** = λa₁**î** + λa₂**ĵ** + λa₃**k̂**
**Equality**: **a** = **b** ⟺ a₁ = b₁, a₂ = b₂, a₃ = b₃
**Collinearity**: **a** and **b** are collinear ⟺ a₁/b₁ = a₂/b₂ = a₃/b₃ (provided denominators ≠ 0)
**Formula**: **â** = **a**/|**a**| = **a**/√(a₁² + a₂² + a₃²)
**Example**: For **a** = 2**î** + 3**ĵ** + **k̂**
For **a** = a₁**î** + a₂**ĵ** + a₃**k̂**:
**Example**: For **a** = **î** + **ĵ** − 2**k̂**
---
**Formula**: For points P₁(x₁, y₁, z₁) and P₂(x₂, y₂, z₂), the vector from P₁ to P₂ is:
**P₁P₂** = (x₂ − x₁)**î** + (y₂ − y₁)**ĵ** + (z₂ − z₁)**k̂**
**Derivation**: Using position vectors:
**P₁P₂** = **OP₂** − **OP₁** = **r₂** − **r₁**
**Magnitude**: |**P₁P₂**| = √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²] (distance formula)
**Example**: Vector from P(2, 3, 0) to Q(−1, −2, −4):
**PQ** = (−1−2)**î** + (−2−3)**ĵ** + (−4−0)**k̂** = −3**î** − 5**ĵ** − 4**k̂**
---
**Theorem**: Point R divides line segment PQ **internally** in ratio m:n ⟺ **PR** : **RQ** = m : n
**Position Vector Formula**:
**r** = (m**r₂** + n**r₁**)/(m + n)
where **r₁** and **r₂** are position vectors of P and Q respectively.
**Key insight**: Larger weight (m) is on terminal point (Q), smaller weight (n) on initial point (P).
**Midpoint Formula** (when m = n):
**r** = (**r₁** + **r₂**)/2
**Theorem**: Point R divides line segment PQ **externally** in ratio m:n ⟺ **PR** : **RQ** = m : n (with R outside segment)
**Position Vector Formula**:
**r** = (m**r₂** − n**r₁**)/(m − n)
**Note**: m > n for external division; if m = n, denominators become zero (points at infinity).
**Example - Internal Division**: P with **r₁** = 2**î** − **ĵ** + **k̂** and Q with **r₂** = **î** + 3**ĵ** − 5**k̂**, find R dividing PQ in ratio 2:1 internally:
**r** = [2(**î** + 3**ĵ** − 5**k̂**) + 1(2**î** − **ĵ** + **k̂**)]/(2+1)
= (4**î** + 5**ĵ** − 9**k̂**)/3
**Example - External Division**: Same P and Q, ratio 2:1 externally:
**r** = [2(**î** + 3**ĵ** − 5**k̂**) − 1(2**î** − **ĵ** + **k̂**)]/(2−1)
= **0î** + 7**ĵ** − 11**k̂**
---
For vectors **a**, **b**, **c** and scalars k, m:
**Law 1**: k(**a** + **b**) = k**a** + k**b**
**Law 2**: (k + m)**a** = k**a** + m**a**
**Law 3**: k(m**a**) = (km)**a**
**Proof concept**: These follow from component-wise operations and distributivity of real number multiplication.
---
**Do Not Confuse**:
**Direction Cosines vs Ratios**:
**Equality of Vectors**:
**Collinearity Condition**:
**Section Formula Signs**:
Q1. Which of the following is a vector quantity?
Answer: B — Velocity requires both magnitude (20 m/s) and direction (towards north); others are scalars lacking direction.
Q2. If a point P has coordinates (3, 4, 0), what is the magnitude of its position vector?
Answer: A — |OP| = √(3² + 4² + 0²) = √(9 + 16) = √25 = 5.
Q3. For direction cosines l, m, n of a vector, which statement is NOT correct?
Answer: D — Direction cosines are NOT proportional to direction ratios; rather, they are calculated from ratios via normalization: l = a/√(a²+b²+c²).
Q4. Two vectors **a** and **b** are collinear. Which is necessarily true?
Answer: B — Collinear vectors are parallel to the same line; they may differ in magnitude or direction, so A and C are not necessary.
Q5. A displacement vector goes from point A(1,2,3) to point B(4,6,3). What is its magnitude?
Answer: A — AB = (4−1, 6−2, 3−3) = (3, 4, 0); |AB| = √(3² + 4²) = √25 = 5.
Q6. Which pair represents equal vectors in a square ABCD?
Answer: C — In square ABCD, AB and DC have the same magnitude and direction (both rightward, equal side length), making them equal vectors.
Q7. The direction cosines of a vector are l = 1/2, m = 1/2, and n = ?. Find n.
Answer: B — Using l² + m² + n² = 1: (1/2)² + (1/2)² + n² = 1 → 1/4 + 1/4 + n² = 1 → n² = 1/2 → n = ±1/√2; taking positive value gives 1/√2.
Q8. A girl travels from A to B (displacement **AB**), then from B to C (displacement **BC**). The net displacement is represented by: (i) **AB** + **BC** = **AC** (triangle law); (ii) This follows from free vector property. Which statement is correct?
Answer: A — The triangle law (i) is fundamental to vector addition, and (ii) enables parallel shifting so terminal point of AB meets initial point of BC.
Q9. If direction ratios of a vector are 1, 2, 2, then its direction cosines are:
Answer: A — Magnitude of ratio vector = √(1² + 2² + 2²) = √9 = 3; direction cosines = (1/3, 2/3, 2/3) after normalization.
Q10. How does the unit vector differ from the direction of the original vector **a**?
Answer: B — The unit vector **â** = **a**/|**a**| preserves direction of **a** but scales magnitude to exactly 1.
What is a vector? Define with one example from physics.
A vector is a quantity with both magnitude and direction (e.g., displacement 40 km north); a directed line segment from A to B represents it.
What is the position vector of point P(x, y, z)?
The vector OP from origin O(0,0,0) to point P(x,y,z), with magnitude |OP| = √(x² + y² + z²).
Define direction cosines and state the fundamental identity.
Direction cosines l, m, n are cosα, cosβ, cosγ (cosines of angles with x, y, z axes); key identity: l² + m² + n² = 1.
What is the relationship between direction cosines and coordinates?
If |OP| = r, then coordinates of P are (lr, mr, nr) where l = x/r, m = y/r, n = z/r.
Distinguish between direction cosines and direction ratios.
Direction cosines are l, m, n with l² + m² + n² = 1; direction ratios a, b, c are proportional to them with a² + b² + c² ≠ 1 in general.
What is a unit vector and how is it denoted?
A unit vector has magnitude 1; the unit vector in direction of vector a is denoted â = a/|a|.
State the triangle law of vector addition with a diagram example.
If a girl moves A→B then B→C, net displacement is AC = AB + BC; vectors add by placing terminal point of first at initial point of second.
What are collinear vectors and how do they differ from equal vectors?
Collinear vectors are parallel to the same line (may differ in magnitude/direction); equal vectors have identical magnitude AND direction regardless of position.
Define the negative of a vector with notation.
The negative of vector AB is the vector BA (same magnitude, opposite direction), denoted −AB = BA.
What are coinitial vectors and give an example from a diagram.
Two or more vectors sharing the same initial (starting) point are coinitial; example: vectors AB and AD from same point A in a square.
Classify the following as scalar or vector quantities: (i) 10 kg, (ii) 5 m/s north, (iii) 100° angle, (iv) Force of 50 Newton. Give reason for each classification. [2 marks]
Scalars have magnitude only (e.g., mass, temperature); vectors require both magnitude and direction (e.g., velocity, force). Check if each quantity specifies a direction.
A point P has coordinates (1, 2, 2) in 3D space. Find: (i) its position vector OP, (ii) magnitude |OP|, (iii) direction cosines l, m, n. Show all working steps. [5 marks]
Position vector **OP** = (1, 2, 2); find magnitude using √(x² + y² + z²); then direction cosines l = x/|OP|, m = y/|OP|, n = z/|OP|. Verify: l² + m² + n² = 1.
Given direction ratios of a vector are 2, −2, 1. Find its direction cosines. Also, if the vector has magnitude 18, find the vector's components. Derive the relation between direction cosines and direction ratios fully. [6 marks]
First normalize direction ratios: √(2² + (−2)² + 1²) = 3. Then direction cosines = (2/3, −2/3, 1/3). Components = direction cosines × magnitude = 18 × (2/3, −2/3, 1/3) = (12, −12, 6). Show that direction cosines satisfy l² + m² + n² = 1 as proof.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →