👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Classical Mechanics
Study mode

Work-Energy

Introduction to Work and Energy

In classical mechanics, two fundamental concepts help us understand how forces cause motion and how objects store and transfer energy: work and energy. These ideas are central to analyzing physical systems, from a simple block sliding on a table to complex machines and natural phenomena.

Work connects the force applied on an object and the displacement it undergoes. It quantifies how much energy is transferred to or from the object by that force.

Energy is the capacity of a body to do work. It exists in various forms, such as kinetic energy (energy of motion) and potential energy (stored energy due to position or configuration).

Understanding the relationship between work and energy allows us to solve many physics problems efficiently, especially in competitive exams where time and clarity matter. This section will build these concepts step-by-step, starting from the definition of work, moving to energy forms, and culminating in the powerful work-energy theorem.

Work Done by a Force

When a force acts on an object causing it to move, the force may transfer energy to the object. This transfer is called work. But how do we measure work?

Work is defined as the dot product (or scalar product) of the force vector \(\vec{F}\) and the displacement vector \(\vec{d}\). This means:

Displacement \(\vec{d}\) Force \(\vec{F}\) \(\vec{F} \cos \theta\) \(\theta\)

The mathematical expression for work done by a constant force is:

Work Done by Constant Force

\[W = \vec{F} \cdot \vec{d} = F d \cos \theta\]

Work done is the product of force magnitude, displacement magnitude, and the cosine of the angle between them.

W = Work done (Joules)
F = Force magnitude (Newtons)
d = Displacement magnitude (meters)
\(\theta\) = Angle between force and displacement

Here, \(\theta\) is the angle between the force and displacement directions.

Interpretation of work sign:

  • Positive work: When \(\theta < 90^\circ\), \(\cos \theta > 0\), force has a component along displacement, energy is transferred to the object (e.g., pushing a box forward).
  • Zero work: When \(\theta = 90^\circ\), \(\cos 90^\circ = 0\), force is perpendicular to displacement, no energy transfer (e.g., carrying a bag horizontally while walking straight).
  • Negative work: When \(\theta > 90^\circ\), \(\cos \theta < 0\), force opposes displacement, energy is taken away from the object (e.g., friction slowing down a sliding block).

Work Done by Variable Force: When the force varies with position, work is calculated by integrating the force along the path:

\[W = \int_{\text{initial}}^{\text{final}} \vec{F} \cdot d\vec{r}\]

This integral sums the infinitesimal work done over small displacements where force can be considered constant.

Kinetic Energy

Objects in motion possess energy due to their movement, called kinetic energy. It depends on the mass of the object and the speed at which it moves.

To derive the formula for kinetic energy, consider a body of mass \(m\) initially moving at velocity \(v_i\). A net force \(\vec{F}\) acts on it over a displacement \(d\), increasing its velocity to \(v_f\).

From Newton's second law, \(\vec{F} = m \vec{a}\), and using the work done by the force:

\[W = F d = m a d\]

Using the kinematic relation \(v_f^2 = v_i^2 + 2 a d\), we solve for \(a d\):

\[a d = \frac{v_f^2 - v_i^2}{2}\]

Substituting back into work expression:

\[W = m \times \frac{v_f^2 - v_i^2}{2} = \frac{1}{2} m v_f^2 - \frac{1}{2} m v_i^2\]

This shows that the work done by the net force equals the change in kinetic energy:

Kinetic Energy

\[K.E. = \frac{1}{2} m v^2\]

Energy possessed by a body due to its motion.

m = Mass of the body (kg)
v = Velocity of the body (m/s)
m v

Potential Energy

While kinetic energy is energy of motion, potential energy is energy stored due to an object's position or configuration. It represents the capacity to do work because of the object's position in a force field or due to deformation.

Gravitational Potential Energy

Near Earth's surface, an object of mass \(m\) raised to a height \(h\) above a reference level (usually the ground) has gravitational potential energy given by:

Gravitational Potential Energy

U = m g h

Energy stored due to height in Earth's gravitational field.

m = Mass (kg)
g = Acceleration due to gravity (9.8 m/s²)
h = Height above reference level (m)

The zero of potential energy is arbitrary; it depends on the chosen reference level. Usually, the ground or floor is taken as zero potential energy.

Elastic Potential Energy

A stretched or compressed spring stores elastic potential energy. For a spring with spring constant \(k\), stretched or compressed by displacement \(x\) from its equilibrium length, the potential energy stored is:

Elastic Potential Energy

\[U = \frac{1}{2} k x^2\]

Energy stored in a spring due to deformation.

k = Spring constant (N/m)
x = Displacement from equilibrium (m)
h x

Work-Energy Theorem

The work-energy theorem is a powerful principle that connects the net work done on a body to its change in kinetic energy. It states:

Key Concept

Work-Energy Theorem

The net work done on a body equals the change in its kinetic energy.

Mathematically,

\[W_{net} = \Delta K = \frac{1}{2} m v_f^2 - \frac{1}{2} m v_i^2\]

This means that if you know the total work done by all forces acting on an object, you can find how its speed changes without directly calculating forces or acceleration.

graph TD    F[Net Force] --> W[Work Done]    W --> K[Change in Kinetic Energy]

Power

Power measures how fast work is done or energy is transferred. It is the rate of doing work:

\[P = \frac{W}{t}\]

where \(W\) is work done in time \(t\).

Power can also be expressed in terms of force and velocity vectors as:

\[P = \vec{F} \cdot \vec{v}\]

This formula shows that power depends on the component of force in the direction of velocity.

Average power is the total work done divided by total time, while instantaneous power is the power at a specific instant.

The SI unit of power is the watt (W), where 1 W = 1 joule/second.

Worked Examples

Example 1: Calculating Work Done by a Force at an Angle Easy
A force of 10 N is applied at an angle of 60° to the horizontal. The object moves 5 m along the horizontal. Calculate the work done by the force.

Step 1: Identify given data:

  • Force, \(F = 10\, \text{N}\)
  • Displacement, \(d = 5\, \text{m}\)
  • Angle, \(\theta = 60^\circ\)

Step 2: Use the formula for work done by a constant force:

\[ W = F d \cos \theta \]

Step 3: Calculate \(\cos 60^\circ = 0.5\).

Step 4: Substitute values:

\[ W = 10 \times 5 \times 0.5 = 25\, \text{J} \]

Answer: The work done by the force is 25 joules.

Example 2: Using Work-Energy Theorem to Find Final Velocity Medium
A 2 kg block is pushed by a constant force of 20 N over a frictionless surface for 3 m. If the block starts from rest, find its final velocity.

Step 1: Given:

  • Mass, \(m = 2\, \text{kg}\)
  • Force, \(F = 20\, \text{N}\)
  • Displacement, \(d = 3\, \text{m}\)
  • Initial velocity, \(v_i = 0\, \text{m/s}\)

Step 2: Calculate work done by the force:

\[ W = F \times d = 20 \times 3 = 60\, \text{J} \]

Step 3: Apply work-energy theorem:

\[ W = \Delta K = \frac{1}{2} m v_f^2 - \frac{1}{2} m v_i^2 = \frac{1}{2} m v_f^2 \]

Step 4: Solve for \(v_f\):

\[ 60 = \frac{1}{2} \times 2 \times v_f^2 \implies 60 = v_f^2 \implies v_f = \sqrt{60} \approx 7.75\, \text{m/s} \]

Answer: The final velocity of the block is approximately 7.75 m/s.

Example 3: Energy Conservation in Free Fall Easy
A stone is dropped from a height of 20 m. Find its velocity just before hitting the ground, ignoring air resistance.

Step 1: Given:

  • Height, \(h = 20\, \text{m}\)
  • Initial velocity, \(v_i = 0\, \text{m/s}\)
  • Acceleration due to gravity, \(g = 9.8\, \text{m/s}^2\)

Step 2: Use conservation of mechanical energy:

\[ \text{Potential energy at top} = \text{Kinetic energy at bottom} \] \[ m g h = \frac{1}{2} m v_f^2 \]

Step 3: Cancel \(m\) and solve for \(v_f\):

\[ v_f = \sqrt{2 g h} = \sqrt{2 \times 9.8 \times 20} = \sqrt{392} \approx 19.8\, \text{m/s} \]

Answer: The velocity just before impact is approximately 19.8 m/s.

Example 4: Work Done by Variable Force Hard
Calculate the work done in stretching a spring with spring constant \(k = 200\, \text{N/m}\) by 0.1 m from its equilibrium position.

Step 1: Given:

  • Spring constant, \(k = 200\, \text{N/m}\)
  • Displacement, \(x = 0.1\, \text{m}\)

Step 2: The force exerted by the spring is variable and given by Hooke's law:

\[ F = -k x \]

