Work, Energy and Power — Theorems, Conservation, Collisions

Work, Energy and Power — Theorems, Conservation, Collisions

10 min read

The Energy Framework

Work, energy, and power give us an alternative to Newton’s laws for solving mechanics problems. Instead of tracking forces and accelerations, we track energy — how it’s transferred (work), stored (potential energy), and used (power). The work-energy theorem and conservation of energy are two of the most powerful tools in physics.

This chapter carries 6-8 marks in CBSE Class 11. JEE Main tests 1-2 questions every session, and collision problems are an Advanced favourite.

graph TD
    A[Mechanics Problem] --> B{Energy approach useful?}
    B -->|Variable force| C[Work = ∫F·dx]
    B -->|Conservation scenario| D[KE + PE = constant]
    B -->|Power/efficiency| E[P = Fv or P = W/t]
    B -->|Collision| F{Type?}
    F -->|Elastic| G[KE + momentum conserved]
    F -->|Inelastic| H[Only momentum conserved]
    F -->|Perfectly inelastic| I[Bodies stick together]
    D --> J[Set up: initial E = final E]
    J --> K[Solve for unknown]

Essential Formulas

W=Fd=FdcosθW = \vec{F} \cdot \vec{d} = Fd\cos\theta

For variable force: W=x1x2F(x)dxW = \int_{x_1}^{x_2} F(x)\, dx

Work by gravity: W=mghW = mgh (downward displacement). Work by friction: W=μmgdW = -\mu mg \cdot d (always negative).

Wnet=ΔKE=12mv212mu2W_{net} = \Delta KE = \frac{1}{2}mv^2 - \frac{1}{2}mu^2

The net work done by ALL forces equals the change in kinetic energy.

If only conservative forces (gravity, spring) act:

KEi+PEi=KEf+PEfKE_i + PE_i = KE_f + PE_f

Potential energy: Gravity =mgh= mgh, Spring =12kx2= \frac{1}{2}kx^2.

P=Wt=Fv=FvcosθP = \frac{W}{t} = \vec{F} \cdot \vec{v} = Fv\cos\theta

Unit: watt (W). 1 HP = 746 W.

Elastic: 12m1u12+12m2u22=12m1v12+12m2v22\frac{1}{2}m_1 u_1^2 + \frac{1}{2}m_2 u_2^2 = \frac{1}{2}m_1 v_1^2 + \frac{1}{2}m_2 v_2^2

Coefficient of restitution: e=v2v1u1u2e = \frac{v_2 - v_1}{u_1 - u_2} (e=1e = 1 elastic, e=0e = 0 perfectly inelastic)


Solved Examples

Example 1 (Easy — CBSE)

A 2 kg block is lifted 5 m vertically. Find work done by gravity and by the lifting force.

Work by gravity =mgh=2(10)(5)=100 J= -mgh = -2(10)(5) = \mathbf{-100 \text{ J}} (opposes motion).

Work by lifting force =+100= +100 J (assuming constant speed, so net work = 0).

Example 2 (Medium — JEE Main)

A block of mass 1 kg slides down a frictionless incline of height 5 m. Find its speed at the bottom.

mgh=12mv2    v=2gh=2×10×5=10 m/smgh = \frac{1}{2}mv^2 \implies v = \sqrt{2gh} = \sqrt{2 \times 10 \times 5} = \mathbf{10 \text{ m/s}}

Example 3 (Hard — JEE Main)

A 2 kg ball moving at 6 m/s collides head-on with a stationary 4 kg ball. If the collision is elastic, find velocities after collision.

Using elastic collision formulas:

v1=m1m2m1+m2u1=246×6=2v_1 = \frac{m_1 - m_2}{m_1 + m_2}u_1 = \frac{2-4}{6} \times 6 = -2 m/s (bounces back)

v2=2m1m1+m2u1=46×6=4v_2 = \frac{2m_1}{m_1 + m_2}u_1 = \frac{4}{6} \times 6 = 4 m/s


Common Mistakes to Avoid

Mistake 1 — Forgetting cosθ\cos\theta in work formula. Work depends on the component of force along displacement. At 90°90°, work is zero (normal force does no work on circular motion).

Mistake 2 — Applying energy conservation when non-conservative forces act. If friction is present, KEi+PEiKEf+PEfKE_i + PE_i \neq KE_f + PE_f. You must include work done by friction.

Mistake 3 — Confusing elastic with perfectly inelastic. In elastic, KE is conserved. In perfectly inelastic, bodies stick together and KE is NOT conserved (maximum KE loss).

Mistake 4 — Wrong sign for spring PE. Spring PE is always positive: 12kx2\frac{1}{2}kx^2. Whether stretched or compressed, it stores energy.


