Unit 3: Mensuration, Calendar and Clocks
I. Foundations — Measurement, Time and Modular Reasoning
Mensuration measures geometric boundaries, surfaces and occupied space, while calendar and clock problems locate events within repeating cycles of days, dates and hours.
A. Governing Principles and Conventions
These principles provide the common framework for solving all problems in the unit.
- Units: Perimeter uses linear units such as
cm; area uses square units such ascm²; volume uses cubic units such ascm³. - Dimensions: Length, breadth, height and radius must be converted to the same unit before applying a formula.
- Exact and approximate values: Keep answers in terms of
πwhen exact values are required; otherwise useπ ≈ 22/7or3.1416. - Composite measurement: Divide an irregular figure or solid into standard shapes, calculate each required measure, and add or subtract appropriately.
- Cyclic arithmetic: Calendar calculations operate modulo
7, while clock-hand positions operate modulo12hours or360°. - Reference convention: In calendars, seven complete days produce no change in weekday; in clocks, one complete revolution returns a hand to its initial direction.
II. Mensuration — Measurement of Plane Figures and Solids
Mensuration applies standard formulae to determine boundaries, enclosed regions, exposed surfaces and capacities.
A. Perimeter and area of 2-D figures
Perimeter is the total boundary length of a plane figure, whereas area is the region enclosed by that boundary.
- Rectangle: For length
land breadthb:
TEXTPerimeter = 2(l + b) Area = lb - Square: For side
a, perimeter is4a, area isa², and diagonal isa√2. - Triangle: For sides
a,b,c, baseb₀and corresponding heighth:
TEXTPerimeter = a + b + c Area = 1/2 × b₀h - Heron’s formula: If only three sides are known:
TEXTs = (a + b + c)/2 Area = √[s(s-a)(s-b)(s-c)]
Here,sis the semiperimeter. - Equilateral triangle: For side
a, area is(√3/4)a²and height is(√3/2)a. - Parallelogram and rhombus: A parallelogram has area
bh; a rhombus with diagonalsd₁andd₂has aread₁d₂/2. - Trapezium: For parallel sides
aandbseparated by heighth, area is(a+b)h/2. - Circle: For radius
r, circumference is2πrand area isπr²; a semicircle has areaπr²/2. - Sector: For central angle
θin degrees:
TEXTArc length = (θ/360)2πr Sector area = (θ/360)πr² - Worked example: A rectangular field of
20 m × 12 mhas perimeter64 mand area240 m².
B. Problems on surface area and volume of cube and cuboid
Cube and cuboid problems distinguish the total enclosing surface from lateral surfaces and internal capacity.
- Cube:
- Measures: For edge
a, lateral surface area is4a², total surface area is6a², and volume isa³. - Diagonal: A face diagonal is
a√2, while the space diagonal isa√3.
- Measures: For edge
- Cuboid:
- Measures: For length
l, breadthband heighth:
TEXTLSA = 2h(l + b) TSA = 2(lb + bh + hl) Volume = lbh
LSAdenotes lateral surface area andTSAdenotes total surface area. - Diagonal: The space diagonal is
√(l²+b²+h²). - Open surfaces: Subtract the omitted face from total surface area; an open cuboid without a top has area
lb + 2lh + 2bh. - Recasting principle: When a solid is melted and reshaped without wastage, its volume remains constant.
- Worked example: A cube of edge
5 cmhas total surface area150 cm²and volume125 cm³.
- Measures: For length
C. Problems on surface area and volume of sphere and hemisphere
A sphere has one continuous curved surface, while a hemisphere includes a curved surface and, when closed, a circular base.
- Sphere:
- Formulae: For radius
r, surface area is4πr²and volume is4πr³/3. - Scaling: If the radius is multiplied by
k, surface area becomesk²times and volume becomesk³times.
- Formulae: For radius
- Hemisphere:
- Curved surface area:
2πr². - Total surface area: Including the base,
2πr² + πr² = 3πr². - Volume:
2πr³/3. - Displacement: A fully immersed spherical object displaces liquid equal to its own volume.
- Worked example: A sphere of radius
3 cmhas surface area36π cm²and volume36π cm³.
- Curved surface area:
D. Problems on surface area and volume of cone and cylinder
Cones and cylinders share circular bases, but a cone narrows to a vertex and requires its slant height for curved-surface calculations.
- Right circular cylinder:
- Formulae: For radius
rand heighth:
TEXTCSA = 2πrh TSA = 2πr(h + r) Volume = πr²h
CSAis curved surface area; total surface area includes two circular bases.
- Formulae: For radius
- Right circular cone:
- Slant height:
l = √(r²+h²), wherelis slant height. - Formulae:
TEXTCSA = πrl TSA = πr(l + r) Volume = 1/3 πr²h - Capacity and material: Capacity is determined by volume; sheet material is determined by the exposed surface area.
- Worked example: A cylinder with
r = 3 cmandh = 10 cmhas volume90π cm³and curved surface area60π cm².
- Slant height:
III. Calendar — Weekday Cycles and Date Calculation
A calendar arranges days into weeks, months and years; weekday calculations depend on counting completed seven-day cycles and their remainders.
A. Basic concept of calendar
Calendar problems use the number of “odd days,” meaning days remaining after complete weeks are removed.
- Ordinary year:
365 = 52 × 7 + 1, so an ordinary year contributes1odd day. - Leap year:
366 = 52 × 7 + 2, so a leap year contributes2odd days. - Gregorian leap rule: A year divisible by
4is normally leap; a century year must also be divisible by400. Thus2000was leap, but1900was not. - Month lengths: April, June, September and November have
30days; February has28or29; the remaining months have31. - Weekday cycle:
TEXTWeekday shift = Total days mod 7
A remainder of0means no shift;1means one weekday forward.
B. Date and days
The relationship between dates and days is obtained by counting the interval and reducing it modulo seven.
- Inclusive counting: The number of dates from date
Athrough dateBincludes both endpoints, but the weekday shift counts elapsed days afterA. - Same month: The shift from the
pth to theqth date is(q-p) mod 7. - Same weekday dates: Dates differing by
7, such as the5th,12th,19thand26th, fall on the same weekday. - Month transition: A
31-day month shifts the next month’s first day by3; a30-day month by2; February shifts it by0in an ordinary year and1in a leap year. - Worked example: If 6 March is Monday, 27 March is also Monday because
27-6 = 21, a multiple of7.
C. Finding the exact day
An exact weekday can be found by adding odd days from completed years, completed months and elapsed dates to a known reference weekday.
- Reference date: Under the Gregorian calendar,
1 January 2000was Saturday. - Procedure:
- Count complete years between the reference year and target year.
- Add
1for each ordinary year and2for each leap year. - Add days in completed months of the target year.
- Add
date - 1, because no day has elapsed on the first date itself. - Reduce the total modulo
7and move forward from the reference weekday.
- Worked example: From 1 January 2000 to 1 January 2001, the leap year 2000 contributes
2odd days; therefore 1 January 2001 was Monday.
D. Advanced concept of calendar
Advanced calendar analysis uses long-cycle repetition, century effects and structural properties of months.
- Century odd days: In the Gregorian calendar,
100,200,300and400years contribute5,3,1and0odd days respectively. - Four-hundred-year cycle: There are
303ordinary and97leap years:
TEXTTotal days = 303(365) + 97(366) = 146097 146097 mod 7 = 0
Therefore, the Gregorian weekday pattern repeats every400years. - Identical calendars: Two years share a calendar when they have the same leap status and their first days fall on the same weekday.
- Five-weekday occurrence: In a
31-day month, the first three weekdays occur five times; in a30-day month, the first two do. - Counting Sundays: A
28-day February has exactly four of every weekday; extra days determine which weekdays occur five times.
IV. Clocks — Relative Motion of Hands
Clock problems model the hour and minute hands as rotating objects with constant angular speeds on a 360° circular scale.
A. Concept of clock
The positions of clock hands are determined by their angular movement from the 12 o’clock direction.
- Minute hand: It covers
360°in60minutes, so its speed is6°per minute. - Hour hand: It covers
360°in12hours, so its speed is0.5°per minute. - Relative speed: The minute hand gains on the hour hand at
6-0.5 = 5.5°per minute. - Position after
mminutes pasth:
TEXTHour-hand angle = 30h + 0.5m Minute-hand angle = 6m
Here,his the hour number andmis minutes past that hour. - Coincidence: Consecutive coincidences occur every
360/5.5 = 720/11minutes, approximately65 5/11minutes.
B. Gain and loss of time
A faulty clock’s displayed interval differs from the real interval in a constant ratio when its rate of gain or loss is uniform.
- Gaining clock:
- Relation: If a clock gains
gminutes inTreal minutes, it showsT+gminutes. - Conversion:
TEXTReal time = Shown time × T/(T + g)
- Relation: If a clock gains
- Losing clock:
- Relation: If it loses
lminutes inTreal minutes, it showsT-lminutes. - Conversion:
TEXTReal time = Shown time × T/(T - l) - Error accumulation: Rate errors are proportional to elapsed real time; a clock gaining
5minutes daily gains20minutes in4days. - Correct-again condition: On a
12-hour dial, a continuously faulty clock appears correct after gaining or losing a full12hours.
- Relation: If it loses
C. Angle based problems
Angle problems use the absolute difference between the angular positions of the two hands.
- General formula:
TEXTθ = |30h - 5.5m| Smaller angle = min(θ, 360° - θ)
Here,θis the raw angular separation,his the hour, andmis the number of minutes past it. - Required-angle equation: For an angle
α, solve|30h-5.5m| = α; a second position may arise from separation360°-α. - Right angles: Set the smaller angle to
90°; the hands are perpendicular22times in12hours. - Opposite hands: Set the separation to
180°; this occurs11times in12hours. - Coincident hands: Set the separation to
0°; the hands coincide11times in12hours. - Worked example: At
3:20, the hour hand is at100°and the minute hand at120°, so the smaller angle is20°.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill. The rest comes out of a student's own pocket: the domain, the storage, and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason. to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it. What it pays for →