Meditaliano Logo
MEDITALIANO Physics Master Handbook 🚀

IMAT Physics Master Handbook & Compendium

The ultimate, exhaustive study guide containing full theoretical principles, detailed formula derivations, step-by-step worked numerical examples, IMAT exam shortcuts, and common trap warnings.

🧭 Quick Navigator - 8 Core Syllabus Modules

1. Quantities & Vectors 2. Kinematics (Motion) 3. Dynamics & Work 4. Fluid Mechanics 5. Thermodynamics 6. Waves & Optics 7. Electricity & Magnet 8. Modern Physics

1. Physical Quantities, Units & Vector Operations

1.1 Fundamental vs Derived Physical Quantities

Physics is an empirical science based on precise measurements. Physical quantities are divided into two fundamental classes: Base (Fundamental) Quantities which are defined by arbitrary operational standards, and Derived Quantities which are expressed algebraically in terms of base quantities.

  • 7 Base SI Units: Meter (m) for length, Kilogram (kg) for mass, Second (s) for time, Ampere (A) for electric current, Kelvin (K) for thermodynamic temperature, Mole (mol) for amount of substance, and Candela (cd) for luminous intensity.
  • Dimensional Analysis Technique: The dimensions of any physical quantity can be written as $[Q] = M^a L^b T^c I^d$. Every physically valid equation must satisfy the Principle of Dimensional Homogeneity (both sides of an equality must have identical dimensions).
⚠️ Common Pitfall: Unit Prefixes & Power-of-Ten Conversions

Remember that area and volume unit conversions require squaring or cubing the conversion factor! $$1 \text{ cm}^2 = (10^{-2} \text{ m})^2 = 10^{-4} \text{ m}^2, \qquad 1 \text{ cm}^3 = (10^{-2} \text{ m})^3 = 10^{-6} \text{ m}^3 = 1 \text{ mL}$$ Also remember: $1 \text{ m}^3 = 1000 \text{ Liters} = 10^6 \text{ cm}^3$.

Comprehensive SI Base and Derived Units Table
Quantity SI Unit Name (Symbol) Expression in SI Base Units
Basic SI Units
Lengthmeter (m)$\text{m}$
Masskilogram (kg)$\text{kg}$
Timesecond (s)$\text{s}$
Electric Currentampere (A)$\text{A}$
Thermodynamic Temperaturekelvin (K)$\text{K}$
Amount of Substancemole (mol)$\text{mol}$
Luminous Intensitycandela (cd)$\text{cd}$
Common Derived SI Units
Velocity / Speedmeter per second (m/s)$\text{m} \cdot \text{s}^{-1}$
Accelerationmeter per second squared (m/s²)$\text{m} \cdot \text{s}^{-2}$
Forcenewton (N)$\text{kg} \cdot \text{m} \cdot \text{s}^{-2}$
Pressure / Stresspascal (Pa)$\text{kg} \cdot \text{m}^{-1} \cdot \text{s}^{-2} \ (\text{N/m}^2)$
Energy / Work / Heatjoule (J)$\text{kg} \cdot \text{m}^2 \cdot \text{s}^{-2} \ (\text{N} \cdot \text{m})$
Power / Radiant Fluxwatt (W)$\text{kg} \cdot \text{m}^2 \cdot \text{s}^{-3} \ (\text{J/s})$
Electric Chargecoulomb (C)$\text{A} \cdot \text{s}$
Electric Potential / Voltagevolt (V)$\text{kg} \cdot \text{m}^2 \cdot \text{s}^{-3} \cdot \text{A}^{-1} \ (\text{J/C})$
Electrical Resistanceohm (Ω)$\text{kg} \cdot \text{m}^2 \cdot \text{s}^{-3} \cdot \text{A}^{-2} \ (\text{V/A})$
Capacitancefarad (F)$\text{kg}^{-1} \cdot \text{m}^{-2} \cdot \text{s}^4 \cdot \text{A}^2 \ (\text{C/V})$
Magnetic Flux Densitytesla (T)$\text{kg} \cdot \text{s}^{-2} \cdot \text{A}^{-1} \ (\text{N}/(\text{A} \cdot \text{m}))$
Frequencyhertz (Hz)$\text{s}^{-1}$

1.2 Vector Algebra & Component Resolution

A Scalar is specified entirely by a real number magnitude and unit (e.g., Mass, Distance, Speed, Work, Electric Potential). A Vector requires both magnitude AND spatial direction (e.g., Displacement, Velocity, Acceleration, Force, Momentum, Electric Field).

2D Vector Decomposition & Reconstitution

$$A_x = |A| \cos\theta, \quad A_y = |A| \sin\theta, \quad |A| = \sqrt{A_x^2 + A_y^2}, \quad \theta = \arctan\left(\frac{A_y}{A_x}\right)$$

📌 Concept & Application: Any 2D vector A can be broken into independent perpendicular components along the x and y axes. Angle θ is measured counterclockwise from the positive x-axis.

Dot Product (Scalar Product) vs Cross Product (Vector Product)

$$\vec{A} \cdot \vec{B} = |A||B| \cos\theta = A_x B_x + A_y B_y, \qquad |\vec{A} \times \vec{B}| = |A||B| \sin\theta$$

