The Scalar Product: Two Vectors In, One Number Out

Chapter 4 solved motion by tracking forces instant by instant. This chapter is about a completely different way of getting answers — following the energy instead. But before any of that, we need one piece of mathematics, and it has to come first.

You already know how to add and subtract vectors. Now we need to multiply them. There are two ways, and they give completely different kinds of thing:

  • the scalar product (or dot product) takes two vectors and gives back a scalar — a plain number;
  • the vector product (or cross product) takes two vectors and gives back a new vector. That one waits for Chapter 6.

Here we need only the first.

(If you worked through the JEE Corner of Chapter 3, you have met the dot product already as a borrowed tool. Here it gets a numbered subsection of its own, so this is the full Board-level treatment — read it properly even if the symbol looks familiar.)

The definition

Key Point — the scalar product: For two vectors A\vec{A} and B\vec{B} separated by an angle θ\theta, AB=ABcosθ\vec{A}\cdot\vec{B} = AB\cos\theta where A=AA = |\vec{A}| and B=BB = |\vec{B}| are the magnitudes and θ\theta is the angle between the two vectors when they are drawn tail to tail. The result is a scalar — it has a size and a sign, but no direction.

Read that last sentence again, because it is the whole point. A\vec{A} has a direction. B\vec{B} has a direction. AB\vec{A}\cdot\vec{B} has none. Two arrows go in; one number comes out.

The sign of that number is decided entirely by cosθ\cos\theta, since AA and BB are magnitudes and can never be negative. So the dot product is positive for a sharp angle, zero for a right angle, and negative for an obtuse angle — a fact we are about to lean on very heavily.

What it means geometrically

Dot product shown as a projection, with the component form and the perpendicularity test

Group the definition two ways:

AB=A(Bcosθ)=B(Acosθ)\vec{A}\cdot\vec{B} = A\,(B\cos\theta) = B\,(A\cos\theta)

Now BcosθB\cos\theta is exactly the length you get by dropping a perpendicular from the tip of B\vec{B} onto the line of A\vec{A} — it is the projection, or component, of B\vec{B} along A\vec{A}. So:

Key Point — the geometric reading: AB\vec{A}\cdot\vec{B} is (the magnitude of A\vec{A}) ×\times (the component of B\vec{B} along A\vec{A}). Equally, it is (the magnitude of B\vec{B}) ×\times (the component of A\vec{A} along B\vec{B}). The dot product is a machine for extracting the part of one vector that lies along another.

That single sentence is why work is a dot product. When a force drags a body along, only the part of the force along the motion does anything useful. The dot product is the tool that picks that part out.

The properties you must know

Property Statement Why it matters
Commutative AB=BA\vec{A}\cdot\vec{B} = \vec{B}\cdot\vec{A} order never matters
Distributive A(B+C)=AB+AC\vec{A}\cdot(\vec{B} + \vec{C}) = \vec{A}\cdot\vec{B} + \vec{A}\cdot\vec{C} lets you split a net force into pieces
Scalars pull out A(λB)=λ(AB)\vec{A}\cdot(\lambda\vec{B}) = \lambda(\vec{A}\cdot\vec{B}) λ\lambda is any real number
Self product AA=A2\vec{A}\cdot\vec{A} = A^2 since θ=0\theta = 0 and cos0°=1\cos 0° = 1

That last one is quietly useful: AA=AAcos0°=A2\vec{A}\cdot\vec{A} = AA\cos 0° = A^2. The dot product of a vector with itself is the square of its magnitude, never a vector.

The unit vectors, and the component form

Apply the definition to the unit vectors i^\hat{i}, j^\hat{j}, k^\hat{k} along the three axes. Each has magnitude 1, and any two different ones are at 90°90°:

i^i^=j^j^=k^k^=1andi^j^=j^k^=k^i^=0\hat{i}\cdot\hat{i} = \hat{j}\cdot\hat{j} = \hat{k}\cdot\hat{k} = 1 \qquad\text{and}\qquad \hat{i}\cdot\hat{j} = \hat{j}\cdot\hat{k} = \hat{k}\cdot\hat{i} = 0

Now write A=Axi^+Ayj^+Azk^\vec{A} = A_x\hat{i} + A_y\hat{j} + A_z\hat{k} and B=Bxi^+Byj^+Bzk^\vec{B} = B_x\hat{i} + B_y\hat{j} + B_z\hat{k}, multiply out using the distributive law, and every cross term dies:

Key Point — the component form: AB=AxBx+AyBy+AzBz\vec{A}\cdot\vec{B} = A_xB_x + A_yB_y + A_zB_z Multiply matching components, add. No angle, no cosine, no trigonometry at all.

Setting B=A\vec{B} = \vec{A} recovers something you already know: AA=Ax2+Ay2+Az2=A2\vec{A}\cdot\vec{A} = A_x^2 + A_y^2 + A_z^2 = A^2 which is just Pythagoras in three dimensions.

The two jobs this does for you

1. It finds the angle between two vectors. Rearranging the definition: cosθ=ABAB=AxBx+AyBy+AzBzAx2+Ay2+Az2  Bx2+By2+Bz2\cos\theta = \frac{\vec{A}\cdot\vec{B}}{AB} = \frac{A_xB_x + A_yB_y + A_zB_z}{\sqrt{A_x^2+A_y^2+A_z^2}\;\sqrt{B_x^2+B_y^2+B_z^2}} Compute the top by components, compute the two magnitudes, divide. This is the standard way to get an angle in three dimensions, where drawing a picture is hopeless.

2. It tests for perpendicularity.

Key Point — the perpendicularity test: For two non-zero vectors, AB=0AB\vec{A}\cdot\vec{B} = 0 \quad\Leftrightarrow\quad \vec{A} \perp \vec{B} because cos90°=0\cos 90° = 0. This is the fastest check in all of vector algebra — no drawing, no angle, just multiply and add.

