Vardaan Watermark
Vardaan Learning Institute
Class 11 Physics • Chapter Notes
🌐 vardaanlearning.com 📞 9508841336

Module 4: Laws of Motion

Dear Class 12 Student, welcome! Before we dive into advanced concepts like Electrostatics and Electromagnetism in Class 12, it is strictly mandatory that you master the concepts in this module. Mechanics is the language of Physics. If you don't understand how forces interact here, you will struggle to understand how electric and magnetic forces interact later. Read these notes meticulously!

1. Concept of Force and Inertia

Inertia of Motion - Passengers in a Bus
Fig 4.1: Passengers leaning forward due to inertia of motion when the bus stops.

In our daily experience, we push, pull, or lift things. This interaction that changes or tends to change the state of rest or uniform motion of an object is called a Force.

Concept Force ($F$): A push or pull which changes or tends to change the state of rest, uniform motion, or direction of motion of a body. It is a Vector Quantity. SI unit is Newton ($N$).

Inertia is the inherent property of a material body by virtue of which it cannot change its state of rest or uniform motion in a straight line on its own. There are three types of inertia:

Important Mass is the measure of Inertia. A heavier object (like a truck) has more inertia than a lighter object (like a bicycle). It is harder to start, stop, or turn a truck than a bicycle.

2. Newton's First Law of Motion

Often known as the Law of Inertia (originally proposed by Galileo), this law provides the qualitative definition of force.

Statement: "Every body continues to be in its state of rest or of uniform motion in a straight line unless compelled by some external unbalanced force to act otherwise."

What this means for Class 12: If you see a charged particle moving with a constant velocity (constant speed and straight line), or resting perfectly still, you immediately know that the Net Force on it is ZERO ($\Sigma F = 0$).

3. Linear Momentum ($p = mv$)

Momentum Comparison - Bullet vs Truck
Fig 4.2: Comparison of momentum for objects with different masses and velocities.

Momentum is mathematically the product of an object's mass and its velocity. Think of it as the "Quantity of Motion" contained in a body.

Concept Linear Momentum ($\vec{p}$): $$ \vec{p} = m \vec{v} $$ It is a Vector Quantity. Its direction is the same as the direction of velocity. SI unit is $kg \cdot m/s$.
Fact Imagine a bullet (small mass, high velocity) and a truck (huge mass, low velocity). Both can have the same momentum and both require the same amount of effort (Impulse) to bring them to rest in a given time!

4. Newton's Second Law of Motion ($F = ma$)

While the first law tells us what happens when force is absent, the second law tells us how to calculate the force.

Statement: "The rate of change of linear momentum of a body is directly proportional to the applied external force and takes place in the direction in which the force acts."

Mathematical Derivation:

Let Force be $\vec{F}$, and momentum be $\vec{p}$. According to the law:

$$ \vec{F} \propto \frac{d\vec{p}}{dt} $$ $$ \vec{F} = k \frac{d}{dt}(m\vec{v}) $$

In SI units, $k = 1$. If the mass $m$ remains constant (which is true for almost all classical mechanics problems we solve), we can pull $m$ out of the differentiation:

$$ \vec{F} = m \left(\frac{d\vec{v}}{dt}\right) $$

Since $\frac{d\vec{v}}{dt}$ is acceleration ($\vec{a}$):

$$ \vec{F} = m\vec{a} $$
Important Trap Class 12 students beware: $F = ma$ is only valid when mass is constant. The fundamental formula is $F = \frac{dp}{dt}$. If mass changes (like a rocket ejecting fuel), you must use $F = m\frac{dv}{dt} + v\frac{dm}{dt}$.
Practice Problem 1 Question: A constant force acting on a body of mass $3.0 \text{ kg}$ changes its speed from $2.0 \text{ m/s}$ to $3.5 \text{ m/s}$ in $25 \text{ s}$. The direction of the motion of the body remains unchanged. What is the magnitude and direction of the force?
Solution:
Given: $m = 3.0 \text{ kg}$, $u = 2.0 \text{ m/s}$, $v = 3.5 \text{ m/s}$, $t = 25 \text{ s}$.
1. Find acceleration ($a$): $a = \frac{v - u}{t} = \frac{3.5 - 2.0}{25} = \frac{1.5}{25} = 0.06 \text{ m/s}^2$
2. Apply Newton's 2nd Law: $F = ma = 3.0 \times 0.06 = \mathbf{0.18 \text{ N}}$
Direction: Along the direction of motion.

5. Impulse and Impulsive Force

Sometimes, a very large force acts for a very short duration of time (e.g., a bat hitting a cricket ball, or a hammer striking a nail). We call this an Impulsive Force. It is difficult to measure the force and time separately, so we measure their product, called Impulse.

Impulse ($J$ or $I$): Product of average force and the time interval.

$$ \vec{J} = \vec{F}_{avg} \times \Delta t $$

Impulse-Momentum Theorem:

Since $\vec{F} = \frac{\Delta\vec{p}}{\Delta t}$, we can write $\vec{F} \Delta t = \Delta\vec{p}$. Therefore:

$$ \vec{J} = \Delta\vec{p} = \vec{p}_{final} - \vec{p}_{initial} $$

Example: A cricket fielder pulls his hands backward while catching a ball. By increasing the time ($\Delta t$) of catching, he reduces the force ($\vec{F}$) exerted by the ball on his hands, since the change in momentum ($\Delta\vec{p}$) remains constant.

6. Newton's Third Law of Motion

Newton's Third Law - Walking
Fig 4.3: Action-Reaction pairs during walking.

Statement: "To every action, there is always an equal and opposite reaction."

$$ \vec{F}_{AB} = - \vec{F}_{BA} $$

(Force on body A by body B is equal and opposite to Force on body B by body A).

Important Action and Reaction pairs NEVER act on the same body. They act on two different bodies. Therefore, they never cancel each other out!

7. Law of Conservation of Linear Momentum

This is a direct consequence of the Second and Third Laws. It is heavily used in modern physics (nuclear reactions, collisions of atoms).

Statement: "In an isolated system (where net external force is zero), the total linear momentum of the system remains constant."

$$ \text{If } \vec{F}_{ext} = 0, \text{ then } \frac{d\vec{p}}{dt} = 0 \implies \vec{p}_{total} = \text{Constant} $$
Practice Problem 2 Question: A shell of mass $0.020 \text{ kg}$ is fired by a gun of mass $100 \text{ kg}$. If the muzzle speed of the shell is $80 \text{ m/s}$, what is the recoil speed of the gun?
Solution:
Initial momentum of system (Gun + Shell) = 0 (since both are at rest).
Final momentum = $m_{\text{shell}} v_{\text{shell}} + m_{\text{gun}} v_{\text{gun}}$
By Conservation of Momentum:
$0 = (0.020 \times 80) + (100 \times v_{\text{gun}})$
$0 = 1.6 + 100 v_{\text{gun}}$
$v_{\text{gun}} = \frac{-1.6}{100} = \mathbf{-0.016 \text{ m/s}}$ (The negative sign indicates recoil direction).

8. Common Forces in Mechanics

To master Class 12 Physics, you must accurately identify these three fundamental mechanical forces at a glance:

A. Weight ($W$)

The gravitational force with which the Earth pulls an object. It always acts vertically downwards towards the center of the earth, regardless of the angle of the surface the object is on.

$$ W = mg $$

B. Normal Reaction ($N$ or $R$)

The contact force exerted by a surface on an object. It acts perpendicular (normal) to the surfaces in contact, pushing away from the surface.

C. Tension ($T$)

Tension and Weight in a suspended block
Fig 4.4: Tension (T) and Weight (mg) acting on a suspended block.

The pulling force transmitted through a string, rope, or cable. It always acts away from the tied mass and along the string.

9. Concept and Drawing of Free Body Diagrams (FBD)

FBD of Block on Inclined Plane
Fig 4.5: Free Body Diagram showing forces (N, f, mg) on an inclined plane.

This is the most critical skill for a Class 12 student. An FBD is a diagram that isolates a single object and shows ALL the external forces acting ON that object.

Fact Steps to draw an FBD:
1. Isolate the object (treat it as a point mass).
2. Draw Weight ($mg$) vertically down.
3. Draw Normal force ($N$) perpendicular to contact surfaces.
4. Draw Tension ($T$) along strings, away from the object.
5. Draw Friction ($f$) opposite to the direction of relative motion.
6. Do NOT include internal forces or forces exerted BY the object on other things.

Visualization: FBD of a Block on an Inclined Plane

