Finding the Angle Between Two Vectors Using Dot Product

Physics · Work, Energy And Power · NEET

To find the angle between two vectors A and B, use the dot product formula: cos theta = (A.B) / (|A| |B|). First find the dot product A.B = Ax Bx + Ay By + Az Bz, then divide by the product of the two magnitudes, and take the inverse cosine. Memory hook: "dot over sizes gives cos" - the top is the dot product, the bottom is the two lengths multiplied.
Angle between two vectors from the dot productxyABthetacos theta =A . B|A| |B|A.B > 0 : acuteA.B = 0 : 90 degA.B < 0 : obtuse
The angle theta between vectors A and B is found from cos theta = (A.B)/(|A||B|); the sign of the dot product tells you at a glance whether theta is acute, 90 degrees, or obtuse.

Your doubts, answered

How do I actually find the angle between two vectors step by step?

Follow three steps. Step 1: find the dot product A.B = Ax Bx + Ay By + Az Bz (multiply matching components, then add). Step 2: find each magnitude, |A| = sqrt(Ax^2 + Ay^2 + Az^2) and the same for B. Step 3: put them in cos theta = (A.B)/(|A||B|) and take theta = cos inverse of that value. Example: A = 3i + 4j and B = 4i + 3j. A.B = 3(4) + 4(3) = 24. |A| = 5, |B| = 5. cos theta = 24/25 = 0.96, so theta = about 16.3 degrees.

Why do we divide the dot product by the two magnitudes?

The dot product is defined as A.B = |A| |B| cos theta. The size of the vectors is already baked into this value, so a big dot product might just mean the vectors are long, not that they point the same way. To get the pure angle information you must remove the lengths by dividing by |A| and |B|. What is left, (A.B)/(|A||B|), is exactly cos theta - a number between -1 and +1 that depends only on direction, not on how long the vectors are.

What does the sign of the dot product tell me about the angle?

The sign is a quick angle check because |A| and |B| are always positive. If A.B is positive, cos theta is positive, so theta is acute (between 0 and 90 degrees). If A.B is zero, theta is exactly 90 degrees (the vectors are perpendicular). If A.B is negative, cos theta is negative, so theta is obtuse (between 90 and 180 degrees). In NEET this instantly tells you whether work is positive, zero, or negative without finding the full angle.

Does the dot product method give a unique angle every time?

Yes. Inverse cosine only returns values from 0 to 180 degrees, which is exactly the range of the angle between two vectors (they cannot enclose more than a straight line). So there is no ambiguity like there is with sine. You never have to worry about a second answer - each pair of vectors has one angle between them, and cos inverse gives it directly.

How is this used in Work, Energy and Power?

Work is W = F.d = |F| |d| cos theta, where theta is the angle between force and displacement. If a question gives F and d in i, j, k form, the fastest route is often to compute the dot product directly for work. But if a question asks for the angle between the force and the path, you rearrange to cos theta = (F.d)/(|F||d|). This same idea decides positive, negative, and zero work.

⚠️ The NEET trap
Students take theta as the angle each vector makes with the x-axis, or add those two angles, instead of using the vectors' own components.
The angle between the vectors comes only from cos theta = (A.B)/(|A||B|). Compute the dot product and the two magnitudes from the given components - never from separate axis angles.
🧠 Angle BETWEEN vectors, not angle FROM the axis - always route through the dot product.

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: Work Done by a Constant ForceKeep 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 formula for the angle between two vectors?

cos theta = (A.B) / (|A| |B|), where A.B = Ax Bx + Ay By + Az Bz is the dot product and |A|, |B| are the magnitudes. Then theta = cos inverse of that value.

How do you know if two vectors are perpendicular?

Two non-zero vectors are perpendicular when their dot product is zero: A.B = 0. That makes cos theta = 0, so theta = 90 degrees. This is a very common NEET shortcut.

Can the angle from the dot product be more than 180 degrees?

No. The angle between two vectors is always between 0 and 180 degrees, and cos inverse only returns values in that range, so the answer is always valid and unique.

What does a negative angle-cosine mean physically in work?

A negative value of cos theta means the angle is obtuse (more than 90 degrees), so the force has a component opposite to the displacement. This gives negative work, like friction slowing an object down.

Is the dot product method faster than drawing the vectors?

Yes, especially in i, j, k form. You just multiply matching components, add, divide by the magnitudes, and take cos inverse. Drawing is only helpful to check whether your angle looks acute or obtuse.