Step 3: Work done to stretch the spring from 0 to \(x\) is:

\[ W = \int_0^x F \, dx = \int_0^x k x \, dx = \frac{1}{2} k x^2 \]

Step 4: Substitute values:

\[ W = \frac{1}{2} \times 200 \times (0.1)^2 = 0.5 \times 200 \times 0.01 = 1\, \text{J} \]

Answer: The work done in stretching the spring is 1 joule.

Example 5: Power Developed by a Motor Lifting a Load Medium
A motor lifts a 50 kg load vertically upward at a constant speed of 2 m/s. Calculate the power developed by the motor.

Step 1: Given:

  • Mass, \(m = 50\, \text{kg}\)
  • Velocity, \(v = 2\, \text{m/s}\)
  • Acceleration due to gravity, \(g = 9.8\, \text{m/s}^2\)

Step 2: Force required to lift the load at constant speed (equal to weight):

\[ F = m g = 50 \times 9.8 = 490\, \text{N} \]

Step 3: Power is:

\[ P = F \times v = 490 \times 2 = 980\, \text{W} \]

Answer: The motor develops 980 watts (or 0.98 kW) of power.

Formula Bank

Work Done by Constant Force
\[ W = \vec{F} \cdot \vec{d} = F d \cos \theta \]
where: \(W\) = work done (J), \(F\) = force magnitude (N), \(d\) = displacement (m), \(\theta\) = angle between force and displacement
Kinetic Energy
\[ K.E. = \frac{1}{2} m v^2 \]
where: \(m\) = mass (kg), \(v\) = velocity (m/s)
Gravitational Potential Energy
\[ U = m g h \]
where: \(m\) = mass (kg), \(g\) = acceleration due to gravity (9.8 m/s²), \(h\) = height (m)
Elastic Potential Energy
\[ U = \frac{1}{2} k x^2 \]
where: \(k\) = spring constant (N/m), \(x\) = displacement from equilibrium (m)
Work-Energy Theorem
\[ W_{net} = \Delta K = \frac{1}{2} m v_f^2 - \frac{1}{2} m v_i^2 \]
where: \(W_{net}\) = net work (J), \(m\) = mass (kg), \(v_i\) = initial velocity (m/s), \(v_f\) = final velocity (m/s)
Power
\[ P = \frac{W}{t} = \vec{F} \cdot \vec{v} \]
where: \(P\) = power (W), \(W\) = work done (J), \(t\) = time (s), \(\vec{F}\) = force (N), \(\vec{v}\) = velocity (m/s)

Tips & Tricks

Tip: Always resolve the force into components along the direction of displacement before calculating work.

When to use: When the force is applied at an angle to the displacement.

Tip: Use the work-energy theorem to find velocity or displacement changes without calculating acceleration or forces explicitly.

When to use: When net work and velocity changes are involved, especially on frictionless surfaces.

Tip: Remember that zero work is done if the force is perpendicular to the displacement.

When to use: When force direction is perpendicular to motion, such as centripetal force in circular motion.

Tip: For springs, use the elastic potential energy formula or integration instead of summing forces.

When to use: When dealing with variable spring forces or calculating work done in stretching/compressing springs.

Tip: Always use SI units (meters, kilograms, seconds) consistently to avoid unit conversion errors.

When to use: Throughout problem solving to ensure correct numerical answers.

Common Mistakes to Avoid

❌ Ignoring the angle between force and displacement when calculating work.
✓ Always include the \(\cos \theta\) factor in the work formula.
Why: Work depends on the component of force along displacement; ignoring the angle leads to incorrect results.
❌ Confusing work done by a single force with the net work affecting kinetic energy.
✓ Use the work-energy theorem to relate net work (sum of all forces) to change in kinetic energy.
Why: Only net work changes kinetic energy; individual forces may do positive or negative work.
❌ Using non-SI units or mixing units in calculations.
✓ Convert all quantities to SI units before calculations.
Why: Mixing units causes numerical errors and wrong answers.
❌ Forgetting that potential energy depends on the chosen reference level.
✓ Define the zero potential energy level clearly before solving problems.
Why: Different reference levels change potential energy values but not physical results; clarity avoids confusion.
❌ Calculating power without considering the direction of force and velocity.
✓ Use the dot product of force and velocity vectors for instantaneous power.
Why: Power can be zero or negative if force and velocity are perpendicular or opposite; direction matters.
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Work-Energy · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.