NCERT Class 12 Vector Algebra: Important Concepts and Applications

NCERT Class 12 Vector Algebra: Important Concepts and Applications
Last Updated At: 15 Apr 2026
18 min read

Imagine giving directions to a friend, “Go 5 km straight and then turn left.” You’re not just talking about distance, but also direction. The same idea applies when a football is kicked or when a force is applied. Some quantities only have magnitude (like speed), while others have both magnitude and direction (like velocity). This is where Vector Algebra becomes important. It is not only a key scoring chapter in Class 12 boards but also widely used in physics and real life. In this blog, we’ll break down all core concepts step-by-step.

What is Vector Algebra?

Definition

Vector Algebra is a branch of mathematics that deals with quantities having both magnitude and direction, known as vectors. It helps us perform operations like addition, subtraction, and multiplication on vectors.

In simple terms, if a quantity tells you how much and in which direction, it is a vector.

Scalar vs Vector 

BasisScalar QuantityVector Quantity
DefinitionOnly magnitudeMagnitude + direction
ExampleDistance, speed, massDisplacement, velocity, force
RepresentationSimple number (e.g., 5 m)Arrow or coordinates
DirectionNot requiredAlways required

Real-Life Examples

  • Velocity → 60 km/h north (direction matters)
  • Force → Push applied in a specific direction
  • Displacement → Shortest path from one point to another
  • Acceleration → Change in velocity with direction 

 These examples show how vectors help us understand motion and forces more accurately.

Basic Concepts of Vectors

1. Directed Line Segment

A vector is represented by a directed line segment.

  • It has:
    • Initial point (starting point)
    • Terminal point (ending point)
  • Denoted as AB or →AB 

The arrow shows the direction of the vector.

2. Magnitude and Direction

  • Magnitude = Length of the vector
  • Written as |a|
  • Direction = Orientation in space 

Both are necessary to fully describe a vector.

3. Position Vector

A position vector tells us the position of a point with respect to the origin.

  • Represented as OP
  • If point P = (x, y, z), then: 

r = xi + yj + zk

It connects the origin to the point in 3D space.

4. Notation of Vectors

Vectors are commonly written as:

  • a, b, c (bold letters)
  • →AB (arrow notation)
  • ai + bj + ck (component form) 

Where:

  • i, j, k are unit vectors along x, y, z axes 

Key Points 

  • Vector = magnitude + direction
  • Represented using arrows or components
  • Position vector starts from origin
  • i, j, k help express vectors in 3D 

Example 1: Identify Scalar or Vector

  • 5 kg → Scalar
  • 10 m/s towards east → Vector 

Example 2: Find Magnitude

Vector = (3, 4)

|a| = √(3² + 4²) = √25 = 5

Example 3: Position Vector

Point P = (2, 3, 1)

r = 2i + 3j + k

image.png

Types of Vectors

To build strong clarity in Vector Algebra, it’s important to understand the different types of vectors. Each type helps in solving specific kinds of problems in exams and real-life applications.

1. Zero Vector (Null Vector)

A vector whose magnitude is zero is called a zero vector.

  • Represented as 0 or →AA
  • Initial and terminal points are the same
  • It has no definite direction 

Visual Understanding:
Imagine standing at a point and not moving at all — there is no displacement. That’s a zero vector.

Mini Example:
Vector from point A to A → →AA = 0

2. Unit Vector

A vector with magnitude equal to 1 is called a unit vector.

  • Denoted by â (a cap)
  • Used to represent direction only 

Formula:
Unit vector in direction of a = a / |a|

Visual Understanding:
It is like shrinking or stretching any vector to length 1 but keeping the same direction.

Mini Example:
If a = (3, 4)
|a| = 5

Unit vector = (3/5, 4/5)

3. Equal Vectors

Two vectors are said to be equal if they have:

  • Same magnitude
  • Same direction 

Their positions can be different, but they still remain equal.

Visual Understanding:
Think of two arrows of equal length pointing in the same direction, placed at different positions.

Mini Example:
→AB and →CD are equal if both have same length and direction.

4. Collinear Vectors

Vectors that lie along the same straight line or parallel lines are called collinear vectors.

  • They may have:
    • Same direction
    • Opposite direction 

Visual Understanding:
Arrows lying on the same line or parallel lines.

Mini Example:
a = (2, 4), b = (1, 2)

Since b = (1/2)a → They are collinear

5. Coinitial Vectors

Vectors that have the same starting point are called coinitial vectors.

Visual Understanding:
Multiple arrows starting from one common point.

Mini Example:
Vectors →AB, →AC, →AD all start from A → coinitial vectors

Quick Recap

  • Zero vector → No magnitude
  • Unit vector → Magnitude = 1
  • Equal vectors → Same magnitude & direction
  • Collinear vectors → Same/parallel line
  • Coinitial vectors → Same starting point 

Book a Free Demo Class Today. 

Vector Operations

Vector operations help us combine vectors and understand real-world effects like motion, force, and direction.

Addition of Vectors

Triangle Law of Vector Addition

This is one of the most basic methods of adding vectors.

Definition:
If two vectors are represented by two sides of a triangle taken in order, then their sum is represented by the third side.

Stepwise Explanation

  1. Draw vector a
  2. From its endpoint, draw vector b
  3. Join the starting point of a to the endpoint of b
  4. The new vector is a + b 

This is also called the head-to-tail method

Example

Let
a = (2, 3)
b = (4, 1)

Add component-wise:

a + b = (2 + 4, 3 + 1)
= (6, 4)

Real-Life Connection

If you walk 2 steps forward and then 4 steps right, your final position depends on both movements combined.

Parallelogram Law of Vector Addition

Definition:
If two vectors are represented as adjacent sides of a parallelogram, then their sum is represented by the diagonal passing through the common point.

Stepwise Explanation

  1. Draw vectors a and b from the same point
  2. Complete the parallelogram
  3. The diagonal from the common point gives a + b 

Example

Let
a = (1, 2)
b = (3, 4)

a + b = (1+3, 2+4)
= (4, 6)

Key Insight

Both triangle law and parallelogram law give the same result, just different visual methods.

Properties of Vector Addition

Understanding properties helps simplify calculations.

1. Commutative Property

a + b = b + a

Order of addition does not matter.

Example

a = (1, 2), b = (3, 4)

a + b = (4, 6)
b + a = (4, 6)

Same result

Associative Property

(a + b) + c = a + (b + c)

Grouping of vectors does not matter.

Example

a = (1,1), b = (2,2), c = (3,3)

LHS = (a + b) + c
= (3,3) + (3,3) = (6,6)

RHS = a + (b + c)
= (1,1) + (5,5) = (6,6)

Both sides equal

Important Note

These properties make vector addition flexible and easy to handle in long problems.

image.png

Scalar Multiplication of Vectors

Scalar multiplication means multiplying a vector by a number.

Definition

If k is a scalar and a is a vector, then:

ka = new vector

Key Effects

  • If k > 0 → direction remains same
  • If k < 0 → direction reverses
  • If k = 0 → becomes zero vector 

Stepwise Example

Given:
a = (2, –3)
k = 3

Step 1: Multiply each component

3a = (3×2, 3×–3)

Step 2: Final Answer

3a = (6, –9)

Another Example (Negative Scalar)

a = (1, –2)
k = –2

–2a = (–2×1, –2×–2)
= (–2, 4)

Direction is reversed

Visual Understanding

  • Positive scalar → same direction, stretched
  • Fraction → shorter vector
  • Negative scalar → flipped direction 

Quick Recap of Vector Operations

  • Triangle law → head-to-tail addition
  • Parallelogram law → diagonal method
  • Commutative → order doesn’t matter
  • Associative → grouping doesn’t matter
  • Scalar multiplication → changes magnitude & direction 

 

Components of a Vector

To solve most problems in Vector Algebra, we express vectors in their component form. This makes calculations simple, especially in 3D geometry.

i, j, k Notation

In three-dimensional space, we use three special unit vectors:

  • î → along x-axis
  • ĵ → along y-axis
  • k̂ → along z-axis 

Each of these has magnitude 1 and defines direction along the axes.

Schedule a Free Demo Class Today. 

Component Form of a Vector

Any vector in space can be written as:

a = xi + yj + zk

Where:

  • x, y, z → scalar components
  • i, j, k → direction indicators 

This form is called the component form or vector form.

Visual Understanding

Think of a point P(x, y, z) in space.

  • Move x units along x-axis
  • Then y units along y-axis
  • Then z units along z-axis 

The vector from origin to point P is the position vector.

Magnitude of a Vector

The magnitude (length) of a vector tells how long it is.

Formula:

|a| = √(x² + y² + z²)

Always positive

Direction Ratios (DRs)

The components x, y, z of a vector are also called its direction ratios.

They indicate the direction of the vector but are not necessarily unit values.

Quick Formula Box 

  • Vector form → a = xi + yj + zk
  • Magnitude → |a| = √(x² + y² + z²)
  • Unit vector → â = a / |a|
  • Direction ratios → (x, y, z) 

Solved Example

Find the magnitude and unit vector of a = 2i + 3j + 6k

Step 1: Magnitude

|a| = √(2² + 3² + 6²)
= √(4 + 9 + 36)
= √49 = 7

Step 2: Unit Vector

â = a / |a|
= (2i + 3j + 6k) / 7

Final Answer:
(2/7)i + (3/7)j + (6/7)k

Another Quick Example

Find sum of vectors:
a = i + 2j + 3k
b = 2i + j + k

a + b = (1+2)i + (2+1)j + (3+1)k
= 3i + 3j + 4k

Key Takeaways

  • i, j, k simplify vector representation
  • Components make calculations easy
  • Magnitude gives length
  • Direction ratios define direction 

Vector Between Two Points & Section Formula

This section is very important for coordinate-based questions in exams.

1. Vector Joining Two Points

If two points are given:

  • P(x₁, y₁, z₁)
  • Q(x₂, y₂, z₂) 

Then the vector from P to Q is:

Formula:

PQ = (x₂ – x₁)i + (y₂ – y₁)j + (z₂ – z₁)k

Visual Understanding

  • Start from point P
  • Move towards Q
  • The vector shows direction + distance 

Example

Find vector from P(1, 2, 3) to Q(4, 6, 5)

Step 1: Apply formula

PQ = (4–1)i + (6–2)j + (5–3)k

Step 2: Simplify

PQ = 3i + 4j + 2k

Final Answer: 3i + 4j + 2k

Plan Your Free Demo Class Now. 

Section Formula (Internal Division)

When a point divides a line segment between two points, it is called internal division.

Formula

If point R divides PQ in ratio m : n, then:

Position vector of R = (mB + nA) / (m + n)

In coordinate form:

R = ( (mx₂ + nx₁)/(m+n), (my₂ + ny₁)/(m+n), (mz₂ + nz₁)/(m+n) )

Example (Internal Division)

Find point dividing P(1, 2, 3) and Q(4, 6, 5) in ratio 2:1

Step 1: Apply formula

x = (2×4 + 1×1) / 3 = 9/3 = 3
y = (2×6 + 1×2) / 3 = 14/3
z = (2×5 + 1×3) / 3 = 13/3

Final Answer: (3, 14/3, 13/3)

Section Formula (External Division)

When a point divides the line outside the segment, it is called external division.

Formula

R = ( (mx₂ – nx₁)/(m–n), (my₂ – ny₁)/(m–n), (mz₂ – nz₁)/(m–n) )

Example (External Division)

Find point dividing P(1, 2, 3) and Q(4, 6, 5) in ratio 2:1 externally

Step 1: Apply formula

x = (2×4 – 1×1) / (2–1) = 7
y = (2×6 – 1×2) / (1) = 10
z = (2×5 – 1×3) / (1) = 7

Final Answer: (7, 10, 7)

Quick Recap 

  • Vector PQ → difference of coordinates
  • Internal division → use (+) in denominator
  • External division → use (–) in denominator 

You May Also Find Useful 

 

Why This Matters

  • Frequently asked in boards
  • Helps in 3D geometry
  • Builds base for advanced maths 

Scalar (Dot) Product

The scalar (dot) product is one of the most important operations in Vector Algebra. It helps us find angles, projections, and even physical quantities like work.

Definition

The dot product of two vectors is a scalar quantity (a real number).

It is defined as:

If a and b are two vectors, then
their dot product is:

a · b = |a||b| cosθ

Where:

  • |a|, |b| → magnitudes of vectors
  • θ → angle between them 

Formula (Component Form)

If
a = a₁i + a₂j + a₃k
b = b₁i + b₂j + b₃k

Then:

a · b = a₁b₁ + a₂b₂ + a₃b₃

This is the most commonly used formula in exams.

Angle Between Two Vectors

We can find the angle using:

cosθ = (a · b) / (|a||b|)

Example

Find angle between:
a = i + j
b = i – j

Step 1: Dot product
a · b = (1×1) + (1×–1) = 1 – 1 = 0