[JEE Tip] The words "non-zero" matter. AB=0\vec{A}\cdot\vec{B} = 0 has three possible causes: A=0\vec{A} = 0, or B=0\vec{B} = 0, or the two are perpendicular. In every physics question you will meet, the vectors are real and non-zero, so a zero dot product means a right angle — but state the condition if a proof asks for it.

A quick-reference card

θ\theta cosθ\cos\theta AB\vec{A}\cdot\vec{B} Example
0° +1+1 +AB+AB, the largest possible vectors parallel
60°60° +0.5+0.5 +0.5AB+0.5AB sharp angle
90°90° 00 00 vectors perpendicular
120°120° 0.5-0.5 0.5AB-0.5AB obtuse angle
180°180° 1-1 AB-AB, the most negative possible vectors antiparallel

Notice the range: AB\vec{A}\cdot\vec{B} can be anything from AB-AB to +AB+AB, and nothing outside. If a calculation ever hands you a dot product bigger in size than the product of the magnitudes, you have made an arithmetic slip.

Work: What a Force Actually Achieves

Now the physics. A constant force F\vec{F} acts on a body while the body undergoes a displacement d\vec{d} in a straight line. How much has that force achieved?

Not "how big is the force" — a force pressing on a wall achieves nothing. Not "how far did the body go" — a body coasting freely goes far with no force at all. What matters is how much of the force lay along the direction the body actually moved. And extracting that component is precisely what the dot product does.

Key Point — work done by a constant force: W=Fd=FdcosθW = \vec{F}\cdot\vec{d} = Fd\cos\theta where FF is the magnitude of the force, dd the magnitude of the displacement, and θ\theta the angle between them. Equivalently, work is the product of the displacement and the component of the force along that displacement.

Two equivalent readings, both worth carrying:

  • W=(Fcosθ)dW = (F\cos\theta)\,d — the component of the force along the motion, times the distance moved;
  • W=F(dcosθ)W = F\,(d\cos\theta) — the force, times the component of the displacement along the force.

Work is a scalar

This surprises people every year, so let us be blunt about it.

Key Point: F\vec{F} is a vector. d\vec{d} is a vector. But W=FdW = \vec{F}\cdot\vec{d} is a SCALAR. Work has magnitude and sign but no direction. There is no such thing as "work towards the east".

Never write W\vec{W}. Never put an arrow on a work symbol. And when you add up several works, you add them like ordinary numbers, respecting signs — not like vectors, head to tail.

The joule

Key Point — the SI unit of work: the joule (J), named for James Prescott Joule. 1 J=1 N×1 m=1 N m1\ \text{J} = 1\ \text{N} \times 1\ \text{m} = 1\ \text{N m} One joule is the work done by a force of 1 N moving a body through 1 m in the direction of the force.

The dimensional formula follows straight from W=FdW = Fd: [W]=[MLT2][L]=[ML2T2][W] = [MLT^{-2}][L] = [ML^2T^{-2}]

Work and energy have the same dimensions and the same unit — which is the first hint of what is coming. Energy is measured in joules because energy is what work transfers.

For a feel for the size: lifting a 1 kg book from the floor to a table 1 m high costs about 10 J. A cricket ball bowled at 40 m/s carries about 130 J.

Other units you may meet

Unit In joules Where it is used
erg 10710^{-7} J the CGS unit
electron volt (eV) 1.6×10191.6 \times 10^{-19} J atomic and nuclear physics
calorie (cal) 4.1864.186 J heat
kilowatt hour (kWh) 3.6×1063.6 \times 10^{6} J your electricity bill

[Board Important] The kilowatt hour is a unit of energy, not of power, despite the "watt" in its name. Section 6 comes back to it.

"Calculate the work done" is an incomplete instruction

Examiners love this point.

Key Point: Work is always done by a specified force, on a specified body, over a specified displacement. In any problem where more than one force acts — which is almost all of them — the phrase "the work done" means nothing until you say by which force. Get into the habit of writing WgravityW_{gravity}, WfrictionW_{friction}, WappliedW_{applied}, WnetW_{net}, never a bare WW.

The everyday meaning is not the physics meaning

In ordinary speech, "work" means effort, tiredness, sweat. In physics it means something much narrower, and the two part company constantly:

  • A man holds a heavy suitcase for ten minutes without moving. His muscles burn energy, his arm aches — and he does zero work on the suitcase, because it has not moved. (His body does plenty of internal work, alternately contracting and relaxing muscle fibres. That is a fact about him, not about the suitcase.)
  • A student stares at a physics problem for two hours. Enormous mental effort, zero physical work.
  • A block slides across a frictionless table. Nobody is pushing it, so no force is doing any work on it — and yet it travels metres.

Key Point: In physics, effort is not work and tiredness is not work. Work requires a force and a displacement, with a component of one along the other. If either is missing, the work is zero no matter how hard it felt.

Work depends on the frame of reference

Here is a subtlety worth ten marks. Displacement is measured relative to a frame, and different frames disagree about it. Since W=FdW = \vec{F}\cdot\vec{d} contains the displacement, different observers can compute different values for the same work.

A passenger slides a 10 N book 2 m along the table of a moving train. In the train's frame the displacement is 2 m, so W=20W = 20 J. To an observer on the platform, the train also carried the book 20 m forward in that time, so the displacement is 22 m and W=220W = 220 J.

Neither observer is wrong. Force is the same in all inertial frames; displacement is not; so work is not either. The same will turn out to be true of kinetic energy in Section 2 — and, reassuringly, the relation between them survives intact in every inertial frame.

The Three Signs of Work

This is the heart of the section. Everything else here is machinery; this is the idea that gets examined.

Look again at W=FdcosθW = Fd\cos\theta. The magnitudes FF and dd are never negative. So the entire sign of the work is carried by cosθ\cos\theta, and therefore by the angle between the force and the displacement.

Three diagrams showing positive, zero and negative work with the angle marked

