ICSE 10 Physics Force Advance Notes

headphones Listen to this note:
Speed: 1.0x

Table of Contents

    1.0 Rigid Body Dynamics: The Turning Effect of Force

    In foundational mechanics, we are introduced to force as a push or a pull that causes translational acceleration ($\vec{F} = m\vec{a}$). However, when dealing with extended objects (rigid bodies) rather than point masses, the point of application of the force becomes mathematically critical. If a body is pivoted at a point, a force will produce a rotational effect rather than pure translation.

    Applied Force ($\vec{F}$) → Radial Distance ($\vec{r}$) → Torque ($\vec{\tau}$) → Angular Acceleration ($\alpha$)
    Torque (Moment of Force)

    Concept: Torque is the quantitative measure of the turning effect of a force about a specific axis of rotation. It is not just about how much force is applied, but the spatial distribution of that force relative to the pivot. Mathematically, it is the vector cross product of the position vector and the force vector.

    Proof/Derivation: The Vector Calculus of Torque

    Let $\vec{r}$ be the position vector from the pivot to the point of force application.
    Let $\vec{F}$ be the applied force vector.

    The fundamental definition of Torque ($\vec{\tau}$) is given by the cross product:
    $$\vec{\tau} = \vec{r} \times \vec{F}$$
    By definition of the vector cross product, the magnitude is:
    $$|\vec{\tau}| = |\vec{r}| |\vec{F}| \sin\theta$$
    Where $\theta$ is the angle between the $\vec{r}$ vector and the $\vec{F}$ vector.

    Physical Interpretation:
    1. We can group this as $|\vec{\tau}| = (|\vec{r}|\sin\theta) |\vec{F}| = d_{\perp} |\vec{F}|$
    Where $d_{\perp}$ is the perpendicular distance from the axis of rotation to the line of action of the force.
    2. Alternatively, $|\vec{\tau}| = |\vec{r}| (|\vec{F}|\sin\theta)$
    Which means only the component of force perpendicular to the radial arm ($F_{\perp}$) causes rotation. The radial component ($F\cos\theta$) merely attempts to translate the pivot, doing no rotational work.

    ⚠️ Conceptual Pitfall: The Line of Action

    Students often mistakenly use the direct linear distance from the pivot to the application point as '$d$' in the formula $\tau = F \cdot d$. This is only valid if the force is applied at exactly 90° to the lever arm. Always extend the line of action of the force to infinity in both directions, then drop a perpendicular line from the pivot to this axis to find your true $d_{\perp}$.

    1.1 The Principle of Moments and Rotational Equilibrium

    When multiple coplanar forces act on a rigid body, each force generates its own moment. By convention:

    • Anticlockwise Moments are considered Positive ($+\vec{k}$).
    • Clockwise Moments are considered Negative ($-\vec{k}$).

    For a body to be in total rotational equilibrium, the net angular acceleration must be zero ($\alpha = 0$). According to rotational Newton's Second Law ($\Sigma\vec{\tau} = I\vec{\alpha}$), this means the algebraic sum of all moments about any chosen pivot point must be zero.

    πŸ”¬ Scholar's Edge: 3D Vector Torque (JEE/Olympiad Level)

    In standard ICSE textbooks, torque is treated as a 2D scalar (Clockwise vs Anticlockwise). In advanced physics, it is a 3D pseudovector calculated using matrix determinants. If a force $\vec{F} = F_x\hat{i} + F_y\hat{j} + F_z\hat{k}$ is applied at position $\vec{r} = x\hat{i} + y\hat{j} + z\hat{k}$, the torque vector is derived as:

    $$ \vec{\tau} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ x & y & z \\ F_x & F_y & F_z \end{vmatrix} $$

    Expanding this determinant yields the exact torque components around the X, Y, and Z axes simultaneously. This is crucial for solving "skew force" problems in competitive exams where forces act outside the plane of the lever arm.

    2.0 Kinematics of Circular Motion: Centripetal Dynamics

    According to Newton's First Law, an object moves in a straight line unless acted upon by a net external force. When a force acts perfectly parallel or anti-parallel to the velocity vector, it changes the object's speed. However, when a force acts exactly orthogonal (perpendicular) to the velocity vector continuously, it does no work ($W = \vec{F} \cdot \vec{d} = Fd\cos 90^\circ = 0$). Instead of changing speed, it strictly alters the direction of motion, forcing the object into a circular trajectory.

    Linear Velocity Vector → Orthogonal Force Applied → Continuous Directional Shift → Uniform Circular Motion
    Centripetal Force

    Concept: Centripetal Force ($F_c$) is not a new "fundamental" class of force (like gravity or electromagnetism), but rather a functional label. It is the net inward radial force required to maintain circular motion. Depending on the physical system, it can be provided by tension (a string), friction (car on a track), gravity (orbits), or electrostatic attraction (Bohr atom).

    Proof/Derivation: Calculus of Centripetal Acceleration ($a_c$)

    Consider a particle moving in a circle of radius $r$ with a constant angular velocity $\omega$. We define its position vector $\vec{r}(t)$ in the Cartesian plane as a function of time $t$:

    $$ \vec{r}(t) = r\cos(\omega t)\hat{i} + r\sin(\omega t)\hat{j} $$
    To find the instantaneous velocity $\vec{v}(t)$, we take the first derivative of the position vector with respect to time using the chain rule:
    $$ \vec{v}(t) = \frac{d\vec{r}}{dt} = -r\omega\sin(\omega t)\hat{i} + r\omega\cos(\omega t)\hat{j} $$
    Notice that the dot product $\vec{r}(t) \cdot \vec{v}(t) = 0$, mathematically proving velocity is always tangential (perpendicular) to the radius.

    To find the instantaneous acceleration $\vec{a}(t)$, we differentiate the velocity vector:
    $$ \vec{a}(t) = \frac{d\vec{v}}{dt} = -r\omega^2\cos(\omega t)\hat{i} - r\omega^2\sin(\omega t)\hat{j} $$
    Factoring out $-\omega^2$, we reveal the original position vector inside the equation:
    $$ \vec{a}(t) = -\omega^2(r\cos(\omega t)\hat{i} + r\sin(\omega t)\hat{j}) $$ $$ \vec{a}(t) = -\omega^2\vec{r}(t) $$
    Conclusion: The negative sign dictates the acceleration vector points exactly opposite to the outward radial vector (i.e., towards the center).
    Since linear speed $v = r\omega$, we substitute $\omega = \frac{v}{r}$ to find the magnitude:
    $$ a_c = r\left(\frac{v}{r}\right)^2 = \frac{v^2}{r} $$ Therefore, the Centripetal Force required is $F_c = m a_c = \frac{mv^2}{r}$.

    ⚠️ Conceptual Pitfall: The "Centrifugal" Illusion

    A common error is treating Centrifugal Force as a real outward force acting on a revolving body. It is a pseudo-force (fictitious force) that only exists when you observe the system from a non-inertial (accelerating/rotating) frame of reference. If a string breaks while whirling a stone, the stone does not fly outwards radically; it flies off strictly at a tangent to the circle, obeying Newton's First Law due to inertia.

    πŸ”¬ Scholar's Edge: Non-Uniform Circular Motion (JEE/Olympiad Level)

    In standard ICSE textbooks, speed ($v$) is constant in circular motion. But what if a car accelerates while turning? The body now experiences two distinct, perpendicular accelerations simultaneously:

    • Radial/Centripetal ($a_c$): Changes direction ($a_c = \frac{v^2}{r}$)
    • Tangential ($a_t$): Changes speed ($a_t = \frac{dv}{dt}$)

    Because these vectors are orthogonal ($90^\circ$ apart), the Net Total Acceleration is calculated using vector addition (Pythagorean theorem):
    $$ a_{net} = \sqrt{a_c^2 + a_t^2} $$
    The angle $\phi$ the net acceleration makes with the radius is $\tan\phi = \frac{a_t}{a_c}$.

    3.0 Spatial Dynamics: Centre of Mass vs. Centre of Gravity

    In introductory physics, we often treat objects as "point masses" where all mass is concentrated at a single, zero-dimensional coordinate. However, in reality, rigid bodies are continuous spatial distributions of matter. To apply Newtonian mechanics (like $\vec{F} = m\vec{a}$) to an extended body without calculating the trajectory of every single atom, we utilize a mathematically derived equilibrium point.

    Discrete Particles → Coordinate System → Calculus Integration → Centre of Mass ($X_{com}$)
    Centre of Gravity (CoG)

    Concept: The Centre of Gravity is the specific point through which the entire resultant weight (gravitational force) of a body is considered to act. For a body in a perfectly uniform gravitational field (like objects near the Earth's surface), the CoG is geographically identical to the Centre of Mass (CoM). The CoM strictly relies on mass distribution, whereas CoG relies on the external gravitational field gradient.

    Proof/Derivation: Calculus of CoM for a Continuous Linear Rod

    Textbooks state the CoM of a uniform meter scale is exactly at the $50\text{ cm}$ mark. Let us prove this mathematically using integration.

    Consider a uniform rod of length $L$ and total mass $M$, lying along the X-axis from $x = 0$ to $x = L$.
    Since it is uniform, its linear mass density ($\lambda$) is constant:
    $$ \lambda = \frac{M}{L} $$
    Take an infinitesimally small element of length $dx$ at a distance $x$ from the origin. The mass of this element ($dm$) is:
    $$ dm = \lambda dx $$
    The fundamental integral formula for the Centre of Mass is:
    $$ X_{com} = \frac{1}{M} \int x dm $$
    Substituting our value for $dm$ and setting our limits from $0$ to $L$:
    $$ X_{com} = \frac{1}{M} \int_{0}^{L} x (\lambda dx) $$
    Bring the constant $\lambda$ outside the integral:
    $$ X_{com} = \frac{\lambda}{M} \int_{0}^{L} x dx $$
    Integrating $x$ with respect to $dx$ yields $\frac{x^2}{2}$:
    $$ X_{com} = \frac{(M/L)}{M} \left[ \frac{x^2}{2} \right]_{0}^{L} $$
    $$ X_{com} = \frac{1}{L} \left( \frac{L^2}{2} - 0 \right) = \frac{L}{2} $$
    Conclusion: The math rigorously dictates that for any uniform 1D object, the balance point lies exactly at its geometric center ($L/2$).

    ⚠️ Conceptual Pitfall: The "Material" Illusion

    A frequent misconception among students is the assumption that the Centre of Gravity must lie within the physical material of the object. This is false. For objects with concave or hollow geometries—such as a hollow sphere, a uniform ring, or an L-shaped ruler (boomerang)—the Centre of Mass mathematically falls in the empty space completely outside the material structure.

    πŸ”¬ Scholar's Edge: Non-Uniform Density (JEE/Olympiad Level)

    What if the rod is heavier on one end? Suppose the linear mass density varies linearly with distance, given by $\lambda = kx$ (where $k$ is a constant). The calculus must adjust dynamically. The total mass is no longer simple $M$; it is the integral of $dm$:
    $$ M = \int_{0}^{L} kx dx = k\frac{L^2}{2} $$
    Now, calculating $X_{com}$:
    $$ X_{com} = \frac{\int_{0}^{L} x(kx)dx}{k\frac{L^2}{2}} = \frac{k[x^3/3]_{0}^{L}}{kL^2/2} = \frac{2L}{3} $$
    This reveals the Centre of Mass shifts towards the denser end, exactly $\frac{2}{3}$ of the way down the rod. This integration technique is mandatory for solving advanced rotational mechanics problems involving cones, hemispheres, and varied densities.

    4.0 Mechanics of Couples: Pure Rotational Dynamics

    We have established that a single force applied to a rigid body generally causes both translational acceleration (the center of mass moves) and rotational acceleration (the body spins). But what if our mechanical goal is to achieve pure rotation without shifting the object's center of mass across space? This requires a specialized force system where the net linear force is perfectly zero, yet the net torque is non-zero.

    Two Anti-Parallel Forces → $\Sigma\vec{F} = 0$ (No Translation) → $\Sigma\vec{\tau} \neq 0$ (Pure Rotation)
    Force Couple

    Concept: A Couple is defined as a pair of forces that are equal in magnitude, opposite in direction, and act along parallel but distinct lines of action. Because the vector sum of the forces is strictly zero, a couple produces entirely localized turning (a pure moment) independent of any fixed pivot point.

    Proof/Derivation: The Invariance of a Couple's Moment

    A unique property of a couple is that its turning effect is identical regardless of where the axis of rotation is placed. Let us prove this theorem.

    Consider a rigid rod lying on the X-axis. An upward force $+\vec{F}$ is applied at $x = a$, and a downward force $-\vec{F}$ is applied at $x = b$. The perpendicular distance (couple arm) between them is $d = |b - a|$.

    Let us calculate the net torque ($\vec{\tau}_{net}$) about a random, arbitrary point $P$ located at coordinate $x = p$.
    The moment arm for the first force is $(a - p)$.
    The moment arm for the second force is $(b - p)$.

    Taking counter-clockwise as positive, the net moment about $P$ is:
    $$ \vec{\tau}_{net} = \vec{F} \times (a - p) + (-\vec{F}) \times (b - p) $$
    Expanding the terms algebraically:
    $$ \vec{\tau}_{net} = \vec{F}a - \vec{F}p - \vec{F}b + \vec{F}p $$
    The terms involving the arbitrary pivot point $p$ perfectly cancel out:
    $$ \vec{\tau}_{net} = \vec{F}(a - b) $$
    Since the distance between the forces is $d = (a - b)$, the magnitude is:
    $$ |\vec{\tau}_{net}| = F \cdot d $$
    Conclusion: The mathematical cancellation of the pivot coordinate $p$ proves that the moment of a couple is universally constant ($F \times \text{couple arm}$) across the entire 2D plane. It does not matter where you measure it from.

    ⚠️ Conceptual Pitfall: Balancing a Couple

    Students frequently attempt to balance a spinning system subjected to a couple by applying a single opposing force. This is physically impossible. Since a couple has a net linear force of zero but a non-zero torque, applying a single force might cancel the torque but will instantly destroy the linear equilibrium ($\Sigma F \neq 0$). A couple can only be balanced by another couple of equal and opposite moment.

    πŸ”¬ Scholar's Edge: Electric Dipoles (JEE/Olympiad Bridge)

    The mechanics of a couple perfectly models the behavior of molecules in electromagnetic fields (studied in Class 12). An electric dipole consists of a positive charge ($+q$) and a negative charge ($-q$) separated by a distance $2a$. When placed in a uniform electric field $\vec{E}$, the charges experience equal and opposite forces ($\vec{F} = q\vec{E}$ and $\vec{F} = -q\vec{E}$).

    $$ \vec{\tau} = \vec{p} \times \vec{E} $$

    Where $\vec{p}$ is the dipole moment ($q \cdot 2a$). This proves that the macroscopic laws governing a steering wheel (mechanics) mathematically mirror the microscopic laws governing water molecules polarizing in a microwave (electrodynamics).

    5.0 Topological Mechanics: States of Equilibrium and Stability

    We have established the conditions for absolute mechanical equilibrium: the net force must be zero ($\Sigma\vec{F} = 0$, preventing translational acceleration) and the net torque must be zero ($\Sigma\vec{\tau} = 0$, preventing angular acceleration). However, satisfying these conditions only tells us that a body is currently balanced. It does not predict what will happen if the body experiences a microscopic external disturbance (a "perturbation"). To understand resilience, we must analyze stability through the lens of energy gradients.

    Equilibrium Condition ($\Sigma F = 0$) → Micro-Perturbation Applied → Restoring/Displacing Force → Stability Classification
    Static vs. Dynamic Equilibrium

    Concept: Static Equilibrium occurs when a body is completely at rest ($\vec{v} = 0, \vec{\omega} = 0$) in a chosen reference frame. Dynamic Equilibrium occurs when a body continues to move with constant linear and/or angular velocity ($\vec{v} = \text{constant}, \vec{\omega} = \text{constant}$). In both cases, the acceleration vectors are zero, meaning no net force or torque is acting upon the system.

    Proof/Derivation: Calculus of Potential Energy ($U$) and Stability

    In conservative force fields (like gravity), force is the negative spatial derivative of Potential Energy ($U$).
    $$ F = -\frac{dU}{dx} $$
    For equilibrium, $F = 0$, meaning the first derivative must be zero:
    $$ \frac{dU}{dx} = 0 \quad \text{(This locates the equilibrium points on a curve)} $$

    To classify the stability, we must analyze the second derivative (the concavity of the energy curve):

    1. Stable Equilibrium (Local Minimum):
    $$ \frac{d^2U}{dx^2} > 0 $$ Physics: If displaced by $+dx$, the slope $dU/dx$ becomes positive, making $F$ negative. The force pushes the object back to the center. (e.g., A cone resting on its flat base).

    2. Unstable Equilibrium (Local Maximum):
    $$ \frac{d^2U}{dx^2} < 0 $$ Physics: If displaced, the force pushes the object further away from equilibrium. (e.g., A cone balanced on its tip).

    3. Neutral Equilibrium (Flat Plateau):
    $$ \frac{d^2U}{dx^2} = 0 $$ Physics: $U$ remains constant regardless of displacement. The body adopts the new position as a new equilibrium. (e.g., A sphere rolling on a flat floor).

    ⚠️ Conceptual Pitfall: The "Zero Velocity" Trap

    A devastating error in kinematics is assuming that if a body's velocity is instantaneously zero, it must be in equilibrium. This is false. Consider a pendulum swinging to its maximum height, or a ball thrown straight up reaching its peak. At the highest point, $v = 0$, but the net force (gravity/tension components) is undeniably non-zero ($F \neq 0$). Acceleration is actively occurring, hence it is not in equilibrium.

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

    Why do we care about the second derivative $\frac{d^2U}{dx^2}$? In advanced physics, any system displaced slightly from a stable equilibrium will undergo Simple Harmonic Motion (SHM). By applying Taylor Series expansion to the potential energy well near the minimum, the second derivative effectively becomes the "spring constant" ($k$) of the system:

    $$ k = \left( \frac{d^2U}{dx^2} \right)_{x=0} $$

    The angular frequency of oscillation for any generic stable system can then be elegantly derived as $\omega = \sqrt{\frac{k}{m}}$. This unifies mechanics: from a mass on a spring to the vibrations of diatomic molecules!

    6.0 Rotational Energetics: Work and Power of a Torque

    In the linear domain, mechanical work is accomplished when a force causes a translation through space. However, in pure rotational dynamics (where the center of mass remains stationary), energy is still transferred into the system. This occurs when a Torque causes an Angular Displacement. The structural symmetry between linear and rotational physics allows us to map concepts directly to understand the energetics of spinning systems like turbines, motors, and flywheels.

    Translational Work ($W = \vec{F} \cdot \vec{s}$) → Angular Transformation → Rotational Work ($W = \vec{\tau} \cdot \vec{\theta}$)
    Rotational Power

    Concept: Power is the time-rate of doing work. In rotational systems, it is determined by the instantaneous product of the applied torque and the resulting angular velocity. A high-torque motor spinning slowly can deliver the exact same power as a low-torque motor spinning extremely fast.

    Proof/Derivation: Calculus of Rotational Work and Power

    Consider a rigid body pivoting about a fixed axis. A tangential force $F_t$ is applied at a distance $r$ from the pivot. The torque is $\tau = rF_t$.

    If the body rotates through an infinitesimal angle $d\theta$, the point of application moves an arc length $ds$. By definition of radians:
    $$ ds = r d\theta $$
    The infinitesimal linear work done ($dW$) by the tangential force is:
    $$ dW = F_t ds $$
    Substitute $ds$ into the work equation:
    $$ dW = F_t (r d\theta) = (rF_t) d\theta $$
    Since $rF_t = \tau$ (Torque):
    $$ dW = \tau d\theta $$
    To find the total work done over a finite rotation from $\theta_1$ to $\theta_2$, we integrate:
    $$ W = \int_{\theta_1}^{\theta_2} \tau d\theta $$
    If the applied torque is constant, it pulls out of the integral, leaving:
    $$ W = \tau (\theta_2 - \theta_1) = \tau \Delta\theta $$
    Deriving Power ($P$):
    Power is the derivative of work with respect to time ($P = \frac{dW}{dt}$).
    $$ P = \frac{d}{dt} (\tau \theta) $$
    Assuming constant torque:
    $$ P = \tau \left( \frac{d\theta}{dt} \right) $$
    Since angular velocity $\omega = \frac{d\theta}{dt}$, the final formula is:
    $$ P = \tau \omega $$

    ⚠️ Conceptual Pitfall: Radian Strictness

    When calculating rotational work using $W = \tau \theta$, the angular displacement $\theta$ must be mathematically expressed in Radians, never Degrees or Revolutions. Using degrees disconnects the arc length relation ($s = r\theta$) upon which the entire derivation is built. Always convert: $1 \text{ rev} = 360^\circ = 2\pi \text{ rad}$.

    πŸ”¬ Scholar's Edge: The Work-Energy Theorem for Rotation (JEE/Olympiad)

    Just as net linear work changes translational kinetic energy ($W = \Delta K = \frac{1}{2}mv^2$), net rotational work changes a rigid body's Rotational Kinetic Energy. For a rigid body with Moment of Inertia $I$, applying Newton's Second Law for rotation ($\tau = I\alpha$):

    $$ W_{net} = \int \tau d\theta = \int (I\alpha) d\theta = \int I \left(\frac{d\omega}{dt}\right) d\theta $$

    By applying the chain rule ($\frac{d\omega}{dt} = \frac{d\omega}{d\theta}\frac{d\theta}{dt} = \omega \frac{d\omega}{d\theta}$), the integral transforms purely into terms of $\omega$:

    $$ W_{net} = \int_{\omega_1}^{\omega_2} I \omega d\omega = \frac{1}{2}I\omega_2^2 - \frac{1}{2}I\omega_1^2 $$

    This proves that energy is stored in the sheer rotation of mass, paving the way for advanced mechanics involving flywheels and rolling without slipping.

    7.0 Rigid Body Synthesis: The Dynamics of Tipping vs. Slipping

    Up to this point, we have treated translational forces ($\Sigma\vec{F}$) and rotational torques ($\Sigma\vec{\tau}$) as separate mechanical domains. However, real-world objects often experience both simultaneously. When a lateral force is applied to a resting rigid body (or when it rests on an incline), the system must "decide" based on its geometry and friction whether it will break static equilibrium by sliding translationally (Slipping) or by rotating over its edge (Tipping/Toppling).

    Applied Force → Normal Reaction Shifts to Edge → Static Friction Maximizes → Slip or Tip Evaluated
    Toppling (Critical Overturning)

    Concept: Toppling occurs when the line of action of the resultant gravitational force (acting through the Centre of Gravity) falls strictly outside the physical base of support. At this critical threshold, the Normal Reaction force cannot migrate any further to provide a counter-balancing restoring torque.

    Proof/Derivation: Critical Angle for a Block on an Incline

    Consider a uniform rectangular block of height $h$ and base width $b$ resting on a rough inclined plane of angle $\theta$. The block has mass $m$.

    1. The Condition for Slipping:
    The block slides when the downhill gravitational component exceeds maximum static friction:
    $$ mg\sin\theta > \mu_s N $$
    Since $N = mg\cos\theta$, slipping begins when:
    $$ mg\sin\theta > \mu_s (mg\cos\theta) \implies \tan\theta > \mu_s $$
    Let this critical slip angle be $\theta_{slip} = \tan^{-1}(\mu_s)$.

    2. The Condition for Tipping:
    Analyze torques about the lowest corner of the block. As $\theta$ increases, the line of action of $mg$ moves closer to this lower edge.
    Tipping is imminent when the vector $mg$ passes exactly through the bottom corner.
    From geometry, the torque of the downhill force component ($mg\sin\theta$) attempting to tip the block acts at a perpendicular distance of $h/2$ from the pivot.
    The restoring torque of the normal component ($mg\cos\theta$) acts at a perpendicular distance of $b/2$.
    Equating these moments at the critical threshold:
    $$ (mg\sin\theta)\left(\frac{h}{2}\right) = (mg\cos\theta)\left(\frac{b}{2}\right) $$
    Dividing both sides by $mg\cos\theta$ and $h/2$ yields:
    $$ \tan\theta = \frac{b}{h} $$
    Let this critical tip angle be $\theta_{tip} = \tan^{-1}\left(\frac{b}{h}\right)$.

    Conclusion: The block's fate is purely a race between geometry and friction.
    If $\mu_s < \frac{b}{h}$, the block will slip before it tips.
    If $\mu_s > \frac{b}{h}$, the block will tip before it slips.

    ⚠️ Conceptual Pitfall: Static Normal Reaction

    A severe misunderstanding is assuming the Normal Reaction ($N$) always acts exactly through the geometric center of the base. As a lateral force increases, the normal force mathematically migrates towards the leading edge to maintain zero net torque ($\Sigma\tau = 0$). Only when $N$ reaches the absolute edge of the object does toppling begin, because $N$ cannot exist outside the physical boundary of the object to provide a counter-torque.

    πŸ”¬ Scholar's Edge: Tipping via Horizontal Force (JEE Level)

    Suppose an external horizontal force $F$ is applied at a variable height $y$ above the base of our uniform block ($m, b, h$) on a flat, maximally rough surface (preventing slip). Where should you push to tip it with minimal force?

    Torque Balance: $$ F \cdot y \ge mg \cdot \left(\frac{b}{2}\right) $$ $$ F \ge \frac{mgb}{2y} $$

    This inversely proportional relationship proves that applying force higher up (increasing $y$) drastically reduces the force required to tip the object. This is why pushing an opponent's shoulders in a wrestling match is mechanically superior to pushing their waist.