Practice Questions

Q1. A spring with k=200k = 200 N/m is compressed 0.1 m. Find the PE stored.

PE=12kx2=12(200)(0.01)=1PE = \frac{1}{2}kx^2 = \frac{1}{2}(200)(0.01) = 1 J.

Q2. A car of mass 1000 kg travels at 20 m/s. Find its KE.

KE=12mv2=500×400=200000KE = \frac{1}{2}mv^2 = 500 \times 400 = 200000 J =200= 200 kJ.

Q3. A pump lifts 200 kg of water per minute to a height of 10 m. Find the power.

P=mgh/t=200×10×10/60=333.3P = mgh/t = 200 \times 10 \times 10/60 = 333.3 W.

Q4. A 5 kg ball is dropped from 20 m. Find speed at 5 m above ground.

mg(205)=12mv2mg(20-5) = \frac{1}{2}mv^2. v=2×10×15=30017.3v = \sqrt{2 \times 10 \times 15} = \sqrt{300} \approx 17.3 m/s.

Q5. A bullet of 10 g moving at 400 m/s embeds in a 2 kg block. Find velocity after collision.

Momentum conservation: 0.01×400=2.01×v0.01 \times 400 = 2.01 \times v. v=4/2.011.99v = 4/2.01 \approx 1.99 m/s.


FAQs

Can work be negative?

Yes. When force opposes displacement (θ>90°\theta > 90°), work is negative. Friction always does negative work on a moving object.

What is the difference between conservative and non-conservative forces?

Conservative forces (gravity, spring) have path-independent work — they only depend on start and end positions. Non-conservative forces (friction, air resistance) are path-dependent.

Why is KE always positive?

KE=12mv2KE = \frac{1}{2}mv^2. Mass is positive, v2v^2 is positive. KE is zero only when velocity is zero.

What happens to KE lost in an inelastic collision?

It converts to heat, sound, deformation, and other non-mechanical forms of energy. Total energy is still conserved — just not mechanical energy.


Advanced Concepts

Work done by a variable force

When force varies with position, we must integrate. The work done by a spring force F=kxF = -kx from position x1x_1 to x2x_2:

W=x1x2(kx)dx=12k(x22x12)W = \int_{x_1}^{x_2} (-kx)\, dx = -\frac{1}{2}k(x_2^2 - x_1^2)

If released from compression x0x_0 to natural length (0):

W=12kx02W = \frac{1}{2}kx_0^2

This energy converts entirely to kinetic energy (no friction).

Work-energy theorem — the full version

The work-energy theorem says Wnet=ΔKEW_{net} = \Delta KE, where WnetW_{net} includes work by ALL forces — conservative and non-conservative.

If we separate conservative forces:

Wnonconservative=ΔKE+ΔPE=ΔEmechanicalW_{non-conservative} = \Delta KE + \Delta PE = \Delta E_{mechanical}

For friction: Wfriction=μmgdW_{friction} = -\mu mg \cdot d (always negative, always reduces mechanical energy).

A 5 kg block slides 10 m down a 30°° rough incline (μ=0.2\mu = 0.2). Find speed at the bottom.

Height lost: h=10sin30°=5h = 10\sin 30° = 5 m

Work by gravity: Wg=mgh=5×10×5=250W_g = mgh = 5 \times 10 \times 5 = 250 J

Work by friction: Wf=μmgcosθ×d=0.2×5×10×cos30°×10=86.6W_f = -\mu mg\cos\theta \times d = -0.2 \times 5 \times 10 \times \cos 30° \times 10 = -86.6 J

By work-energy theorem: 12mv2=25086.6=163.4\frac{1}{2}mv^2 = 250 - 86.6 = 163.4 J

v=2×163.45=65.36=8.08 m/sv = \sqrt{\frac{2 \times 163.4}{5}} = \sqrt{65.36} = \mathbf{8.08 \text{ m/s}}

Elastic collision formulas (1D)

For two objects in a head-on elastic collision:

v1=(m1m2)u1+2m2u2m1+m2v_1 = \frac{(m_1 - m_2)u_1 + 2m_2 u_2}{m_1 + m_2} v2=(m2m1)u2+2m1u1m1+m2v_2 = \frac{(m_2 - m_1)u_2 + 2m_1 u_1}{m_1 + m_2}

Special cases:

  • Equal masses (m1=m2m_1 = m_2): velocities exchange. v1=u2v_1 = u_2, v2=u1v_2 = u_1.
  • Heavy hits light at rest (m1m2m_1 \gg m_2, u2=0u_2 = 0): v1u1v_1 \approx u_1, v22u1v_2 \approx 2u_1.
  • Light hits heavy at rest (m1m2m_1 \ll m_2, u2=0u_2 = 0): v1u1v_1 \approx -u_1 (bounces back), v20v_2 \approx 0.