Case 1: θ<90°\theta < 90°, positive work

When the angle is sharp, cosθ>0\cos\theta > 0 and W>0W > 0. The force has a component along the motion; it is helping the body move.

Key Point: Positive work means the force is feeding energy into the body. It speeds it up (unless something else is draining energy at the same rate).

Everyday cases:

  • Gravity on a falling body. Both the weight and the displacement point straight down, so θ=0°\theta = 0°, cosθ=+1\cos\theta = +1 and W=+mghW = +mgh. This is the maximum possible work for a given force and distance.
  • A horizontal push on a box that slides forward. θ=0°\theta = 0° again.
  • A suitcase pulled by a strap slanted at 30°30°. Now θ=30°\theta = 30°, so only Fcos30°=0.866FF\cos 30° = 0.866F is doing anything. The work is 0.866Fd0.866Fd — still positive, just less than if you pulled horizontally.
  • The engine force on an accelerating car, and the tension in a rope hauling a bucket up a well.

Case 2: θ=90°\theta = 90°, zero work

cos90°=0\cos 90° = 0, so W=0W = 0 exactly, no matter how enormous the force.

Key Point — the most examined line in this section: A force perpendicular to the displacement does NO work. Not "a little work". None.

The next block gives this its own treatment, because it is worth it.

Case 3: θ>90°\theta > 90°, negative work

When the angle is obtuse, cosθ<0\cos\theta < 0 and W<0W < 0. The force has a component opposing the motion.

Key Point: Negative work means the force is taking energy out of the body. It slows it down.

Everyday cases:

  • Friction on a sliding block. Kinetic friction always points exactly opposite to the sliding, so θ=180°\theta = 180°, cosθ=1\cos\theta = -1 and Wf=fdW_f = -fd. This is the most negative work possible for a given force and distance.
  • Gravity on a body moving upward. The weight points down, the displacement up: θ=180°\theta = 180° and Wgravity=mghW_{gravity} = -mgh.
  • Air resistance on any moving body — a falling raindrop, a swinging pendulum, a cricket ball in flight.
  • The braking force on a car, and the resistance of a plank on a bullet entering it.

Key Point — what a minus sign does NOT mean: A negative work is not a small work, not a mistake, and not "work done in the negative direction" (work has no direction). It means that force removed energy from the body. A friction force doing 140-140 J of work has taken 140 J away.

Cosine curve with positive, zero and negative work regions shaded

Reading the curve

The graph plots cosθ\cos\theta against θ\theta from 0° to 180°180°, which is the full range of possible angles between two vectors. Three things to take away:

  1. It crosses zero exactly once, at θ=90°\theta = 90°. That is the boundary between helping and hindering, and it is a sharp one.
  2. It is symmetric about that crossing. A force at 60°60° and a force at 120°120° do works of equal size and opposite sign.
  3. The extremes are ±1\pm 1, at 0° and 180°180°. So for a given FF and dd, the work always lies between Fd-Fd and +Fd+Fd.

[Board Important] A favourite two-mark question: state whether the work done is positive, negative or zero, and why. The answer is always the same three steps — identify the force, identify the displacement, compare their directions. Write the angle down. Then read off the sign.

Situation Force θ\theta Sign of WW
Bucket lifted out of a well by a rope tension, up 0° positive
The same lift, work done by gravity weight, down 180°180° negative
Block sliding down a rough incline, by friction friction, up the slope 180°180° negative
Block sliding down a rough incline, by gravity weight, down 60°60° for a 30°30° slope positive
Box pushed at constant velocity on a rough floor, by the push applied, forward 0° positive
A pendulum brought to rest by air drag, opposite to motion 180°180° negative
Satellite in a circular orbit, by gravity gravity, towards Earth 90°90° zero

Zero Work: Three Different Reasons

Students routinely lump these together. They are not the same, and a question that says "explain why no work is done" wants the right reason.

No work done: rigid wall, circular motion, normal reaction, held suitcase

Key Point — W=FdcosθW = Fd\cos\theta vanishes in exactly three ways:

  1. F=0F = 0 — no force at all.
  2. d=0d = 0 — no displacement, however large the force.
  3. cosθ=0\cos\theta = 0, i.e. θ=90°\theta = 90° — the force is perpendicular to the displacement.

Reason 1: zero force

A block glides across a perfectly smooth horizontal table. Horizontally there is no force on it at all, so no horizontal force does any work — and yet it may travel a long way. Motion without work is entirely possible; it is Newton's first law in a new costume.

Reason 2: zero displacement

  • You push against a rigid brick wall as hard as you can. The force is huge. The wall does not move. d=0d = 0, so W=0W = 0. Your muscles are alternately contracting and relaxing and your internal energy really is being used up — which is why you get tired — but the work done by you on the wall is zero.
  • A weightlifter holds a 150 kg barbell steady overhead for 30 s. He is exerting about 1500 N. The bar does not move. He does no work on the bar during those 30 s. (Lifting it up there was a different story — that took real work.)
  • A man stands still holding a suitcase. Same thing.

Reason 3: force perpendicular to displacement

This is the important one, and the one JEE and NEET return to year after year.

(a) The centripetal force does no work in uniform circular motion. In circular motion the velocity is always tangential and the centripetal force always points at the centre — radially inward. They are perpendicular at every single instant, so θ=90°\theta = 90° and W=0W = 0 throughout.

Key Point: The centripetal force changes the direction of the velocity but never its magnitude. That is exactly why a body in uniform circular motion keeps a constant speed: nothing is doing any work on it, so nothing can change its kinetic energy.

