Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Equal Vectors
Next article icon

Equal Vectors

Last Updated : 29 May, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Equal Vectors have equal length and the same Unit Vector. Two Vectors are said to be equal when they have the same magnitude and when they are acting in the same direction. Equal Vectors play an important role in Mathematics and Physics; they are used for simplifying complex problems, shifting coordinates, or finding errors in complex algorithm problems.

In this article, we will learn what vectors are, what equal vectors are, the properties of equal vectors, the angle between equal vectors, the application of Equal Vectors, and many more details.

Table of Content

  • What is Vector?
  • What are Equal Vectors?
  • Angle Between Equal Vector
  • Properties of Equal Vector
  • Application of Equal Vectors
  • Solved Questions on Equal Vectors

What is Vector?

Vectors can be defined as,

A vector is a mathematical object that represents a quantity that has both magnitude (or length) and direction.

Vectors can be used to represent various vector quantities like force, velocity, displacement, torque etc. Vectors are represented by a capital letter With an arrow Over their Head. For Example force vector can be represented by the symbol F as \overrightarrow{F}.

Vectors obey the laws of vector addition. There are two Laws of Vector Addition namely:

  • Triangular law of Vector Addition
  • Parallelogram law of Vector Addition

Note: It is important to note that not every quantity with direction and magnitude is a vector. To be a vector, it must follow the laws of vector addition. For example, electric current, which has both magnitude and direction, is not a vector quantity because it does not obey the laws of vector addition.

What are Equal Vectors?

Equal vectors are vectors that have the same magnitude and direction. In simple words,

Two vectors are said to be equal if they have the same length and direction; otherwise, they are unequal vectors.

Equal vectors may or may not start from the same point; that is, they may have different initial points. Generally, equal vectors have the same coordinates. It is important to note that since equal vectors always have the same magnitude and direction, they are always collinear and parallel to each other, but the reverse may or may not be true.

For example here are two vectors which are equal \overrightarrow{A} = 3i + 4j + 5k and \overrightarrow{B} = 3i + 4j + 5k. Here is an Image showing two Vectors A and B which are Equal to each other.

Equal-Vectors

Equal Vector Formula

For Two Vectors A and B to be equal the following two conditions must be met:

  • Same Magnitude: Length of A must be equal to the length of B.
  • Same Direction: Direction of A must be the same as direction of B.

Equal vectors must have equal components in all direction, So if \overrightarrow{A} = pi + qj + rk and \overrightarrow{B} = xi + yj + zk are two given vectors then A and B will be equal if and only if p = x, q = y and r = z i.e. they should have equal coordinates.

For example, the two Vectors A = 3i + 4j -k and B = xi + 4j - zk will be equal if and only if x = 3 and z = -1.

Angle Between Equal Vector

Since Equal vector always have same magnitude and direction so angle between two equal vectors must be zero, this can be proved using the dot product of two vectors. Let two Equal Vectors A = xi + yj + zk and B = xi + yj + zk such that angle between them is θ.

So,

A.B (A dot B ) = |A| |B| Cosθ

where,

  • A.B = (xi + yj + zk ). (xi + yj + zk ) = x2 + y2+ z2
  • |A| = √x2 + y2 + z2
  • |B| = √x2 + y2 + z2

So,

Cos θ = A.B / |A| |B|

= x2 + y2 + z2 / (√x2 + y2 + z2)(√x2 + y2 + z2)

= 1

θ = 0°

Properties of Equal Vector

Various properties of equal vectors are:

  • If Two vectors A and B have same length and point in the same direction they are said to be equal else they would be unequal.
  • Equal Vectors are vectors with equal coordinates and same signs so equal vectors can be called as parallel vectors but the reverse may or may not be true.
  • Equal vectors have same components.
  • Position of the vectors does not affect the equality of vectors, Vectors are considered equal as long as their magnitude and direction matches, irrespective of where they are located in the coordinate system.
  • Equal Vector will still be equal if we add / subtract / divide / multiply both the vectors with the same quantity (can be scalar or vector ). For example say A = B and C is another vector then A - C = B - C.

Application of Equal Vectors

Various applications of equal vectors are:

In Physics

  • Equal vectors can be used to represent equal forces. This is highly used in Statics, where the equilibrium of forces is analyzed
  • Equal Vectors can be used to represent Equal Velocity, Equal Acceleration or Equal displacement.

In Engineering

  • Engineers use equal vectors to model loads and stresses in structures. Equal force vectors can simplify the analysis of complex structures by grouping similar forces.
  • In robotics equal vector represents identical movement of component which is highly useful in precise control and programming.

In Computer Science

  • Equal Vectors are useful in certain machine learning and computer vision algorithms to identify and group similar data points.
  • Equal vectors are also useful while representing multidimensional data for accurate comparisons and analyses.

In Mathematics and Vector Calculus

  • Equal Vectors can be used to represent uniform fields such as gravitational or electric fields.
  • Equal vectors are highly useful in transformation, so that vector remains consistent while switching between different coordinate systems.

In Aviation and Aerospace

  • In aviation equal vectors are used to represent flight paths and velocities and accelerations that are helpful for flight planning and control
  • Equal Vectors are used in satellite navigation so as to track the satellite movements precisely.

Similar Reads:

  • Angle Between Two Vectors
  • Magnitude of a Vector
  • Properties of Vectors

Solved Questions on Equal Vectors

Question 1: Take a Look at the Image Below and determine which of the vectors (out of a, b, c ) are equal to each other?

Equal-Vectors-Practice-Question-1

Solution:

Out of the given vectors a, b and c, a and b are the vectors which are in the same direction and have equal magnitude.

So we can say that a and b are equal to each other while a / b and c both are acting in same direction but neither a and c nor b and c have equal length , they are of different magnitudes , So neither a equals to c nor b equals to c.

Question 2: Determine which of the following vectors are equal to each other A = i + j, B = i + j, C = i - j?

Solution:

Given vectors are A = i + j, B = i + j, C = i - j

where,

  • |A | = √1 + 1 = √2
  • |B|=√1 + 1 = √2
  • |C| = √1 + 1 = √2

Here all the three vectors have same magnitude but only A = B, because only A and B are acting in the same direction.

Vectors A and C ( & B and C ) have same magnitude but are acting in different direction or opposite direction, so they are unequal Vectors.

Question 3: Find the Value of x for which the following two vectors are equal to each other A = 2i + 5j + 7k, B = 2i + xj + 7k.

Solution:

Given vectors are A = 2i + 5j + 7k and B = 2i + xj + 7k

Since equal Vectors have equal magnitude, equal direction and equal component vectors in all direction.

So we can say that x component of both vectors should be equal, similarly y and z component of both the vectors should be equal.

By Comparing the y component of both the vectors we can say that value of x should be 5, so as to make both the vectors equal.

Question 4: Find whether the two vectors are equal to each other or not if Yes find the Value of x, Where A = 7i + 9j - 5k and B = -7i -9j + xk.

Solution:

Given vectors are A = 7i + 9j - 5k and B = -7i -9j + xk.

Vectors can have same magnitude for x = -5, But the two Vectors can never act in the same direction as their component vectors are acting in opposite directions.

So we can say that No value of x can make both the vectors equal to each other.

Question 5: Two Equal forces of 5N are acting on an object which displaces the object by a distance of 2 meter. Find the total work done by the forces on the object.

Solution:

Given that their are two equal force of magnitude 5N. Since both the forces are equal so they will be acting in the same direction and of same magnitude. So the Net resultant force can be given as

F = 5 + 5 = 10

i.e. Since both the forces are acting in the same direction so we can directly add up their magnitude to get the resultant vector's magnitude.

Now Total work done by the resultant of the two forces can be calculated as:

W = Force. displacement

So

W = 10 × 2 = 20 J (Joule)

Question 6: Determine a vector A equal in magnitude to the vector B = 3i + 4j and in the direction of the Vector C = 12 i + 5j.

Solution:

Given that magnitude of A is equal to magnitude of B

So

|A| = |B| = √32 + 42 = √ 9 + 16 = √ 25 = 5.

Also

A vectors is in the direction of Vector C, So direction of Vector A can be found by calculating the unit Vector of Vector

Unit Vector of C = C / |C|.

where |C| = √ 122 + 52 = √ 144 + 25 + √169 = 13

So unit Vector of C = 12 / 13 i + 5/13 j.

So the Vector A with magnitude equal to magnitude of B and in the direction of C is given as:

A = |B|.C / |C|

Substituting the required Values

A = 5 × {(12 / 13)i + (5/13)j}


Next Article
Equal Vectors

N

naveenkumar30838
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Algebra

Similar Reads

    Equal Sign
    The equal sign (=) is universally recognized as a symbol of equality. It's a symbol that shows when two things are the same. When we want to say two amounts are equal, we use the equal sign to connect them. Equal Signs are crucial in making equations in maths. The equal sign is commonly used in both
    9 min read
    Equivalent Fractions
    Equivalent fractions are different fractions that have different numerators and denominators but are equal to the same value. For example, 6/14 and 9/27 both are equivalent fractions as their decimal value (0.429) are the same.The simplest form of all the equivalent fractions is the same. For exampl
    10 min read
    Equivalent Set
    An Equivalent Set is a mathematical concept referring to two sets that have the same cardinality, which means they contain the same number of elements. The elements themselves may differ, but the sets are considered equivalent as long as their sizes are the same.Imagine you're comparing two containe
    3 min read
    all.equal() Function in R
    all.equal() Function in R Programming Language is used to test whether the given vectors are nearly equal or not. Syntax: all.equal(vector1,vector2)  where, vector1 is the first input vector and vector2 is the second input vector. Note:If the vectors are equal  it will return TRUE, if they are nearl
    1 min read
    Python NOT EQUAL operator
    In this article, we are going to see != (Not equal) operators. In Python, != is defined as not equal to operator. It returns True if operands on either side are not equal to each other, and returns False if they are equal. Python NOT EQUAL operators SyntaxThe Operator not equal in the Python descrip
    3 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences