JEE Exam  >  JEE Notes  >  Physics for JEE Main & Advanced  >  Vectors: Definition, Types & Unit Vectors

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced PDF Download

Scalar and Vector Quantities

  • In physics, we often deal with quantities like force, speed, velocity, and work. We classify these quantities as either scalar or vector
  • A scalar quantity only has a magnitude, like mass or electric charge – it's just a number with no specific direction. 
  • Vectors are mathematical entities used to represent quantities that have both magnitude and direction. They are commonly employed in various fields, including physics, engineering, computer science, and more. 

Scalar and Vector QuantitiesScalar and Vector Quantities

Difference between scalar and vector quantities

The main difference between scalar and vector quantities lies in what they describe:

1. Scalar Quantity:

   - Definition: A scalar quantity is described by its magnitude (size) only and does not have a specific direction.

   - Examples: Mass, temperature, speed, and energy are scalar quantities.

   - Representation: Represented by a single numerical value and unit.

2. Vector Quantity:

   - Definition: A vector quantity is characterized by both magnitude (size) and direction.

   - Examples: Displacement, velocity, acceleration, and force are vector quantities.

   - Representation: Represented by both a numerical value and a specified direction. Often expressed as an arrow indicating the direction.

Question for Vectors: Definition, Types & Unit Vectors
Try yourself:
Which of the following is a scalar quantity?
View Solution

