Saturday, 4 April 2026

Unit 5: Work, Power and Energy

 

🚀 Diving into Physics: Work, Energy, and Power

Welcome to the start of an essential journey in Physics! While we use the words "work" and "energy" every day to describe everything from studying for exams to feeling tired, Physics gives them a very specific, mathematical "personality."

Before we can master the concepts of Chapter 5, we need to sharpen one specific tool in our mathematical toolkit: The Scalar Product.


1. The "Intro" Vibe: Physics vs. Real Life

In everyday language, if you stand still holding a heavy box for an hour, you'd say you worked hard. In Physics? You did zero work. * Work: Isn't just about effort; it’s about a force causing a displacement.

  • Energy: This is your "capacity" to do that work.

  • Power: This is all about how fast you get that work done (think of a "powerful" boxer's punch).


2. The Scalar (Dot) Product: $A \cdot B$

When we multiply two vectors, we have two choices. One choice results in a Scalar (just a number, no direction). This is the Scalar Product, often called the Dot Product.

The Formula

The scalar product of two vectors $\mathbf{A}$ and $\mathbf{B}$ is defined as:

$$\mathbf{A} \cdot \mathbf{B} = AB \cos \theta$$
  • $A$ and $B$: The magnitudes (lengths) of the vectors.

  • $\theta$: The angle between them.

Why a Scalar? Even though $\mathbf{A}$ and $\mathbf{B}$ have directions, their "dot product" is just a magnitude. It’s like mixing two ingredients to get a completely different final dish!


3. Key Properties to Remember

To solve problems quickly, keep these rules in your back pocket:

PropertyRuleWhy it matters
Commutative$\mathbf{A} \cdot \mathbf{B} = \mathbf{B} \cdot \mathbf{A}$Order doesn't matter!
Distributive$\mathbf{A} \cdot (\mathbf{B} + \mathbf{C}) = \mathbf{A} \cdot \mathbf{B} + \mathbf{A} \cdot \mathbf{C}$Works just like regular algebra.
PerpendicularIf $\theta = 90^\circ$, then $\mathbf{A} \cdot \mathbf{B} = 0$Since $\cos 90^\circ = 0$, perpendicular vectors always "dot" to zero.
ParallelIf $\theta = 0^\circ$, then $\mathbf{A} \cdot \mathbf{B} = AB$Max value occurs when they point the same way.

4. Working with Components (The $i, j, k$ method)

If you are given vectors in unit vector notation, the dot product is actually quite simple. You just multiply the "like" terms and add them up:

If $\mathbf{A} = A_x\hat{i} + A_y\hat{j} + A_z\hat{k}$ and $\mathbf{B} = B_x\hat{i} + B_y\hat{j} + B_z\hat{k}$, then:

$$\mathbf{A} \cdot \mathbf{B} = A_x B_x + A_y B_y + A_z B_z$$

Quick Tip:

  • $\hat{i} \cdot \hat{i} = 1$

  • $\hat{i} \cdot \hat{j} = 0$ (because they are $90^\circ$ apart!)


🧠 Knowledge Check

Example: Find the angle between Force $\mathbf{F} = (3\hat{i} + 4\hat{j} - 5\hat{k})$ and displacement $\mathbf{d} = (5\hat{i} + 4\hat{j} + 3\hat{k})$.

  1. Find $\mathbf{F} \cdot \mathbf{d}$: $(3 \times 5) + (4 \times 4) + (-5 \times 3) = 15 + 16 - 15 = \mathbf{16}$.

  2. Find Magnitudes: Both vectors have a magnitude of $\sqrt{50}$ in this case.

  3. Solve for $\cos \theta$: $16 = \sqrt{50} \sqrt{50} \cos \theta \rightarrow 16 = 50 \cos \theta \rightarrow \cos \theta = 0.32$.



⚡ The "Speed-Work" Connection: The Work-Energy Theorem

Ever wonder why a car needs a much longer distance to stop if it’s going just a little bit faster? Or why a tiny bullet can punch through solid wood? It all comes down to a beautiful mathematical relationship between how hard you push (Work) and how fast things move (Kinetic Energy).


1. The Core Idea: What is Kinetic Energy?

If an object of mass $m$ is moving with a velocity $\mathbf{v}$, it possesses Kinetic Energy ($K$). It is the "energy of motion."

$$K = \frac{1}{2} mv^2$$
  • It’s a Scalar: Even though velocity has direction, Kinetic Energy does not.

  • The "v-squared" Rule: Because velocity is squared, if you double your speed, you have four times the energy.


2. The Big Reveal: The Work-Energy (WE) Theorem

The Work-Energy Theorem is the "Bridge" between forces and motion. It states:

The change in kinetic energy of a particle is equal to the work done on it by the net force.

In simple math:

$$K_f - K_i = W$$

(Where $K_f$ is final energy and $K_i$ is initial energy)

🛠️ The Derivation (How we get there)

From your previous lessons on motion, you know the equation:

$$v^2 - u^2 = 2as$$

If we multiply both sides by $\frac{m}{2}$:

$$\frac{1}{2}mv^2 - \frac{1}{2}mu^2 = mas$$

Since $F = ma$ (Newton’s Second Law), then $mas = Fs$. And since $Fs$ is Work ($W$):

$\Delta K = W$


3. Real-World Case Study: The Raindrop 🌧️

Imagine a 1.00g raindrop falling from 1.00 km.

  • Gravity does positive work on it ($W_g = mgh$).

  • Air Resistance does negative work on it ($W_r$), trying to slow it down.

According to the Work-Energy Theorem:

$$\Delta K = W_g + W_r$$

This is why raindrops don't hit us like bullets! The negative work done by air resistance cancels out most of the kinetic energy gained from gravity.


4. Why this matters (The "Hook")

The Work-Energy Theorem allows us to solve complex problems without knowing the acceleration at every second.

  • If you know the initial speed and the total work done, you can predict the final speed instantly.

  • It explains why safety features like "crumple zones" in cars work—they increase the distance over which work is done to remove your kinetic energy, reducing the force on you!


📊 Quick Comparison: Work vs. Energy

FeatureWork (W)Kinetic Energy (K)
DefinitionForce applied over a distance.Energy due to motion.
NatureA process (something you do).A property (something you have).
Formula$W = \mathbf{F} \cdot \mathbf{d}$$K = \frac{1}{2}mv^2$

🧠 Check Your Understanding

Scenario: A cyclist skids to a stop. The road exerts a friction force of 200 N over 10 m.

The Question: How much did the cyclist's kinetic energy change?

  • Step 1: Calculate Work ($W = Fd \cos \theta$). Since friction opposes motion, $\theta = 180^\circ$.

  • Step 2: $W = 200 \times 10 \times (-1) = -2000 \text{ J}$.

  • Result: The kinetic energy decreased by 2000 J.

🛠️ Decoding "Work": It's Not What You Think!

In everyday life, "work" is anything that makes you tired—studying for a physics final, holding a heavy grocery bag, or even thinking really hard.

In Physics, however, Work has a very strict, no-nonsense definition. You could be sweating and exhausted, but if you haven't moved an object, a physicist would say you've done zero work.


1. The Physics Definition of Work

Work is done when a Force ($F$) acting on an object causes a Displacement ($d$). But there’s a catch: only the part of the force that points in the direction of the motion counts!

The Formula

$$W = (F \cos \theta) d = \mathbf{F} \cdot \mathbf{d}$$
  • $F \cos \theta$: The component of the force acting in the direction of the displacement.

  • $d$: The magnitude of the displacement.

  • $\theta$: The angle between the Force vector and the Displacement vector.

The Wall Test: If you push against a brick wall with all your might but the wall doesn't move ($d = 0$), the Work done is 0. Your muscles are using energy internally, but you aren't doing "Work" on the wall!


2. Three "Flavors" of Work

The value of Work depends entirely on the angle $\theta$:

Angle (θ)Type of WorkReal-World Example
$0^\circ \leq \theta < 90^\circ$PositiveYou pull a toy car forward; it moves forward.
$\theta = 90^\circ$ZeroYou carry a bucket horizontally. Gravity pulls down, but you move sideways. Work = 0.
$90^\circ < \theta \leq 180^\circ$NegativeFriction! It pulls backward while the object slides forward.

3. Units and Dimensions

  • SI Unit: The Joule (J).

    • $1 \text{ J} = 1 \text{ Newton} \times 1 \text{ meter} = 1 \text{ kg m}^2/\text{s}^2$.

  • Dimensions: $[ML^2T^{-2}]$.

Other Common Units

While we love Joules, different fields use different "languages" for energy:

  • Erg: $10^{-7} \text{ J}$ (Used in CGS units).

  • Electron volt (eV): $1.6 \times 10^{-19} \text{ J}$ (Used in atomic physics).

  • Calorie (cal): $4.186 \text{ J}$ (Used in nutrition and heat).

  • Kilowatt-hour (kWh): $3.6 \times 10^6 \text{ J}$ (Check your electricity bill!).


4. Pro-Tips for Problem Solving

  1. Check for Displacement: If $d=0$, stop calculating. The work is zero.

  2. Identify the Angle: Always draw a quick arrow for Force and an arrow for Displacement. The angle between their "tails" is your $\theta$.

  3. Net Work: If multiple forces act on an object, the total work is the sum of work done by each force: $W_{net} = W_1 + W_2 + ...$


🧠 Quick Concept Check

Scenario: A waiter holds a tray weighing 20 N perfectly still while walking 10 meters across a level floor.

Question: How much work did the waiter do on the tray?

  • Force: Upward (to counteract gravity).

  • Displacement: Horizontal.

  • Angle: $90^\circ$.

  • Calculation: $W = 20 \times 10 \times \cos 90^\circ = \mathbf{0 \text{ J}}$.


🏃‍♂️ Kinetic Energy: The Power of Motion

Have you ever wondered why a cricket ball hurts more than a tennis ball thrown at the same speed? Or why a car crash at 60 km/h is much more than twice as destructive as one at 30 km/h?

The answer lies in Kinetic Energy ($K$)—the energy an object possesses simply because it is moving.


1. What is Kinetic Energy?

If an object has mass ($m$) and is moving with a velocity ($v$), it has the "capacity to do work" by virtue of its motion. In the language of Physics, we define it as:

$$K = \frac{1}{2} mv^2$$
  • It’s a Scalar: It doesn't matter if you are running North, South, or in circles—your kinetic energy remains a simple number (Joules).

  • The Velocity "Multiplier": Notice that $v$ is squared. This means if you double your speed, your kinetic energy doesn't just double—it quadruples! 🚀


2. How Much Energy are we Talking About?

To give you a sense of scale, let’s look at some typical kinetic energies found in our world:

ObjectMass (approx.)Speed (m/s)Kinetic Energy (J)
Meteors$10^5 \text{ kg}$$3 \times 10^4$$4.5 \times 10^{13}$
Car at Highway Speed$2000 \text{ kg}$$25$$6.3 \times 10^5$
Running Athlete$70 \text{ kg}$$10$$3500$
Fired Bullet$50 \text{ g}$$200$$1000$
Falling Raindrop$3.5 \times 10^{-5} \text{ kg}$$9$$1.4 \times 10^{-3}$

3. The Work-Energy Connection

Kinetic energy isn't just a random formula; it is a measure of the work an object can do before it comes to a stop.

Think about it: To stop a moving car, the brakes must do an amount of work exactly equal to the car's kinetic energy. This is why high-speed chases are so dangerous—the "work" required to stop grows exponentially with speed!


4. Pro-Tip: The "10% Rule" (Ballistics Example)

In a famous demonstration (from the NCERT Physics Part-I textbook), a police officer fires a bullet into a piece of softwood. If the bullet emerges with only 10% of its initial kinetic energy, you might think it lost 90% of its speed.

Wait! Because $K \propto v^2$, the speed actually only drops by about 68%. Math can be surprising!


🧪 Quick Challenge

If a 2 kg object is moving at 4 m/s, what is its kinetic energy?

  • $m = 2 \text{ kg}$

  • $v = 4 \text{ m/s}$

  • $K = \frac{1}{2} \times 2 \times 4^2 = \mathbf{16 \text{ J}}$

What if we double the speed to 8 m/s? * $K = \frac{1}{2} \times 2 \times 8^2 = \mathbf{64 \text{ J}}$

  • (Notice: $16 \text{ J} \times 4 = 64 \text{ J}$. Doubling speed = 4x the energy!)


📈 Work Done by a Variable Force: The Calculus of Power

In our previous sections, we looked at work done by a constant force (like a steady push). But in the real world, forces are rarely constant. Think of a spring getting harder to pull the more you stretch it, or a rocket losing weight as it burns fuel—these are variable forces.

When the force changes at every point, we can't just multiply $F \times d$. We need a more sophisticated tool.


1. The Concept: Small Steps, Big Result

Imagine a force $F(x)$ that changes as an object moves along the x-axis. To calculate the total work, we break the displacement into tiny, microscopic intervals called $\Delta x$.

  • In each tiny interval, the force is almost constant.

  • The work for that tiny slice is: $\Delta W = F(x) \Delta x$.

  • To get the total work, we add up all these tiny slices.


2. The Mathematical Tool: Integration

As we make those slices ($\Delta x$) infinitely small, our sum turns into a definite integral. This is the most accurate way to calculate work for a changing force:

$$W = \int_{x_i}^{x_f} F(x) \, dx$$
  • $x_i$: Starting position.

  • $x_f$: Ending position.

  • Area Under the Curve: Geometrically, the work done by a variable force is exactly equal to the area under the Force-Displacement graph.


3. Real-World Example: The Tired Pusher

Let's look at a scenario from the NCERT Physics textbook:

A woman pushes a trunk on a platform.

  1. First 10m: She applies a constant force of 100 N.

  2. Next 10m: She gets tired, and her force drops linearly from 100 N down to 50 N.

Calculating the Work:

  • Part 1 (Rectangle): $100\text{ N} \times 10\text{ m} = 1000\text{ J}$.

  • Part 2 (Trapezium): $\frac{1}{2} \times (100 + 50) \times 10\text{ m} = 750\text{ J}$.

  • Total Work: $1000 + 750 = \mathbf{1750\text{ J}}$.

Note on Friction: If there was a constant friction of 50 N acting against her, the work done by friction would be $W_f = -50\text{ N} \times 20\text{ m} = -1000\text{ J}$.


4. Summary Table

Force TypeFormulaGraphical Representation
Constant$W = F \cdot d$A simple rectangle.
Variable$W = \int F(x) \, dx$The area under the curve.

🧠 Quick Brain Teaser

If you have a Force-Displacement graph and the "curve" is a triangle starting at $0$ and reaching $10\text{ N}$ over a distance of $2\text{ m}$, what is the work done?

(Hint: Area of a triangle = $\frac{1}{2} \times \text{base} \times \text{height}$)


🔄 The Work-Energy Theorem: Variable Force Edition

In the previous sections, we saw how the Work-Energy Theorem works for a constant force. But what happens when the force is constantly changing—like a spring being compressed or a magnet pulling an object closer?

Does the relationship between Work and Kinetic Energy still hold up? Absolutely. Here is how we prove it using the power of Calculus.


1. The Mathematical Proof (The "Time-Rate" Approach)

To prove the theorem for a variable force, we look at how Kinetic Energy ($K$) changes over a tiny sliver of time ($dt$):

  1. Start with the definition of K: $K = \frac{1}{2}mv^2$

  2. Take the derivative with respect to time:

    $$\frac{dK}{dt} = \frac{d}{dt} \left( \frac{1}{2}mv^2 \right) = m \cdot v \cdot \frac{dv}{dt}$$
  3. Apply Newton’s Second Law ($F = ma$): Since $\frac{dv}{dt}$ is acceleration ($a$), we get:

    $$\frac{dK}{dt} = m \cdot v \cdot a = F \cdot v$$
  4. Rewrite velocity: Since $v = \frac{dx}{dt}$, we can say:

    $$\frac{dK}{dt} = F \frac{dx}{dt}$$
  5. Cancel the $dt$: This leaves us with the fundamental relationship:

    $dK = F \, dx$


2. The Final Result: Integration

By integrating both sides from the initial position ($x_i$) to the final position ($x_f$), we sum up all those tiny changes in energy:

$$\int_{K_i}^{K_f} dK = \int_{x_i}^{x_f} F(x) \, dx$$

Which leads us back to the golden rule:

$$K_f - K_i = W$$

The Big Takeaway: Even if the force is swinging wildly or changing every millimeter, the Total Work Done (the area under the $F-x$ graph) will always equal the Change in Kinetic Energy.


3. Why is this so useful?

Newton’s Second Law ($F=ma$) tells us what is happening at one specific instant. The Work-Energy Theorem is like a "summary report"—it tells us what happened over an entire interval of time or space.

  • Vector vs. Scalar: Newton’s Law is a vector equation (direction matters). The Work-Energy Theorem is a scalar equation (much easier to calculate!).

  • Missing Info: You don't need to know the acceleration at every single microsecond to find the final speed; you only need the total work.


🧪 Example from the NCERT Textbook

The Case of the Retarding Force:

A block ($1 \text{ kg}$) moving at $2 \text{ m/s}$ hits a "rough patch" where the force is $F = -k/x$.

By integrating this variable force over the distance of the patch, you can find exactly how much kinetic energy was "stolen" by friction and calculate the final exit speed without ever knowing the exact acceleration at any point.


🧠 Check Your Logic

If a variable force does positive work on an object, its speed must:

  1. Increase

  2. Decrease

  3. Stay the same

Answer: 1. Increase! Positive work always adds to the Kinetic Energy ($K_f > K_i$).


No comments: