Unit 1: Introduction

Table of Contents

Units of Measurements

A unit is a standard, agreed-upon quantity by which we measure other physical quantities. A measurement consists of a numerical value and a unit (e.g., "10 metres").

There are two main systems of units:

  1. SI (Système International d'Unités): The modern, internationally accepted metric system. It is a coherent system built on seven base units. It is also known as the MKS system (Metre-Kilogram-Second).
  2. CGS (Centimetre-Gram-Second): An older metric system, still used in some fields of physics (like electromagnetism).

Base Units in SI and CGS

Quantity SI Unit (MKS) SI Symbol CGS Unit CGS Symbol
Length Metre m Centimetre cm
Mass Kilogram kg Gram g
Time Second s Second s

Conversion to SI and CGS

Converting between systems involves using the fundamental relationships between their base units. This is essential for ensuring calculations are consistent.

Fundamental Conversions

Examples of Derived Unit Conversions

To convert a derived unit, substitute the base conversions.

1. Force (Unit: Newton (N) in SI, Dyne (dyn) in CGS)

2. Energy/Work (Unit: Joule (J) in SI, Erg (erg) in CGS)

Exam Tip: Always convert all given values into a single consistent system (usually SI) *before* you start any calculation. Mixing units (e.g., grams with metres) is the most common source of error.

Familiarization with Measuring Instruments

These are common precision instruments used in a workshop to measure length.

1. Meter Scale (Metre Rule)

2. Vernier Caliper

3. Screw Gauge (Micrometer)

4. Sextant


Using Instruments for Measurement

The correct instrument should be chosen for the job, based on the required precision.


Use of Sextant

A sextant measures angles. We can use it with simple trigonometry to find the height of buildings or mountains.

To measure the height (H) of a building:

  1. Stand at a known, measurable distance `D` from the base of the building. Measure `D` with a tape measure.
  2. Use the sextant to measure the angle of elevation (θ) from your eye level to the top of the building.
  3. Let `h` be the height of the building *above* your eye level. From trigonometry:
    tan(θ) = Opposite / Adjacent = h / D
    So, h = D × tan(θ)
  4. The total height of the building `H` is `h` plus your own eye-level height (`h_eye`).
    H = (D × tan(θ)) + h_eye

To measure the height (H) of a mountain:

We cannot measure the distance `D` to the center of the mountain. So, we must take two readings.

  1. Stand at point A. Use the sextant to measure the angle of elevation θ₁.
  2. Walk a known distance `d` straight towards the mountain, to point B.
  3. At point B, use the sextant again to measure the new, larger angle of elevation θ₂.
  4. Let the distance from B to the base be `x`. The height `H` is:
    From triangle 1 (at A): tan(θ₁) = H / (d + x) → H = (d + x) tan(θ₁)
    From triangle 2 (at B): tan(θ₂) = H / x → H = x tan(θ₂)
  5. We have two equations. Set them equal to find `x`:
    (d + x) tan(θ₁) = x tan(θ₂)
    d tan(θ₁) + x tan(θ₁) = x tan(θ₂)
    d tan(θ₁) = x (tan(θ₂) - tan(θ₁))
    x = d tan(θ₁) / (tan(θ₂) - tan(θ₁))
  6. Now substitute this `x` back into the simpler equation:
    H = [d tan(θ₁) tan(θ₂)] / [tan(θ₂) - tan(θ₁)]