Representation of a Vector

  • Vectors are like arrows. Arrows have two important things: how long they are (that's their size), and the direction they point. 
  • Think of a vector like an arrow, where one end is where it starts (that's the tail), and the other end is where it's pointing to (that's the head). 
  • So, a vector has a length and shows you a specific direction, just like an arrow.

Examples of VectorsExamples of VectorsParts of a VectorParts of a Vector

Types of Vectors

There are 10 types of vectors in mathematics which are:

  • Zero Vector
  • Unit Vector
  • Position Vector
  • Co-initial Vector
  • Like and Unlike Vectors
  • Co-planar Vector
  • Collinear Vector
  • Equal Vector
  • Displacement Vector
  • Negative of a Vector

All these vectors are extremely important and the concepts are frequently required in mathematics and other higher-level science topics. The detailed explanations on each of these 10 vector types are given below.

Zero Vector

A zero vector is a vector when the magnitude of the vector is zero and the starting point of the vector coincides with the terminal point.
Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

This follows that the magnitude of the zero vector is zero and the direction of such a vector is indeterminate.

Unit Vector

A vector which has a magnitude of unit length is called a unit vector.

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

It must be carefully noted that any two unit vectors must not be considered as equal, because they might have the same magnitude, but the direction in which the vectors are taken might be different.

Position Vector

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Position vector simply denotes the position or location of a point in the three-dimensional Cartesian system with respect to a reference origin.

Co-initial Vectors

The vectors which have the same starting point are called co-initial vectors.

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Like and Unlike Vectors

The vectors having the same direction are known as like vectors. On the contrary, the vectors having the opposite direction with respect to each other are termed to be unlike vectors.

Co-planar Vectors

Three or more vectors lying in the same plane or parallel to the same plane are known as co-planar vectors.

Collinear Vectors

Vectors that lie along the same line or parallel lines are known to be collinear vectors. They are also known as parallel vectors.
Two vectors are collinear if they are parallel to the same line irrespective of their magnitudes and direction. Thus, we can consider any two vectors as collinear vectors if and only if these two vectors are either along the same line or these vectors are parallel to each other in the same direction or opposite direction. For any two vectors to be parallel to one another, the condition is that one of the vectors should be a scalar multiple of another vector. The below figure shows the collinear vectors in the opposite direction.
Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Equal Vectors

Two or more vectors are said to be equal when their magnitude is equal and also their direction is the same.

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

The two vectors shown above, are equal vectors as they have both direction and magnitude equal.

Displacement Vector

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Negative of a Vector

If two vectors are the same in magnitude but exactly opposite in direction then both the vectors are negative of each other. Assume there are two vectors a and b, such that these vectors are exactly the same in magnitude but opposite in direction then these vectors can be given by
a = – bSuppose if 

Magnitude of a Vector

The magnitude of a vector is a crucial measure that provides the numeric value for a given vector. It is denoted as |A| and can be calculated using the formula:

|A| = √(a² + b² + c²)

This formula summarizes the individual measures of the vector along the x, y, and z-axes.

Question for Vectors: Definition, Types & Unit Vectors
Try yourself:
What is a vector?
View Solution

Unit Vector

A unit vector is a special type of vector that has a magnitude equal to 1. It is denoted by the cap symbol (^). Unit vectors are often used to represent and emphasize the direction of a vector.

Unit Vectors î, ĵ, k̂

In a three-dimensional coordinate system, the unit vectors î, ĵ, and k̂ are particularly significant. They represent unit vectors along the x, y, and z-axes, respectively, each having a magnitude of 1. These unit vectors form the basis for expressing any vector in three-dimensional space.

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Unit Vector Notation and Formula

Unit vectors are denoted by the symbol (^) and can be calculated using the formula:

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced = A / |A|

Here, A represents the given vector, and |A| is the magnitude of vector A. The resulting unit vector Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advancedhas the same direction as A but a magnitude of 1.

To find a unit vector with the same direction as a given vector, simply divide the vector by its magnitude. For example, if vector v = (3, 4), its unit vector Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced is calculated as follows:

|v| = √(3² + 4²) = 5

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced = v / |v| = (3, 4) / 5 = (3/5, 4/5)

Representation of  Unit Vectors

Vectors can be represented in both bracket and component formats. For a vector Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced= (x, y, z), the unit vector Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced in bracket format is given by:

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced= (x/√(x² + y² + z²), y/√(x² + y² + z²), z/√(x² + y² + z²))

In component format, it is represented as:

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced= x/√(x² + y² + z²) . î + y/√(x² + y² + z²) . ĵ + z/√(x² + y² + z²) . k̂

Solved Example on Vectors

Ex. Given the vectors: A = 3i + 2jk and B = 5i +5j.
Determine:

  1. Their magnitude.
  2. The direction of B.
  3. A + B
  4. A -2 B
  5. A unit vector parallel to A.
  6. A vector of magnitude 2 and opposite to B

Ans. It is essential when working with vectors to use proper notation. Always draw an arrow over the letters representing vectors. You can also use bold characters to represent a vector quantity.
Vectors A and B are written using the unit vector notation.

1. The magnitude of A is given by: 

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

Similarly, the magnitude of B is: 

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

The magnitude of a vector is always a positive number. 

2. The direction of B can be found in the following way

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

3. The vector sum of A and B is given by: 

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

4. We multiply B by -2 and then add A:

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

5. A unit vector is created from another one by dividing the last by its magnitude: 

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

6. We can find a vector of magnitude 2 and opposite to B by multiplying a unit vector parallel to B by -2: 

Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced

The document Vectors: Definition, Types & Unit Vectors | Physics for JEE Main & Advanced is a part of the JEE Course Physics for JEE Main & Advanced.
All you need of JEE at this link: JEE
289 videos|635 docs|179 tests

Top Courses for JEE

FAQs on Vectors: Definition, Types & Unit Vectors - Physics for JEE Main & Advanced

1. What is the difference between scalar and vector quantities?
Ans. Scalar quantities have only magnitude (e.g., mass, temperature), while vector quantities possess both magnitude and direction (e.g., velocity, force).
2. How can a vector be represented graphically?
Ans. A vector can be represented graphically as an arrow, where the length of the arrow indicates the magnitude and the direction of the arrow indicates the direction of the vector.
3. What are the different types of vectors?
Ans. The different types of vectors include zero vectors (having zero magnitude), unit vectors (having a magnitude of one), equal vectors (having the same magnitude and direction), and negative vectors (having the same magnitude but opposite direction).
4. How do you calculate the magnitude of a vector?
Ans. The magnitude of a vector can be calculated using the formula \( | \vec{A} | = \sqrt{A_x^2 + A_y^2 + A_z^2} \), where \( A_x, A_y, A_z \) are the components of the vector in three-dimensional space.
5. What is a unit vector and how is it derived?
Ans. A unit vector is a vector with a magnitude of one, which is derived by dividing a vector by its magnitude. For a vector \( \vec{A} \), the unit vector \( \hat{A} \) is given by \( \hat{A} = \frac{\vec{A}}{|\vec{A}|} \).
289 videos|635 docs|179 tests
Download as PDF
Explore Courses for JEE exam

Top Courses for JEE

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Types & Unit Vectors | Physics for JEE Main & Advanced

,

Exam

,

ppt

,

Types & Unit Vectors | Physics for JEE Main & Advanced

,

video lectures

,

Vectors: Definition

,

pdf

,

Types & Unit Vectors | Physics for JEE Main & Advanced

,

MCQs

,

Summary

,

Extra Questions

,

study material

,

past year papers

,

Viva Questions

,

Objective type Questions

,

mock tests for examination

,

Semester Notes

,

Sample Paper

,

Vectors: Definition

,

Important questions

,

Vectors: Definition

,

Free

,

practice quizzes

,

shortcuts and tricks

,

Previous Year Questions with Solutions

;