100% FREE
Updated: Apr 2026 Vectors, Matrices and 3D Geometry Vectors
Vector operations
Comprehensive study notes on Vector operations for CMI BS Hons preparation.
This chapter covers key concepts, formulas, and examples needed for your exam.
This chapter introduces the fundamental operations on vectors, including addition and scalar multiplication. Mastering these concepts, alongside understanding position vectors and the section formula, is crucial as they form the bedrock for advanced topics in 3D geometry and linear algebra, frequently assessed in the CMI BS Hons examination.
Vector addition combines two or more vectors to produce a resultant vector. It is one of the most basic vector operations and is the starting point for displacement, force, geometry, and coordinate reasoning. In exam problems, vector addition is tested both algebraically through components and geometrically through triangle and parallelogram laws.
---
Learning Objectives
❗By the End of This Topic
After studying this topic, you will be able to:
Add vectors in component form.
Understand vector addition geometrically.
Use the triangle law and parallelogram law of addition.
Compute resultants of multiple vectors.
Use vector addition in coordinate and geometry problems.
---
Core Idea
📖Vector Addition
If
a=⟨x1,y1⟩ and
b=⟨x2,y2⟩,
then
a+b=⟨x1+x2,y1+y2⟩
In three dimensions:
⟨x1,y1,z1⟩+⟨x2,y2,z2⟩=⟨x1+x2,y1+y2,z1+z2⟩
:::
---
Geometric Interpretation
❗Triangle Law
To add a and b geometrically:
draw a
place the tail of b at the head of a
the vector from the starting point of a to the final point of b is a+b
❗Parallelogram Law
If two vectors start from the same point, then their sum is represented by the diagonal of the parallelogram formed on them.
These two laws describe the same algebraic operation geometrically.
---
Algebraic Properties
📐Vector Addition Rules
For vectors a,b,c:
a+b=b+a
(a+b)+c=a+(b+c)
a+0=a
a+(−a)=0
So vector addition is commutative and associative.
---
Resultant Vector
📖Resultant
The sum of several vectors is called their resultant.
If
R=a+b+c,
then R is the single vector having the same overall effect as the three vectors together.
---
Minimal Worked Examples
Example 1
If
a=⟨2,3⟩
and
b=⟨−1,4⟩,
then
a+b=⟨2+(−1),3+4⟩=⟨1,7⟩
So
a+b=⟨1,7⟩
---
Example 2
If
u=⟨1,0,2⟩
and
v=⟨3,−2,5⟩,
then
u+v=⟨4,−2,7⟩
---
Zero Vector and Additive Inverse
📐Important Special Cases
The zero vector is
0
If
a=⟨x,y⟩,
then
−a=⟨−x,−y⟩
So
a+(−a)=0
---
Common Patterns
💡Typical Exam Patterns
Add two vectors in component form.
Find a resultant of several vectors.
Use triangle law in geometry.
Use
AB+BC=AC
Express one unknown vector from a vector equation.
---
Important Geometry Identity
📐Path Addition
For points A,B,C,
AB+BC=AC
This is one of the most important vector identities in geometry.
It expresses the idea that going from A to B and then from B to C is equivalent to going directly from A to C.
:::
---
Common Mistakes
⚠️Avoid These Errors
❌ adding magnitudes instead of components
✅ vector addition is componentwise
❌ mixing vector addition with scalar multiplication
✅ keep operations separate
❌ forgetting sign when adding negative components
✅ use brackets carefully
❌ thinking order matters for the sum
✅ vector addition is commutative
---
CMI Strategy
💡How to Attack Vector-Addition Problems
Convert vectors to components if possible.
Add corresponding components directly.
In geometry, translate movement into path addition.
Use the zero vector to simplify vector equations.
Interpret the final vector geometrically if needed.
---
Practice Questions
:::question type="MCQ" question="If a=⟨3,2⟩ and b=⟨−1,5⟩, then a+b is" options=["⟨2,7⟩","⟨4,−3⟩","⟨−2,7⟩","⟨2,−7⟩"] answer="A" hint="Add components." solution="We have
a+b=⟨3+(−1),2+5⟩=⟨2,7⟩
Hence the correct option is A."
:::
:::question type="NAT" question="If u=⟨2,−3,1⟩ and v=⟨4,1,−2⟩, find u+v." answer="6,-2,-1" hint="Add corresponding coordinates." solution="We add componentwise:
u+v=⟨2+4,−3+1,1+(−2)⟩=⟨6,−2,−1⟩
Hence the answer is ⟨6,−2,−1⟩."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["a+b=b+a","(a+b)+c=a+(b+c)","a+0=a","a+b is found by multiplying corresponding components"] answer="A,B,C" hint="Recall the algebraic properties of vector addition." solution="1. True.
True.
True.
False, because vector addition is done by adding corresponding components, not multiplying them.
Hence the correct answer is A,B,C."
:::
:::question type="SUB" question="Using vector addition, prove that for any points A,B,C, we have AB+BC=AC." answer="Path addition from A to C via B." hint="Write the vectors in coordinate-difference form or use displacement logic." solution="Let the position vectors of the points be
OA=a,OB=b,OC=c
Then
AB=OB−OA=b−a
and
BC=OC−OB=c−b
So
AB+BC=(b−a)+(c−b)=c−a
But
c−a=AC
Hence
AB+BC=AC
This proves the identity."
:::
---
Summary
❗Key Takeaways for CMI
Vector addition is done componentwise.
Geometrically it is described by the triangle and parallelogram laws.
Vector addition is commutative and associative.
The identity AB+BC=AC is fundamental.
Resultants and geometric movement are natural applications.
---
💡Next Up
Proceeding to Scalar multiplication.
---
Part 2: Scalar multiplication
Scalar Multiplication
Overview
Scalar multiplication is the operation of multiplying a vector by a real number. This operation changes the magnitude of the vector and may also reverse its direction. In vector problems, scalar multiplication is one of the most basic but most powerful tools, because it allows us to express parallel vectors, divide line segments, and build linear combinations.
---
Learning Objectives
❗By the End of This Topic
After studying this topic, you will be able to:
Multiply a vector by a scalar correctly.
Understand how scalar multiplication changes magnitude and direction.
Identify when two vectors are scalar multiples of each other.
Use scalar multiplication in line, section, and vector-equation problems.
Work confidently with zero, negative, and fractional scalars.
---
Core Idea
📖Scalar Multiplication
If a is a vector and λ is a real number, then
λa
is called the scalar multiple of a by λ.
If
a=⟨x,y⟩
then
λa=⟨λx,λy⟩
In three dimensions, if
a=⟨x,y,z⟩
then
λa=⟨λx,λy,λz⟩
:::
---
Geometric Meaning
❗Effect on Magnitude and Direction
If λ>0, then λa has the same direction as a.
If λ<0, then λa has the opposite direction to a.
If λ=0, then
λa=0 the zero vector.
Also,
∣λa∣=∣λ∣∣a∣
So scalar multiplication scales length by the absolute value of the scalar.
---
Important Algebraic Properties
📐Scalar Multiplication Rules
For vectors a,b and scalars λ,μ:
λ(a+b)=λa+λb
(λ+μ)a=λa+μa
λ(μa)=(λμ)a
1a=a
0a=0
(−1)a=−a
---
Parallel Vectors
📖Parallelism via Scalar Multiplication
Two nonzero vectors are parallel if and only if one is a scalar multiple of the other.
That is,
b=λa for some nonzero real number λ.
This is one of the most important uses of scalar multiplication in geometry.
---
Minimal Worked Examples
Example 1
If
a=⟨2,−3⟩,
find
4a.
We multiply each component by 4:
4a=⟨8,−12⟩
So the answer is
⟨8,−12⟩
---
Example 2
If
a=⟨3,1⟩,
find
−2a.
We get
−2a=⟨−6,−2⟩
The negative sign tells us the direction is reversed.
---
Fractional Scalars
💡Fractions Are Common
If
a=⟨6,9⟩,
then
31a=⟨2,3⟩
So fractional scalar multiplication often simplifies vectors and is useful in section and midpoint problems.
---
Common Patterns
💡Typical Exam Patterns
Find λa from a given vector.
Determine whether two vectors are parallel.
Find a scalar λ such that
b=λa
Use scalar multiplication inside a larger vector equation.
Express one vector in terms of another.
---
Common Mistakes
⚠️Avoid These Errors
❌ multiplying only one component by the scalar
✅ multiply every component
❌ forgetting that a negative scalar reverses direction
✅ sign matters geometrically
❌ thinking scalar multiplication changes only direction
✅ it changes magnitude too
❌ calling two vectors parallel without checking all components match the same scalar
✅ the same λ must work in every component
---
CMI Strategy
💡How to Attack Scalar-Multiplication Problems
Write the vector in component form.
Multiply each component carefully.
If checking parallelism, compare component ratios.
Track the sign of the scalar for direction.
In multi-step problems, combine scalar multiplication with vector addition cleanly.
---
Practice Questions
:::question type="MCQ" question="If a=⟨2,−1⟩, then 3a is" options=["⟨6,−3⟩","⟨5,−2⟩","⟨−6,3⟩","⟨6,3⟩"] answer="A" hint="Multiply each component by 3." solution="We have
3a=3⟨2,−1⟩=⟨6,−3⟩
Hence the correct option is A."
:::
:::question type="NAT" question="If a=⟨4,8⟩, find the scalar λ such that λa=⟨1,2⟩." answer="1/4" hint="Compare coordinates." solution="We need
λ⟨4,8⟩=⟨1,2⟩
So
4λ=1
and hence
λ=41
This also gives
8λ=2
which is consistent.
Therefore the answer is 41."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["∣λa∣=∣λ∣∣a∣","If λ<0, then λa has direction opposite to a","Two nonzero vectors are parallel iff one is a scalar multiple of the other","0a=a for every vector a"] answer="A,B,C" hint="Recall the geometric effect of scalar multiplication." solution="1. True.
True.
True.
False, because
0a=0
Hence the correct answer is A,B,C."
:::
:::question type="SUB" question="If u=⟨3,−6,9⟩, write u as a scalar multiple of the vector ⟨1,−2,3⟩ and explain the geometric meaning." answer="u=3⟨1,−2,3⟩; same direction and triple magnitude." hint="Compare corresponding components." solution="We observe that
⟨3,−6,9⟩=3⟨1,−2,3⟩
So
u=3⟨1,−2,3⟩
Since the scalar is positive, the two vectors have the same direction. Also, the magnitude of u is three times the magnitude of ⟨1,−2,3⟩.
Hence
u=3⟨1,−2,3⟩
Geometrically, u points in the same direction and is three times as long."
:::
---
Summary
❗Key Takeaways for CMI
Scalar multiplication multiplies every component of a vector.
Magnitude scales by absolute value, direction depends on sign.
Parallel vectors are scalar multiples of each other.
Zero and negative scalars need special attention.
Scalar multiplication is basic, but it appears inside many harder vector problems.
---
💡Next Up
Proceeding to Position vectors.
---
Part 3: Position vectors
Position Vectors
Overview
A position vector describes the location of a point relative to a fixed origin. It turns geometric problems into vector equations and is one of the most powerful tools for proving midpoint, section, centroid, and collinearity results. In CMI-style problems, position vectors are frequently used to encode Euclidean geometry in a precise algebraic form.
---
Learning Objectives
❗By the End of This Topic
After studying this topic, you will be able to:
Interpret the position vector of a point correctly.
Express segment vectors using position vectors.
Use midpoint and section formulas in vector form.
Find centroid and prove concurrency results with vectors.
Translate geometric conditions into vector equations.
---
Core Definition
📖Position Vector
If O is the origin and P is a point, then the vector
OP
is called the position vector of P.
If
OA=a,OB=b
then the vector from A to B is
AB=b−a
:::
---
Midpoint Formula
📐Position Vector of Midpoint
If M is the midpoint of AB, where
OA=a,OB=b
then
OM=2a+b
---
Section Formula
📐Internal Division
If point P divides AB internally in the ratio
AP:PB=m:n
then
OP=m+nna+mb
This is one of the standard and most useful formulas in position-vector geometry.
---
Centroid Formula
📐Position Vector of the Centroid
If triangle ABC has
OA=a,OB=b,OC=c
then the centroid G has position vector
OG=3a+b+c
This is the vector form of the centroid theorem.
---
Collinearity View
💡A Useful Pattern
Points with position vectors a,b,p are collinear exactly when
p=(1−t)a+tb
for some real number t.
This expresses the idea that a point on a line segment is an affine combination of the endpoints.
---
Minimal Worked Examples
Example 1
If
OA=(2,1),OB=(6,5)
then the midpoint M of AB has position vector
OM=(22+6,21+5)=(4,3)
So the midpoint is (4,3).
---
Example 2
If
OA=a,OB=b
then
AB=b−a
This is the most basic conversion from position vectors to displacement vectors.
---
Common Mistakes
⚠️Avoid These Errors
❌ Writing AB=a−b instead of b−a.
❌ Mixing up the ratio in the section formula.
❌ Treating a position vector and a point as the same object without context.
❌ Forgetting that centroid is the average of the three vertex position vectors.
---
CMI Strategy
💡How to Solve These Fast
Write every point relative to the origin first.
Convert geometric statements into vector equations.
Use midpoint, section, or centroid formulas immediately when appropriate.
Reduce geometry to algebra, then interpret the result back geometrically.
In proof questions, start from the vector identity and expand carefully.
---
Practice Questions
:::question type="MCQ" question="If OA=a and OB=b, then AB equals" options=["a+b","a−b","b−a","2a+b"] answer="C" hint="Vector from A to B is final position minus initial position." solution="We have
AB=OB−OA=b−a
Hence the correct option is C."
:::
:::question type="NAT" question="If the points A and B have coordinates (2,1) and (6,5), find the coordinates of the midpoint of AB." answer="4,3" hint="Use coordinate averaging." solution="The midpoint is
(22+6,21+5)=(4,3)
Hence the answer is (4,3)."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["The position vector of the midpoint of AB is 2a+b","If AP:PB=1:2, then OP=32a+b","If the centroid of triangle ABC is G, then OG=3a+b+c","If OA=a and OB=b, then AB=a−b"] answer="A,B,C" hint="One statement reverses the direction of AB." solution="1. True.
True, because for AP:PB=1:2, the point is closer to A, giving
OP=32a+b
True.
False. The correct formula is
AB=b−a
Hence the correct answer is A,B,C."
:::
:::question type="SUB" question="Let the vertices of triangle ABC have position vectors a,b,c. Prove that the three medians are concurrent and that the point of concurrency has position vector 3a+b+c." answer="The medians concur at the centroid with position vector 3a+b+c." hint="Show that this point lies on two medians using midpoint formulas." solution="Let
g=3a+b+c
We show that the point with position vector g lies on each median.
Let M be the midpoint of BC. Then
OM=2b+c
Now compute
$\qquad \mathbf{g}-\mathbf{a}
= \dfrac{\mathbf{a}+\mathbf{b}+\mathbf{c}}{3}-\mathbf{a}
= \dfrac{\mathbf{b}+\mathbf{c}-2\mathbf{a}}{3}$
Also
$\qquad \overrightarrow{OM}-\mathbf{a}
= \dfrac{\mathbf{b}+\mathbf{c}}{2}-\mathbf{a}
= \dfrac{\mathbf{b}+\mathbf{c}-2\mathbf{a}}{2}$
Hence
g−a=32(OM−a)
So the point with position vector g lies on the median from A to M.
Similarly, if N is the midpoint of CA, then
ON=2c+a
and the same calculation shows that g lies on the median from B.
Thus two medians meet at the point with position vector
3a+b+c
Therefore all three medians are concurrent, and the point of concurrency is the centroid with position vector
3a+b+c."
:::
---
Summary
❗Key Takeaways for CMI
Position vectors locate points relative to a fixed origin.
AB=b−a is the most basic conversion rule.
Midpoint, section, and centroid formulas are standard and powerful.
Position vectors turn Euclidean geometry into algebraic identities.
Many concurrency and collinearity results become easy in vector form.
---
💡Next Up
Proceeding to Section formula.
---
Part 4: Section formula
Section Formula
Overview
The section formula gives the coordinates of a point dividing a line segment in a given ratio. It is one of the most useful tools in coordinate geometry and vector geometry because it converts geometric division into algebra immediately. In exam problems, it appears in midpoint questions, internal and external division, centroid-type arguments, and vector parameterization.
---
Learning Objectives
❗By the End of This Topic
After studying this topic, you will be able to:
Use the section formula for internal division.
Understand the midpoint formula as a special case.
Apply the external section formula when needed.
Interpret ratios correctly and avoid reversal errors.
Use section ideas in vector and coordinate proofs.
---
Internal Section Formula
📐Internal Division
If the point P divides the line segment joining
A(x1,y1) and B(x2,y2) internally in the ratio
m:n,
that is,
AP:PB=m:n,
then
P(m+nmx2+nx1,m+nmy2+ny1)
A very useful memory aid is:
the coordinate of the dividing point is a weighted average of the endpoint coordinates.
:::
---
Midpoint Formula as a Special Case
📐Midpoint Formula
If
AP:PB=1:1,
then
P(2x1+x2,2y1+y2)
So the midpoint formula is just the section formula with equal weights.
:::
---
Why the Formula Works
❗Weighted Average Idea
If P is closer to A, then the coordinate of P should be closer to the coordinate of A.
This is exactly why the opposite weight appears:
the coefficient of x1 is the segment near B
the coefficient of x2 is the segment near A
That is why for
AP:PB=m:n,
we use
m+nmx2+nx1,
not
m+nmx1+nx2.
---
External Division
📐External Section Formula
If P divides the line joining
A(x1,y1) and B(x2,y2) externally in the ratio
m:n,
then
P(m−nmx2−nx1,m−nmy2−ny1) \qquad \text{for } m\ne n
This is used less often in basic problems, but it is important in advanced coordinate geometry.
:::
---
Vector Form of Section Formula
📐Vector Version
If
OA=a,OB=b and P divides AB internally in the ratio
m:n,
then
OP=m+nmb+na
This is often the cleanest form in vector problems.
:::
---
Minimal Worked Examples
Example 1
Find the point dividing the segment joining
(1,2) and (5,8)
internally in the ratio
1:1.
This is the midpoint, so
P(21+5,22+8)=(3,5)
Hence the point is
(3,5)
---
Example 2
Find the point dividing the segment joining
(2,3) and (8,9)
internally in the ratio
1:2.
Using the section formula:
P(1+21⋅8+2⋅2,1+21⋅9+2⋅3)=(312,315)=(4,5)
So the point is
(4,5)
---
Common Patterns
💡Typical Exam Patterns
Find a midpoint.
Find a point dividing a segment in a given ratio.
Find a missing coordinate from a ratio condition.
Use section formula in vector form.
Prove collinearity or concurrency using weighted averages.
---
Common Mistakes
⚠️Avoid These Errors
❌ reversing the weights
✅ use the opposite endpoint with the given segment ratio
❌ mixing internal and external division formulas
✅ check whether the point lies between the endpoints or outside
❌ forgetting midpoint is just ratio 1:1
✅ midpoint questions should be immediate
❌ arithmetic mistakes in numerator and denominator
✅ simplify carefully after substitution
---
CMI Strategy
💡How to Attack Section-Formula Problems
Identify the two endpoints clearly.
Check whether the division is internal or external.
Write the ratio in the correct order.
Substitute carefully into the formula.
In vector problems, use the vector version when it looks cleaner.
---
Practice Questions
:::question type="MCQ" question="The midpoint of the points (2,5) and (6,9) is" options=["(4,7)","(8,14)","(2,2)","(3,7)"] answer="A" hint="Use the midpoint formula." solution="The midpoint is
(22+6,25+9)=(4,7)
Hence the correct option is A."
:::
:::question type="NAT" question="Find the point dividing the line segment joining (1,1) and (7,4) internally in the ratio 2:1." answer="5,3" hint="Use the section formula." solution="Let
A=(1,1),B=(7,4)
Then the point dividing AB internally in the ratio 2:1 is
P(2+12⋅7+1⋅1,2+12⋅4+1⋅1)=(315,39)=(5,3)
Hence the answer is (5,3)."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["The midpoint formula is a special case of the section formula","The section formula can be written in vector form","For internal division, the dividing point is a weighted average of endpoint coordinates","In the midpoint formula, one always subtracts coordinates"] answer="A,B,C" hint="Recall the structure of the formulas." solution="1. True.
True.
True.
False. The midpoint formula uses averages, not subtraction.
Hence the correct answer is A,B,C."
:::
:::question type="SUB" question="If the point P(4,3) divides the segment joining A(1,1) and B(x,5) internally in the ratio 1:2, find x." answer="10" hint="Use the section formula in coordinate form." solution="Since P divides AB internally in the ratio
1:2,
we use
P(1+21⋅x+2⋅1,1+21⋅5+2⋅1)
We are given
P=(4,3)
From the y-coordinate:
35+2=37
This shows the given point is inconsistent with the stated ratio if interpreted directly with A=(1,1) and B=(x,5).
So instead interpret the ratio as
AP:PB=2:1
which is the consistent form usually intended in such section questions. Then
4=32x+1
So
12=2x+12x=11x=211
Hence the coordinate-based interpretation must be checked carefully.
If the intended consistent data is
P(4,3) dividing (1,1) and (x,5) in the ratio 2:1,
then x=211.
Therefore this problem illustrates why ratio order and data consistency must be checked before final substitution."
:::
---
Summary
❗Key Takeaways for CMI
The section formula gives the coordinates of a dividing point on a line segment.
The midpoint formula is the 1:1 case.
Internal and external division formulas are different.
Ratio order matters.
The vector version is often cleaner in advanced problems.
Chapter Summary
❗Vector operations — Key Points
Vector Definition and Representation: A vector is a quantity possessing both magnitude and direction, commonly represented geometrically as a directed line segment or algebraically by its components in a coordinate system. Vector Addition: Vectors can be added using the triangle law or parallelogram law, which corresponds to component-wise addition. Vector addition is commutative and associative. Scalar Multiplication: Multiplying a vector a by a scalar k results in a vector ka whose magnitude is ∣k∣∣a∣. Its direction is the same as a if k>0, and opposite if k<0. Position Vectors: The position vector OP of a point P with respect to an origin O uniquely specifies the point's location in space, allowing geometric problems to be translated into vector algebra. Section Formula: This formula determines the position vector of a point that divides a line segment in a given ratio, either internally (m+nna+mb) or externally (m−nmb−na). Unit Vectors: A unit vector is a vector with magnitude 1, primarily used to indicate direction. The unit vector in the direction of a is a^=∣a∣a.
Chapter Review Questions
:::question type="MCQ" question="Let points A and B have position vectors a=2i^−j^+3k^ and b=−4i^+5j^−k^ respectively. If point P divides the line segment AB internally in the ratio 1:2, find the position vector of P." options=["31(3j^+5k^)", "31(−2i^+3j^+5k^)", "2i^−j^+3k^", "−4i^+5j^−k^"] answer="31(3j^+5k^)" hint="Apply the internal section formula p=m+nna+mb with m=1 and n=2." solution="Using the internal section formula, p=1+22a+1b. p=32(2i^−j^+3k^)+(−4i^+5j^−k^) =3(4i^−2j^+6k^)+(−4i^+5j^−k^) =3(4−4)i^+(−2+5)j^+(6−1)k^ =30i^+3j^+5k^=31(3j^+5k^). Therefore, the first option is correct." :::
:::question type="NAT" question="If v=3i^−4j^+12k^, find the magnitude of the vector 2v." answer="26" hint="Recall the property ∣kv∣=∣k∣∣v∣, and calculate the magnitude of v first." solution="Given v=3i^−4j^+12k^. First, find the magnitude of v: ∣v∣=32+(−4)2+122=9+16+144=169=13. Now, for the vector 2v, its magnitude is ∣2v∣=∣2∣⋅∣v∣=2⋅13=26." :::
:::question type="MCQ" question="Given vectors a=i^+2j^−k^ and b=2i^−j^+3k^. Find the unit vector in the direction of a+b." options=["141(3i^+j^+2k^)", "141(i^+3j^−4k^)", "101(3i^+j^+2k^)", "3i^+j^+2k^"] answer="141(3i^+j^+2k^)" hint="First calculate the sum vector a+b, then normalize it by dividing by its magnitude." solution="Let c=a+b. c=(i^+2j^−k^)+(2i^−j^+3k^)=(1+2)i^+(2−1)j^+(−1+3)k^=3i^+j^+2k^. The magnitude of c is ∣c∣=32+12+22=9+1+4=14. The unit vector in the direction of a+b is c^=∣c∣c=143i^+j^+2k^=141(3i^+j^+2k^)." :::
:::question type="NAT" question="Points A and B have position vectors a=i^+2j^ and b=3i^−j^ respectively. If point C is the midpoint of the line segment AB, find the sum of the components of the position vector of C." answer="2.5" hint="Use the midpoint formula for position vectors: c=2a+b." solution="For a midpoint C of a line segment AB, its position vector c is given by c=2a+b. Given a=i^+2j^ and b=3i^−j^. c=2(i^+2j^)+(3i^−j^)=2(1+3)i^+(2−1)j^=24i^+j^=2i^+21j^. The components of c are 2 and 21. The sum of the components is 2+21=2.5." :::
What's Next?
💡Continue Your CMI Journey
Having mastered fundamental vector operations, the next step in your CMI journey is to explore advanced vector concepts such as the dot product and cross product. These operations enable the analysis of angles between vectors, areas of parallelograms, and volumes of parallelepipeds, offering powerful tools for solving complex geometric problems. These concepts are foundational for understanding lines, planes, and other geometric entities in 3D space, which will be covered in the 3D Geometry chapters. Furthermore, vectors often serve as building blocks for linear transformations studied in Linear Algebra and Matrix Theory, providing a crucial link to broader mathematical applications.
🎯 Key Points to Remember
✓Master the core concepts in Vector operations before moving to advanced topics
✓Practice with previous year questions to understand exam patterns
✓Review short notes regularly for quick revision before exams
Related Topics in Vectors, Matrices and 3D Geometry