Practice Problem 3
Atwood Machine Diagram
Fig 4.6: Connected masses over a pulley (Atwood Machine).
Question: Two masses $m_1 = 5 \text{ kg}$ and $m_2 = 3 \text{ kg}$ are connected by an inextensible string passing over a frictionless pulley. Calculate the acceleration of the masses and the tension in the string. (Take $g = 10 \text{ m/s}^2$)
Solution:
Let acceleration be $a$ (downwards for $m_1$, upwards for $m_2$). Let Tension be $T$.
FBD of $m_1$: $m_1g - T = m_1a \implies 50 - T = 5a$ --- (Eq 1)
FBD of $m_2$: $T - m_2g = m_2a \implies T - 30 = 3a$ --- (Eq 2)
Add Eq 1 & 2: $20 = 8a \implies \mathbf{a = 2.5 \text{ m/s}^2}$
Put $a$ in Eq 2: $T - 30 = 3(2.5) \implies T = 30 + 7.5 = \mathbf{37.5 \text{ N}}$

10. Equilibrium of Concurrent Forces

Forces acting at the same point on a body are called concurrent forces. A body is said to be in translational equilibrium if the vector sum of all concurrent forces acting on it is exactly zero.

$$ \Sigma \vec{F} = \vec{F}_1 + \vec{F}_2 + \vec{F}_3 + ... = 0 $$

For solving numericals in 2D, we resolve forces into X and Y components. Equilibrium means:

$$ \Sigma F_x = 0 \quad \text{and} \quad \Sigma F_y = 0 $$

Lami's Theorem: If three concurrent forces are in equilibrium, each force is proportional to the sine of the angle between the other two forces.

$$ \frac{F_1}{\sin \alpha} = \frac{F_2}{\sin \beta} = \frac{F_3}{\sin \gamma} $$

11. Friction

Microscopic View of Friction
Fig 4.8: Microscopic view showing jagged surfaces interlocking (cold welds).

Friction is the opposing force that comes into play when one body moves or tends to move over the surface of another body. It always opposes the relative motion between the two surfaces.

A. Static Friction ($f_s$)

The friction that exists between a stationary object and the surface on which it's resting. It is a self-adjusting force. If you apply 2N of force and the block doesn't move, static friction is exactly 2N.

The maximum value of static friction is called Limiting Friction ($f_{max}$).

$$ f_{max} = \mu_s N $$

Where $\mu_s$ is the coefficient of static friction and $N$ is the Normal reaction.

B. Kinetic (Sliding) Friction ($f_k$)

Once the applied force overcomes limiting friction, the object starts moving. The friction acting during motion is called kinetic friction. It is slightly less than limiting static friction.

$$ f_k = \mu_k N $$

Where $\mu_k$ is the coefficient of kinetic friction. Note: $\mu_k < \mu_s$. Kinetic friction remains roughly constant regardless of the speed.

Concept Graph of Friction vs Applied Force: Notice how friction perfectly matches the applied force at a 45° angle until the "limiting" breaking point, then drops slightly to a constant kinetic value.
Practice Problem 4
Block on Rough Inclined Plane
Fig 4.7: Numerical analysis of forces on a rough inclined plane.
Question: A block of mass $2 \text{ kg}$ rests on a rough inclined plane making an angle of $30^\circ$ with the horizontal. The coefficient of static friction is $0.7$. Find the frictional force on the block. (Take $g = 9.8 \text{ m/s}^2$)
Solution:
1. Calculate Normal force ($N$): $N = mg \cos(30^\circ) = 2 \times 9.8 \times \frac{\sqrt{3}}{2} = 16.97 \text{ N}$
2. Calculate Limiting Friction ($f_{max}$): $f_{max} = \mu_s N = 0.7 \times 16.97 = \mathbf{11.88 \text{ N}}$
3. Calculate sliding force down the plane: $F_{\text{down}} = mg \sin(30^\circ) = 2 \times 9.8 \times 0.5 = \mathbf{9.8 \text{ N}}$
Conclusion: Since the sliding force ($9.8 \text{ N}$) is LESS than the limiting friction ($11.88 \text{ N}$), the block will not move. Static friction is self-adjusting, so the actual frictional force acting will simply balance the downward force.
Actual Frictional Force = $\mathbf{9.8 \text{ N}}$