📌 Concept & Application: Dot product yields a scalar (max when vectors are parallel θ=0°). Cross product yields a vector perpendicular to both (max when vectors are orthogonal θ=90°).

$$\vec{A}$$
$$\vec{B}$$
$$\vec{R} = \vec{A} + \vec{B}$$

Diagram: Head-to-Tail Vector Addition

$$\vec{P}$$
$$\vec{Q}$$
$$\vec{R}$$

Diagram: Parallelogram Law of Vector Addition

💡 Worked Example: Resultant Force of Two Perpendicular Forces
Problem Statement:
A crate is acted upon by two forces simultaneously: Force $F_1 = 30 \text{ N}$ due East and Force $F_2 = 40 \text{ N}$ due North. Find the magnitude and direction angle of the net resultant force.
Step-by-Step Solution:
  1. Set up perpendicular components: $F_x = 30 \text{ N}$, $F_y = 40 \text{ N}$.
  2. Calculate resultant magnitude using the Pythagorean theorem: $$|F_{net}| = \sqrt{F_x^2 + F_y^2} = \sqrt{30^2 + 40^2} = \sqrt{900 + 1600} = \sqrt{2500} = 50 \text{ N}$$
  3. Calculate angle θ North of East: $$\theta = \arctan\left(\frac{F_y}{F_x}\right) = \arctan\left(\frac{40}{30}\right) = \arctan(1.333) \approx 53.1^\circ$$

Final Answer: Net Force is $50 \text{ N}$ directed at $53.1^\circ$ North of East.

2. Kinematics (Describing Motion)

2.1 Uniform Rectilinear Motion & SUVAT Derivations

Kinematics analyzes the motion of points and bodies without considering the forces causing the motion. Position $s(t)$, velocity $v(t) = \frac{ds}{dt}$, and acceleration $a(t) = \frac{dv}{dt}$ are linked via calculus and graphs.

⚡ IMAT High-Yield Exam Tip: Graphical Interpretation of Motion Graphs
  • Displacement-Time Graph (s-t): Slope (gradient) = Velocity.
  • Velocity-Time Graph (v-t): Slope = Acceleration. Area under curve = Displacement ($\Delta s$).
  • Acceleration-Time Graph (a-t): Area under curve = Change in Velocity ($\Delta v$).

Full Derivation of the 4 SUVAT Equations

For constant acceleration $a = \text{const}$:

  • Equation 1 Derivation: By definition of average acceleration, $a = \frac{v - u}{t} \implies v = u + at$.
  • Equation 2 Derivation: For linear velocity change, average velocity is $v_{avg} = \frac{u + v}{2}$, so displacement is $s = v_{avg} \cdot t = \frac{u + v}{2} t$.
  • Equation 3 Derivation: Substitute Eq 1 into Eq 2: $s = \frac{u + (u + at)}{2} t = \frac{2u + at}{2} t = ut + \frac{1}{2}at^2$.
  • Equation 4 Derivation: Solve Eq 1 for time $t = \frac{v - u}{a}$ and substitute into Eq 2: $s = \left(\frac{u + v}{2}\right)\left(\frac{v - u}{a}\right) = \frac{v^2 - u^2}{2a} \implies v^2 = u^2 + 2as$.

SUVAT Equations Summary

$$v = u + at, \qquad s = \frac{u + v}{2} \cdot t, \qquad s = ut + \frac{1}{2}at^2, \qquad v^2 = u^2 + 2as$$
$t$
$v$
$u$
$v$
$\text{Slope} = a$
$\text{Area} = s$

Diagram: v-t Graph for Constant Acceleration

2.2 Free Fall & 2D Projectile Motion

Free fall is vertical motion influenced solely by gravity (neglecting air resistance), where $a = -g \approx -9.81 \text{ m/s}^2 \approx -10 \text{ m/s}^2$.

2D Projectile Motion Decomposition

$$x(t) = (v_0 \cos\theta) t, \qquad y(t) = (v_0 \sin\theta) t - \frac{1}{2}gt^2$$

📌 Concept: Horizontal velocity remains constant (a_x = 0). Vertical motion undergoes free fall acceleration (a_y = -g).

Key Trajectory Formulas (Flight Time, Max Height, Range)

$$t_{flight} = \frac{2 v_0 \sin\theta}{g}, \qquad H_{max} = \frac{v_0^2 \sin^2\theta}{2g}, \qquad R = \frac{v_0^2 \sin(2\theta)}{g}$$

📌 Concept: Max range R occurs at θ = 45°. Complementary launch angles (e.g., 30° and 60°) yield identical horizontal ranges.

Projectile (oblique) motion: parabolic trajectory with velocity vector resolved into horizontal and vertical components.
Visual Reference: Projectile (oblique) motion showing parabolic trajectory with velocity vector resolved into horizontal and vertical components.
💡 Worked Example: Car Braking Distance Calculation
Problem Statement:
A car travelling at $72 \text{ km/h}$ applies brakes, causing a uniform deceleration of $4 \text{ m/s}^2$. Calculate the braking distance required for the car to come to a complete stop.
Step-by-Step Solution:
  1. Convert speed to SI units: $u = 72 \text{ km/h} = \frac{72}{3.6} = 20 \text{ m/s}$.
  2. Identify known variables: $u = 20 \text{ m/s}$, $v = 0 \text{ m/s}$, $a = -4 \text{ m/s}^2$.
  3. Use the timeless SUVAT equation $v^2 = u^2 + 2as$: $$0^2 = 20^2 + 2(-4)s \implies 0 = 400 - 8s \implies 8s = 400 \implies s = 50 \text{ meters}$$

Final Answer: The car requires $50 \text{ m}$ to come to a full stop.

2.3 Uniform Circular Motion & Simple Harmonic Motion (SHM)

In Uniform Circular Motion (UCM), an object travels in a circular path of radius $r$ at constant linear speed $v$. Because velocity direction changes continuously, there is a centripetal acceleration $a_c$ pointing toward the center.

Uniform Circular Motion Relations

$$v = r \omega = \frac{2\pi r}{T}, \qquad \omega = 2\pi f = \frac{2\pi}{T}, \qquad a_c = \frac{v^2}{r} = r \omega^2$$

📌 Concept: Angular velocity ω (rad/s), period T (seconds per revolution), frequency f (revolutions per second in Hz).

$\vec{v}$
$\vec{a}_c$

Diagram: Centripetal acceleration vector directed toward center, perpendicular to tangential velocity.

Simple Harmonic Motion (SHM)

SHM is periodic motion driven by a restoring force proportional to displacement: $F = -k x$.

SHM Displacement, Velocity, Acceleration & Periods

$$x(t) = A \sin(\omega t), \quad v(t) = A \omega \cos(\omega t), \quad a(t) = -A \omega^2 \sin(\omega t) = -\omega^2 x$$

📌 Concept: Maximum speed v_max = Aω occurs at equilibrium (x=0). Maximum acceleration a_max = Aω² occurs at extreme amplitudes (x=±A).

SHM Period Formulas
$$T_{mass-spring} = 2\pi \sqrt{\frac{m}{k}}, \qquad T_{simple-pendulum} = 2\pi \sqrt{\frac{L}{g}}$$

3. Dynamics, Work, Energy & Momentum

3.1 Newton's Laws of Motion & Friction

  • Newton's 1st Law (Law of Inertia): An object remains in its state of rest or uniform rectilinear motion unless acted upon by a non-zero net external force ($\sum \vec{F} = 0 \implies \vec{a} = 0$).
  • Newton's 2nd Law (Fundamental Law of Dynamics): The acceleration of a body is directly proportional to the net force applied and inversely proportional to its mass: $\sum \vec{F} = m \vec{a} = \frac{d\vec{p}}{dt}$.
  • Newton's 3rd Law (Action-Reaction): When body A exerts a force on body B, body B simultaneously exerts an equal and opposite force on body A ($\vec{F}_{A \to B} = -\vec{F}_{B \to A}$). Action and reaction forces act on DIFFERENT bodies!
Overview of common force types and their governing formulas.
🔥 MASTER FEATURED DIAGRAM: Comprehensive Overview of Common Force Types, Vector Equations, and Governing Physics Formulas.
$$\vec{N}$$
$$m\vec{g}$$

Diagram: Free-Body Diagram on a Flat Surface

Friction Forces (Static vs Kinetic)

$$f_{s, max} = \mu_s N, \qquad f_k = \mu_k N \quad (\text{where } \mu_k < \mu_s)$$

📌 Concept: Static friction f_s balances applied pushing force up to a maximum limit μ_s N. Once sliding begins, kinetic friction f_k remains constant.

⚡ IMAT High-Yield Exam Tip: Incline Plane Decomposition Technique
  • Parallel component pulling down slope: $F_{\parallel} = m g \sin\theta$.
  • Perpendicular component pressing against slope: $F_{\perp} = m g \cos\theta \implies N = m g \cos\theta$.
  • Critical angle where block just starts sliding: $m g \sin\theta = \mu_s m g \cos\theta \implies \mu_s = \tan\theta$.
Free-body diagram on an inclined plane: weight, normal force, friction, and parallel/perpendicular gravity components.
Visual Reference: Free-body diagram on an inclined plane showing weight vector decomposition into parallel ($mg\sin\theta$) and perpendicular ($mg\cos\theta$) components.

3.2 Moment of Force (Torque) & Mechanical Equilibrium

A rigid body is in complete mechanical equilibrium when both translational and rotational accelerations are zero.

Conditions for Mechanical Equilibrium & Torque Formula

$$\sum \vec{F} = 0 \quad (\text{Translational}), \qquad \sum \vec{\tau} = 0 \quad (\text{Rotational}), \qquad \tau = r F \sin\theta$$

📌 Concept: Torque τ is the turning effect of a force. It equals force magnitude F times perpendicular distance from pivot (moment arm r sin θ).

Torque (moment): lever arm, pivot axis, and a force applied at an angle.
Visual Reference: Torque (moment) calculation showing lever arm $r$, pivot rotational axis, and force vector applied at angle $\theta$.

3.3 Work, Energy, Power & Impulse-Momentum

Work Definition & Work-Kinetic Energy Theorem

$$W = \vec{F} \cdot \vec{d} = F d \cos\theta, \qquad W_{net} = \Delta K = \frac{1}{2}m v_f^2 - \frac{1}{2}m v_i^2$$

📌 Concept: Work is a scalar (Joule). Work is positive if θ < 90°, negative if θ > 90° (e.g. friction), and zero if force is perpendicular (θ = 90°).

Potential Energies & Conservation of Mechanical Energy

$$U_{grav} = m g h, \qquad U_{elastic} = \frac{1}{2}k x^2, \qquad E_{mech} = K + U = \text{constant (if } W_{nc} = 0)$$

📌 Concept: If only conservative forces (gravity, springs) do work, total mechanical energy E = K + U is conserved.

Mechanical Power & Efficiency

$$P = \frac{W}{t} = \vec{F} \cdot \vec{v}, \qquad \eta = \frac{P_{useful}}{P_{input}} \times 100\%$$

📌 Concept: Power is the rate of doing work (1 Watt = 1 J/s). Power can also be written as Force × Velocity.

Linear Momentum, Impulse & Collisions

$$\vec{p} = m \vec{v}, \qquad \vec{I} = \vec{F}_{net} \Delta t = \Delta \vec{p}, \qquad e = -\frac{v_{1}' - v_{2}'}{v_{1} - v_{2}}$$

📌 Concept: Total momentum is conserved in all isolated collisions. Elastic collisions conserve kinetic energy (e=1). Completely inelastic collisions stick together (e=0).

💡 Worked Example: Inelastic Collision of Two Carts
Problem Statement:
Cart A of mass $2 \text{ kg}$ moving right at $6 \text{ m/s}$ collides with stationary Cart B of mass $4 \text{ kg}$. If they couple together upon collision, calculate their combined final velocity.
Step-by-Step Solution:
  1. Use Conservation of Linear Momentum ($m_A v_{A,i} + m_B v_{B,i} = (m_A + m_B) v_f$): $$(2)(6) + (4)(0) = (2 + 4) v_f \implies 12 = 6 v_f \implies v_f = 2 \text{ m/s}$$
  2. Calculate Kinetic Energy lost during collision: $$K_i = \frac{1}{2}(2)(6^2) = 36 \text{ J}, \qquad K_f = \frac{1}{2}(2+4)(2^2) = 12 \text{ J} \implies \text{Lost } \Delta K = 24 \text{ J}$$

Final Answer: Combined velocity is $2 \text{ m/s}$ to the right ($24 \text{ J}$ lost as heat/sound).

4. Fluid Mechanics

4.1 Hydrostatics: Pressure, Stevin's Law & Pascal's Principle

A fluid (liquid or gas) is a substance that deforms continuously under applied shear stress. Density is mass per unit volume: $\rho = \frac{m}{V}$ (kg/m³). Pressure is perpendicular force per unit area: $P = \frac{F}{A}$ (Pascal Pa = N/m²).

⚠️ Common Pitfall: Common Pressure Units Conversion

IMAT questions frequently use various pressure units. Memorize these conversions: $$1 \text{ atm} = 1.013 \times 10^5 \text{ Pa} = 1.013 \text{ bar} = 760 \text{ mmHg} (\text{Torr}) \approx 10^5 \text{ Pa}$$

Stevin's Law (Hydrostatic Law)

$$P = P_0 + \rho g h$$

📌 Concept: Hydrostatic pressure at depth h in a liquid equals surface atmospheric pressure P_0 plus column pressure ρgh. Pressure depends only on depth h, NOT container shape!

Pascal's Principle (Hydraulics)

$$\frac{F_1}{A_1} = \frac{F_2}{A_2} \implies F_2 = F_1 \left(\frac{A_2}{A_1}\right), \qquad W_1 = W_2 \implies F_1 d_1 = F_2 d_2$$

📌 Concept: Pressure applied to an enclosed fluid is transmitted undiminished throughout. Mechanical advantage multiplies force by area ratio, while conserving total work done.

Pascal’s principle applied to a hydraulic jack: pressure transmitted equally multiplies force.
Visual Reference: Pascal’s principle applied to a hydraulic jack demonstrating equal pressure transmission multiplying force across piston areas.

4.2 Archimedes' Principle & Floating Conditions

Archimedes' Buoyancy Law

$$F_b = \rho_{fluid} \cdot V_{submerged} \cdot g$$

📌 Concept: Any object completely or partially submerged experiences an upward buoyant force F_b equal to the weight of the fluid it displaces.

⚡ IMAT High-Yield Exam Tip: Floating & Sinking Rules for Objects

Comparing average object density $\rho_{obj}$ to fluid density $\rho_{fluid}$:

  • Sinks ($\rho_{obj} > \rho_{fluid}$): Weight exceeds max buoyant force ($W > F_b$). Apparent weight = $W - F_b$.
  • Neutral Buoyancy ($\rho_{obj} = \rho_{fluid}$): Remains suspended at any depth.
  • Floats ($\rho_{obj} < \rho_{fluid}$): Submerged volume fraction equals density ratio: $$\frac{V_{submerged}}{V_{total}} = \frac{\rho_{object}}{\rho_{fluid}}$$
💡 Worked Example: Iceberg Submerged Fraction Calculation
Problem Statement:
An iceberg has a density of $900 \text{ kg/m}^3$ and floats in seawater of density $1025 \text{ kg/m}^3$. What percentage of the iceberg's total volume remains submerged underwater?
Step-by-Step Solution:
  1. Use the floating equilibrium condition ($F_b = W_{ice}$): $$\rho_{water} V_{sub} g = \rho_{ice} V_{total} g \implies \frac{V_{sub}}{V_{total}} = \frac{\rho_{ice}}{\rho_{water}}$$
  2. Substitute values: $$\frac{V_{sub}}{V_{total}} = \frac{900}{1025} \approx 0.878 = 87.8\%$$

Final Answer: Approximately $87.8\%$ of the iceberg is submerged (only ~$12.2\%$ is visible above water).

4.3 Fluid Dynamics: Continuity Equation & Bernoulli's Principle

An Ideal Fluid is incompressible ($\rho = \text{const}$), non-viscous (zero internal friction), and undergoes steady, laminar flow.

Continuity Equation (Volume Flow Rate)

$$Q = A_1 v_1 = A_2 v_2 = \text{constant} \quad (\text{m}^3/\text{s})$$

📌 Concept: Mass flow rate is conserved. When pipe cross-section constricts (A↓), fluid speed must increase proportionally (v↑).

Bernoulli's Equation (Energy Conservation in Fluids)

$$P + \frac{1}{2}\rho v^2 + \rho g h = \text{constant}$$

📌 Concept: Sum of static pressure P, dynamic pressure (0.5ρv²), and hydrostatic energy density (ρgh) is constant along any streamline. High velocity implies lower pressure!

Bernoulli’s equation: relationship between fluid speed, height, and pressure along a streamline.
Visual Reference: Bernoulli’s equation illustrating conservation of energy along a streamline in fluid flow.

Torricelli's Law (Efflux Speed from Tank)

$$v_{efflux} = \sqrt{2 g h}$$

📌 Concept: The speed of liquid flowing out of an orifice at depth h below an open surface equals free-fall speed from height h.

5. Thermodynamics & Kinetic Theory of Gases

5.1 Temperature, Heat Capacity & Calorimetry

Temperature reflects the average translational kinetic energy of molecules. Absolute Zero is $0 \text{ K} = -273.15^\circ\text{C}$.

Sensible Heat & Latent Heat Transformations

$$Q = m c \Delta T = C \Delta T, \qquad Q_{phase} = m L$$

📌 Concept: Specific heat c (J/(kg·K)) governs temperature changes. Latent heat L (J/kg) governs phase transitions (fusion L_f or vaporization L_v) at CONSTANT temperature.

Heat transfer by convection: circulating currents in a heated fluid.
Visual Reference: Heat transfer mechanisms including convection currents circulating in a heated fluid.

Calorimetry Thermal Equilibrium Principle

$$Q_{gained} + Q_{lost} = 0 \implies m_1 c_1 (T_f - T_1) + m_2 c_2 (T_f - T_2) = 0$$

📌 Concept: In an insulated calorimeter, total heat lost by hotter substances equals total heat gained by cooler substances until final equilibrium temperature T_f is reached.

5.2 Kinetic Theory & Ideal Gas Laws

An Ideal Gas consists of point-like particles undergoing elastic collisions with no intermolecular attractive forces.

Ideal Gas Law & Microscopic Kinetic Energy

$$P V = n R T = N k_B T, \qquad K_{avg} = \frac{3}{2} k_B T, \qquad U = \frac{3}{2} n R T$$

📌 Concept: Universal gas constant R = 8.314 J/(mol·K). Boltzmann constant k_B = R/N_A = 1.38 × 10⁻²³ J/K. Internal energy U of a monatomic ideal gas depends ONLY on temperature T!

Kinetic theory of gases: random molecular motion and elastic collisions.
Visual Reference: Kinetic Theory model of ideal gases depicting elastic collisions of gas molecules against container walls.
Summary of 4 Special Thermodynamic Gas Processes
Process Constant Feature Governing Gas Law Work Done W
Isothermal Temperature T = const (ΔU = 0) $P_1 V_1 = P_2 V_2$ (Boyle) $W = nRT \ln(V_2/V_1) = Q$
Isobaric Pressure P = const $V_1/T_1 = V_2/T_2$ (Charles) $W = P \Delta V = P(V_2 - V_1)$
Isochoric Volume V = const (W = 0) $P_1/T_1 = P_2/T_2$ (Gay-Lussac) $W = 0 \implies Q = \Delta U$
Adiabatic No Heat Exchange (Q = 0) $P V^\gamma = \text{const}$ $W = -\Delta U$

5.3 1st & 2nd Laws of Thermodynamics & Heat Engines

First Law of Thermodynamics

$$\Delta U = Q - W$$

📌 Concept: Energy conservation: change in internal energy ΔU equals heat Q added to gas minus work W done BY gas on surroundings.

Thermal Engine Efficiency & Carnot Limit

$$\eta = \frac{W}{Q_H} = 1 - \frac{Q_C}{Q_H}, \qquad \eta_{Carnot} = 1 - \frac{T_C}{T_H}$$

📌 Concept: Carnot efficiency is the theoretical upper limit for any heat engine operating between hot reservoir T_H and cold reservoir T_C (Temperatures MUST be in Kelvin!).

6. Waves & Optics

6.1 Wave Mechanics & Doppler Effect

Fundamental Wave Equation & Frequency

$$v = f \lambda = \frac{\lambda}{T}, \qquad f = \frac{1}{T}$$

📌 Concept: Wave speed v depends entirely on the medium properties (e.g., tension and density for strings).

Transverse vs. longitudinal waves compared.
Visual Reference: Direct comparison between Transverse (perpendicular oscillation) and Longitudinal (compression/rarefaction) waves.
Electromagnetic spectrum: wavelength, frequency, and energy across the bands.
Visual Reference: Electromagnetic Spectrum showing wavelength, frequency, and photon energy ordering across bands.

General Doppler Effect Formula

$$f' = f \left( \frac{v \pm v_o}{v \mp v_s} \right)$$

📌 Concept: Use top signs (+ in numerator, - in denominator) when observer and source approach each other (higher apparent pitch f').

Doppler effect: wavefront compression/expansion for a moving source.
Visual Reference: Doppler Effect wavefront compression in front of a moving sound source resulting in frequency shift.

6.2 Geometric Optics: Refraction, Lenses & Mirrors

Snell's Law of Refraction & Critical Angle

$$n_1 \sin\theta_1 = n_2 \sin\theta_2, \qquad n = \frac{c}{v}, \qquad \sin\theta_c = \frac{n_2}{n_1} \quad (\text{for } n_1 > n_2)$$

📌 Concept: Light refracts toward normal when entering denser medium (n2 > n1). Total internal reflection occurs when incident angle exceeds critical angle θ_c.

Thin Lens & Spherical Mirror Equations

$$\frac{1}{f} = \frac{1}{d_o} + \frac{1}{d_i}, \qquad m = -\frac{d_i}{d_o} = \frac{h_i}{h_o}, \qquad P = \frac{1}{f} \quad (\text{Diopters m}^{-1})$$

📌 Concept: Sign convention: Convex lens has positive focal length ($f>0$). Real image has positive image distance ($d_i>0$). Negative $m$ indicates an inverted image.

Lens ray diagrams: image formation by converging/diverging lenses.
Visual Reference: Principal ray diagrams for image formation in converging and diverging thin lenses.

6.3 Standing Waves, Interference & Sound Intensity

Resonant Frequencies of Strings & Pipes

$$f_n = \frac{n v}{2L} \; (\text{string / open pipe}), \qquad f_n = \frac{n v}{4L} \; (\text{pipe closed at one end, } n = 1,3,5,\dots)$$

📌 Concept: $L$ is length and $v$ is wave speed. $n=1$ is fundamental frequency; higher $n$ give harmonics.

Wave interference pattern (constructive and destructive).
Visual Reference: Two-point source wave interference pattern showing constructive and destructive nodal lines.

7. Electricity & Electromagnetism

7.1 Electrostatics: Charge Conservation, Coulomb's Law & Gauss's Law

Electric charge is quantized in elementary units $e \approx 1.602 \times 10^{-19} \text{ C}$. Net electric charge in an isolated system is strictly conserved.

Static electricity and the fundamental laws of electrostatics.
Visual Reference: Fundamental principles of electrostatics and charge transfer mechanisms.
Charging by induction and conservation of charge.
Visual Reference: Electrostatic charging by induction without direct contact and charge distribution.

Coulomb's Law & Electric Field Intensity

$$F = k \frac{|q_1 q_2|}{r^2} = \frac{1}{4\pi\epsilon_0} \frac{|q_1 q_2|}{r^2}, \qquad \vec{E} = \frac{\vec{F}}{q_0} = k \frac{|Q|}{r^2} \hat{r}$$

📌 Coulomb constant $k \approx 8.99 \times 10^9 \text{ N}\cdot\text{m}^2/\text{C}^2 \approx 9 \times 10^9$, permittivity $\epsilon_0 \approx 8.85 \times 10^{-12} \text{ F/m}$.

Coulomb’s law between two point charges.
Visual Reference: Coulomb's Law interaction force vectors between positive and negative point charges.
Inverse-square law: field intensity vs. distance.
Visual Reference: Geometric inverse-square law mapping force/field decay over radial distance $r$.
Electric field line patterns.
Visual Reference: Vector field lines originating from positive charges and terminating on negative charges.

Gauss's Law & Electric Flux Applications

$$\Phi_E = \oint \vec{E} \cdot d\vec{A} = \frac{Q_{enclosed}}{\epsilon_0}$$

📌 Key Applications: Infinite charged plate field $E = \frac{\sigma}{2\epsilon_0}$; Parallel plate field $E = \frac{\sigma}{\epsilon_0}$; Outside conducting sphere $E = k \frac{Q}{r^2}$; Inside conductor $E_{inside} = 0$.

Electric flux through a surface (Gauss’s law).
Visual Reference: Electric flux calculation through an arbitrary surface according to Gauss's Theorem.
Gaussian closed surface enclosing charge.
Visual Reference: Closed Gaussian surfaces surrounding localized point charges to calculate enclosed flux.

Electric Potential, Potential Energy & Field Gradient

$$V = k \frac{Q}{r}, \qquad U_E = k \frac{q_1 q_2}{r} = q V, \qquad E = -\frac{\Delta V}{\Delta r}$$ $$W_{field} = -\Delta U_E = -q \Delta V = q (V_i - V_f)$$
Relationship between force, field, potential energy, and potential.
Visual Reference: Interconnection map between Force ($F$), Field ($E$), Potential Energy ($U$), and Potential ($V$).
Electric field vs. electric potential.
Visual Reference: Functional variation comparison between Electric Field ($1/r^2$) and Electric Potential ($1/r$).
Electric potential gradient graph.
Visual Reference: Potential gradient graph where the negative slope represents local electric field intensity.

7.2 Capacitors, Dielectrics & Energy Density

Parallel Plate Capacitance & Dielectric Effect

$$C = \frac{Q}{V} = \epsilon \frac{A}{d} = \kappa \epsilon_0 \frac{A}{d}, \qquad U_C = \frac{1}{2} C V^2 = \frac{1}{2} Q V = \frac{Q^2}{2C}$$

📌 Dielectric constant $\kappa > 1$ increases capacitance. Field energy density $u_E = \frac{1}{2}\epsilon_0 E^2 \quad (\text{J/m}^3)$.

7.3 Direct Current (DC) Circuits & Kirchhoff's Laws

Basic electric circuit components.
Visual Reference: Fundamental schematic elements of DC electric circuits (EMF source, load resistance, current loop).

Ohm's Law, Resistivity & Joule Power Dissipation

$$V = I R, \qquad R = \rho \frac{L}{A}, \qquad P = V I = I^2 R = \frac{V^2}{R}, \qquad V_{term} = \mathcal{E} - I r$$
EMF vs. terminal voltage.
Visual Reference: Distinguishing Ideal Electromotive Force ($\mathcal{E}$) from Terminal Voltage ($V$) with internal resistance ($r$).

Kirchhoff's Rules (KCL & KVL)

$$\text{Junction Rule (KCL): } \sum I_{in} = \sum I_{out}, \qquad \text{Loop Rule (KVL): } \sum \Delta V = 0$$
Kirchhoff’s current law (junction rule).
Visual Reference: Kirchhoff's Current Law (KCL) demonstrating charge conservation at circuit nodes.
Kirchhoff’s voltage law (loop rule).
Visual Reference: Kirchhoff's Voltage Law (KVL) demonstrating energy conservation around closed loops.
Worked example circuit for Kirchhoff’s laws.
Visual Reference: Multi-loop circuit network solved step-by-step using KCL and KVL system equations.

7.4 RC Circuit Transient Response

RC Charging & Time Constant Formula

$$q(t) = Q_{max} \left(1 - e^{-t / \tau}\right), \qquad I(t) = I_0 e^{-t / \tau}, \qquad \tau = R C \quad (\text{seconds})$$
RC circuit charging curve.
Visual Reference: Exponential RC capacitor charging curve showing asymptotic voltage rise towards maximum supply voltage.

7.5 Magnetostatics, Lorentz Force & Field Sources

Fleming’s left-hand rule for force on a current.
Visual Reference: Fleming's Left-Hand Rule correlating Magnetic Field ($B$), Current ($I$), and Force ($F$) direction vectors.
Magnetic fields generated by electric currents.
Visual Reference: Concentric magnetic field lines generated around current-carrying conductors via Right-Hand Grip Rule.

Lorentz Force & Cyclotron Motion

$$F_B = q v B \sin\theta, \qquad r = \frac{m v}{q B}, \qquad T = \frac{2\pi m}{q B}, \qquad F_{wire} = I L B \sin\theta$$
Lorentz force: vector relationship between v, B, and F.
Visual Reference: Vector cross-product orientation ($\vec{F}_B = q\vec{v}\times\vec{B}$) acting on moving charged particles.
Lorentz force direction for positive vs. negative charges.
Visual Reference: Opposing trajectory deflections of positive versus negative ions moving through uniform magnetic fields.
Force on a charge moving through a magnetic field.
Visual Reference: Magnetic deflection force acting on charges traversing B-fields at arbitrary inclination angles.
Magnetic domains inside a ferromagnetic material.
Visual Reference: Alignment of microscopic magnetic domains inside ferromagnetic materials under external fields.

7.6 Electromagnetic Induction, Lenz's Law & Inductance

Faraday-Lenz Law & Motional EMF

$$\Phi_B = B A \cos\theta, \qquad \mathcal{E} = -N \frac{d\Phi_B}{dt}, \qquad \mathcal{E}_{motional} = B L v, \qquad U_L = \frac{1}{2} L I^2$$
Lenz’s law: induced current opposes the change in flux.
Visual Reference: Lenz's Law demonstrating induced current direction producing an opposing magnetic flux.
Faraday/Lenz experiment: changing flux through a coil induces EMF.
Visual Reference: Faraday induction experiment inserting a bar magnet into a wire coil connected to a galvanometer.
Motional EMF: force on free electrons in a moving conductor.
Visual Reference: Motional EMF generation across a conducting rod sliding along frictionless rails in a magnetic field.

7.7 Alternating Current (AC) & Ideal Transformers

Ideal Transformer Formula

$$\frac{V_s}{V_p} = \frac{N_s}{N_p} = \frac{I_p}{I_s} \implies P_p = P_s$$
Ideal transformer EMF equation and induction.
Visual Reference: Ideal Transformer diagram showing mutual magnetic flux linkage between primary and secondary windings.

8. Modern & Nuclear Physics

8.1 Quantum Physics & Photoelectric Effect

Photon Energy & Photoelectric Effect Equation

$$E = h f = \frac{h c}{\lambda}, \qquad h f = W_0 + K_{max} = W_0 + e V_{stop}$$

📌 Concept: Planck constant h = 6.63 × 10⁻³⁴ J·s. Incident photon energy hf must exceed work function W_0 to eject electrons with max kinetic energy K_max.

De Broglie Matter Wavelength

$$\lambda = \frac{h}{p} = \frac{h}{m v}$$

📌 Concept: Wave-particle duality: every particle with momentum $p$ exhibits an associated matter wavelength $\lambda$. This is why electrons diffract like waves.

Bohr Model: Energy Levels & Atomic Spectra

$$E_n = -\frac{13.6}{n^2} \text{ eV}, \qquad \Delta E = E_{high} - E_{low} = h f = \frac{hc}{\lambda}$$

📌 Concept: Electrons occupy quantised energy levels ($n = 1, 2, 3, \dots$). A photon is absorbed when an electron jumps up and emitted when it falls down, producing the discrete lines of an atomic spectrum. ($1 \text{ eV} = 1.6\times10^{-19}$ J.)

💡 Worked Example: Photoelectric Threshold Frequency
Problem Statement:
A metal has a work function $W_0 = 3.3\times10^{-19} \text{ J}$. Using $h = 6.6\times10^{-34} \text{ J·s}$, find the minimum (threshold) frequency of light needed to eject electrons.
Step-by-Step Solution:
  1. At threshold, photon energy just equals the work function ($h f_0 = W_0$): $$f_0 = \frac{W_0}{h} = \frac{3.3\times10^{-19}}{6.6\times10^{-34}} = 5.0\times10^{14} \text{ Hz}$$

Final Answer: The threshold frequency is $5.0\times10^{14} \text{ Hz}$ (visible light); lower frequencies eject no electrons regardless of intensity.

8.2 Nuclear Physics & Half-Life Decay Law

Mass Defect & Nuclear Binding Energy

$$E = m c^2, \qquad \Delta E = \Delta m \cdot c^2$$

📌 Concept: Mass defect Δm during nuclear fusion or fission releases nuclear binding energy ΔE.

Radioactive Decay Law & Half-Life Formula

$$N(t) = N_0 e^{-\lambda t} = N_0 \left(\frac{1}{2}\right)^{\frac{t}{T_{1/2}}}, \qquad T_{1/2} = \frac{\ln 2}{\lambda} \approx \frac{0.693}{\lambda}$$

📌 Concept: Half-life T_1/2 is the time taken for half of the radioactive parent nuclei N_0 to decay.

💡 Worked Example: Radioactive Half-Life Remaining Fraction
Problem Statement:
A radioactive isotope has a half-life of $6 \text{ hours}$. If initial mass is $80 \text{ grams}$, calculate the remaining mass after $24 \text{ hours}$.
Step-by-Step Solution:
  1. Determine the number of half-lives elapsed ($n = t / T_{1/2}$): $$n = \frac{24 \text{ hours}}{6 \text{ hours}} = 4 \text{ half-lives}$$
  2. Calculate remaining mass using $N = N_0 (1/2)^n$: $$N = 80 \cdot \left(\frac{1}{2}\right)^4 = 80 \cdot \frac{1}{16} = 5 \text{ grams}$$

Final Answer: $5 \text{ grams}$ of the isotope remains after 24 hours.

8.3 Types of Radioactive Decay & Nuclear Reactions

Unstable nuclei transform toward stability by emitting radiation. All nuclear reactions conserve mass number $A$, atomic number $Z$ (charge), energy, and momentum.

The Three Fundamental Modes of Radioactive Decay
DecayParticle EmittedEffect on NucleusPenetration
Alpha (α)Helium nucleus ${}^{4}_{2}\text{He}$$Z \to Z-2$, $A \to A-4$Low (stopped by paper)
Beta-minus (β⁻)Electron ${}^{\;\;0}_{-1}e$ + antineutrino$Z \to Z+1$, $A$ unchangedMedium (stopped by aluminium)
Gamma (γ)High-energy photon$Z$, $A$ unchanged (de-excitation)High (needs lead/concrete)

Fission vs. Fusion (Energy from Mass Defect)

$$\text{Fission: heavy nucleus} \to \text{2 lighter nuclei} + \text{neutrons} + \text{energy}$$ $$\text{Fusion: 2 light nuclei} \to \text{heavier nucleus} + \text{energy} \quad (E = \Delta m\, c^2)$$

📌 Concept: Both release energy because the products have a higher binding energy per nucleon (peak near iron, Fe-56). Fission powers reactors/bombs; fusion powers stars and the Sun.

⚠️ Common Pitfall: Balancing Nuclear Equations

Always check that the top numbers (mass number $A$) and the bottom numbers (atomic number $Z$) each balance on both sides. Example alpha decay of uranium: $${}^{238}_{92}\text{U} \to {}^{234}_{90}\text{Th} + {}^{4}_{2}\text{He}$$ Top: $238 = 234 + 4$ ✓    Bottom: $92 = 90 + 2$ ✓

9. Practice & Interactive Challenge Modules

Put your formula knowledge into practice with our interactive drills and challenge exams.

🚀 Launch Interactive Physics Drill (100+ Qs) 📝 Mechanics & Thermo Question Bank

Original Unit Practice Modules (S1-S6)

Physics Unit S1 Physics Unit S2 Physics Unit S3 Physics Unit S4 Physics Unit S5 Physics Unit S6

Full Master Challenge

🏆 Physics Master Challenge Exam
📚 Meditaliano Science Hub Curriculum Map Page 09 (End of Physics)