Physics

Scalars and Vectors

Ask a friend how far away the canteen is. "About 200 metres," they say. Done. You needed one number.

Now ask them where the canteen is. "200 metres" no longer helps. 200 metres which way? Left? Behind you? Up a floor? Suddenly one number isn't enough.

That gap — between a quantity that needs only a number and one that also needs a direction — is the whole idea behind scalars and vectors. Get it now and a big chunk of physics stops feeling slippery.

What is a scalar?

Some quantities are settled by their magnitude alone. How much? That's it.

Take your mass. Lie on your bed, sit at your desk, stand on your head — your mass doesn't care. It's the same number no matter which way you face. A value, with no direction attached. That's a scalar.

You meet scalars all day:

  • distance
  • speed
  • energy
  • electric charge
  • mass, time, temperature

And here's the friendly part: scalars add like ordinary numbers. 2+2=42 + 2 = 4. 22=02 - 2 = 0. Plain algebra, the kind you've done since you were ten.

What is a vector?

Go back to "where is the canteen?" You answer "200 metres," and the question fires right back: 200 metres in which direction?

It could sit anywhere on a full circle around you — east, west, north, any angle between. The number alone pins down nothing. You need a value and a direction.

A quantity like that is a vector. It carries two pieces of information: how much, and which way.

Velocity is the classic one. A car moves at 20 m/s — fine, but is it coming toward you or driving off? Only the direction tells you. The other big vectors:

  • velocity
  • acceleration
  • force
  • momentum

We write a vector with a little arrow on top: A\vec{A}. Its magnitude — the "how much," stripped of direction — is written A|\vec{A}| and is just a scalar.

There's one more rule that earns a quantity the name vector. It must add by the law of vector addition (the triangle or parallelogram law). Plain algebra does not work on vectors — 2+22 + 2 is not always 44 when directions disagree. More on that in a moment.

Breaking a vector into components

Here's where vectors start paying you back. Any vector A\vec{A} pointing at an angle θ\theta above the horizontal can be split into two pieces: one along the x-axis, one along the y-axis.

Ax=AcosθAy=AsinθA_x = A\cos\theta \qquad A_y = A\sin\theta

Picture a right triangle. The vector is the slanted side (the hypotenuse, length AA). Its shadow on the floor is AxA_x; its shadow on the wall is AyA_y. Those two shadows are the components, and together they rebuild the original vector.

Run it backward and you recover the magnitude with Pythagoras:

A=Ax2+Ay2A = \sqrt{A_x^2 + A_y^2}

This split is the trick behind almost every JEE problem with a ramp, a projectile, or a tilted force. Resolve into components, handle x and y separately, done.

Adding two vectors

Suppose two forces act at right angles — A\vec{A} pointing east, B\vec{B} pointing north. Their resultant isn't A+BA + B. Lay them head to tail and the resultant is the hypotenuse of the right triangle they make:

R=A2+B2R = \sqrt{A^2 + B^2}

So a 3 N push east and a 4 N push north don't give you 7 N. They give 32+42=25=5\sqrt{3^2 + 4^2} = \sqrt{25} = 5 N, aimed somewhere between east and north. That's vector addition refusing to behave like ordinary arithmetic — exactly the point.

When the two vectors aren't perpendicular, the full parallelogram law handles the general angle. Same spirit, a bit more trig.

Your turn. A boat heads due east at 66 m/s. A current pushes it due north at 88 m/s. What is the boat's actual speed over the ground?

Check: the two velocities are perpendicular, so use R=A2+B2=62+82=36+64=100=10R = \sqrt{A^2 + B^2} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10 m/s.

The rules for mixing them

A few quick yes/no questions students always ask:

Can I add a scalar to a vector? No. They live by different rules of addition. Apples and arrows.

Can I add any two scalars, then? Only if they're the same kind of quantity. Mass adds to mass, never to time. A number alone isn't a free pass.

Same for vectors? Yes — add two vectors only when they represent the same quantity. Force to force, velocity to velocity.

Can I multiply them? Here it opens up. You can multiply scalar × scalar, scalar × vector, and even vector × vector. In fact vectors can be multiplied two different ways — the dot product and the cross product. Hunt those down next; they're worth real marks.

Summary

  • A scalar is fixed by its magnitude alone — distance, speed, energy, charge. It adds by plain algebra.
  • A vector carries magnitude and direction — velocity, acceleration, force, momentum — written A\vec{A}, with magnitude A|\vec{A}|. It must obey the law of vector addition.
  • Resolve any vector into components: Ax=AcosθA_x = A\cos\theta, Ay=AsinθA_y = A\sin\theta, and rebuild it with A=Ax2+Ay2A = \sqrt{A_x^2 + A_y^2}.
  • Two perpendicular vectors add to R=A2+B2R = \sqrt{A^2 + B^2} — not A+BA + B.

Next in the series: the units we attach to all these quantities. Stay with me.