Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Scalar and Vector

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Scalar and Vector Quantities are used to describe the motion of an object. Scalar Quantities are defined as the physical quantities that have magnitude or size only. For example, distance, speed, mass, density, etc. However, vector quantities are those physical quantities that have both magnitude and direction like displacement, velocity, acceleration, force, mass, etc. It should be noted that when a vector quantity changes its magnitude and direction also changes similarly, when a scalar quantity changes, only its magnitude changes.

Scalar and Vector Quantity

 

What is Scalar and Vector Quantity?

Scalar quantities are the quantities that only have a magnitude or size associated with them. These quantities can be expressed completely with a single number. Some examples of scalar quantities are – the mass of an object, the distance between two points, etc. For doing operations on scalar quantities, the usual rules of algebra work. These quantities can be added and subtracted in the same way numbers are added and subtracted. But only numbers with the same measuring unit can use the process for a scalar quantity.

Examples of Scalar Quantities

There exist many forms of scalar quantities some of them are listed below:

  • Mass
  • Speed
  • Distance
  • Time
  • Area
  • Volume
  • Density
  • Energy
  • Temperature
  • Electric Charge
  • Gravitational force

On the other hand, vectors are quantities that have a direction associated with them. For addition and subtraction, these quantities obey the triangle law of vector addition. Some examples of vector quantities include velocity, acceleration, etc. While describing the velocity, specifying the direction is necessary. 

Any vector quantity, a can be represented in vector form as \vec{a}, which represents the direction and the magnitude of the vector a. In the case of the only magnitude, |a| denotes the magnitude. 

Examples of Vector Quantities 

There are countless examples of vector quantities in daily life. The list of some of them is down below!

  • Velocity
  • Force
  • Pressure
  • Displacement
  • Acceleration
  • Thrust
  • Linear momentum
  • Electric field
  • Polarization
  • Weight

Vector Notation

Vector notation is a way or notation used to represent a quantity that is a vector, through an arrow (⇢) above its symbol, as shown below:

Scalar and Vector Quantity - Vector Notation

 

Difference Between Scalar and Vector Quantity

Scalar

Vector

Scalar quantities have magnitude or size only. Vector quantities have both magnitude and direction.
It is known that every scalar exists in one dimension only.  Vector quantities can exist in one, two, or three-dimension.
Whenever there is a change in a scalar quantity, can correspond to a change in its magnitude also. Any change in a vector quantity can correspond to cha change in either its magnitude or direction or both.
These quantities can not be resolved into their components. These quantities can be resolved into their components, using the sine or cosine of the adjacent angle.
Any mathematical process that involves more than two scalar quantities will only give scalars. Mathematical operations on two or more vectors can provide either a scalar or a vector as a result. For instance, the dot product of two vectors only produces a scalar, whereas the cross product, sum, or subtraction of two vectors gives a vector.

Some examples of Scalar quantities are:

  • Mass
  • Speed
  • Distance
  • Time
  • Area
  • Volume

Some examples of Vector quantities are:

  • Velocity
  • Force
  • Pressure
  • Displacement
  • Acceleration

Equality of Vectors 

Two vectors are considered to be equal when they have the same magnitude and same direction. The figure below shows two vectors that are equal, notice that these vectors are parallel to each other and have the same length. The second part of the figure shows two unequal vectors, which even though have the same magnitude, are not equal because they have different directions. 

Scalar and Vector Quantity - Equality of Vectors

 

Multiplication of Vectors with Scalar

Multiplying a vector a with a constant scalar k gives a vector whose direction is the same but the magnitude is changed by a factor of k. The figure shows the vector after and before it is multiplied by the constant k. In mathematical terms, this can be rewritten as, 

|k\vec{v}| = k|\vec{v}|     

if k > 1, the magnitude of the vector increase while it decreases when the k < 1. 

Scalar and Vector Quantity - Multiplication of Vectors with Scalar

 

Addition of Vectors

Vectors cannot be added by usual algebraic rules. While adding two vectors, the magnitude and the direction of the vectors must be taken into account. Triangle law is used to add two vectors, the diagram below shows two vectors “a” and “b” and the resultant is calculated after their addition. Vector addition follows commutative property, this means that the resultant vector is independent of the order in which the two vectors are added. 

\vec{a} + \vec{b} = \vec{c}

\vec{a} + \vec{b} = \vec{b} + \vec{a}    – (Commutative Property)

Triangle Law of Vector Addition

