For an interactive study experience with progress tracking, bookmarks, and solutions, try our reader.
Open in Interactive ReaderChapter Overview
Vector Analysis is a fundamental chapter spanning Mathematics, Physics, Engineering, and Computer Graphics. Unlike ordinary numbers (scalars), vectors possess both magnitude and direction. This chapter introduces vector representations, collinear, coplanar, linear dependence, section formulas, and geometric applications. Mastering this will guarantee solid marks in your Class 11 NEB Mathematics exam.
What this chapter covers
Scalars and VectorsPosition Vectors & Null VectorsMagnitude and Unit VectorsVector Addition & Triangle LawSection Formula (Internal & External)Collinear Points & VectorsCoplanar VectorsLinear Dependence & Independence
Learning Objectives
1
Differentiate between scalar and vector quantities and represent them geometrically.
2
Calculate the magnitude of vectors in 2D and 3D space, and determine unit vectors.
3
Use the 'End − Start' rule to find position vectors and vectors between two points.
4
Apply the section formula to find points dividing a line segment internally or externally.
5
Test for the collinear of three points using scalar multiples.
6
Examine the coplanar and linear dependence of vectors using the Determinant method.
7
Solve geometric proofs (e.g., parallelogram properties, triangle inequality) using vector methods.
The Core Concept: Redundancy vs Uniqueness
Key Insight
The most important concept in Vector Analysis is Linear Dependence vs Linear Independence.
If vectors are Linearly Dependent, one vector can be 'built' by mixing the others. It means they are redundant (e.g., they lie flat on the same plane — Coplanar).
If they are Linearly Independent, every vector brings a unique direction. None can be formed from the others (e.g., spanning 3D space).
If vectors are Linearly Dependent, one vector can be 'built' by mixing the others. It means they are redundant (e.g., they lie flat on the same plane — Coplanar).
If they are Linearly Independent, every vector brings a unique direction. None can be formed from the others (e.g., spanning 3D space).
Exam Trick: In 3D space, if the determinant of three vectors equals 0, they are stuck in a flat plane (Coplanar) and are Linearly Dependent!
Key Definitions
Scalar Quantity
A physical quantity having only magnitude. Examples: Mass, Length, Area, Temperature.
Vector Quantity
A quantity having both magnitude and direction, represented by a directed line segment $\vec{AB}$. Examples: Velocity, Force, Displacement.
Position Vector
A vector joining the origin $O$ to a specific point $A$. Written as $\vec{OA}$.
Null (Zero) Vector
A vector whose initial and terminal points coincide. Its magnitude is zero ($|\vec{0}| = 0$) and it has an arbitrary direction.
Unit Vector
A vector whose magnitude is exactly 1. It defines pure direction and is denoted by $\hat{a}$. Formula: $\hat{a} = \frac{\vec{a}}{|\vec{a}|}$.
Collinear Vectors
Vectors that lie on the same line or parallel lines. Condition: $\vec{b} = k\vec{a}$ (one is a scalar multiple of the other).
Coplanar Vectors
Three or more vectors lying entirely within the same plane, or parallel to the same plane.
Linear Combination
An expression formed by multiplying vectors by scalars and adding them: $\alpha_1\vec{a}_1 + \alpha_2\vec{a}_2 + \cdots + \alpha_n\vec{a}_n$.
Linear Dependence vs Independence
Understanding whether a set of vectors is dependent or independent is crucial for geometric proofs and 3D geometry.
Linearly Dependent
$$\alpha_1\vec{a} + \alpha_2\vec{b} + \alpha_3\vec{c} = 0$$
Equation holds true even if some scalars ($\alpha$) are not zero.
One vector can be expressed as a linear combination of the others.
Geometrically: The vectors are Coplanar (flattened into a plane).
Determinant of their coefficients equals 0.
VS
Linearly Independent
$$\alpha_1\vec{a} + \alpha_2\vec{b} + \alpha_3\vec{c} = 0$$
Equation is ONLY true if every single scalar is exactly zero ($\alpha_1=\alpha_2=\alpha_3=0$).
No vector can be built from the others; each provides a unique direction.
Geometrically: Three vectors span an entire 3D volume (Non-coplanar).
Determinant of their coefficients does not equal 0.
Memory Rule: Dependent = Determinant Zero = Flat (Coplanar).
Formula Sheet & Core Derivations
Magnitude of a Vector (3D)
$$|\vec{a}| = \sqrt{x^2 + y^2 + z^2}$$
Calculates the physical length of the vector using the 3D Pythagorean theorem.
Unit Vector
$$\hat{a} = \frac{\vec{a}}{|\vec{a}|}$$
Scales a vector down so its length is exactly 1, preserving only its direction.
Section Formula (Internal Division)
$$\vec{OP} = \frac{m\vec{b} + n\vec{a}}{m + n}$$
Finds the position vector of point P dividing line segment AB in ratio m:n.
coplanar via Determinant
$$\begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix} = 0$$
If the determinant of the components of three 3D vectors is 0, they are coplanar.
Checking Vector Relationships
When asked to prove collinear, coplanar, or dependence, follow this flowchart.
Are you given POINTS (A, B, C) or VECTORS (a, b, c)?
Yes
POINTS -> Find vectors first using End − Start (e.g., AB = OB - OA). Then proceed ↓
No
VECTORS -> Proceed directly ↓
Are you checking for collinear (2 directions)?
Yes
Check if one vector is a scalar multiple of another (b = k * a). If Yes -> Collinear.
No
Proceed to next question ↓
Are you checking for coplanar / DEPENDENCE (3 directions)?
Yes
Calculate the 3x3 determinant of their components. Det = 0 -> Coplanar/Dependent. Det ≠ 0 -> Independent.
No
Use standard addition/section formulas.
The 'End − Start' Rule
Trick: To find a vector between any two points, subtract the position vector of the starting point from the ending point.
Steps to Remember:
- To find vector $\vec{AB}$, identify the End (B) and Start (A).
- Subtract: $\vec{AB} = \vec{OB} - \vec{OA}$.
- Example: If $A(1, 2)$ and $B(4, 6)$, then $\vec{OA} = (1, 2)$ and $\vec{OB} = (4, 6)$.
- $\vec{AB} = (4, 6) - (1, 2) = (4-1, 6-2) = (3, 4)$.
Mnemonic: AB means 'A to B'. Subtract A from B. End minus Start.
Collinear = Scaling Ratio
Trick: Two vectors are collinear if their respective $x, y, z$ components form the exact same ratio.
Steps to Remember:
- Let $\vec{a} = (x_1, y_1, z_1)$ and $\vec{b} = (x_2, y_2, z_2)$.
- Check the ratios: $\frac{x_2}{x_1} = \frac{y_2}{y_1} = \frac{z_2}{z_1} = k$.
- If all three ratios are equal to the same constant $k$, the vectors are collinear.
- Example: $\vec{a} = (1, 3, -5)$ and $\vec{b} = (2, 6, -10)$. Ratios: $2/1 = 2$, $6/3 = 2$, $-10/-5 = 2$. Constant ratio $k=2$, so they are collinear.
Mnemonic: Collinear vectors are just resized versions of each other.
Common Mistakes (Lose Marks Here!)
Avoid these extremely common student errors spotted in NEB answer sheets.
- Confusing Points with Vectors: When asked if points A, B, C are collinear, you cannot just check scalar multiples of A and B directly. You MUST first construct the vectors $\vec{AB}$ and $\vec{AC}$, then check if $\vec{AC} = k\vec{AB}$.
- Wrong Unit Vector Formula: Writing $\hat{a} = \frac{|a|}{a}$ is a fatal error. A scalar cannot be divided by a vector. It is always Vector ÷ Magnitude: $\frac{\vec{a}}{|\vec{a}|}$.
- Section Formula Flip: Students often write $\frac{m\vec{a} + n\vec{b}}{m+n}$. This is WRONG. It must be a cross-multiplication: the ratio $m$ (on the left) multiplies vector $\vec{b}$ (on the right). Correct: $\frac{m\vec{b} + n\vec{a}}{m+n}$.
- Determinant Sign Errors: When expanding a 3x3 determinant manually, remember the alternating signs for the top row: ( + , − , + ). Forgetting the minus sign on the middle term ruins the calculation.
NEB Exam Traps for 2083
NEB Exam Warning
Board examiners intentionally design questions to test if you truly understand these distinctions.
- Coplanar vs Collinear: 'Collinear' applies to points on a line. 'Coplanar' applies to vectors in a plane. All collinear vectors are coplanar, but NOT all coplanar vectors are collinear. Use the correct test!
- The 'Examine Dependence' Trap: If an NEB question asks you to 'Examine if the vectors are linearly dependent', showing that the determinant is 0 is enough for full marks. Do not waste time trying to solve simultaneous equations for $x, y, z$ unless specifically asked to 'express as a linear combination'.
- Null Vector Trap: Any set of vectors that contains the null vector $\vec{0}$ is ALWAYS linearly dependent. This frequently appears as a tricky 1-mark MCQ.
Triangle Law of Vector Addition
The Triangle Law states that if two vectors are represented as two sides of a triangle in sequence (tip-to-tail), their sum (resultant) is represented by the third side taken in the opposite order (from the start of the first to the end of the second).
AB + BC = AC. Notice how tracing the path A → B → C gives the exact same total displacement as going straight from A → C.
Question Recognition Guide
| Keyword / Phrase in Question | Use This |
|---|---|
| Find position vector of... | Use OA, OB relative to origin O. |
| Find unit vector in direction of... | Compute magnitude first, then use Vector ÷ Magnitude. |
| Show points A, B, C are collinear | Find vectors AB and AC. Prove AC = k * AB. |
| Examine if vectors are coplanar | Set up 3x3 Determinant. If det = 0, they are coplanar. |
| Linearly dependent / independent | Use the determinant method (Dependent = 0, Independent ≠ 0). |
| Find the resultant vector | Add the given vectors algebraically component by component. |
| Divide a line segment in ratio m:n | Use the Section Formula: (m b + n a) / (m + n). |
Solved Examples (Easy → Hard)
1
Find the value of $m$ if the magnitude of the vector $(m, -6)$ is 10.
Easy
2
Find a unit vector parallel to the resultant of vectors $\vec{a} = (2, 4, 3)$ and $\vec{b} = (1, -3, -1)$.
Medium
3
Examine if the vectors $\vec{a} = 2\hat{i} - 3\hat{j} + \hat{k}$, $\vec{b} = 3\hat{i} - 5\hat{j} + 2\hat{k}$, and $\vec{c} = 4\hat{i} - 5\hat{j} + \hat{k}$ are linearly dependent.
Hard
MCQ Practice (10 Questions)
Mixed Level — MCQ
1
If $\vec{a} = k\hat{a}$, then what is the value of k?
Correct!
Incorrect. Correct: |a|
2
What is the magnitude of a unit vector?
Correct!
Incorrect. Correct: 1
3
Which of the following is the algebraic condition for two non-zero vectors a and b to be collinear?
Correct!
Incorrect. Correct: b = k a
4
If the determinant formed by the coefficients of three vectors is not equal to zero, the vectors are:
Correct!
Incorrect. Correct: Linearly Independent
5
Any set of vectors that contains a null (zero) vector is always:
Correct!
Incorrect. Correct: Linearly Dependent
6
For what value of m are the vectors (1, -2, 1), (2, 1, -1), and (7, -m, 1) linearly dependent?
Correct!
Incorrect. Correct: 4
7
If $\vec{AC} = -\vec{AB}$, what is the relationship between points A, B, and C?
Correct!
Incorrect. Correct: A is the midpoint of BC
8
If vector r = x(vector a) + y(vector b), what can we conclude about vectors r, a, and b?
Correct!
Incorrect. Correct: They are coplanar
9
For $\vec{i} + 3\hat{j} - 5\hat{k}$ and $2\hat{i} + m\hat{j} - 10\hat{k}$ to be collinear, the value of m must be:
Correct!
Incorrect. Correct: 6
10
Three non-coplanar vectors are ALWAYS:
Correct!
Incorrect. Correct: Linearly Independent
Short Questions (2 Marks Each)
1
Define linearly dependent vectors.
[2 marks]
2
Find the value of k if the vectors $\vec{a} = (2, 4)$ and $\vec{b} = (1, k)$ are collinear.
[2 marks]
3
How do you test if three vectors are linearly independent?
[2 marks]
4
Find the vector $\vec{AB}$ and its modulus if point A is (1, 2, -3) and point B is (5, -4, 7).
[2 marks]
5
Are the standard basis vectors $\hat{i}=(1,0,0)$, $\hat{j}=(0,1,0)$, and $\hat{k}=(0,0,1)$ linearly dependent or independent?
[2 marks]
6
Define coplanar vectors. What happens to their determinant?
[2 marks]
7
If points A, B, and C are collinear in that order, what geometric relation connects $\vec{AB}$, $\vec{BC}$, and $\vec{AC}$?
[2 marks]
8
Find the unit vector in the direction of $\vec{a} = 3\hat{i} - 4\hat{j}$.
[2 marks]
Long Questions (3 / 4 Marks Each)
1
Prove that the points $A(1, 2, 4)$, $B(2, 5, -1)$, and $C(3, 8, -6)$ are collinear.
[3 marks]
2
Prove that for any parallelogram ABCD, $\vec{AC} + \vec{BD} = 2\vec{BC}$.
[3 marks]
3
Show that vectors $5\vec{a} + 6\vec{b} + 7\vec{c}$, $7\vec{a} - 8\vec{b} + 9\vec{c}$, and $3\vec{a} + 20\vec{b} + 5\vec{c}$ are coplanar.
[4 marks]
4
Prove the Triangle Inequality: $|\vec{a} + \vec{b}| \leq |\vec{a}| + |\vec{b}|$.
[4 marks]
5
Find $m$ so that the vectors $2\hat{i} - \hat{j} + \hat{k}$, $\hat{i} + 2\hat{j} - 3\hat{k}$, and $3\hat{i} + 2m\hat{j} + 5\hat{k}$ are coplanar.
[3 marks]
6
Express $\vec{r} = (4, 7)$ as a linear combination of $\vec{a} = (5, -4)$ and $\vec{b} = (-2, 5)$.
[3 marks]
7
Derive the Section Formula for internal division of a line segment.
[4 marks]
8
Prove that any set of vectors containing a null vector is linearly dependent.
[3 marks]
9
In a regular hexagon ABCDEF, prove that the resultant of $\vec{AB}$, $\vec{AC}$, $\vec{AD}$, $\vec{AE}$, and $\vec{AF}$ is $6\vec{AO}$, where O is the center.
[4 marks]
10
Find the coordinates of point B if vector $\vec{AB} = 2\hat{i} + 3\hat{j} - 4\hat{k}$ and point A is $(1, 2, 2)$.
[3 marks]
Past NEB Board Questions
Past NEB Board Questions
1
Find λ if $3\hat{i} + \hat{j} - \hat{k}$ and $\lambda\hat{i} - 4\hat{j} + 4\hat{k}$ are collinear.
NEB 2080
[2 marks]
2
Prove that the quadrilateral formed by joining the midpoints of adjacent sides of any quadrilateral is a parallelogram.
NEB 2079
[4 marks]
3
Show points A(1, 2, 3), B(3, 4, 7), and C(-3, -2, -5) are collinear.
NEB 2078
[3 marks]
Chapter Test — Full Mixed Paper
Attempt this test in 45 minutes under exam conditions to prepare for the NEB finals.
1
Section A — MCQs (1 Mark Each)
Mixed Level — MCQ
1
If vector a and vector b are collinear, then vector b = ?
Correct!
Incorrect. Correct: k * a
2
What does a determinant of exactly 0 mean for three vectors?
Correct!
Incorrect. Correct: They are Coplanar
2
Section B — Short Questions (2 Marks Each)
1
Find the modulus of vector v = (-2, 3, -4).
[2 marks]
2
Write down the Section Formula for internal division.
[2 marks]
3
Section C — Long Questions (4 Marks Each)
1
Show that the vectors $a-3b+5c$, $a-2b+3c$, and $-2a+3b-4c$ are coplanar.
[4 marks]
2
Test the collinear of points P(2, 1, -1), Q(3, -2, 1), and R(1, 4, -3).
[4 marks]
One-Page Revision Cheat Sheet
1
Vector = Magnitude (size) + Direction.
2
Modulus (Length): $|\vec{a}| = \sqrt{x^2 + y^2 + z^2}$.
3
Unit Vector: $\hat{a} = \frac{\vec{a}}{|\vec{a}|}$. (Always divide the vector by its magnitude, not the reverse!)
4
End - Start Rule: $\vec{AB} = \vec{OB} - \vec{OA}$.
5
Collinear Vectors: Points on a line or parallel. Condition: $\vec{b} = k\vec{a}$. Check if their $x,y,z$ ratios are equal.
6
Coplanar Vectors: Vectors flattened onto a single plane. Condition: Determinant of their $3 \times 3$ matrix equals exactly 0.
7
Linearly Dependent: A redundant system where one vector is a sum of others. (Det = 0).
8
Linearly Independent: A unique system spanning 3D volume. (Det ≠ 0).
9
Section Formula (Internal): $\vec{OP} = \frac{m\vec{b} + n\vec{a}}{m + n}$. (Remember to cross-multiply ratios and vectors!).
10
Triangle Law: Head-to-tail addition. $\vec{AB} + \vec{BC} = \vec{AC}$.