
Vector definition formula properties and solved examples
The concept of vector in maths plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Mastering vectors can help you solve problems in geometry, physics, and more advanced subjects.
What Is Vector in Maths?
A vector in maths is defined as a quantity that has both magnitude (size) and direction. Unlike scalar quantities that have only magnitude (like mass or temperature), vectors can be represented as arrows pointing in a certain direction, where the length of the arrow shows their size. You’ll find this concept applied in areas such as physics (force, velocity), engineering (displacement), and computer graphics.
Key Formula for Vector in Maths
Here’s the standard formula to find the magnitude of a vector \( \vec{a} = (x, y) \):
\( |\vec{a}| = \sqrt{x^2 + y^2} \)
Cross-Disciplinary Usage
Vector in maths is not only useful in Maths but also plays an important role in Physics, Computer Science, and daily logical reasoning. Students preparing for exams like JEE, Maths Olympiads, or NEET will see its relevance in many application-based questions, especially when understanding motion, navigation, and forces.
Representation of Vectors
In mathematics, vectors are typically drawn as arrows. The length of the arrow represents its magnitude, and its orientation shows the direction. They can be written as coordinates, like \( \vec{a} = (3, 4) \), or with symbols like \( \vec{v} \). For example, the vector from point A \((1, 2)\) to point B \((4, 6)\) is written as \( \overrightarrow{AB} = (3, 4) \).
Types of Vectors
| Type | Description | Example |
|---|---|---|
| Zero Vector | A vector with zero magnitude and no direction | \( \vec{0} = (0,0) \) |
| Unit Vector | A vector with magnitude 1 | \( \hat{i} = (1,0),\, \hat{j} = (0,1) \) |
| Collinear Vectors | Vectors that are parallel to the same line | \( (2,4) \) and \( (1,2) \) |
| Equal Vectors | Have same magnitude and direction | \( (3,4) \) and \( (3,4) \) |
Vector Operations
Addition: To add vectors, sum their corresponding components.
Subtraction: Subtract the components individually.
Multiplying by a scalar: Multiply each component by the scalar value.
- Add \( \vec{a} = (2,3) \) and \( \vec{b} = (1,4) \):
\( \vec{a}+\vec{b}=(2+1, 3+4)=(3,7) \) - Subtract \( \vec{b} \) from \( \vec{a} \):
\( \vec{a}-\vec{b}=(2-1, 3-4)=(1,-1) \) - Multiply vector \( \vec{a} \) by 3:
\( 3\vec{a} = (3\times2, 3\times3)=(6,9) \)
Step-by-Step Illustration
- Given: \( \vec{a} = (5, 12) \). Find its magnitude.
1. Write the formula:
\( |\vec{a}| = \sqrt{5^2 + 12^2} \)
2. Calculate squares:
\( 25 + 144 = 169 \)
3. Square root of 169:
\( |\vec{a}| = 13 \)
Final Answer: 13
Speed Trick or Vedic Shortcut
To add two vectors quickly, place the tails together and use the ‘parallelogram rule’ or break each into x and y parts, add them separately, and write the result as a new vector. Many students use these tricks for faster vector addition in exams.
Try These Yourself
- What is the magnitude of \( \vec{v} = (6,8) \)?
- Give two real-life examples of vector quantities.
- Is “speed” a vector? Why or why not?
- Find the sum of \( (4,5) \) and \( (1,-2) \).
Frequent Errors and Misunderstandings
- Mixing up scalars (no direction) and vectors (with direction).
- Forgetting to use both x and y components during calculations.
- Using the wrong formula for magnitude.
- Confusing direction with angle.
Relation to Other Concepts
The idea of vector in maths connects closely with scalar and vector quantities and vector addition. Understanding them will help you solve advanced geometry, motion, and force-related problems with ease.
Classroom Tip
A quick way to remember vector in maths: "Length tells you how big, arrow shows you which way!" Vedantu’s teachers often use colorful diagrams to show vectors in class, making the topic clearer for visual learners.
We explored vector in maths—from its definition, formulas, real-life examples, common errors, to its relationship with other concepts. Keep practicing with Vedantu for speedy learning and revision!
FAQs on What Is a Vector in Mathematics
1. What is a vector in maths?
A vector in mathematics is a quantity that has both magnitude (size) and direction. Unlike scalars, which only have magnitude (like mass or temperature), vectors describe movement or position in space.
- Represented as →v or in component form like (x, y) or (x, y, z)
- Common examples: displacement, velocity, force
- Shown graphically as an arrow where length = magnitude and arrowhead = direction
Vectors are widely used in algebra, geometry, and physics.
2. What is the difference between a scalar and a vector?
The main difference is that a scalar has only magnitude, while a vector has both magnitude and direction. Scalars describe size only, whereas vectors describe size and movement or orientation.
- Scalar examples: 5 kg, 20°C, 10 m
- Vector examples: 10 m east, 5 m/s north
- Scalars are written as numbers; vectors are written with direction or in component form like (3, 4)
Understanding this difference is fundamental in vector algebra.
3. How do you represent a vector?
A vector is represented either by an arrow over a letter or by its components in coordinate form. In 2D, a vector is written as (x, y), and in 3D as (x, y, z).
- Arrow notation: →AB
- Component form: v = (3, 4)
- Column form: [3 4]T
Graphically, it is shown as a directed line segment from one point to another.
4. How do you find the magnitude of a vector?
The magnitude of a vector is found using the formula |v| = √(x² + y²) in 2D. This formula comes from the Pythagorean theorem.
- For v = (3, 4)
- |v| = √(3² + 4²)
- |v| = √(9 + 16)
- |v| = 5
In 3D, the formula becomes |v| = √(x² + y² + z²).
5. How do you add two vectors?
Two vectors are added by adding their corresponding components. If v = (x₁, y₁) and w = (x₂, y₂), then v + w = (x₁ + x₂, y₁ + y₂).
- Example: (2, 3) + (4, 1)
- = (2 + 4, 3 + 1)
- = (6, 4)
Graphically, vector addition can also be shown using the head-to-tail method.
6. What is a unit vector?
A unit vector is a vector with magnitude equal to 1 that indicates direction only. It is found by dividing a vector by its magnitude.
- If v = (x, y)
- Unit vector = v / |v|
Unit vectors are commonly used to describe direction in vector geometry and physics.
7. What is the dot product of two vectors?
The dot product of two vectors is a scalar found using v · w = x₁x₂ + y₁y₂. It measures how much two vectors point in the same direction.
- If v = (1, 2) and w = (3, 4)
- v · w = (1×3) + (2×4)
- = 3 + 8 = 11
The dot product is also given by v · w = |v||w|cosθ, where θ is the angle between them.
8. What is the cross product of two vectors?
The cross product of two 3D vectors produces a new vector perpendicular to both original vectors. It is defined as v × w.
- If v = (a₁, a₂, a₃) and w = (b₁, b₂, b₃)
- v × w = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁)
The magnitude is |v × w| = |v||w|sinθ, representing the area of the parallelogram formed by the vectors.
9. How do you find the direction of a vector?
The direction of a vector in 2D is found using θ = tan⁻¹(y/x). This gives the angle the vector makes with the positive x-axis.
- For v = (3, 4)
- θ = tan⁻¹(4/3)
- θ ≈ 53.13°
Always consider the quadrant of the vector when determining the correct angle.
10. Where are vectors used in real life?
Vectors are used in real life to represent quantities that have both magnitude and direction, such as motion and forces. They are essential in physics, engineering, and computer graphics.
- Physics: velocity, acceleration, force
- Engineering: structural loads and fields
- Navigation: displacement and direction
- Computer graphics: 3D modeling and animations
Understanding vectors helps in solving real-world problems involving movement and spatial relationships.





















