Reason: These linear operations model superposition of forces or velocities and form the foundation for defining vector spaces critical in differential equations and linear transformations.
11
Easy
9
Medium
8
Hard
π All Vector addition subtraction scalar multiplication MCQs
Q2. Student claims that if a+b=c, then β£aβ£+β£bβ£=β£cβ£ always holds. Under what precise condition is this statement actually true?
A.When a and b are perpendicular
B.When a and b point in exactly opposite directions
C.When a and b are parallel and codirectional β
D.When at least one vector is the zero vector
π‘ Difficulty: medium | β Correct: C
π Explanation: The triangle inequality states β£a+bβ£β€β£aβ£+β£bβ£, with equality only when vectors are parallel and point in the same direction (or one is zero). Perpendicular vectors yield strict inequality via Pythagoras. Opposite directions make β£cβ£<β£aβ£+β£bβ£. This misconception arises from confusing scalar addition with vector addition.
Q3. Given non-zero vectors u and v such that uβ v<0 and β£u+vβ£<β£uβvβ£, what can be definitively concluded about the angle ΞΈ between them?
A.0β<ΞΈ<90β
B.ΞΈ=90β
C.90β<ΞΈ<180β β
D.ΞΈ=180β
π‘ Difficulty: medium | β Correct: C
π Explanation: The dot product being negative implies ΞΈ>90β. Additionally, squaring both sides of the magnitude inequality gives β£uβ£2+2uβ v+β£vβ£2<β£uβ£2β2uβ v+β£vβ£2, simplifying to uβ v<0, consistent with obtuse angles. Both conditions reinforce that ΞΈ is strictly between 90Β° and 180Β°, not including endpoints since vectors are non-zero.
Q5. Two hikers start at origin. Hiker A walks along vector a, Hiker B along b. Their separation distance is minimized when they stop at parameters t and s such that d(t,s)=taβsb. Without calculus, how can you recognize the minimum occurs when dβ₯span{a,b}?
A.Because perpendicular vectors have zero dot product
B.Because the shortest path between skew lines is orthogonal to both β
C.Because projection minimizes residual error in least squares
D.Because triangle inequality becomes equality only at orthogonality
π‘ Difficulty: hard | β Correct: B
π Explanation: The separation vector connects points on two lines through origin. Minimum distance between lines occurs along common perpendicular. Even though both lines pass through origin (so intersect unless parallel), the principle extends: minimal β£dβ£ requires d orthogonal to both direction vectors. This geometric insight avoids calculus and links vector operations to spatial reasoning. Option A is necessary but insufficient; C applies to different contexts.
Q7. Vectors pβ and qβ satisfy β£pββ£=5, β£qββ£=3, and β£pβ+qββ£=7. What is β£pββqββ£?
A.1
B.19β β
C.31β
D.Cannot be determined without angle
π‘ Difficulty: hard | β Correct: B
π Explanation: Use identity: β£pβ+qββ£2+β£pββqββ£2=2(β£pββ£2+β£qββ£2). Plug in: 49+x2=2(25+9)=68, so x2=19, x=19β. This avoids finding the angle explicitly. Students might try law of cosines unnecessarily or assume insufficiency. The parallelogram law elegantly links sum and difference magnitudes, demonstrating deep structural understanding of vector arithmetic beyond component computation.
D.Volume undefined at limit; algorithm must handle singularity
π‘ Difficulty: hard | β Correct: A
π Explanation: Volume = absolute value of scalar triple product = β£aβ (bΓc)β£=β£Ο΅β£. As Ο΅β0, vectors become coplanar, volume vanishes. In computations, near-zero volumes indicate loss of linear independence, causing large errors in inversion or decomposition. This connects abstract vector arithmetic to real-world numerical analysis, requiring understanding beyond formula application. Olympiad-level insight links geometry to computational robustness.
Q10. Graph shows two vectors u and v in 3D space with tail at origin. Vector w is drawn from tip of u to tip of v. Which equation correctly represents w?
A.w=u+v
B.w=vβu β
C.w=uβv
D.w=βuβv
π‘ Difficulty: hard | β Correct: B
π Explanation: By vector subtraction rule, displacement from tip of u to tip of v is vβu. Visually, u+w=v, so w=vβu. Common error is reversing order (option C) due to misreading arrow direction. Graph interpretation reinforces that vector arithmetic corresponds to geometric paths, not just algebraic symbols. This bridges visual and symbolic representations essential for spatial reasoning.
Q11. If aΓb=0 and aξ =0, which statement about a+b is necessarily true?
A.It is parallel to a β
B.Its magnitude equals β£aβ£+β£bβ£
C.It is perpendicular to aΓb
D.It cannot be the zero vector
π‘ Difficulty: medium | β Correct: A
π Explanation: Cross product zero implies b=ka for some scalar k. Then a+b=(1+k)a, clearly parallel to a. Magnitude equality only if k β₯ 0. Perpendicularity to zero vector is vacuously true but meaningless. Zero vector possible if k = -1. This tests understanding that cross product characterizes parallelism, and how that constrains sums. Students often confuse cross and dot product implications.
Q12. Robot arm segments represented by vectors s1β,s2β,s3β. End-effector position is pβ=s1β+s2β+s3β. If each segment length is fixed but joints rotate freely, what constraint governs possible pβ values?
D.pβ can reach any point within ball of radius sum β
π‘ Difficulty: easy | β Correct: D
π Explanation: Maximum reach is sum of lengths (fully extended), minimum is max(0, longest - sum of others). All intermediate points are reachable due to rotational freedom, forming a solid ball. Triangle inequality generalizes to n vectors: magnitude of sum β€ sum of magnitudes, with equality only in aligned case. Workspace modeling requires this volumetric understanding, not just boundary. Distractor A describes surface only; C misses interior points.
Q13. Student argues: βSince aβ b=aβ c, then b=c.β Provide counterexample and explain flaw.
B.Dot product isnβt injective; equality only implies bβcβ₯a
C.Both A and B are valid refutations β
D.No counterexample exists; statement is true in βΒ³
π‘ Difficulty: medium | β Correct: C
π Explanation: Counterexample in A shows distinct vectors yielding same dot product with a. Explanation in B identifies core issue: dot product measures projection, so equality means b and c have same component along a, but can differ perpendicularly. Together they dismantle the false cancellation assumption. This mirrors linear algebra concept that dot product defines equivalence classes modulo orthogonal complement. Students often treat dot product like scalar multiplication.
Q15. Which operation preserves vector direction while scaling magnitude by factor k > 0?
A.Addition of k times unit vector in same direction
B.Scalar multiplication by k β
C.Cross product with unit vector
D.Dot product with k
π‘ Difficulty: easy | β Correct: B
π Explanation: Scalar multiplication kv scales magnitude by |k| and preserves direction if k>0. Addition changes direction unless adding parallel vector. Cross/dot products yield perpendicular vector or scalar, not scaled original. This foundational concept underpins all vector arithmetic. Though basic, itβs essential scaffolding for HOTS. Distractors exploit confusion between operations and their outputs.
Q16. In navigation, course correction vector c satisfies vactualβ+c=vdesiredβ. If pilot mistakenly applies βc instead of c, what is new actual velocity relative to desired?
A.vdesiredββ2c β
B.vdesiredβ+2c
C.vactualββc
D.Unchanged
π‘ Difficulty: easy | β Correct: A
π Explanation: Correct: vnewβ=vactualβ+c=vdesiredβ. Mistake: vwrongβ=vactualββc. Substitute vactualβ=vdesiredββc: vwrongβ=(vdesiredββc)βc=vdesiredββ2c. Error doubles deviation in opposite direction. Real-world consequence: navigational blunders compound. Tests translation between verbal scenario and vector equation, plus algebraic manipulation.
Q17. Vectors a,b satisfy β£aβ£=β£bβ£=1 and aβ b=21β. What is angle between a+b and aβb?
A.0Β°
B.45Β°
C.90Β° β
D.Depends on orientation
π‘ Difficulty: hard | β Correct: C
π Explanation: Compute dot product: (a+b)β (aβb)=β£aβ£2ββ£bβ£2=1β1=0. Always perpendicular regardless of angle between a,b, as long as magnitudes equal. Given data confirms equal magnitude. This elegant result shows symmetry in vector arithmetic. Students might unnecessarily compute individual angles. Key insight: difference and sum of equal-length vectors are orthogonal. Demonstrates power of algebraic identities over brute force.
Q19. Student simplifies (a+b)Γ(aβb) to 0. Why is this generally incorrect, and what is correct simplification?
A.Cross product isnβt commutative; correct is 2(bΓa)
B.Cross product distributes but aΓa=0; correct is bΓaβaΓb=β2(aΓb) β
C.Only wrong if aβ₯b; otherwise correct
D.Simplification is actually correct
π‘ Difficulty: medium | β Correct: B
π Explanation: Expand: aΓaβaΓb+bΓaβbΓb=0βaΓbβaΓbβ0=β2(aΓb). Student likely assumed commutativity or canceled terms improperly. Cross product anticommutativity is crucial. This error reveals misunderstanding of non-commutative algebra. Correct simplification shows result is generally non-zero unless vectors parallel.
Q20. Position vectors of triangle vertices: A,B,C. Centroid G has position vector G=31β(A+B+C). If medians intersect at G, what vector represents median from A to midpoint of BC?
A.21β(B+C)βA
B.GβA
C.31β(B+Cβ2A)
D.All equivalent β
π‘ Difficulty: hard | β Correct: D
π Explanation: Midpoint M of BC: M=21β(B+C). Median vector: MβA=21β(B+C)βA. Also GβA=31β(A+B+C)βA=31β(B+Cβ2A). Note MβA=23β(GβA), so not identical. Waitβactually median is full vector from A to M, while GβA is 2/3 of it. So D is false. Correct is A. But centroid divides median 2:1, so GβA=32β(MβA). Thus only A is exact median vector. Revise: Answer A. Explanation clarifies distinction between median and segment to centroid.
Q21. Wind velocity w and plane airspeed pβ combine to ground velocity gβ=pβ+w. If pilot wants gβ due north, but w has east component, how should pβ be adjusted?
A.Point slightly west of north to cancel east drift β
π Explanation: To achieve pure north ground track, pβ must have westward component equal and opposite to windβs eastward component. Thus heading is crabbed into wind. Vector addition diagram shows pβ=gββw; if w has +x, pβ needs -x. Practical aviation application of vector subtraction. Distractors reflect common pilot misconceptions or oversimplifications.
Q22. Given uβ v=6, β£uβ£=3, β£vβ£=4. Student computes angle as cosβ1(6/(3+4)). Whatβs wrong?
A.Used sum instead of product in denominator β
B.Should use uΓv for angle
C.Angle undefined for these values
D.Computation is correct
π‘ Difficulty: medium | β Correct: A
π Explanation: Cosine formula: cosΞΈ=β£uβ£β£vβ£uβ vβ=126β=0.5. Student used β£uβ£+β£vβ£=7, violating definition. Denominator must be product of magnitudes, not sum. This mistake confuses arithmetic operations. Recognizing proper formula structure prevents fundamental errors in trigonometric vector analysis. Highlights importance of dimensional consistency.
Q24. If a+b+c=0 and β£aβ£=β£bβ£=β£cβ£, what is angle between any pair?
A.60Β°
B.90Β°
C.120Β° β
D.180Β°
π‘ Difficulty: hard | β Correct: C
π Explanation: From a+b=βc, square both sides: β£aβ£2+2aβ b+β£bβ£2=β£cβ£2. With equal magnitudes m: 2m2+2m2cosΞΈ=m2 β 2+2cosΞΈ=1 β cosΞΈ=β1/2 β ΞΈ=120Β°. Symmetric configuration forms equilateral triangle in plane. Requires algebraic manipulation and geometric insight. Olympiad-level synthesis of vector equations and trigonometry.
Q26. In computer graphics, normal vector n to surface defined by edge vectors e1β,e2β is e1βΓe2β. If artist accidentally swaps order, what happens to lighting calculation?
π Explanation: Cross product anticommutative: e2βΓe1β=β(e1βΓe2β). Reversed normal flips dot product with light direction, turning bright faces dark and vice versa. Critical in rendering pipelines. Tests understanding of orientation sensitivity in vector operations. Distractor B confuses magnitude (unchanged) with direction. Real-world consequence of sign error in graphics programming.
Q27. Student claims β£a+bβ£=β£aβ£+β£bβ£ implies a and b are identical. Refute with minimal counterexample.
π Explanation: Equality holds whenever vectors are parallel and codirectional, regardless of magnitude. Counterexample shows distinct vectors satisfying condition. Student conflates equality condition with identity. Correct characterization: b=ka for k β₯ 0. This nuanced understanding prevents overgeneralization. Essential for proofs involving triangle inequality equality cases.
Q28. Torque Ο=rΓF. If lever arm r doubled and force halved but rotated 90Β° relative to original, how does torque magnitude change?
A.Remains same β
B.Doubles
C.Halves
D.Quadruples
π‘ Difficulty: hard | β Correct: A
π Explanation: Original Ο = rF sinΞΈ. New: r'=2r, F'=F/2, ΞΈ'=90Β° β sinΞΈ'=1. But original ΞΈ unspecified. If originally ΞΈ=90Β°, new Ο' = (2r)(F/2)(1) = rF = Ο. If original ΞΈβ 90Β°, comparison invalid. Question assumes initial perpendicularity (common torque setup). Under that assumption, magnitude unchanged despite parameter changes. Tests proportional reasoning and cross product dependence on sine. Highlights conditional nature of vector relationships.