Power applications

Maximum velocity on a level road: When engine power equals power lost to friction:

P=Ffriction×vmax=μmg×vmaxP = F_{friction} \times v_{max} = \mu mg \times v_{max} vmax=Pμmgv_{max} = \frac{P}{\mu mg}

Velocity of a car on a hill: At constant speed, the engine must overcome both gravity and friction:

P=(mgsinθ+μmgcosθ)×vP = (mg\sin\theta + \mu mg\cos\theta) \times v

JEE Main frequently asks: “A car of mass mm has power PP on a level road with friction coefficient μ\mu. Find maximum speed.” This is a direct application: vmax=P/(μmg)v_{max} = P/(\mu mg).

Percentage KE loss in perfectly inelastic collision

When two objects stick together after collision:

Fractional KE loss=m2m1+m2\text{Fractional KE loss} = \frac{m_2}{m_1 + m_2}

(where object 2 is initially at rest). The heavier the target relative to the projectile, the more KE is lost. This is why a bullet embedding in a block loses almost all its KE.

Additional Solved Examples

Example 4 (JEE Main): A 1 kg ball drops from 10 m onto a floor and bounces back to 6.4 m. Find the coefficient of restitution.

e=hbouncehdrop=6.410=0.64=0.8e = \sqrt{\frac{h_{bounce}}{h_{drop}}} = \sqrt{\frac{6.4}{10}} = \sqrt{0.64} = \mathbf{0.8}

Example 5 (JEE Advanced): A chain of mass mm and length LL lies on a table with 1/31/3 hanging over the edge. Find the work needed to pull it entirely onto the table.

The centre of mass of the hanging portion is at depth L/6L/6 below the table edge. Mass of hanging portion = m/3m/3.

W=m3×g×L6=mgL18W = \frac{m}{3} \times g \times \frac{L}{6} = \frac{mgL}{18}

Additional Practice Questions

Q6. A bullet of mass 20 g travelling at 500 m/s passes through a wooden block and emerges at 100 m/s. Find energy lost in the block.

ΔKE=12(0.02)(50021002)=12(0.02)(25000010000)=12(0.02)(240000)=2400\Delta KE = \frac{1}{2}(0.02)(500^2 - 100^2) = \frac{1}{2}(0.02)(250000 - 10000) = \frac{1}{2}(0.02)(240000) = 2400 J.

Q7. An engine of power 10 kW pulls a train at 36 km/h on a level track. Find the friction force.

v=36 km/h=10v = 36 \text{ km/h} = 10 m/s. P=FvP = Fv, so F=P/v=10000/10=1000F = P/v = 10000/10 = 1000 N.

Q8. A spring of constant 500 N/m is compressed 10 cm. A 0.5 kg ball is placed against it and released. Find the ball’s speed when it leaves the spring.

12kx2=12mv2\frac{1}{2}kx^2 = \frac{1}{2}mv^2. v=xk/m=0.1500/0.5=0.11000=0.1×31.6=3.16v = x\sqrt{k/m} = 0.1\sqrt{500/0.5} = 0.1\sqrt{1000} = 0.1 \times 31.6 = 3.16 m/s.

Exam Weightage

ExamTypical weightKey topics
CBSE Class 116–8 marksWork-energy theorem, conservation, power
JEE Main1–2 questionsCollisions, variable force, power
JEE Advanced1 questionComplex energy conservation, chain/rope problems

Why energy methods beat Newton’s laws

Energy methods shine when:

  • Forces vary with position (springs, gravity at large distances)
  • You care about speeds, not accelerations
  • The path is complex but endpoints are known (roller coasters)
  • Collisions occur (momentum + energy give two equations for two unknowns)

Newton’s laws are better when you need forces, accelerations, or time.

Potential energy curves

A potential energy curve U(x)U(x) encodes all the physics of a conservative system:

  • Equilibrium points are where dU/dx=0dU/dx = 0 (force = 0)
  • Stable equilibrium: UU is a minimum (d2U/dx2>0d^2U/dx^2 > 0) — particle oscillates
  • Unstable equilibrium: UU is a maximum (d^2U/dx^2 < 0) — particle moves away
  • Total energy line: E=KE+UE = KE + U, so KE=EU(x)KE = E - U(x). The particle can only exist where EU(x)E \geq U(x).

JEE Advanced often gives a potential energy curve and asks: “At which points is the particle in equilibrium? Which are stable?” Look for minima (stable) and maxima (unstable). The turning points are where U(x)=EU(x) = E.

Practice Questions