NEET Weightage: 4-5%

NEET Physics — Work Energy and Power Complete Chapter Guide

Work Energy Power for NEET.

7 min read

Chapter Overview & Weightage

Work, Energy, and Power is one of those chapters where understanding the concept saves you from brute-force calculations. The work-energy theorem is a shortcut machine — problems that would take 10 steps with Newton’s laws often collapse into 2 steps with energy methods.

This chapter carries 4-5% weightage in NEET with 2-3 questions. Conservation of energy and collision problems are the most frequent. Work-energy theorem questions are common too.

YearNEET Q CountKey Topics Tested
20252Work-energy theorem, elastic collision
20242Power, conservative forces
20233Collision, KE-PE conversion
20222Work by friction, spring energy
20212Potential energy curve, collision
graph TD
    A[Work Energy Power] --> B[Work]
    A --> C[Energy]
    A --> D[Power]
    A --> E[Collisions]
    B --> F[Work by Constant Force]
    B --> G[Work by Variable Force]
    C --> H[KE and Work-Energy Theorem]
    C --> I[PE: Gravitational and Spring]
    C --> J[Conservation of Energy]
    E --> K[Elastic Collision]
    E --> L[Inelastic Collision]
    E --> M[Coefficient of Restitution]

Key Concepts You Must Know

Tier 1 (Always asked)

  • Work-energy theorem: Wnet=ΔKEW_{net} = \Delta KE
  • Conservation of mechanical energy (when only conservative forces act)
  • Elastic and inelastic collisions in 1D
  • Power = force times velocity

Tier 2 (Frequently asked)

  • Work done by spring force: W=12kx2W = -\frac{1}{2}kx^2
  • Work done by friction (negative work)
  • Potential energy curves and equilibrium points
  • Coefficient of restitution

Tier 3 (Occasional)

  • Oblique collisions (2D)
  • Variable force and work as area under F-x graph

Important Formulas

Work by constant force: W=FscosθW = Fs\cos\theta

Work-energy theorem:

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

Work by a variable force:

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

When only conservative forces do work:

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

Spring PE: U=12kx2U = \frac{1}{2}kx^2

Gravitational PE: U=mghU = mgh

If non-conservative forces (like friction) also act:

KEi+PEi+Wfriction=KEf+PEfKE_i + PE_i + W_{friction} = KE_f + PE_f

where WfrictionW_{friction} is negative.

Elastic collision (KE conserved):

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}

Perfectly inelastic (bodies stick): v=m1u1+m2u2m1+m2v = \dfrac{m_1 u_1 + m_2 u_2}{m_1 + m_2}

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

Average power: Pavg=WtP_{avg} = \dfrac{W}{t}

Instantaneous power: P=Fv=FvcosθP = \vec{F} \cdot \vec{v} = Fv\cos\theta

Special cases for elastic collisions: (1) Equal masses — velocities exchange. (2) Heavy hits light at rest — light flies off at 2u2u. (3) Light hits heavy at rest — light bounces back with nearly same speed. These three shortcuts appear in NEET repeatedly.


Solved Previous Year Questions

PYQ 1 — NEET 2023

Problem: A body of mass 2 kg moving with velocity 6 m/s collides head-on elastically with another body of mass 1 kg at rest. Find the velocity of each body after collision.

Solution:

Using elastic collision formulas:

v1=(m1m2)u1m1+m2=(21)×62+1=63=2 m/sv_1 = \frac{(m_1 - m_2)u_1}{m_1 + m_2} = \frac{(2 - 1) \times 6}{2 + 1} = \frac{6}{3} = \mathbf{2 \text{ m/s}} v2=2m1u1m1+m2=2×2×63=8 m/sv_2 = \frac{2m_1 u_1}{m_1 + m_2} = \frac{2 \times 2 \times 6}{3} = \mathbf{8 \text{ m/s}}

The heavier body slows down, the lighter one shoots ahead faster than the original speed. Momentum and KE are both conserved — you can verify.


PYQ 2 — NEET 2022

Problem: A block of mass 1 kg slides down a rough incline of height 5 m. If 10 J of energy is lost to friction, find the speed at the bottom. (g=10g = 10 m/s2^2)

Solution:

Using energy conservation with friction:

mgh=12mv2+Wfrictionmgh = \frac{1}{2}mv^2 + W_{friction} 1×10×5=12(1)v2+101 \times 10 \times 5 = \frac{1}{2}(1)v^2 + 10 50=v22+10    v2=80    v=458.94 m/s50 = \frac{v^2}{2} + 10 \implies v^2 = 80 \implies v = \mathbf{4\sqrt{5} \approx 8.94 \text{ m/s}}

Students often forget to include friction work in the energy equation. If the surface is rough, mechanical energy is NOT conserved — you must account for the energy lost to friction. The modified equation is: KEf=PEiWfrictionKE_f = PE_i - |W_{friction}|.


PYQ 3 — NEET 2021

Problem: A car of mass 1000 kg accelerates from rest. If the engine delivers constant power of 50 kW, find the maximum speed if the resistive force is 500 N.

Solution:

At maximum speed, acceleration = 0, so the entire engine power overcomes resistance:

P=Fresistance×vmaxP = F_{resistance} \times v_{max} 50000=500×vmax50000 = 500 \times v_{max} vmax=100 m/sv_{max} = \mathbf{100 \text{ m/s}}

Difficulty Distribution

Difficulty% of QuestionsWhat to Expect
Easy35%Work calculation, direct energy conservation
Medium50%Collision problems, energy with friction
Hard15%PE curves, oblique collisions, variable force work

Expert Strategy

Week 1: Master the work-energy theorem. Solve 20 problems where you find final speed using Wnet=ΔKEW_{net} = \Delta KE instead of Newton’s laws. This builds the intuition for when energy methods are faster.

Week 2: Collision problems. Memorise the three special cases for elastic collisions. For inelastic collisions, always check — “is KE conserved?” — the answer is no, and the lost KE often appears as a follow-up question.

Week 3: Power problems and PE curves. The P=FvP = Fv formula is the key to all power-related NEET questions. For PE curves, remember: force = negative slope of PE curve, and equilibrium points are where the slope is zero.

When a NEET problem says “find the speed at point B” and involves heights, springs, or friction — go straight to energy conservation. Do NOT use kinematics or Newton’s laws unless the problem specifically asks for time or acceleration.


Common Traps

Trap 1 — Applying conservation of KE in inelastic collisions. Only momentum is conserved in all collisions. KE is conserved only in elastic collisions. If the problem says “bodies stick together,” it is perfectly inelastic — KE is NOT conserved.

Trap 2 — Sign of work done by gravity. When an object moves downward, gravity does positive work (mghmgh). When it moves upward, gravity does negative work (mgh-mgh). The sign depends on whether the force and displacement are in the same direction.

Trap 3 — Confusing PE at natural length of spring. The PE of a spring is 12kx2\frac{1}{2}kx^2 where xx is the displacement from the natural length — not from any arbitrary point. If the spring is compressed by 3 cm and then released, the PE at natural length is zero.

Trap 4 — Power at maximum velocity. At maximum speed, acceleration is zero. So P=FvP = Fv where FF equals the resistive force (not the engine force minus resistance). Students often set up the equation wrong by including mama when a=0a = 0.

Trap 5 — Energy loss in perfectly inelastic collision. The KE lost is ΔKE=12m1m2m1+m2(u1u2)2\Delta KE = \dfrac{1}{2}\dfrac{m_1 m_2}{m_1 + m_2}(u_1 - u_2)^2. This is NOT zero. Many students assume “momentum conserved” means “no energy lost” — wrong.