Area approximation — KCSE Mathematics

KCSE Mathematics · 113 practice questions · 3 syllabus objectives · 3 revision lessons

38 easy38 medium37 hard

Last updated · Aligned to the KNEC KCSE syllabus

What You'll Learn

Key learning outcomes for this topic, aligned to the KNEC KCSE syllabus.

Derive and apply the trapezium rule to approximate areas of irregular shapes and under curves

Derive and apply the mid-ordinate rule to approximate area under curves

Approximate the area of irregular shapes by counting techniques

Revision Notes

Concise lesson notes for Area approximation, written to the KCSE Mathematics marking standard. Read the first lesson free below.

Approximating Areas Using the Trapezium Rule

The trapezium rule is a numerical method used to estimate the area under a curve. It is particularly useful for irregular shapes where exact integration is difficult. To apply this rule, follow these steps:

  1. Divide the area into 'n' equal segments.

  2. Identify the heights of the function at each segment's endpoints.

  3. Calculate the area of each trapezium using the formula:

    [ A = \frac{1}{2} (b_1 + b_2) \times h ]

    where ( b_1 ) and ( b_2 ) are the lengths of the parallel sides (heights of the function) and ( h ) is the width of the segment.

  4. Sum the areas of all trapeziums to get the total area approximation.

For example, to approximate the area under the curve from ( x=1 ) to ( x=3 ) with heights 2 and 4:

  • Divide into 1 segment (h = 2).
  • Area = ( \frac{1}{2} (2 + 4) \times 2 = 6 ).

Thus, the approximate area is 6 square units.

Key points to remember

  • The trapezium rule estimates area under a curve.
  • Divide the area into equal segments.
  • Use heights at endpoints for calculations.
  • Apply the formula for trapezium area.
  • Sum areas of trapeziums for total approximation.

Worked example

Calculate the area under the curve from x=0 to x=4 with heights 1, 3, 5, and 2.

  • Segments: 3 (h=1).
  • Area = (1/2)(1 + 3) + (1/2)(3 + 5) + (1/2)(5 + 2) = 2 + 4 + 3.5 = 9.5.

Read all 3 Area approximation lessons free

Sign up free to unlock the full set of revision notes, all 113 practice questions with marking schemes, plus a personalised study plan that adapts to the topics you keep getting wrong.

More lessons in this topic

Lesson 2: Mid-Ordinates for Area Approximation

Objective: Derive and apply the mid-ordinate rule to approximate area under curves

The mid-ordinate rule is a numerical method used to approximate the area under a curve. It involves dividing the area into equal sub-intervals and using the value of the function at the midpoints of these intervals to estimate the area.

Steps to apply the mid-ordinate rule:

  1. Divide the interval into 'n' equal parts of width 'h'.

  2. Identify the midpoints of each sub-interval.

  3. Calculate the function values at each midpoint.

  4. Use the formula:

    Area ≈ h * (f(m1) + f(m2) + ... + f(mn))

    where 'f(mi)' is the function value at the midpoint 'mi'.

Example: Approximate the area under the curve y = x² from x = 0 to x = 2 using 4 sub-intervals.

  • Here, h = (2-0)/4 = 0.5.
  • Midpoints are: 0.25, 0.75, 1.25, 1.75.
  • Function values: f(0.25) = 0.0625, f(0.75) = 0.5625, f(1.25) = 1.5625, f(1.75) = 3.0625.
  • Area ≈ 0.5 * (0.0625 + 0.5625 + 1.5625 + 3.0625) = 2.1875.
  • Mid-ordinate rule estimates area under curves.
  • Divide interval into equal parts to find midpoints.
  • Calculate function values at midpoints.
  • Use the formula for area approximation.
  • Apply the method to various functions for practice.

Approximate the area under y = x from x = 1 to x = 3 using 2 intervals.

  • h = (3-1)/2 = 1.
  • Midpoints: 1.5, 2.5.
  • Values: f(1.5) = 1.5, f(2.5) = 2.5.
  • Area ≈ 1 * (1.5 + 2.5) = 4.
Lesson 3: Estimating Area of Irregular Shapes

Objective: Approximate the area of irregular shapes by counting techniques

To approximate the area of irregular shapes, we can use counting techniques such as grid or square counting. This method involves overlaying a grid of equal squares over the shape and counting the full and partial squares that fall within it. Steps to approximate area:

  1. Overlay a grid: Place a square grid over the irregular shape.
  2. Count full squares: Count the squares that are completely within the shape.
  3. Estimate partial squares: For squares that are partially filled, estimate how many can be considered as full squares (usually half or more).
  4. Calculate total area: Add the full squares and the estimated partial squares to find the approximate area.

Example: If a shape covers 10 full squares and 4 partial squares (counted as 2 full squares), the approximate area is:

  • Total area = 10 full squares + 2 estimated partial squares = 12 square units.
  • Use a grid to estimate area of irregular shapes.
  • Count full squares completely within the shape.
  • Estimate partial squares based on coverage.
  • Add full squares and estimated partial squares.

Approximate the area of an irregular shape using a grid. If you count 8 full squares and 3 partial squares (counted as 1.5 full squares), the area is approximately 9.5 square units.

Sample Questions

Read 3 questions and answers free. Sign up to access all 113 questions with full KNEC-style marking schemes and a personalised study plan.

1
easySHORT ANSWER3 marks

Describe how you can estimate the area of an irregularly shaped pond using the grid counting method. (3 marks)

Answer & marking scheme

Part (a) — 3 marks
Overlay a grid of known square area over the pond (1 mk)
Count the number of full squares covered by the pond (1 mk)
Estimate the area of partial squares and add to the total area (1 mk)
2
easySHORT ANSWER4 marks

Using the mid-ordinate rule, identify the factors affecting the accuracy of area approximation when estimating the area under a curve defined by f(x) = x² from x = 0 to x = 4 with 4 strips. (4 marks)

Answer & marking scheme

Part (a) — 1 mark
Width of each strip, h = (4 - 0) / 4 = 1 (1 mk)
Part (b) — 1 mark
More strips lead to better approximation as they capture more detail (1 mk)
Part (c) — 1 mark
Curvature of the function can lead to over or underestimation (1 mk)
Part (d) — 1 mark
Correct midpoints ensure accurate y-values for area calculation (1 mk)
3
easySHORT ANSWER4 marks

State the mid-ordinate rule and calculate the approximate area under the curve of the function y = 2x + 3 between x = 1 and x = 5 using 4 equal strips. (4 marks)

Answer & marking scheme

Part (a) — 1 mark
A ≈ h × (y₁/₂ + y₃/₂ + ... + yₙ₋₁/₂) (1 mk)
Part (b) — 1 mark
Width of each strip, h = (5 - 1) / 4 = 1 (1 mk)
Part (c) — 1 mark
Midpoints: 1.5, 2.5, 3.5, 4.5; y-values: 6, 8, 10, 12 (1 mk)
Part (d) — 1 mark
Area ≈ 1 × (6 + 8 + 10 + 12) = 36 (1 mk)
4

Describe the process of applying the trapezium rule to approximate the area under a curve defined by a function. (4 marks)

+110 More Questions

Sign up free to access all 113 questions with marking schemes, track your progress, and get personalised recommendations.

Frequently asked questions

What does the KCSE Mathematics topic "Area approximation" cover?

Trapezium rule; mid-ordinate rule; area under curves

How many practice questions are available for Area approximation?

HighMarks has 113 Area approximation practice questions for KCSE Mathematics, each with a full marking scheme. The first 3 are free; sign up to access the rest, plus all KCSE mock exams and past papers.

Are these aligned with the KNEC KCSE syllabus?

Yes. Every objective on this page is taken directly from the official KNEC KCSE Mathematics syllabus. Practice questions match the KCSE exam format and are graded against the standard KNEC marking scheme.

How should I revise Area approximation for the KCSE exam?

Start with the revision notes on this page to refresh the core concepts, then work through the practice questions in increasing difficulty. Sign up for HighMarks to get a personalised study plan that adapts to the topics you keep getting wrong, plus mock exams, subject-wide practice, and detailed performance tracking. See pricing.

Why Practise Area approximation?

KNEC Aligned

Questions match the KCSE syllabus objectives and exam format exactly.

Detailed Marking Schemes

Every answer shows exactly what examiners award marks for.

Track Your Mastery

See your score improve as you practise and identify remaining gaps.

Master Area approximation for KCSE

Sign up free to unlock all 113 questions, track your progress, and get a personalised study plan for Mathematics.