Consider the vectors given in the figure above. The line PQ represents the vector “p”, and QR represents the vector “q”. The line QR represents the resultant vector. The direction of AC is from A to C.  

Scalar and Vector Quantity - Triangle Law of Vector Addition

 

Line AC represents, 

\vec{p} + \vec{q}

The magnitude of the resultant vector is given by, 

\sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

θ represents the angle between the two vectors. Let φ be the angle made by the resultant vector with the vector p.

tan (\phi) = \dfrac{q\sin\theta}{p + q\cos\theta}

The above formula is known as the Triangle Law of Vector Addition.

Parallelogram Law of Vector Addition

This law is just another way of understanding vector addition. This law states that if two vectors acting on the same point are represented by the sides of the parallelogram, then the resultant vector of these vectors is represented by the diagonals of the parallelograms. The figure below shows these two vectors represented on the side of the parallelogram. 

Scalar and Vector Quantity - Parallelogram Law of Vector Addition

 

Also Check:

Solved Examples on Scalar and Vector

Example 1: Find the magnitude of v = i + 4j. 

Solution: 

|v| = \sqrt{a^2 + b^2}

a = 1, b = 4

|v| = \sqrt{1^2 + 4^2}

|v| = \sqrt{1^2 + 4^2}

|v| = √17

Example 2: A vector is given by, v = i + 4j. Find the magnitude of the vector when it is scaled by a constant of 5. 

Solution: 

|v| = \sqrt{a^2 + b^2}

5|v| = |5v| 

a = 1, b = 4

|5v|

|5(i + 4j)| 

|5i + 20j| 

|v| = \sqrt{5^2 + 20^2}

|v| = \sqrt{25 + 400}

|v| = √425

Example 3: A vector is given by, v = i + j. Find the magnitude of the vector when it is scaled by a constant of 0.5. 

Solution: 

|v| = \sqrt{a^2 + b^2}

0.5|v| = |0.5v| 

a = 1, b = 1

|0.5v|

|0.5(i + j)| 

|0.5i + 0.5j| 

|v| = \sqrt{0.5^2 + 0.5^2}

|v| = \sqrt{0.25 + 0.25}

|v| = √0.5

Example 4: Two vectors with magnitude 3 and 4. These vectors have a 90° angle between them. Find the magnitude of the resultant vectors. 

Solution: 

Let the two vectors be given by p and q. Then resultant vector “r” is given by, 

|r| = \sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

|p| = 3, |q| = 4 and \theta = 90^o

|r| = \sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

|r| = \sqrt{|3|^2 + |4|^2 + 2|3||4|cos(90)}

|r| = \sqrt{|3|^2 + |4|^2}

|r| = \sqrt{9 + 16}

|r| = \sqrt{9 + 16}                  

|r| = 5

Example 5: Two vectors with magnitude 10 and 9. These vectors have a 60° angle between them. Find the magnitude of the resultant vectors. 

Solution: 

Let the two vectors be given by p and q. Then resultant vector “r” is given by, 

|r| = \sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

|p| = 10, |q| = 9 and \theta = 60^o

|r| = \sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

|r| = \sqrt{|10|^2 + |9|^2 + 2|10||9|cos(60)}

|r| = \sqrt{|10|^2 + |9|^2 + (10)(9)}

|r| = \sqrt{100 + 81 + 90}

|r| = \sqrt{271} 

FAQs on Scalars and Vectors 

Question 1: What do you mean by Scalars and Vectors, in physics?

Answer:

Scalars are the physical quantities that have magnitude or size only. While vectors are the physical quantities that have both magnitude and direction.

Question 2: Give some examples of Vectors.

Answer:

Here are some important examples of vectors are:

  • Velocity
  • Force
  • Pressure
  • Displacement
  • Acceleration
  • Thrust

Question 3: List down some important scalar quantities.

Answer:

Here are some important examples of scalars are:

  • Mass
  • Speed
  • Distance
  • Time
  • Area
  • Volume

Question 4: Force is Scalar or Vector quantity?

Answer:

Since force is a physical quantity that has both magnitude and direction. Therefore, it’s a vector quantity.

Question 5: What is the main difference between distance and displacement?

Answer:

The main difference between distance and displacement is that the distance hasmagnitude only and is a scalar quantity. However, displacement has both magnitude and direction so it is a vector quantity.


My Personal Notes arrow_drop_up
Last Updated : 30 Aug, 2022
Like Article
Save Article
Similar Reads
Related Tutorials