ICSE 10 Physics Work Power Energy Advance Notes

headphones Listen to this note:
Speed: 1.0x

Table of Contents

    1.0 The Vector Mechanics of Mechanical Work

    In everyday language, "work" implies physical or mental exertion. However, in theoretical physics, Mechanical Work is a rigorously defined quantitative concept. It is the fundamental mechanism by which energy is transferred into or out of a physical system via the application of a macroscopic force. Crucially, applying a massive force yields absolutely zero work if it does not manifest as spatial translation (displacement).

    Applied Force ($\vec{F}$) → Spatial Displacement ($\vec{s}$) → Vector Alignment ($\theta$) → Energy Transferred ($W$)
    Mechanical Work ($W$)

    Concept: Work is the scalar mathematical product (dot product) of the Force vector and the Displacement vector. It quantifies only the component of the force that acts strictly parallel (or anti-parallel) to the object's trajectory. Since it represents energy transfer, Work is a scalar quantity measured in Joules (J), despite being born from two vectors.

    Proof/Derivation: The Trigonometry of the Dot Product

    Consider a constant force $\vec{F}$ acting on an object, causing a linear displacement $\vec{s}$.
    Let $\theta$ be the specific angle between the force vector and the displacement vector.

    Using vector resolution, we decompose $\vec{F}$ into two orthogonal components:
    1. Parallel Component: $F_{\parallel} = |\vec{F}| \cos\theta$ (Acts along the direction of motion)
    2. Perpendicular Component: $F_{\perp} = |\vec{F}| \sin\theta$ (Acts at $90^\circ$ to the motion)

    Since displacement in the perpendicular direction is zero, the perpendicular component contributes no energy transfer. Thus, only the parallel component does work:
    $$ W = F_{\parallel} \times |\vec{s}| $$
    $$ W = (|\vec{F}| \cos\theta) |\vec{s}| $$
    Rearranging yields the fundamental dot product definition of Work:
    $$ W = \vec{F} \cdot \vec{s} = |\vec{F}||\vec{s}| \cos\theta $$
    Thermodynamic Implications of $\theta$:
    - If $\theta < 90^\circ$: $W > 0$ (Positive Work: Energy is injected into the system, increasing speed).
    - If $\theta > 90^\circ$: $W < 0$ (Negative Work: Energy is drained from the system, like friction).
    - If $\theta = 90^\circ$: $W = 0$ (Zero Work: Force acts merely to change direction, not speed).

    ⚠️ Conceptual Pitfall: The "Exhaustion" Illusion

    Students often mistakenly believe that holding a heavy 50 kg mass stationary above their head constitutes mechanical work because they feel physically exhausted. Biologically, your muscles are burning ATP (chemical energy) to maintain tension, but physically, because the displacement $\vec{s} = 0$, the mechanical work done on the mass is strictly zero. Similarly, a satellite orbiting Earth at constant speed experiences immense gravitational force, but because gravity acts perfectly perpendicular to the tangential velocity ($\theta = 90^\circ$), gravity does zero work on the satellite.

    πŸ”¬ Scholar's Edge: Integration of Variable Forces (JEE/Olympiad Level)

    The formula $W = Fs\cos\theta$ is purely algebraic and only valid for constant forces. But what if the force changes as you move? (e.g., stretching a spring where $F = -kx$, or launching a rocket where gravity $g$ weakens with altitude). In advanced mechanics, Work must be calculated using spatial integration. For a variable force $\vec{F}(\vec{r})$ acting over an infinitesimal displacement $d\vec{r}$:

    $$ dW = \vec{F} \cdot d\vec{r} $$ $$ W = \int_{\vec{r}_1}^{\vec{r}_2} \vec{F}(\vec{r}) \cdot d\vec{r} $$

    Graphically, this calculus implies that Work is exactly equal to the Area under the Force-Displacement (F-x) Curve. Furthermore, if you are given 3D vectors like $\vec{F} = (2\hat{i} + 3\hat{j})\text{ N}$ and $\vec{s} = (4\hat{i} - \hat{j})\text{ m}$, use matrix multiplication for the dot product: $W = F_x x + F_y y + F_z z = (2 \times 4) + (3 \times -1) = 5\text{ J}$.

    2.0 The Temporal Dynamics of Work: Mechanical Power

    While calculating mechanical work tells us the total magnitude of energy transferred into or out of a system, it is completely blind to the dimension of time. Moving a 1000 kg boulder up a hill by 10 meters requires the exact same amount of work whether it takes 10 seconds (using a heavy-duty crane) or 10 years (using micro-movements). To evaluate the operational performance and intensity of physical systems, engines, and biological organisms, we must analyze the time-rate of this energy transfer.

    Total Work Done ($W$) → Time Derivative ($d/dt$) → Energy Transfer Rate → Mechanical Power ($P$)
    Mechanical Power ($P$)

    Concept: Power is the scalar measure of the rate at which work is performed or energy is converted. Because it scales inversely with time, minimizing the duration of a task drastically amplifies the power required. The SI unit is the Watt ($1\text{ W} = 1\text{ Joule/second}$), though in heavy mechanics, Horsepower ($1\text{ HP} \approx 746\text{ W}$) is frequently utilized.

    Proof/Derivation: Instantaneous Power via Vector Kinematics

    Average power is simply total work over total time ($P_{avg} = \frac{W}{t}$). However, if the force or speed fluctuates, we must use differential calculus to find the Instantaneous Power at a precise millisecond.

    Recall the differential form of work for an infinitesimally small displacement $d\vec{s}$ under a force $\vec{F}$:
    $$ dW = \vec{F} \cdot d\vec{s} $$
    By definition, Power is the first derivative of Work with respect to time ($t$):
    $$ P_{inst} = \frac{dW}{dt} $$
    Substitute the differential work equation:
    $$ P_{inst} = \frac{\vec{F} \cdot d\vec{s}}{dt} $$
    Since the force vector $\vec{F}$ is momentarily constant over the differential time step $dt$, we can group the displacement and time variables:
    $$ P_{inst} = \vec{F} \cdot \left(\frac{d\vec{s}}{dt}\right) $$
    Recognize from kinematics that the time derivative of the position vector is the instantaneous velocity vector ($\vec{v} = \frac{d\vec{s}}{dt}$):
    $$ P_{inst} = \vec{F} \cdot \vec{v} = |\vec{F}||\vec{v}| \cos\theta $$
    Conclusion: Power is not just Work divided by Time; mechanically, it is the dot product of the applied Force and the resultant Velocity. To maximize power output, an engine must apply maximum force precisely in the direction of the highest possible velocity.

    ⚠️ Conceptual Pitfall: The Kilowatt-Hour Trap

    The most persistent error in electricity and mechanics is confusing the Kilowatt (kW) with the Kilowatt-hour (kWh). A Kilowatt is a unit of Power ($1000\text{ J/s}$). However, a Kilowatt-hour is mathematically Power multiplied by Time ($P \times t = W$), meaning it is a unit of Total Energy ($1\text{ kWh} = 3.6 \times 10^6\text{ Joules}$). You pay your electricity bill for Energy (kWh), not Power (kW).

    πŸ”¬ Scholar's Edge: Aerodynamic Power Scaling (JEE/Olympiad Level)

    Why is it drastically harder to accelerate a car from 100 km/h to 120 km/h than from 20 km/h to 40 km/h? At high speeds, air resistance (drag force) dominates. Drag force $F_d$ scales proportionally to the square of velocity ($F_d = cv^2$).

    Since $$ P = \vec{F} \cdot \vec{v} $$ The power required to overcome drag is: $$ P_{drag} = (cv^2) \cdot v = cv^3 $$

    This proves a fundamental engineering constraint: Power required to push through air scales with the cube of velocity. To double the top speed of a vehicle, the engine must produce roughly eight times ($2^3$) the horsepower. This is why Bugatti needs a 1500 HP engine just to overcome the atmospheric wall at 400 km/h.

    3.0 The Calculus of Motion: Kinetic Energy & The Work-Energy Theorem

    We have established that work is the mechanical transfer of energy. But where does that energy go? If the net work done on a rigid body is non-zero, and it does not change the internal configuration (potential energy) of the system, the energy must manifest purely as a change in the state of motion. This introduces the concept of Kinetic Energy—the energy a mass possesses strictly by virtue of its velocity.

    Net Force Applied ($\Sigma F$) → Non-Zero Net Work ($W_{net}$) → Acceleration → Change in Kinetic Energy ($\Delta K$)
    The Work-Energy Theorem

    Concept: The Work-Energy Theorem dictates that the net mechanical work done by all forces (conservative, non-conservative, and applied) on a particle equals the absolute change in its kinetic energy. This theorem is a universal bridge between classical dynamics (Newton's Laws) and kinematics, bypassing the need to calculate time or acceleration directly.

    Proof/Derivation: Calculus Integration of Kinetic Energy ($K$)

    Consider a mass $m$ moving in one dimension. A net variable force $F(x)$ acts on it, changing its velocity from $v_i$ to $v_f$ over a displacement from $x_i$ to $x_f$.

    The fundamental integral for Net Work is:
    $$W_{net} = \int_{x_i}^{x_f} F dx$$
    By Newton's Second Law, $F = ma = m\frac{dv}{dt}$. We substitute this into the integral:
    $$W_{net} = \int m \frac{dv}{dt} dx$$
    Using the chain rule, we can rearrange the differentials. Since $\frac{dx}{dt} = v$ (velocity):
    $$\frac{dv}{dt} dx = dv \left(\frac{dx}{dt}\right) = v dv$$
    Substituting this back changes our variable of integration from position ($x$) to velocity ($v$):
    $$W_{net} = \int_{v_i}^{v_f} mv dv$$
    Since mass $m$ is constant, it factors out. Integrating $v$ with respect to $dv$ yields $\frac{v^2}{2}$:
    $$W_{net} = m \left[ \frac{v^2}{2} \right]_{v_i}^{v_f}$$
    $$W_{net} = \frac{1}{2}mv_f^2 - \frac{1}{2}mv_i^2$$
    Conclusion: We define the quantity $\frac{1}{2}mv^2$ as Kinetic Energy ($K$). Therefore, $W_{net} = K_f - K_i = \Delta K$. This mathematically proves that Work is the agent of change for Kinetic Energy.

    ⚠️ Conceptual Pitfall: Kinetic Energy and Frames of Reference

    Students frequently assume an object possesses a single, absolute Kinetic Energy. Because velocity is relative, Kinetic Energy is frame-dependent. A passenger sitting in a moving train at $100\text{ km/h}$ has $K = 0$ relative to the seat, but a massive $K > 0$ relative to the ground outside. Furthermore, while velocity is a vector that can be negative, Kinetic Energy ($v^2$) is a strictly positive scalar. You can never have "negative kinetic energy".

    πŸ”¬ Scholar's Edge: The Momentum-Energy Bridge (JEE/Olympiad Level)

    In competitive exams, problems often interlock Kinetic Energy ($K$) and Linear Momentum ($p = mv$) without providing velocity explicitly. The algebraic conversion between the two is a vital shortcut.

    Multiply the numerator and denominator of the KE equation by $m$:
    $$K = \frac{1}{2}mv^2 = \frac{m^2v^2}{2m}$$ Since $p = mv$, then $p^2 = m^2v^2$. Substitute this back in:
    $$K = \frac{p^2}{2m} \quad \text{or} \quad p = \sqrt{2mK}$$

    This relation instantly proves that if a heavy truck and a light bicycle have the exact same momentum, the lighter bicycle possesses vastly more Kinetic Energy because mass is in the denominator. This is a classic Olympiad trap!

    4.0 The Configuration of Space: Potential Energy & Conservation

    Kinetic energy is the energy of active motion, but physical systems can also "hide" or store energy based purely on their geometric arrangement. When you do work against certain fundamental forces—like stretching a spring or lifting a rock against gravity—that energy is not lost, nor does it necessarily become kinetic energy. It is stored in the force field itself. This stored capacity to perform future work is called Potential Energy ($U$).

    Work Done Against Field → Spatial Reconfiguration → Stored Energy → Potential Energy ($U$)
    Conservative Forces

    Concept: Potential energy can only exist for Conservative Forces (like gravity, electrostatic, and elastic forces). A force is conservative if the total work it does on a particle moving around any closed loop is exactly zero ($W_{loop} = 0$). In contrast, non-conservative forces (like friction or air drag) bleed energy out of the system as heat, meaning you can never recover the work done against them.

    Proof/Derivation: Gravitational Potential Energy ($\Delta U$)

    By rigorous physical definition, the change in potential energy ($\Delta U$) of a system is the negative of the work done by the conservative force ($W_c$) during a displacement.
    $$ \Delta U = -W_c $$
    Let us lift a block of mass $m$ from an initial height $h_1$ to a final height $h_2$ at a constant, infinitesimal velocity (meaning net force is zero, so applied force exactly equals gravity: $F_{app} = mg$).

    The displacement vector is $\Delta \vec{y} = (h_2 - h_1)\hat{j}$.
    The gravitational force vector is $\vec{F}_g = -mg\hat{j}$ (pointing downward).

    The work done by gravity ($W_g$) is the dot product:
    $$ W_g = \vec{F}_g \cdot \Delta \vec{y} = (-mg\hat{j}) \cdot (h_2 - h_1)\hat{j} $$ $$ W_g = -mg(h_2 - h_1) = -mg\Delta h $$
    Now, apply the fundamental definition of potential energy:
    $$ \Delta U = -W_g = -(-mg\Delta h) $$ $$ \Delta U = mg\Delta h = mgh_2 - mgh_1 $$
    Conclusion: If we arbitrarily set $U = 0$ at the ground ($h_1 = 0$), the absolute potential energy at height $h$ simplifies to the familiar textbook formula:
    $$ U_g = mgh $$

    ⚠️ Conceptual Pitfall: The Myth of "Absolute" Potential Energy

    A single, isolated object does not "have" potential energy; potential energy is a property of a system of interacting objects (e.g., the Earth-mass system). Furthermore, the value $U = mgh$ is completely relative to where you place your $h = 0$ reference line (the ground, the table, or the center of the Earth). Only the change in potential energy ($\Delta U$) has actual physical meaning and measurable consequences.

    πŸ”¬ Scholar's Edge: The Principle of Mechanical Energy Conservation (JEE/Olympiad Level)

    If we combine the Work-Energy Theorem ($W_{net} = \Delta K$) with the definition of Potential Energy ($W_c = -\Delta U$), a profound symmetry emerges. Assume an isolated system where only conservative forces are doing work ($W_{nc} = 0$).

    $$ W_{net} = W_c = \Delta K $$ Substitute $W_c = -\Delta U$:
    $$ -\Delta U = \Delta K $$ $$ 0 = \Delta K + \Delta U $$ $$ 0 = (K_f - K_i) + (U_f - U_i) $$ $$ K_i + U_i = K_f + U_f $$

    Let $E = K + U$ (Total Mechanical Energy). The equation simplifies to $E_i = E_f$. This mathematically proves that in a frictionless, conservative system, energy constantly sloshes back and forth between motion ($K$) and configuration ($U$), but the total sum ($E$) remains eternally locked and conserved.

    5.0 Elastic Dynamics: Hooke's Law and Variable Force Integration

    We have modeled potential energy using gravity, which near the Earth's surface provides a relatively constant force ($F = mg$). However, many mechanical and molecular systems involve variable forces—forces whose magnitude changes continuously as the object moves. The quintessential example of a conservative, variable force system is the elastic spring. To calculate the energy stored in such a system, we must abandon simple algebra and utilize the calculus of integration.

    Deformation ($\vec{x}$) → Restoring Force ($\vec{F}_s = -k\vec{x}$) → Variable Work Integration → Elastic Potential Energy ($U_s$)
    Hooke's Law & Stiffness

    Concept: For ideal elastic materials undergoing small deformations, the restoring force exerted by the material is strictly proportional and opposite to the displacement from its equilibrium length. The constant of proportionality is the Spring Constant ($k$), measured in $\text{N/m}$, which physically represents the absolute stiffness or rigidity of the molecular bonds.

    Proof/Derivation: Calculus of Elastic Potential Energy ($U_s$)

    Hooke's Law defines the restoring force of a spring as:
    $$ \vec{F}_s = -k\vec{x} $$
    To compress or stretch this spring, an external agent must apply an equal and opposite force to maintain a quasi-static state (zero acceleration):
    $$ \vec{F}_{app} = +k\vec{x} $$
    The work done by the external agent ($W_{app}$) transfers energy into the spring. For an infinitesimally small displacement $dx$, the differential work is:
    $$ dW = \vec{F}_{app} \cdot d\vec{x} = (kx) dx $$
    To find the total stored energy when displacing the spring from equilibrium ($x=0$) to a final position ($x$), we integrate the variable force:
    $$ U_s = W_{app} = \int_{0}^{x} (kx) dx $$
    Since $k$ is a constant, it pulls out of the integral:
    $$ U_s = k \int_{0}^{x} x dx $$
    Applying the power rule of integration ($\int x^n dx = \frac{x^{n+1}}{n+1}$):
    $$ U_s = k \left[ \frac{x^2}{2} \right]_{0}^{x} $$
    Conclusion: The formula for the potential energy stored in an ideal spring is a quadratic relationship. Doubling the compression does not double the stored energy; it quadruples it.
    $$ U_s = \frac{1}{2}kx^2 $$

    ⚠️ Conceptual Pitfall: The Negative Sign Anomaly

    A severe error is substituting the negative Hooke's Law force ($-kx$) directly into the Kinetic Energy equation ($K_i + U_i = K_f + U_f$) causing a negative energy state. The negative sign in $\vec{F} = -k\vec{x}$ is purely a directional vector indicator (meaning force opposes displacement). Energy ($U_s = \frac{1}{2}kx^2$) is a scalar that depends on $x^2$, guaranteeing that elastic potential energy is always positive, regardless of whether the spring is stretched ($+x$) or compressed ($-x$).

    πŸ”¬ Scholar's Edge: The Vertical Spring Equilibrium Shift (JEE Level)

    In horizontal spring systems, the natural length is the equilibrium point ($x=0$). However, if a mass $m$ is hung vertically, gravity stretches the spring by a static amount $x_0$ before it even begins oscillating. At this new equilibrium, forces balance:

    $$ mg = kx_0 \implies x_0 = \frac{mg}{k} $$

    The brilliant mathematical shortcut for JEE/Olympiads: If you define this new, stretched position as the $x=0$ coordinate, you can completely ignore gravitational potential energy ($mgh$) in your calculations! The system behaves mathematically identically to a horizontal spring oscillating around $x_0$, governed purely by $E = \frac{1}{2}mv^2 + \frac{1}{2}kx_{new}^2$.