Step 2: Use formula
cosθ = 0

θ = 90°

Vectors are perpendicular

Book Your Free Demo Class with Expert Teachers. 

Properties of Dot Product

  • Commutative:
    a · b = b · a
  • Distributive:
    a · (b + c) = a·b + a·c
  • Scalar multiplication:
    (ka) · b = k(a · b)
  • Perpendicular condition:
    If a · b = 0 → vectors are perpendicular 

Applications of Dot Product

1. Work Done (Physics Connection)

Work done is defined as:

Work = Force · Displacement

Only the component of force in the direction of motion does work.

Example

Force = 10 N, displacement = 5 m, angle = 60°

Work = 10 × 5 × cos60°
= 50 × 1/2 = 25 Joules

2. Projection of a Vector

Projection tells how much one vector lies in the direction of another.

Formula

Projection of a on b =
(a · b) / |b|

Example

a = (2, 3), b = (1, 0)

a · b = 2×1 + 3×0 = 2

|b| = 1

Projection = 2

Quick Recap

  • Dot product gives a scalar value
  • Used to find angles & projections
  • Helps identify perpendicular vectors
  • Widely used in physics (work, force) 

Vector (Cross) Product

The cross product is another important operation, but unlike the dot product, it gives a vector result.

Definition

The cross product of two vectors is defined as:

a × b = |a||b| sinθ n̂

Where:

  • θ → angle between vectors
  • n̂ → unit vector perpendicular to both a and b 

Right-Hand Rule

To find the direction of cross product:

  1. Point your fingers in direction of a
  2. Curl them towards b
  3. Your thumb points in direction of a × b 

This gives the perpendicular direction.

You May Also Read

 

Determinant Form

If
a = a₁i + a₂j + a₃k
b = b₁i + b₂j + b₃k

Then:

a × b =

|  i   j  k  |
| a₁  a₂ a₃ |
| b₁  b₂ b₃ |

Expanded Form

= i(a₂b₃ – a₃b₂)
– j(a₁b₃ – a₃b₁)

  • k(a₁b₂ – a₂b₁) 

Example

Find a × b where:
a = i + j + k
b = 2i + 3j + 4k

Step 1: Apply formula

a × b =
i(1×4 – 1×3)
– j(1×4 – 1×2)

  • k(1×3 – 1×2) 

Step 2: Simplify

= i(1) – j(2) + k(1)

Final Answer: i – 2j + k

Plan Your Free Demo Class Today. 

Applications of Cross Product

1. Area of Triangle

Area = ½ |a × b|

2. Area of Parallelogram

Area = |a × b|

Example

If |a × b| = 10

Triangle area = ½ × 10 = 5 units²
Parallelogram area = 10 units²

Key Properties

  • Not commutative:
    a × b ≠ b × a
  • a × b = –(b × a)
  • If vectors are parallel → cross product = 0 

Quick Recap

  • Cross product gives a vector
  • Direction via right-hand rule
  • Used to find area
  • Important for geometry & physics 

Applications of Vector Algebra

Vector Algebra is not just a theoretical topic—it has powerful applications in real life and various fields.

Physics (Force, Velocity, Motion)

Vectors are widely used in physics to represent quantities like:

  • Force → Acts in a specific direction
  • Velocity → Speed with direction
  • Acceleration → Change in velocity 

For example, when multiple forces act on an object, vectors help calculate the resultant force using addition laws.

Engineering Applications

Engineers use vectors to design and analyze structures.

  • Used in mechanical systems (force analysis)
  • Important in electrical engineering (fields & circuits)
  • Helps in robotics and machine movement 

Vectors ensure accuracy in direction and magnitude, which is critical in design.

Navigation & Computer Graphics

  • In navigation, vectors help determine direction and shortest paths (like GPS systems)
  • In computer graphics, vectors are used to create:
    • 3D models
    • Animations  
    • Game environments 

Every movement or rotation on screen is controlled using vectors.

Quick Insight

Vector Algebra connects maths with real-world problem-solving, making it highly practical and essential.

Practice Questions 

A. Basic Concepts 

  1. Define a vector and give two examples.
  2. Define scalar quantity with examples.
  3. Identify whether the following are scalar or vector:
    (a) Speed (b) Velocity (c) Mass (d) Force
  4. What is a zero vector?
  5. Define unit vector.
  6. Find the magnitude of vector (3, 4).
  7. Find magnitude of vector (1, 2, 2).
  8. What are coinitial vectors?
  9. What are collinear vectors?
  10. Define equal vectors with an example. 