Concrete cases: a stone whirled on a string (the tension does no work), the Moon in its near-circular orbit (the Earth's gravity does no work over a full orbit), an electron in a magnetic field (the magnetic force never does work on a charge — you will meet this in Class 12), and a car on a level circular track (friction supplies the centripetal force and does no work).

(b) The normal reaction usually does no work. N\vec{N} is by definition perpendicular to the surface, and a body sliding along that surface moves parallel to it. Perpendicular force, parallel displacement, θ=90°\theta = 90°, WN=0W_N = 0. This is true on a flat floor and equally true on an inclined plane, which is why NN never appears in an energy calculation for a sliding block.

(The word "usually" is doing honest work there. If the surface itself moves — a block on an accelerating trolley, a lift floor pushing a passenger upward — then NN can do work, because the displacement is then not parallel to the surface. For every problem in this chapter, though, WN=0W_N = 0.)

(c) A coolie carrying a load on a level platform does no work against gravity. He supports the load with an upward force; he walks horizontally. Force vertical, displacement horizontal, θ=90°\theta = 90°, so the work he does against gravity is zero. Same for a man walking with a suitcase, and same for gravity itself acting on any body moving horizontally.

(He is not doing nothing at all: he had to lift the load onto his head in the first place, and he does small amounts of work each stride as the load bobs up and down. But the headline answer — no work against gravity over level ground — is correct and is what an examiner wants.)

One more trap: Newton's third law does not pair up the work

A skidding cyclist makes this point beautifully, and it is worth stating on its own.

A cyclist skids to a stop in 10 m. The road pushes on the cycle with 200 N opposing the motion, so the road does 200×10×cos180°=2000200 \times 10 \times \cos 180° = -2000 J of work on the cycle. By Newton's third law the cycle pushes back on the road with 200 N. How much work does the cycle do on the road? Zero — because the road does not move.

Key Point: Forces come in equal and opposite pairs. Works do not. F12+F21=0\vec{F}_{12} + \vec{F}_{21} = 0 always, but W12+W21W_{12} + W_{21} need not be zero, because the two bodies can undergo completely different displacements.

Work Done by Several Forces

Real bodies have several forces on them at once — weight, normal reaction, an applied pull, friction. Each of them does its own work, with its own sign. How do they combine?

Since work is a scalar, they simply add, as ordinary signed numbers: Wtotal=W1+W2+W3+W_{total} = W_1 + W_2 + W_3 + \dots

And there is a second, equivalent route. Because the displacement d\vec{d} is the same for all of them (they all act on the same body over the same journey), the distributive law of the dot product gives

W1+W2+=F1d+F2d+=(F1+F2+)d=FnetdW_1 + W_2 + \dots = \vec{F}_1\cdot\vec{d} + \vec{F}_2\cdot\vec{d} + \dots = (\vec{F}_1 + \vec{F}_2 + \dots)\cdot\vec{d} = \vec{F}_{net}\cdot\vec{d}

Key Point — two roads, one destination: Wnet=Wi=FnetdW_{net} = \sum W_i = \vec{F}_{net}\cdot\vec{d} The sum of the works done by all the individual forces equals the work done by the net force. Use whichever is easier: add up the separate works when the forces are given individually, or find the resultant first when it is simpler.

That equality is not a coincidence — it is the distributive property of the dot product wearing a physics costume. And notice how much it depends on all the forces sharing one displacement. If they acted on different bodies moving differently, no such shortcut would exist.

A worked catalogue

Take a 10 kg block dragged 10 m along a rough floor by a 50 N force pulling at 37°37° above the horizontal, with μk=0.2\mu_k = 0.2 and g=10g = 10 m/s^2. Four forces act. Here is the full account (the details are Example 5 below):

Force Magnitude Angle with d\vec{d} Work
Applied pull 50 N 37°37° +400+400 J
Friction 14 N 180°180° 140-140 J
Normal reaction 70 N 90°90° 00
Weight 100 N 90°90° 00
Net 26 N horizontal 0° +260\mathbf{+260} J

Two checks worth making every time:

  • The sum of the column is 400140+0+0=260400 - 140 + 0 + 0 = 260 J.
  • The net horizontal force is 50cos37°14=4014=2650\cos 37° - 14 = 40 - 14 = 26 N, and 26×10=26026 \times 10 = 260 J.

They agree, as they must.

Notation that will save you marks

Write out a small table like the one above for every multi-force problem. Three habits inside it:

  1. Name the force in every WW. Wfriction=140W_{friction} = -140 J, not "W=140W = -140 J".
  2. Carry the sign explicitly. Do not write "work done against friction is 140 J" in the same line as works done by forces — mixing "by" and "against" is where sign errors breed. "Work done against friction" is the negative of "work done by friction".
  3. Check the perpendicular ones are zero before you compute anything. On a horizontal floor, NN and mgmg contribute nothing, which usually halves the arithmetic.

Where this is heading

You now have a number, WnetW_{net}, for every journey. It is a single scalar that packages up all the forces and the whole displacement into one quantity.

The obvious next question is: what does that number physically do to the body? Positive work speeds it up, negative work slows it down — we have said so several times without proving it. Making that precise requires a new quantity, the kinetic energy, and a relation between the two.

That relation is the work-energy theorem, and it is Section 2's job. Turn the page.

Solved Examples

Every mechanics problem in this set uses g=10g = 10 m/s^2, stated where it appears. The pure vector problems need no gg at all.

Example 1: The angle between two vectors from their components

Find the angle between the force F=(3i^+4j^5k^)\vec{F} = (3\hat{i} + 4\hat{j} - 5\hat{k}) unit and the displacement d=(5i^+4j^+3k^)\vec{d} = (5\hat{i} + 4\hat{j} + 3\hat{k}) unit. Also find the projection of F\vec{F} on d\vec{d}.

Solution:

  1. Compute the dot product by components. Multiply matching components and add: Fd=Fxdx+Fydy+Fzdz=(3)(5)+(4)(4)+(5)(3)\vec{F}\cdot\vec{d} = F_xd_x + F_yd_y + F_zd_z = (3)(5) + (4)(4) + (-5)(3) Fd=15+1615=16 unit\vec{F}\cdot\vec{d} = 15 + 16 - 15 = 16 \text{ unit}

  2. Get the two magnitudes, using AA=A2\vec{A}\cdot\vec{A} = A^2: F2=FF=9+16+25=50F=50F^2 = \vec{F}\cdot\vec{F} = 9 + 16 + 25 = 50 \qquad\Longrightarrow\qquad F = \sqrt{50} d2=dd=25+16+9=50d=50d^2 = \vec{d}\cdot\vec{d} = 25 + 16 + 9 = 50 \qquad\Longrightarrow\qquad d = \sqrt{50}

  3. Now use the geometric form. Since Fd=Fdcosθ\vec{F}\cdot\vec{d} = Fd\cos\theta, cosθ=FdFd=165050=1650=0.32\cos\theta = \frac{\vec{F}\cdot\vec{d}}{Fd} = \frac{16}{\sqrt{50}\sqrt{50}} = \frac{16}{50} = 0.32 θ=cos1(0.32)=71.3°\theta = \cos^{-1}(0.32) = 71.3°

  4. The projection of F\vec{F} on d\vec{d} is FcosθF\cos\theta, and the cleanest way to get it is to divide the dot product by the magnitude of the vector you are projecting onto: Fcosθ=Fdd=1650=167.071=2.26 unitF\cos\theta = \frac{\vec{F}\cdot\vec{d}}{d} = \frac{16}{\sqrt{50}} = \frac{16}{7.071} = 2.26 \text{ unit}

Final Answer: θ=cos1(0.32)71.3°\theta = \cos^{-1}(0.32) \approx 71.3°, and the projection of F\vec{F} on d\vec{d} is 2.26 unit.

Takeaway: Look at the structure of the calculation. The component form did the hard work (step 1), and the geometric form turned it into an angle (step 3). That two-step dance — components to get the number, cosine formula to get the angle — is how every "find the angle between" question is done. Note also that both vectors happen to have the same magnitude here; that is a coincidence of the numbers, not something you may assume.

Example 2: Dot product, angle, and a perpendicularity condition

Given A=2i^+3j^k^\vec{A} = 2\hat{i} + 3\hat{j} - \hat{k} and B=i^2j^+4k^\vec{B} = \hat{i} - 2\hat{j} + 4\hat{k}: (a) find AB\vec{A}\cdot\vec{B}; (b) find the angle between them; (c) find λ\lambda so that C=i^+λj^+2k^\vec{C} = \hat{i} + \lambda\hat{j} + 2\hat{k} is perpendicular to A\vec{A}.

Solution:

  1. (a) Components: AB=(2)(1)+(3)(2)+(1)(4)=264=8\vec{A}\cdot\vec{B} = (2)(1) + (3)(-2) + (-1)(4) = 2 - 6 - 4 = -8 Already informative: the product is negative, so the angle must be obtuse.

  2. (b) Magnitudes: A=4+9+1=14=3.742,B=1+4+16=21=4.583A = \sqrt{4 + 9 + 1} = \sqrt{14} = 3.742, \qquad B = \sqrt{1 + 4 + 16} = \sqrt{21} = 4.583 cosθ=8(3.742)(4.583)=817.15=0.4666\cos\theta = \frac{-8}{(3.742)(4.583)} = \frac{-8}{17.15} = -0.4666 θ=cos1(0.4666)=117.8°\theta = \cos^{-1}(-0.4666) = 117.8° Obtuse, exactly as the sign predicted.

  3. (c) Perpendicular means zero dot product: AC=(2)(1)+(3)(λ)+(1)(2)=2+3λ2=3λ\vec{A}\cdot\vec{C} = (2)(1) + (3)(\lambda) + (-1)(2) = 2 + 3\lambda - 2 = 3\lambda 3λ=0λ=03\lambda = 0 \qquad\Longrightarrow\qquad \lambda = 0

Final Answer: (a) 8-8; (b) 117.8°117.8°; (c) λ=0\lambda = 0.

Takeaway: Read the sign of the dot product before you compute anything else — it tells you immediately whether the angle is acute, right or obtuse, and gives you a free check on the final answer. Part (c) is the standard way perpendicularity is examined: never try to visualise it, just set the dot product to zero and solve.

Example 3: Work by a constant force at an angle

A force of 50 N is applied to a body at 60°60° to the horizontal, and the body moves 10 m horizontally. Find the work done by this force.

Solution:

  1. Identify the three quantities. F=50F = 50 N, d=10d = 10 m, θ=60°\theta = 60° — and θ\theta is the angle between the force and the displacement, which is what the question has given.

  2. Apply the definition: W=Fdcosθ=(50)(10)cos60°=(50)(10)(0.5)=250 JW = Fd\cos\theta = (50)(10)\cos 60° = (50)(10)(0.5) = 250\ \text{J}

Final Answer: W=250W = 250 J.

Takeaway: Only Fcos60°=25F\cos 60° = 25 N of that 50 N force is doing anything; the other component, Fsin60°=43.3F\sin 60° = 43.3 N, points vertically and the body does not move vertically, so it contributes nothing. Pull at 0° instead and the same 50 N over the same 10 m would deliver 500 J — twice as much. Angle costs you work.

Example 4: Work from vectors, when the displacement must be found first

A constant force F=(3i^4j^+5k^)\vec{F} = (3\hat{i} - 4\hat{j} + 5\hat{k}) N acts on a particle which moves from the point r1=(i^+2j^+3k^)\vec{r}_1 = (\hat{i} + 2\hat{j} + 3\hat{k}) m to the point r2=(4i^+6j^+7k^)\vec{r}_2 = (4\hat{i} + 6\hat{j} + 7\hat{k}) m. Find (a) the work done and (b) the angle between the force and the displacement.

Solution:

  1. The displacement is the change in position, not the final position. This is the step people skip: d=r2r1=(41)i^+(62)j^+(73)k^=3i^+4j^+4k^ m\vec{d} = \vec{r}_2 - \vec{r}_1 = (4-1)\hat{i} + (6-2)\hat{j} + (7-3)\hat{k} = 3\hat{i} + 4\hat{j} + 4\hat{k}\ \text{m}

  2. Work is the dot product: W=Fd=(3)(3)+(4)(4)+(5)(4)=916+20=13 JW = \vec{F}\cdot\vec{d} = (3)(3) + (-4)(4) + (5)(4) = 9 - 16 + 20 = 13\ \text{J}

  3. (b) For the angle, get the two magnitudes: F=9+16+25=50=7.071 N,d=9+16+16=41=6.403 mF = \sqrt{9 + 16 + 25} = \sqrt{50} = 7.071\ \text{N}, \qquad d = \sqrt{9 + 16 + 16} = \sqrt{41} = 6.403\ \text{m} cosθ=13(7.071)(6.403)=1345.28=0.2871θ=73.3°\cos\theta = \frac{13}{(7.071)(6.403)} = \frac{13}{45.28} = 0.2871 \qquad\Longrightarrow\qquad \theta = 73.3°

Final Answer: (a) W=13W = 13 J; (b) θ=73.3°\theta = 73.3°.

Takeaway: Two traps in one problem. First, d=r2r1\vec{d} = \vec{r}_2 - \vec{r}_1 — using r2\vec{r}_2 alone gives 1224+35=2312 - 24 + 35 = 23 J, which is wrong. Second, notice that the work came out positive even though one term in the sum was negative; only the total matters, not the individual terms. The angle 73.3°73.3° is acute, consistent with W>0W > 0.

Example 5: All four forces on a dragged block

A 10 kg block is dragged 10 m along a rough horizontal floor by a 50 N force applied at 37°37° above the horizontal. Take μk=0.2\mu_k = 0.2, g=10g = 10 m/s^2, sin37°=0.6\sin 37° = 0.6 and cos37°=0.8\cos 37° = 0.8. Find the work done by each force, and the total work.

Solution:

  1. Vertical equilibrium first, to get NN. The upward pieces are NN and the vertical component of the pull; the downward piece is the weight: N+Fsin37°=mgN=100(50)(0.6)=10030=70 NN + F\sin 37° = mg \qquad\Longrightarrow\qquad N = 100 - (50)(0.6) = 100 - 30 = 70\ \text{N} Note that NN is not mgmg here — the slanted pull is helping to carry the block.

  2. Kinetic friction: fk=μkN=(0.2)(70)=14 N, opposing the motionf_k = \mu_k N = (0.2)(70) = 14\ \text{N}, \text{ opposing the motion}

  3. Now take the four forces one at a time.

  • Applied pull, at 37°37° to the displacement: Wapplied=Fdcos37°=(50)(10)(0.8)=+400 JW_{applied} = Fd\cos 37° = (50)(10)(0.8) = +400\ \text{J}
  • Friction, at 180°180° to the displacement: Wfriction=fkdcos180°=(14)(10)(1)=140 JW_{friction} = f_k d\cos 180° = (14)(10)(-1) = -140\ \text{J}
  • Normal reaction, at 90°90° (vertical force, horizontal motion): WN=0W_N = 0
  • Weight, also at 90°90°: Wweight=0W_{weight} = 0
  1. Add them up: Wtotal=400140+0+0=260 JW_{total} = 400 - 140 + 0 + 0 = 260\ \text{J}

  2. Check by the net force. Horizontally, Fnet=Fcos37°fk=4014=26F_{net} = F\cos 37° - f_k = 40 - 14 = 26 N along the motion, so Wnet=(26)(10)=260 J W_{net} = (26)(10) = 260\ \text{J}\ \checkmark

Final Answer: Wapplied=+400W_{applied} = +400 J, Wfriction=140W_{friction} = -140 J, WN=Wweight=0W_N = W_{weight} = 0, and Wtotal=+260W_{total} = +260 J.

Takeaway: This is the template for every multi-force work problem, and the two-route check in step 5 is free insurance. The single commonest error is writing N=mg=100N = mg = 100 N and hence fk=20f_k = 20 N, which throws the friction work out by 60 J. Whenever a force is applied at an angle, recompute NN from vertical equilibrium before you touch friction.

Example 6: The coolie — lifting versus carrying

A coolie lifts a 20 kg load from the ground onto his head, 1.5 m up, and then walks 50 m along a level platform. Take g=10g = 10 m/s^2. Find (a) the work he does in lifting the load, (b) the work done by gravity during the lift, and (c) the work he does against gravity while walking.

Solution:

  1. (a) The lift. Moving the load at steady speed means his upward force equals the weight, F=mg=(20)(10)=200F = mg = (20)(10) = 200 N, and the displacement is 1.5 m upward, so θ=0°\theta = 0°: Wcoolie=(200)(1.5)cos0°=+300 JW_{coolie} = (200)(1.5)\cos 0° = +300\ \text{J}

  2. (b) Gravity during the lift. The weight is 200 N downward while the load moves upward, so θ=180°\theta = 180°: Wgravity=(200)(1.5)cos180°=300 JW_{gravity} = (200)(1.5)\cos 180° = -300\ \text{J}

  3. (c) The walk. He supports the load with a vertical force while it moves horizontally, so θ=90°\theta = 90°: W=(200)(50)cos90°=0W = (200)(50)\cos 90° = 0

Final Answer: (a) +300+300 J; (b) 300-300 J; (c) zero.

Takeaway: Compare (a) and (c). Lifting the load 1.5 m costs 300 J; carrying it 50 m costs nothing at all in the physics sense — thirty-three times the distance, zero work. That is the sharpest illustration in the chapter of how far the physics meaning of "work" is from the everyday one. Note too that in the lift, Wcoolie+Wgravity=0W_{coolie} + W_{gravity} = 0, which fits the load moving at constant speed. [NEET Important] "A coolie carrying a load on a horizontal road does no work against gravity" is a standard one-mark answer — the reason is θ=90°\theta = 90°.

Example 7: A block sliding down a rough incline

A 2 kg block slides 4 m down a rough incline of 37°37°. Take μk=0.25\mu_k = 0.25, g=10g = 10 m/s^2, sin37°=0.6\sin 37° = 0.6 and cos37°=0.8\cos 37° = 0.8. Find the work done by (a) gravity, (b) the normal reaction, (c) friction, and (d) the total work done on the block.

Solution:

  1. (a) Gravity. The weight is mg=20mg = 20 N straight down; the displacement is 4 m down the slope. The angle between "straight down" and "down a 37°37° slope" is 90°37°=53°90° - 37° = 53°, so Wgravity=(20)(4)cos53°=(20)(4)(0.6)=+48 JW_{gravity} = (20)(4)\cos 53° = (20)(4)(0.6) = +48\ \text{J} Faster route: only the vertical drop matters, and the block descends h=4sin37°=2.4h = 4\sin 37° = 2.4 m, so Wgravity=mgh=(20)(2.4)=+48W_{gravity} = mgh = (20)(2.4) = +48 J. Same answer, less trigonometry.

  2. (b) Normal reaction. N\vec{N} is perpendicular to the slope, the motion is along the slope: WN=0W_N = 0

  3. (c) Friction. First find NN from equilibrium perpendicular to the slope: N=mgcos37°=(20)(0.8)=16 Nfk=μkN=(0.25)(16)=4 NN = mg\cos 37° = (20)(0.8) = 16\ \text{N} \qquad\Longrightarrow\qquad f_k = \mu_k N = (0.25)(16) = 4\ \text{N} Friction acts up the slope while the block moves down it, so θ=180°\theta = 180°: Wfriction=(4)(4)cos180°=16 JW_{friction} = (4)(4)\cos 180° = -16\ \text{J}

  4. (d) Total: Wtotal=48+016=+32 JW_{total} = 48 + 0 - 16 = +32\ \text{J}

Final Answer: (a) +48+48 J; (b) 00; (c) 16-16 J; (d) +32+32 J.

Takeaway: Three habits are on display. Use Wgravity=mghW_{gravity} = mgh with hh the vertical drop — it never involves an angle and never goes wrong. Write WN=0W_N = 0 immediately, without calculation. And get N=mgcosθN = mg\cos\theta from the perpendicular direction before touching friction. The total being positive tells you the block is speeding up as it slides, which is what you would expect on a 37°37° slope with only modest friction.

Example 8: The stone on a string — a force that does nothing

A 0.5 kg stone is whirled in a horizontal circle of radius 1 m at a constant speed of 4 m/s. Find (a) the tension in the string, (b) the work done by the tension in one complete revolution, and (c) the work done by the tension in a quarter revolution.

Solution:

  1. (a) The tension supplies the centripetal force: T=mv2r=(0.5)(4)21=81=8 NT = \frac{mv^2}{r} = \frac{(0.5)(4)^2}{1} = \frac{8}{1} = 8\ \text{N}

  2. (b) One complete revolution. Two independent arguments give the same answer, and both are worth knowing:

  • By the angle: at every instant the tension points at the centre and the displacement is along the tangent, so θ=90°\theta = 90° and cosθ=0\cos\theta = 0. The work is zero over every tiny step, hence zero over any journey at all.
  • By the net displacement: after a full revolution the stone is back where it started, so d=0\vec{d} = 0. Wtension=0W_{tension} = 0
  1. (c) A quarter revolution. Now the net displacement is not zero — it is 2r=1.414\sqrt{2}\,r = 1.414 m across the circle. But the first argument still holds: the force is perpendicular to the motion at every instant, so Wtension=0W_{tension} = 0

Final Answer: (a) T=8T = 8 N; (b) zero; (c) zero.

Takeaway: Part (c) is the test of whether you have really understood. The "it returns to the start" argument is a coincidence of the full revolution and fails for a quarter turn; the perpendicularity argument works for any arc, however short. Use the perpendicularity argument. And notice the consequence: an 8 N force acts on this stone continuously and never changes its speed, because a force that does no work can never change the kinetic energy. [JEE/NEET] The same reasoning applies to gravity on a satellite in a circular orbit and to the magnetic force on a moving charge.

Example 9: The sign of the work — a catalogue

State whether the work done is positive, negative or zero in each case, with the angle: (a) by a man lifting a bucket out of a well with a rope; (b) by gravity on that bucket during the same lift; (c) by friction on a body sliding down a rough incline; (d) by an applied force on a body moving at uniform velocity on a rough horizontal plane; (e) by air resistance on a swinging pendulum as it comes to rest; (f) by gravity on a body sliding down a smooth incline.

Solution:

  1. (a) The rope tension is up; the bucket moves up. θ=0°\theta = 0°, cosθ=+1\cos\theta = +1. Positive.

  2. (b) The weight is down; the bucket moves up. θ=180°\theta = 180°, cosθ=1\cos\theta = -1. Negative. (And equal in magnitude to (a) if the lift is at constant speed.)

  3. (c) Friction on a sliding body always opposes the sliding, so it acts up the slope while the body moves down. θ=180°\theta = 180°. Negative.

  4. (d) The applied force is along the motion. θ=0°\theta = 0°. Positive. Uniform velocity does not mean zero work — it means the total is zero, because friction is doing an equal and opposite negative work.

  5. (e) Air resistance always opposes the motion. θ=180°\theta = 180° at every instant. Negative.

  6. (f) The weight has a component down the slope, along the motion. θ\theta is acute (it equals 90°90° minus the slope angle). Positive.

Final Answer: (a) positive, (b) negative, (c) negative, (d) positive, (e) negative, (f) positive.

Takeaway: Part (d) is the one that catches people. "Moving at uniform velocity" tempts you to say "no work", but the question asks about the work done by the applied force, which is unambiguously positive. It is the total work that is zero here. [Board Important] Always re-read which force the question is asking about — this is exactly why "calculate the work done" is an incomplete instruction.

Example 10: Work depends on the frame of reference

A passenger in a train pushes a book with a constant horizontal force of 10 N, sliding it 2 m along the table in the direction of the train's motion. During the same time the train travels 20 m forward along the track. Find the work done by the passenger's push (a) as measured in the train's frame, and (b) as measured by an observer standing on the platform.

Solution:

  1. (a) In the train's frame, the displacement of the book is simply 2 m, along the force: Wtrain=(10)(2)cos0°=20 JW_{train} = (10)(2)\cos 0° = 20\ \text{J}

  2. (b) On the platform, the book moved 2 m relative to the train and the train carried it 20 m, both in the same direction, so its displacement is d=2+20=22 md = 2 + 20 = 22\ \text{m} The force is the same 10 N (force is frame-independent between inertial frames), so Wground=(10)(22)cos0°=220 JW_{ground} = (10)(22)\cos 0° = 220\ \text{J}

Final Answer: (a) 20 J; (b) 220 J.

Takeaway: Both answers are correct. Work is frame-dependent, because displacement is, even though the force is not. This does not break physics: Section 2 will show that kinetic energy is frame-dependent in exactly the matching way, so the relation between work and energy holds in every inertial frame. [JEE Tip] When a problem involves a moving platform, lift or trolley, decide your frame first and stay in it — mixing the ground displacement with the trolley-frame force is a guaranteed wrong answer.

Example 11: Three forces, one displacement

Three forces F1=(2i^+3j^)\vec{F}_1 = (2\hat{i} + 3\hat{j}) N, F2=(i^+2j^)\vec{F}_2 = (-\hat{i} + 2\hat{j}) N and F3=(3i^4j^)\vec{F}_3 = (3\hat{i} - 4\hat{j}) N act simultaneously on a particle which undergoes a displacement d=(4i^+5j^)\vec{d} = (4\hat{i} + 5\hat{j}) m. Find the work done by each force and the total work, and verify it against the work done by the net force.

Solution:

  1. Each force separately: W1=F1d=(2)(4)+(3)(5)=8+15=+23 JW_1 = \vec{F}_1\cdot\vec{d} = (2)(4) + (3)(5) = 8 + 15 = +23\ \text{J} W2=F2d=(1)(4)+(2)(5)=4+10=+6 JW_2 = \vec{F}_2\cdot\vec{d} = (-1)(4) + (2)(5) = -4 + 10 = +6\ \text{J} W3=F3d=(3)(4)+(4)(5)=1220=8 JW_3 = \vec{F}_3\cdot\vec{d} = (3)(4) + (-4)(5) = 12 - 20 = -8\ \text{J}

  2. Add, as ordinary signed numbers (work is a scalar): Wtotal=23+68=+21 JW_{total} = 23 + 6 - 8 = +21\ \text{J}

  3. Now the other route. Add the forces as vectors first: Fnet=(21+3)i^+(3+24)j^=4i^+j^ N\vec{F}_{net} = (2 - 1 + 3)\hat{i} + (3 + 2 - 4)\hat{j} = 4\hat{i} + \hat{j}\ \text{N} Wnet=Fnetd=(4)(4)+(1)(5)=16+5=+21 J W_{net} = \vec{F}_{net}\cdot\vec{d} = (4)(4) + (1)(5) = 16 + 5 = +21\ \text{J}\ \checkmark

Final Answer: W1=+23W_1 = +23 J, W2=+6W_2 = +6 J, W3=8W_3 = -8 J, and Wtotal=Wnet=+21W_{total} = W_{net} = +21 J.

Takeaway: Notice what got added as vectors and what got added as numbers. Forces are vectors, so step 3 adds components. Works are scalars, so step 2 just adds signed numbers. Mixing the two up — trying to add works head to tail, or adding force magnitudes without direction — is a classic slip. The agreement between the two routes is the distributive law of the dot product doing its job.

Example 12: Constant velocity means zero total work

A 5 kg block is dragged 10 m across a rough horizontal floor at constant velocity by a horizontal force. Take μk=0.2\mu_k = 0.2 and g=10g = 10 m/s^2. Find the work done by (a) the applied force, (b) friction, (c) gravity and the normal reaction, and (d) all the forces together.

Solution:

  1. Constant velocity means zero acceleration, hence zero net force. Horizontally, therefore, the applied force exactly balances friction: N=mg=50 N,fk=μkN=(0.2)(50)=10 N,F=fk=10 NN = mg = 50\ \text{N}, \qquad f_k = \mu_k N = (0.2)(50) = 10\ \text{N}, \qquad F = f_k = 10\ \text{N}

  2. (a) The applied force is along the motion: Wapplied=(10)(10)cos0°=+100 JW_{applied} = (10)(10)\cos 0° = +100\ \text{J}

  3. (b) Friction is exactly opposite: Wfriction=(10)(10)cos180°=100 JW_{friction} = (10)(10)\cos 180° = -100\ \text{J}

  4. (c) Gravity and the normal reaction are both vertical while the motion is horizontal: Wweight=WN=0W_{weight} = W_N = 0

  5. (d) Total: Wtotal=100100+0+0=0W_{total} = 100 - 100 + 0 + 0 = 0

Final Answer: (a) +100+100 J; (b) 100-100 J; (c) both zero; (d) zero.

Takeaway: Read part (d) carefully: the total work is zero, but two individual works of 100 J each are certainly not. Energy really is flowing — 100 J went in from you and 100 J came out as heat at the sliding surface — and the block's speed is unchanged because those two exactly cancel. Whenever a question says "at constant velocity", "at steady speed" or "slowly", you may immediately write F=fF = f and expect the total work to vanish. [JEE/NEET] This is also the standard setting for the phrase work done against friction, which here is +100+100 J — the negative of the work done by friction. Watch the preposition.