• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Types of Vectors

Types of Vectors

In Mathematics and Physics, vectors are quantities that have both magnitude and direction. They are essential in representing physical quantities like force, velocity, and displacement. Understanding the types of vectors is important for solving problems in mechanics, electromagnetism, and geometry.

1.0What Are Vectors?

A vector is represented by an arrow where:

  • The length of the arrow shows the magnitude.
  • The direction of the arrow shows the direction of the vector.

Vectors are usually denoted in bold (e.g., A, B) or with an arrow above the letter (e.g., \vec{A}, \vec{B} ).

2.0Types of Vectors

Vectors are classified based on their properties and applications. Below are the main types of vectors you should know:

1. Zero Vector

  • A vector with zero magnitude and no specific direction.
  • Denoted as:

0=0

  • Example: The displacement of a stationary object.

2. Unit Vector

  • A vector with magnitude equal to 1, used to specify direction.
  • Denoted as i^,j^​ and k^ in 3D space.
  • Example:

i^=(1,0,0),j^​=(0,1,0),k^=(0,0,1)

3. Equal Vectors

  • Vectors having the same magnitude and direction, regardless of their initial point.
  • Example:

A=(3,4),B=(3,4)thenA=B

4. Position Vector

  • A vector that represents the position of a point with respect to the origin.
  • Example: The position vector of point P(x, y, z) is:

OP=xi^+yj^​+zk^

5. Zero Vector vs. Null Vector

  • A Zero Vector is the vector with magnitude zero.
  • A Null Vector is sometimes used interchangeably but typically refers to a zero vector in context.

6. Collinear Vectors

  • Vectors lying along the same line or parallel lines.
  • Example:

A=(2,4),B=(1,2)

Since A=2B, are collinear vectors.

7. Coplanar Vectors

  • Vectors lying in the same plane.
  • Example: Vectors A,B and c are coplanar vectors if:

A.(B×C)=0

3.0Types of Vectors with Examples Summary Table

Type of Vector

Definition

Example

Zero Vector

Magnitude = 0, no direction

0=0

Unit Vector

Magnitude = 1, specifies direction

i^,j^​,k^

Equal Vectors

Same magnitude & direction

A=(3,4),B=(3,4)

Position Vector

Vector from origin to a point (x, y, z)

OP=xi^+yj^​+zk^ 

Collinear Vectors

Lie along same or parallel lines

A=2B

Coplanar Vectors

Lie in the same plane

A.(B×C)=0

4.0Solved Examples on Types of Vectors

Example 1: Given A=3i^+4j^​ and B=−6i^−8j^​ check whether A and B are collinear.

Solution:

Two vectors are collinear if one is a scalar multiple of the other.
Here,

B=−2A

Thus, A and B are collinear.

Example 2: Find the position vector of point P(2, -3, 5).

Solution:

The position vector \vec{OP} is:

OP=2i^−3j^​+5k^

So,

OP=2i^−3j^​+5k^

Example 3: Determine whether the vectors A=2i^+j^​+k^,B=i^+2j^​+3k^ and C=3i^+5j^​+7k^ are coplanar.

Solution:

Vectors are coplanar if:

A.(B×C)=0

First, compute B×C:

B×C=​i^13​j^​25​k^37​​

=i^(2⋅7−3⋅5)−j^​(1⋅7−3⋅3)+k^(1⋅5−2⋅3)

=i^(14−15)−j^​(7−9)+k^(5−6)

=−i^+2j^​−k^

Now compute A.(B×C):

(2i^+j^​+k^)⋅(−i^+2j^​−k^)

=(2)(−1)+(1)(2)+(1)(−1)

=−2+2−1=−1

Since A⋅(B×C)=0,  are not coplanar vectors.

Example 4: Find the unit vector in the direction of A=3i^−4j^​+12k^

Solution:
Step 1: Find the magnitude of A:

∣A∣=32+(−4)2+122​=9+16+144​=169​=13

Step 2: Unit vector A^ in the direction of A:

A^=∣A∣A​=133i^−4j^​+12k^​

Final Answer:

A^=133​i^−134​j^​+1312​k^

Example 5: Given

A=i^+2j^​+3k^ and B=4i^−j^​+2k^  find A⋅B

Solution:

Dot product formula:

A⋅B=(1)(4)+(2)(−1)+(3)(2)=4−2+6=8

Final Answer: 8 

Example 6: If

A=2i^+3j^​+λk^ andvecB=−i^+4j^​+2k^

are perpendicular, find \lambda.

Solution:

Perpendicular vectors:

A⋅B=0

Compute the dot product:

(2)(−1)+(3)(4)+(λ)(2)=−2+12+2λ=0

Simplify:

10+2λ=0⟹λ=−5

Final Answer: −5 

Example 7: Check whether the following vectors are coplanar:

A=i^+2j^​+3k^,B=2i^+4j^​+6k^,C=3i^+6j^​+9k^

Solution:

Vectors are coplanar if:

A⋅(B×C)=0 

First, compute B×C:

B×C=​i^23​j^​46​k^69​​

=i^(4×9−6×6)−j^​(2×9−6×3)+k^(2×6−4×3)

=i^(36−36)−j^​(18−18)+k^(12−12)=0

Thus,

A⋅(B×C)=A⋅0=0

So, the vectors are coplanar.

5.0Practice Questions on Types of Vectors

  1. Given A=i^+2j^​+3k^ and B=2i^+4j^​+6k^ determine if A and B are collinear.
  2. Find the position vector of point Q(-1, 4, 2).
  3. Are the vectors P=3i^−j^​+2k^,Q​=−i^+2j^​−k^, andR=2i^+j^​+k^ coplanar?
  4. If A=4i^+3j^​ and B=−2i^−1.5j^​  find the scalar multiple relationship between them.

Also Read:

Vector Algebra

Components of a Vector

Dot Product of Two Vectors Questions

Multiplication of Vector

Vector Triple Product

Angle Between Two Vectors

Eigenvectors of a Matrix

Dot Product of Two Vectors

Vector Algebra PYQs

Table of Contents


  • 1.0What Are Vectors?
  • 2.0Types of Vectors
  • 3.0Types of Vectors with Examples Summary Table
  • 4.0Solved Examples on Types of Vectors
  • 5.0Practice Questions on Types of Vectors

Frequently Asked Questions

The main types of vectors include: Zero Vector Unit Vector Equal Vectors Position Vector Collinear Vectors Coplanar Vectors

A zero vector has magnitude zero and no specific direction. A unit vector has a magnitude of 1 and indicates direction.

A position vector helps represent the location of a point in space with respect to the origin, useful in geometry and physics for displacement and motion problems.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO