🎯 Key Points
- SI system has 7 base units: metre (length), kilogram (mass), second (time), ampere (electric current), kelvin (temperature), mole (amount of substance), candela (luminous intensity)
- Dimensional formula expresses a quantity in powers of [M L T ...]; the principle of homogeneity says both sides of a correct physical equation must have the same dimensions
- Significant figures reflect measurement precision: in multiplication/division, the result keeps as many significant figures as the LEAST precise measurement; in addition/subtraction, the result keeps as many decimal places as the measurement with the FEWEST decimal places
- Absolute error = |measured value − true/mean value|; Relative error = mean absolute error ÷ mean value; Percentage error = relative error × 100
- Accuracy = closeness to the true value; Precision = reproducibility among repeated measurements — a result can be precise (consistent) without being accurate (correct)
The 7 SI base units. All derived units (newton, joule, watt, volt, etc.) can be expressed as combinations of these 7 fundamental units raised to various powers.
The SI System of Units
- Length (metre, m), Mass (kilogram, kg), Time (second, s), Electric current (ampere, A), Thermodynamic temperature (kelvin, K), Amount of substance (mole, mol), Luminous intensity (candela, cd)
- Two dimensionless units used for angles: radian (rad) for plane angle, steradian (sr) for solid angle — these have no dimensional formula since they are ratios of lengths
- Every other physical quantity (velocity, force, energy, etc.) is a derived unit, built by combining powers of the 7 base units, e.g. velocity = m/s, force (newton) = kg·m/s²
Dimensional Analysis
- Dimensional formula: expresses a derived quantity as [Ma Lb Tc ...], the powers to which base quantities (mass, length, time, etc.) must be raised; e.g. force = [M L T⁻²], energy = [M L² T⁻²]
- Principle of homogeneity of dimensions: a physical equation is dimensionally correct only if both sides have the identical dimensional formula; this lets you check an equation's correctness without knowing the actual values
- Uses: (1) checking the dimensional consistency of an equation, (2) converting a physical quantity from one system of units to another, (3) deriving a relationship between physical quantities (up to an unknown dimensionless constant)
- Limitations: cannot determine dimensionless proportionality constants (like 2π or ½); cannot be applied to equations involving trigonometric, exponential, or logarithmic functions; cannot distinguish between two quantities that happen to share the same dimensions (e.g. work and torque are both [M L² T⁻²])
Significant Figures
- All non-zero digits are significant; zeros between two non-zero digits are significant (e.g. 1005 has 4 significant figures)
- Leading zeros (before the first non-zero digit) are never significant — they only locate the decimal point, e.g. 0.0025 has just 2 significant figures
- Trailing zeros after a decimal point ARE significant, e.g. 2.500 has 4 significant figures; trailing zeros in a number with no decimal point are ambiguous, which is why scientific notation (e.g. 2.5 × 10³) is preferred for clarity
- Rounding off rule: if the digit to be dropped is more than 5, round up; if less than 5, round down; if exactly 5, round to the nearest even digit
Errors in Measurement
- Systematic errors: consistent, repeatable errors from instrumental flaws, imperfect experimental technique, or personal bias — these can be reduced/corrected by improving technique or calibration
- Random errors: irregular fluctuations with no fixed pattern, arising from unpredictable variations during measurement — reduced by taking many readings and averaging
- Absolute error (Δa) = |individual measured value − mean value|; Mean absolute error = average of all individual absolute errors
- Relative (fractional) error = mean absolute error ÷ mean value; Percentage error = relative error × 100
- Combination of errors: for sums/differences, absolute errors add directly; for products/quotients, relative errors add; for a quantity raised to a power p, the relative error gets multiplied by p
Error Propagation (Combination of Errors)
- Sum or difference: if Z = A + B or Z = A − B, the absolute errors ADD: ΔZ = ΔA + ΔB. Note the error adds even for a difference — you take the worst case, never subtract errors.
- Product or quotient: if Z = AB or Z = A/B, the relative (fractional) errors ADD: ΔZ/Z = ΔA/A + ΔB/B.
- Power: if Z = Aᵖ Bᑫ / Cʳ, then ΔZ/Z = p(ΔA/A) + q(ΔB/B) + r(ΔC/C). Every term is positive; a quantity raised to a higher power contributes proportionally more error.
- Rule of thumb: measure the quantity that enters with the highest power most carefully, since its error is magnified the most in the final result.
Least Count and Measuring Instruments
- Least count (LC) = smallest measurement an instrument can read reliably; it sets the resolution and the limit of instrumental error for a single reading.
- Vernier calliper: LC = 1 main scale division − 1 vernier scale division = value of 1 MSD ÷ number of vernier divisions. A standard vernier has LC = 0.1 mm (0.01 cm).
- Screw gauge / micrometer: LC = pitch ÷ number of circular (head) scale divisions, where pitch = distance moved per full rotation of the screw. A typical screw gauge has LC = 0.01 mm.
- Zero error: if the instrument does not read zero when it should, subtract this zero error (with sign) from every reading. Positive zero error is subtracted; negative zero error is added back.
- Reading = main scale reading + (vernier/circular scale coincidence × least count), corrected for zero error.
Accuracy, Precision, and Number of Significant Figures
- Accuracy is how close a reading is to the true value; precision is how finely and consistently the instrument reads (governed by its least count). High precision does not guarantee accuracy — a mis-calibrated instrument gives precise but inaccurate values.
- The number of significant figures in a result reflects its precision: writing 2.30 m implies a precision of ±0.01 m, whereas 2.3 m implies ±0.1 m.
- Order of magnitude: the power of ten nearest to a quantity (e.g. 2.7 × 10³ has order of magnitude 10³). Useful for quick estimation and checking whether an answer is reasonable.
🚀 JEE Advanced Edge
Dimensional analysis finds the FORM, not the exact equation: Using dimensions, you can show that a simple pendulum's time period must follow T ∝ √(l/g), but dimensional analysis can never tell you the proportionality constant is 2π — that factor only emerges from the actual differential-equation derivation. JEE frequently sets up "derive the dependence" questions that test exactly this boundary between what dimensional analysis can and cannot give you.
The power rule is the most commonly mis-applied error-propagation rule: For Z = ApBq/Cr, the relative error is ΔZ/Z = p(ΔA/A) + q(ΔB/B) + r(ΔC/C) — note that errors in the DENOMINATOR's quantities still ADD (they never subtract), because you're combining worst-case uncertainty, not a derivative with sign. Many students wrongly subtract the denominator's relative error term.
Worked problem: The radius of a sphere is measured with a 1% relative error. What is the percentage error in its calculated volume? Since V = (4/3)πr³, V depends on r raised to the power 3, so by the power rule, the relative error in V is 3 × (relative error in r) = 3 × 1% = 3%. This is why measuring a length precisely matters far more when it is cubed in a later calculation than when it appears only to the first power.