Below are 68 practice questions on Vector Algebra, sorted Easy → Hard. Tap “Show answer & explanation” under any question to check yourself. Want the full theory first? Read the Vector Algebra notes.
Triangle law of vector addition: placing vector b at the head of vector a, the diagonal from the start to the final head gives the resultant a + b.
Easy - 20 questions
Q1.
A quantity that has both magnitude and direction is called a:
A Scalar
B Vector
C Tensor
D Matrix
Show answer & explanation
Answer: B. Vector
Why: A vector has both magnitude (size) and direction, unlike a scalar which has only magnitude.
The dot product formula a.b = |a||b|cos(theta). If theta = 0, then a.b =
A |a||b|
B 0
C -|a||b|
D 1
Show answer & explanation
Answer: A. |a||b|
Why: cos(0) = 1, so a.b = |a||b| x 1 = |a||b|. Parallel vectors have the maximum positive dot product.
Q18.
The triangle law of vector addition states that the third side of a triangle represents:
A a - b
B a + b
C a x b
D a . b
Show answer & explanation
Answer: B. a + b
Why: Triangle law: place vectors head to tail; the closing side (from tail of a to head of b) is a + b.
Q19.
A vector whose initial and terminal points are the same is called a:
A Position vector
B Unit vector
C Zero vector
D Free vector
Show answer & explanation
Answer: C. Zero vector
Why: When start and end points coincide, the vector has zero magnitude and is called the zero vector.
Q20.
The parallelogram law of vector addition: |a + b|<sup>2</sup> + |a - b|<sup>2</sup> =
A 2|a|<sup>2</sup>
B 2|b|<sup>2</sup>
C 2(|a|<sup>2</sup> + |b|<sup>2</sup>)
D 4(|a|<sup>2</sup> + |b|<sup>2</sup>)
Show answer & explanation
Answer: C. 2(|a|<sup>2</sup> + |b|<sup>2</sup>)
Why: Parallelogram law of cosines: |a+b|<sup>2</sup> + |a-b|<sup>2</sup> = 2(|a|<sup>2</sup> + |b|<sup>2</sup>). The sum of squares of diagonals equals twice the sum of squares of the sides.
The midpoint of segment joining A(a) and B(b) has position vector:
A a - b
B 2(a + b)
C (a + b)/2
D b - a
Show answer & explanation
Answer: C. (a + b)/2
Why: Midpoint divides in ratio 1:1. By section formula: (1*b + 1*a)/2 = (a+b)/2.
Q39.
The moment (torque) of force F about a point is:
A r . F
B r / F
C F . r / |r|
D r x F
Show answer & explanation
Answer: D. r x F
Why: Moment (torque) = r x F, where r is the position vector from the point to the force application point. It is a vector.
Q40.
If a.b = a.c and a is non-zero, it necessarily means:
A b = c necessarily, in this particular case
B a is parallel to vector b specifically
C b - c = 0, meaning b and c are equal
D a is perpendicular to (b - c)
Show answer & explanation
Answer: D. a is perpendicular to (b - c)
Why: a.b = a.c means a.(b-c) = 0. So a is perpendicular to (b-c). This does NOT mean b = c.
Hard - 28 questions
Q41.
The vector triple product a x (b x c) equals (BAC-CAB rule):
A (a.c)b - (a.b)c
B (a.b)c - (a.c)b
C (b.c)a - (a.b)c
D (a.c)b + (a.b)c
Show answer & explanation
Answer: A. (a.c)b - (a.b)c
Why: BAC-CAB rule: a×(b×c) = b(a·c) − c(a·b). Mnemonic: the outer vector a dots with each inner vector. Result lies in the plane of b and c. Answer: (a·c)b − (a·b)c.
Q42.
If |a + b| = |a - b|, then a and b must be:
A Parallel
B Equal in magnitude
C Perpendicular
D Collinear
Show answer & explanation
Answer: C. Perpendicular
Why: |a+b|<sup>2</sup> = |a-b|<sup>2</sup> gives |a|<sup>2</sup>+2a.b+|b|<sup>2</sup> = |a|<sup>2</sup>-2a.b+|b|<sup>2</sup>, so 4a.b = 0. Hence a.b = 0, meaning they are perpendicular.
Q43.
The scalar triple product satisfies:
A [a b c] = [a c b] (any swap is allowed)
B [a b c] = -[b a c] but [a b c] = [b c a]
C [a b c] = |a||b||c|, treating it as a simple magnitude product
D [a b c] = (a x b).c = a.(b x c), a relation said to require coplanar vectors specifically
Show answer & explanation
Answer: B. [a b c] = -[b a c] but [a b c] = [b c a]
Why: [abc] is cyclic: [abc]=[bca]=[cab]. Swapping any two adjacent vectors negates it: [abc]=-[bac]. Statement B captures both properties correctly.
Q44.
The area of triangle with vertices A(1,0,0), B(0,1,0), C(0,0,1) is:
If a, b, c are mutually perpendicular unit vectors, |a + b + c|<sup>2</sup> =
A 3
B 1
C sqrt(3)
D 9
Show answer & explanation
Answer: A. 3
Why: Expand: |a+b+c|² = |a|²+|b|²+|c|²+2(a·b+b·c+c·a). Unit vectors: |a|²=|b|²=|c|²=1. Mutually perpendicular: all dot products = 0. So |a+b+c|² = 1+1+1+0 = 3. Answer: 3.
Q47.
The volume of the tetrahedron with one vertex at origin, others at a, b, c is:
A |[a b c]|
B (1/3)|[a b c]|
C (1/2)|[a b c]|
D (1/6)|[a b c]|
Show answer & explanation
Answer: D. (1/6)|[a b c]|
Why: Volume of tetrahedron = (1/6)|a.(b x c)|. The parallelepiped formed by the same edges has volume |[abc]|, and the tetrahedron is 1/6 of that.
Q48.
The Lagrange identity states |a x b|<sup>2</sup> =
A (a.b)<sup>2</sup>
B |a|<sup>2</sup>|b|<sup>2</sup> + (a.b)<sup>2</sup>
C |a|<sup>2</sup>|b|<sup>2</sup> - (a.b)<sup>2</sup>
D |a|<sup>2</sup> - |b|<sup>2</sup>
Show answer & explanation
Answer: C. |a|<sup>2</sup>|b|<sup>2</sup> - (a.b)<sup>2</sup>
Why: Lagrange identity: |a x b|<sup>2</sup> = |a|<sup>2</sup>|b|<sup>2</sup> - (a.b)<sup>2.</sup> This follows since |a x b| = |a||b|sin(theta) and (a.b) = |a||b|cos(theta).
Q49.
If [a b c] = 5, then [2a 3b 4c] =
A 60
B 30
C 120
D 5
Show answer & explanation
Answer: C. 120
Why: Scalar triple product is multilinear: [2a, 3b, 4c] = 2·3·4·[a, b, c] = 24×5 = 120. Each scalar factor on a vector multiplies out of the determinant independently. Answer: 120.
Q50.
If a x b = a x c (a is non-zero), then necessarily:
A b = c
B b - c is perpendicular to a
C b - c is parallel to a
D b + c = 0
Show answer & explanation
Answer: C. b - c is parallel to a
Why: a×b = a×c → a×(b−c) = 0. Cross product is zero iff vectors are parallel (or one is zero). So (b−c) is parallel to a. Note: b−c need not be zero, so b≠c in general. Answer: b−c is parallel to a.
Q51.
For non-coplanar vectors a, b, c forming a basis, every vector r has a:
A A unique scalar multiple of vector a alone, ignoring b and c
B A representation using the vector triple product r = a x b x c
C Unique linear combination r = xa + yb + zc
D A simple sum of all three basis vectors, r = a + b + c
Show answer & explanation
Answer: C. Unique linear combination r = xa + yb + zc
Why: Three non-coplanar (linearly independent) vectors span ℝ³ and form a basis. By the definition of a basis, every vector r has a unique representation r = xa + yb + zc where x, y, z are scalars. Answer: unique linear combination r = xa + yb + zc.
Q52.
In the reciprocal system, if a<sub>prime</sub> = (b x c)/[abc], then a . a<sub>prime</sub> =
A 0
B [a b c]
C a x b
D 1
Show answer & explanation
Answer: D. 1
Why: By definition of reciprocal vectors: a.a<sub>prime</sub> = 1, a.b<sub>prime</sub> = 0, a.c<sub>prime</sub> = 0. The reciprocal system is the dual basis.
Q53.
If ABCD is a parallelogram with diagonal AC = p and BD = q, then AB =
A (p + q)/2
B p + q
C p - q
D (p - q)/2
Show answer & explanation
Answer: A. (p + q)/2
Why: Setting up: p = AB + BC = AB + AD and q = -AB + AD. Adding: p + q = 2AD so AD = (p+q)/2. Subtracting: p - q = 2AB so AB = (p-q)/2. Wait: q = BD = BA + AD = -AB + AD. So p+q = 2AD and p-q = 2AB. Thus AB = (p-q)/2. Answer is index 3.
Q54.
The equation of a line through point a and perpendicular to both b and c is:
A r = a + lambda*(b + c)
B r = a + lambda*(b . c)
C r = a + lambda*(b x c)
D r = a + lambda*(b - c)
Show answer & explanation
Answer: C. r = a + lambda*(b x c)
Why: A vector perpendicular to both b and c is their cross product n = b×c. The line through position vector a with direction n is r = a + λ(b×c), where λ∈ℝ. Answer: r = a + λ(b×c).
Q55.
Using a.b = |a||b|cos(theta): angle between a = 3i+4j and b = 4i+3j satisfies:
If a = i+j, b = j+k, c = k+i, the scalar triple product [a b c] =
A 0
B 1
C 3
D 2
Show answer & explanation
Answer: D. 2
Why: b x c = (j+k) x (k+i) = j x k + j x i + k x k + k x i = i + (-j) + 0 + j = i. Wait: j x k = i, j x i = -k, k x k = 0, k x i = j. So b x c = i - k + j = i+j-k. a.(b x c) = (i+j).(i+j-k) = 1+1+0 = 2.
Q57.
The work done by F = 2i - j + k along displacement from A(1,0,0) to B(2,1,3) is:
A 4
B 5
C 6
D 7
Show answer & explanation
Answer: A. 4
Why: Displacement d = B−A = (2−1, 1−0, 3−0) = (1,1,3). Work W = F·d = 2(1)+(−1)(1)+1(3) = 2−1+3 = 4 units. Answer: W = 4.
Q58.
If vectors (2,-1,k), (1,2,-1), (0,1,2) are coplanar, then k =
A -12
B 0
C 5
D -5
Show answer & explanation
Answer: A. -12
Why: Coplanar → scalar triple product = 0. det[[2,−1,k],[1,2,−1],[0,1,2]] = 2(4+1)−(−1)(2−0)+k(1−0) = 10+2+k = 0. So k = −12. Answer: k = −12.
Q59.
The vector equation of the plane through three points with position vectors a, b, c is:
A r . (b x c) = 0, a condition for a plane through the origin
B r = (a+b+c)/3, just the centroid point
C r = lambda*a + mu*b, missing the third point c
D r = a + lambda*(b-a) + mu*(c-a)
Show answer & explanation
Answer: D. r = a + lambda*(b-a) + mu*(c-a)
Why: The plane through a, b, c contains two direction vectors (b−a) and (c−a). Parametric form: r = a + λ(b−a) + μ(c−a), where λ,μ∈ℝ. When λ=μ=0: r=a; λ=1,μ=0: r=b; λ=0,μ=1: r=c. Answer: r = a + λ(b−a) + μ(c−a).
Q60.
The magnitude of the vector 3î + 4ĵ is:
A 5
B 7
C 25
D 1
Show answer & explanation
Answer: A. 5
Why: Magnitude = √(3² + 4²) = √25 = 5.
Q61.
If a = i + j + k and b = i − j + k, the magnitude of a × b is:
A 2
B 2√2
C √6
D 4
Show answer & explanation
Answer: B. 2√2
Why: a × b = 2i − 2k, whose magnitude is √(4 + 4) = 2√2.
Q62.
The projection of a = 2i + 3j + 2k on b = i + 2j + k is: