Understanding Vectors: From Basics to Operations – A Comprehensive Guide

 4 min read

YouTube video ID: p5TQ66VBEzg

Source: YouTube video by Abhishek SahuWatch original video

PDF

Introduction

In this article we break down the essential concepts of vectors as presented in Abhishek Sahu’s tutorial. Whether you are a beginner who feels intimidated by vectors or a student looking for a quick refresher, the following sections will give you a clear, step‑by‑step understanding without needing to watch the video.

1. Physical Quantities: Scalars vs. Vectors

  • Physical quantity – any measurable property such as length, time, temperature, mass, force, etc.
  • Scalar quantity – has only magnitude (e.g., mass = 10 kg, temperature = 30 °C). No direction.
  • Vector quantity – possesses both magnitude and direction (e.g., displacement, velocity, force). The direction is essential for the result of operations.

2. Magnitude and Direction

  • Magnitude – the size or amount of the quantity (often called “amount”).
  • Direction – the line along which the quantity acts. Changing direction changes the vector even if the magnitude stays the same.
  • Example: Two 10 kg bags of potatoes placed side by side have the same magnitude, but if one is moved to the left and the other to the right, the resulting vector sum differs.

3. Vector Representation

  • Vectors are drawn as arrows: the length of the arrow represents magnitude, the arrowhead points in the direction.
  • Unit vector – a vector of magnitude 1 that indicates direction only. It is used to express any vector as (\mathbf{v}=|\mathbf{v}|\,\hat{u}).

4. Adding Vectors

a) Graphical Methods

  • Triangle (head‑to‑tail) law: Place the tail of the second vector at the head of the first; the resultant is the arrow from the tail of the first to the head of the second.
  • Parallelogram law: Place the two vectors so that their tails coincide; complete the parallelogram and draw the diagonal – that diagonal is the resultant.
  • The angle between vectors matters: if the angle is 0° (same direction) the magnitudes add; if 180° (opposite) they subtract.

b) Component Method

  1. Resolve each vector into horizontal (x) and vertical (y) components using (\cos) and (\sin) of the angle.
  2. Add all x‑components together and all y‑components together.
  3. Re‑combine the summed components to obtain the resultant magnitude (R=\sqrt{R_x^2+R_y^2}) and direction (\theta=\tan^{-1}(R_y/R_x)).

5. Subtracting Vectors

  • Subtraction is equivalent to adding the negative of a vector (reverse its direction) and then using the addition rules.

6. Resolving a Vector (Finding Components)

  • Any vector (\mathbf{A}) can be expressed as (\mathbf{A}=A_x\hat{i}+A_y\hat{j}).
  • Use (A_x = |\mathbf{A}|\cos\theta) and (A_y = |\mathbf{A}|\sin\theta).
  • This is called the resolution of a vector and is essential for solving problems in two dimensions.

7. Dot Product (Scalar Product)

  • Definition: (\mathbf{A}\cdot\mathbf{B}=|\mathbf{A}|\,|\mathbf{B}|\cos\theta).
  • Result is a scalar (no direction).
  • Applications: work done (force · displacement), finding angles between vectors, projection of one vector onto another.
  • Example: Force of 5 N acting at 30° to a displacement of 2 m gives work (W=5\times2\times\cos30°).

8. Cross Product (Vector Product)

  • Definition: (\mathbf{A}\times\mathbf{B}=|\mathbf{A}|\,|\mathbf{B}|\sin\theta\,\hat{n}), where (\hat{n}) is a unit vector perpendicular to the plane containing (\mathbf{A}) and (\mathbf{B}).
  • Result is a vector.
  • Magnitude gives the area of the parallelogram formed by the two vectors.
  • Applications: torque, angular momentum, magnetic force.

9. Practical Tips for Solving Vector Problems

  • Always draw a clear diagram – visualizing vectors prevents sign errors.
  • Identify whether the answer should be a scalar or a vector (dot product → scalar, cross product → vector).
  • Check units – keep them consistent throughout the calculation.
  • Use unit vectors to simplify algebraic manipulation.

10. Additional Resources Mentioned

  • A Telegram channel named “Abhishek Sahu” provides PDF notes and practice problems (search the channel name on Telegram).
  • Subscribe to the YouTube channel for more short, “one‑shot” explanations of physics topics.

Conclusion

Mastering vectors involves understanding their nature (magnitude + direction), learning how to add/subtract them graphically or component‑wise, and applying the dot and cross products correctly. With these tools you can solve a wide range of physics problems—from simple displacement calculations to torque and work—without feeling confused or intimidated.

Vectors are the building blocks of many physics calculations; once you grasp magnitude, direction, addition methods, and the dot and cross products, you can confidently tackle any problem that involves forces, motion, or fields.

Frequently Asked Questions

Who is Abhishek Sahu on YouTube?

Abhishek Sahu is a YouTube channel that publishes videos on a range of topics. Browse more summaries from this channel below.

Does this page include the full transcript of the video?

Yes, the full transcript for this video is available on this page. Click 'Show transcript' in the sidebar to read it.

PDF