Dot Product Formula, Properties and Unit Vectors

Physics · Work, Energy And Power · NEET

The dot (scalar) product of two vectors is A.B = AB cos(theta), where theta is the angle between them. In component form A.B = Ax Bx + Ay By + Az Bz, so you just multiply matching components and add. Memory hook: "same-name pairs give 1, mixed-name pairs give 0" (i.i = 1 but i.j = 0), which is why the formula reduces to a simple sum. In NEET, work W = F.d and instantaneous power P = F.v both use this exact rule.
Dot Product: A . B = AB cos(theta)ABB cos(theta) = projection of B on AthetaUnit vector rulesi.i = j.j = k.k = 1 (angle 0)i.j = j.k = k.i = 0 (angle 90)So in components:A.B = AxBx + AyBy + AzBz
The dot product equals magnitude A times the projection of B onto A (B cos theta), giving a scalar. Using the unit vector rules (same-name = 1, mixed-name = 0), it simplifies to the component sum A.B = AxBx + AyBy + AzBz.

Your doubts, answered

Is the dot product a scalar or a vector?

It is a scalar (just a number, with a sign but no direction). Even though A and B each have a direction, A.B = AB cos(theta) is a product of magnitudes and cos(theta), which are all scalars. This is why work (W = F.d) and power (P = F.v) are scalar quantities in NEET, even though force, displacement and velocity are vectors.

Why is i dot j equal to zero but i dot i equal to one?

The unit vectors i, j, k point along three mutually perpendicular axes. For i.i the angle is 0 degrees, so i.i = (1)(1)cos(0) = 1. For i.j the angle is 90 degrees, so i.j = (1)(1)cos(90) = 0. Rule to remember: same-name pairs (i.i, j.j, k.k) equal 1, and different-name pairs (i.j, j.k, k.i) equal 0. These rules are what collapse the full expansion into A.B = Ax Bx + Ay By + Az Bz.

How do I find the dot product directly from components?

Multiply the x-components together, the y-components together, the z-components together, then add. So if A = Ax i + Ay j + Az k and B = Bx i + By j + Bz k, then A.B = Ax Bx + Ay By + Az Bz. Example: (3i + 4j - 5k).(5i + 4j + 3k) = (3)(5) + (4)(4) + (-5)(3) = 15 + 16 - 15 = 16. This component method is faster than finding the angle first, so use it whenever vectors are given in i, j, k form.

What is the dot product of two perpendicular vectors?

Zero. If theta = 90 degrees then cos(90) = 0, so A.B = 0. This works both ways: if you compute A.B in component form and get 0 (and neither vector is zero), the two vectors are perpendicular. NEET often uses this as a quick perpendicularity test, for example checking that velocity is perpendicular to position in circular motion.

Is the dot product commutative and distributive?

Yes to both. Commutative: A.B = B.A, because cos(theta) is the same for either order. Distributive over addition: A.(B + C) = A.B + A.C. Also A.(lambda B) = lambda(A.B) for any real number lambda. But note the dot product of three vectors like A.B.C is meaningless, because A.B is already a scalar and you cannot dot a scalar with a vector.

What does A dot A give?

A.A = A squared, the square of the magnitude. Since the angle of a vector with itself is 0, A.A = A A cos(0) = A^2. In components, A.A = Ax^2 + Ay^2 + Az^2, which is why the magnitude is A = sqrt(Ax^2 + Ay^2 + Az^2). This is a handy way to get a vector's length without a separate formula.

⚠️ The NEET trap
Adding the i, j, k components as vectors: writing (4i + 3j).(2i - j + 3k) = 8i - 3j and then reporting a vector answer like 5 units 'in some direction'.
The dot product gives a single number. (4i + 3j).(2i - j + 3k) = (4)(2) + (3)(-1) + (0)(3) = 8 - 3 + 0 = 5, a scalar 5 J. Multiply matching components, then ADD them into one number - never keep i, j, k in the answer.
🧠 Dot product eats two vectors and spits out ONE number. If your answer still has i, j, k in it, you did a cross product by mistake.

Real NEET questions

NEET 2016 Phase 2

A particle moves from a point (-2i + 5j) to (4j + 3k) when a force of (4i + 3j) N is applied. How much work is done by the force?

A · 8 J
B · 11 J
C · 5 J
D · 2 J
Solution: Step 1 - Find displacement S = final - initial = (0i + 4j + 3k) - (-2i + 5j + 0k) = 2i - j + 3k. Step 2 - Work is the dot product W = F.S = (4)(2) + (3)(-1) + (0)(3). Step 3 - Add: W = 8 - 3 + 0 = 5 J. Answer: 5 J (option C).
NEET 2023 Phase 2

A particle moves with a velocity (5i - 3j + 6k) m/s under the action of a constant force (10i + 10j + 20k) N. The instantaneous power supplied to the particle is:

A · 100 W
B · 140 W
C · 200 W
D · Zero
Solution: Instantaneous power is the dot product P = F.v. Step 1 - Multiply matching components: (10)(5) = 50, (10)(-3) = -30, (20)(6) = 120. Step 2 - Add them: P = 50 - 30 + 120 = 140 W. Answer: 140 W (option B).

Solved Work, Energy And Power NEET PYQs

Try the real previous-year questions from this chapter — each with the answer and a full solution.

See all 26 Work, Energy And Power NEET PYQs ›
Next concept: Finding the Angle Between Two Vectors Using Dot ProductKeep learning — 2 minFeeling ready? Solve the Work, Energy And Power NEET PYQs ›Or practice on your phone — get the free MedicNEET app ›

Frequently asked

What is the dot product formula?

A.B = AB cos(theta), where A and B are the magnitudes and theta is the angle between the two vectors. Equivalently, in component form A.B = Ax Bx + Ay By + Az Bz.

What are the unit vector rules for the dot product?

i.i = j.j = k.k = 1 (same axis, angle 0) and i.j = j.k = k.i = 0 (perpendicular axes, angle 90 degrees). These rules turn the full expansion into A.B = Ax Bx + Ay By + Az Bz.

How is the dot product used in Work, Energy and Power?

Work done by a constant force is W = F.d, and instantaneous power is P = F.v. Both are dot products, so both give scalar answers in joules and watts respectively. This is the main reason NEET asks you to master the dot product in this chapter.

Can the dot product be negative?

Yes. When theta is between 90 and 180 degrees, cos(theta) is negative, so A.B is negative. In physics this shows up as negative work, for example when friction acts opposite to displacement.

What is the difference between dot product and cross product?

The dot product gives a scalar (A.B = AB cos(theta)) and the cross product gives a vector (magnitude AB sin(theta), direction by the right-hand rule). Work and power use the dot product; torque and magnetic force use the cross product.