Schedule Your Free Demo Class Now. 

B. Vector Operations 

  1. Add vectors: (2, 3) + (4, 5)
  2. Find a + b if a = (1, 2, 3), b = (3, 2, 1)
  3. Verify commutative property for (1, 2) and (3, 4)
  4. Multiply vector (2, –3) by scalar 4
  5. Find –2 × (1, 3)
  6. Find sum of vectors: i + 2j and 3i + j
  7. Explain triangle law of vector addition
  8. Explain parallelogram law of vector addition
  9. If a = (2, 2), b = (–1, 3), find a + b
  10. Find 3a if a = (1, –2, 2) 

C. Components & Direction Cosines 

  1. Express vector in form xi + yj + zk
  2. Find magnitude of 2i + 3j + 6k
  3. Find unit vector of (1, 2, 2)
  4. Find direction ratios of vector (3, –2, 5)
  5. Write position vector of point (2, 3, 4)
  6. Find magnitude of vector (4, 0, 3)
  7. Find unit vector in direction of (2, 2, 1)
  8. If |a| = 5 and a = (3, 4), verify magnitude
  9. Write vector joining origin to (1, 1, 1)
  10. Find magnitude of (–2, –3, 6) 

D. Dot Product 

  1. Find dot product of (1, 2, 3) and (3, 2, 1)
  2. Find angle between (1, 0, 0) and (0, 1, 0)
  3. Check if vectors are perpendicular: (2, 3) and (–3, 2)
  4. Find a · b if a = (2, 1), b = (1, 4)
  5. Find projection of (2, 3) on (1, 0)
  6. If a · b = 0, what does it mean?
  7. Find angle between (1, 1) and (1, –1)
  8. Find dot product of i + j and i – j
  9. Find work done if F = 5N, d = 10m, θ = 60°
  10. Verify commutative property of dot product 

E. Cross Product 

  1. Find cross product of i and j
  2. Find a × b where a = i + j, b = j + k
  3. Find area of parallelogram if |a × b| = 12
  4. Find area of triangle if |a × b| = 10
  5. Check if vectors are parallel using cross product
  6. Find a × b for a = (1, 2, 3), b = (3, 2, 1)
  7. State right-hand rule
  8. Find cross product of parallel vectors
  9. Find area using vectors (2, 0, 0) and (0, 3, 0)
  10. What is the direction of a × b? 

Why Learn Vector Algebra with PlanetSpark

  • Concepts are explained in simple and easy language
  • Focus on real-life examples for better understanding
  • Interactive classes make learning engaging
  • Regular doubt-solving sessions for clarity
  • Helps build confidence in maths step-by-step
  • Offers personalized attention to each student
  • Strengthens basics for boards and competitive exams
  • Encourages logical thinking and problem-solving skills 
image.png

Summing It Up: Vector Algebra for Exams & Beyond

Vector Algebra is a highly scoring and practical chapter in Class 12 Maths. From understanding motion to solving real-world problems, vectors play a crucial role everywhere. By mastering concepts like vector operations, dot product, and cross product, students can easily tackle board exam questions. The key to success lies in consistent practice and concept clarity. Keep revising formulas, solve a variety of questions, and you’ll find this chapter both interesting and rewarding.

Also Read

 

 

Frequently Asked Questions

Definitely! With concept clarity, regular practice, and expert guidance, PlanetSpark helps students perform better and score high in Vector Algebra exams.

Yes, students get personalized attention and dedicated doubt-solving sessions, ensuring every concept in Vector Algebra is clearly understood.

PlanetSpark uses interactive learning methods, quizzes, and engaging activities that make Vector Algebra fun instead of difficult or boring.

Yes, PlanetSpark uses real-life scenarios like force, motion, and navigation to explain Vector Algebra, making it easier to understand and remember.

Absolutely! PlanetSpark focuses on step-by-step problem-solving techniques, helping students build strong logic and confidence in solving Vector Algebra questions.

Yes, PlanetSpark offers structured practice questions, worksheets, and guided problem-solving sessions to help students strengthen their understanding of Vector Algebra.

PlanetSpark simplifies Vector Algebra by breaking complex concepts into easy explanations, real-life examples, and interactive sessions, making learning clear and engaging for students.