Calculus: applications of differentiation (gradients, maxima and minima) — KCSE Mathematics

KCSE Mathematics · 110 practice questions · 4 syllabus objectives · 4 revision lessons

24 easy31 medium55 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.

Find stationary points of a polynomial function by solving f'(x) = 0; classify them as maxima or minima using the second derivative test

Apply differentiation to solve optimisation problems (maximum area, minimum cost) in practical contexts

Apply integration to find the area under a curve between two limits; evaluate definite integrals of simple polynomials

Calculus: applications of differentiation (gradients, maxima and minima)

Revision Notes

Concise lesson notes for Calculus: applications of differentiation (gradients, maxima and minima), written to the KCSE Mathematics marking standard. Read the first lesson free below.

Finding and Classifying Stationary Points

To find stationary points of a polynomial function, we first need to determine the derivative, f'(x). Set this derivative equal to zero, f'(x) = 0, and solve for x. These solutions are your stationary points. Next, to classify these points as maxima or minima, we use the second derivative test:

  • If f''(x) > 0 at the stationary point, it is a local minimum.
  • If f''(x) < 0 at the stationary point, it is a local maximum.
  • If f''(x) = 0, the test is inconclusive.

Example: Find stationary points and classify them for f(x) = x³ - 3x² + 4.

  1. Find the first derivative: f'(x) = 3x² - 6x.
  2. Set f'(x) = 0: 3x² - 6x = 0 → x(x - 2) = 0 → x = 0 or x = 2.
  3. Find the second derivative: f''(x) = 6x - 6.
  4. Classify:
    • At x = 0: f''(0) = -6 (local maximum).
    • At x = 2: f''(2) = 6 (local minimum).

Key points to remember

  • Set f'(x) = 0 to find stationary points.
  • Use second derivative test for classification.
  • f''(x) > 0 indicates a local minimum.
  • f''(x) < 0 indicates a local maximum.
  • f''(x) = 0 is inconclusive.

Worked example

Find stationary points of f(x) = 2x^3 - 12x^2 + 18x. Classify them.

  1. f'(x) = 6x^2 - 24x.
  2. Set f'(x) = 0: 6x(x - 4) = 0 → x = 0, x = 4.
  3. f''(x) = 12x - 24.
  4. At x = 0: f''(0) = -24 (local maximum).
  5. At x = 4: f''(4) = 24 (local minimum).

Read all 4 Calculus: applications of differentiation (gradients, maxima and minima) lessons free

Sign up free to unlock the full set of revision notes, all 110 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: Optimisation Using Differentiation

Objective: Apply differentiation to solve optimisation problems (maximum area, minimum cost) in practical contexts

In calculus, optimisation involves finding the maximum or minimum values of a function. To solve these problems, we apply differentiation. Here’s a step-by-step approach:

  1. Identify the function: Determine the function that represents the situation.
  2. Differentiate the function: Find the first derivative to determine the rate of change.
  3. Set the derivative to zero: Solve for critical points by setting the first derivative equal to zero.
  4. Determine maxima or minima: Use the second derivative test or evaluate the function at critical points to confirm whether each point is a maximum or minimum.

Example Problem: A farmer wants to create a rectangular pen with a fixed perimeter of 100 meters. What dimensions will maximise the area?

Solution:

  1. Let the length be x meters and the width be y meters. Then, the perimeter P = 2x + 2y = 100.
  2. Rearranging gives y = 50 - x.
  3. Area A = x * y = x(50 - x) = 50x - x².
  4. Differentiate A: A' = 50 - 2x.
  5. Set A' = 0: 50 - 2x = 0 → x = 25.
  6. Width y = 50 - 25 = 25.
  7. Thus, dimensions that maximise area are 25m by 25m.
  • Optimisation finds maximum or minimum values of functions.
  • Identify the function and differentiate it.
  • Set the first derivative to zero for critical points.
  • Use the second derivative test for confirmation.
  • Evaluate function values at critical points.

A company wants to minimise the cost of fencing a rectangular garden with a fixed area of 200 m². If L is the length and W is the width, find L and W that minimise cost.

  1. Area A = L * W = 200, so W = 200/L.
  2. Cost C = 2L + 2W = 2L + 400/L.
  3. Differentiate C: C' = 2 - 400/L².
  4. Set C' = 0: 2 - 400/L² = 0 → L² = 200 → L = √200, W = 200/√200.
  5. Thus, L ≈ 14.14 m and W ≈ 14.14 m.
Lesson 3: Finding Area Under a Curve Using Integration

Objective: Apply integration to find the area under a curve between two limits; evaluate definite integrals of simple polynomials

To find the area under a curve defined by a function between two limits, we use definite integrals. The definite integral of a function f(x) from a to b is denoted as ( \int_{a}^{b} f(x) , dx ). This integral calculates the net area between the curve and the x-axis from x = a to x = b.

Steps to evaluate a definite integral:

  1. Find the antiderivative of the function f(x).
  2. Evaluate the antiderivative at the upper limit (b) and lower limit (a).
  3. Subtract the value at the lower limit from the value at the upper limit.

Example: Evaluate the area under the curve ( f(x) = 2x^2 + 3 ) from x = 1 to x = 3.

  1. Find the antiderivative: ( F(x) = \frac{2}{3}x^3 + 3x + C )
  2. Evaluate at the limits:
    • At x = 3: ( F(3) = \frac{2}{3}(3)^3 + 3(3) = 18 + 9 = 27 )
    • At x = 1: ( F(1) = \frac{2}{3}(1)^3 + 3(1) = \frac{2}{3} + 3 = \frac{11}{3} )
  3. Calculate the area: ( Area = F(3) - F(1) = 27 - \frac{11}{3} = \frac{81}{3} - \frac{11}{3} = \frac{70}{3} ).

Thus, the area under the curve from x = 1 to x = 3 is ( \frac{70}{3} ).

  • Definite integrals calculate area under curves between two limits.
  • Use antiderivatives to evaluate definite integrals.
  • Subtract lower limit evaluation from upper limit evaluation.
  • Area can be positive or negative depending on the curve's position.

Evaluate the area under the curve f(x) = x^2 from x = 0 to x = 2.

  1. Antiderivative: F(x) = ( \frac{1}{3}x^3 ).
  2. Evaluate: F(2) = ( \frac{8}{3} ), F(0) = 0.
  3. Area = F(2) - F(0) = ( \frac{8}{3} - 0 = \frac{8}{3} ).
Lesson 4: Understanding Gradients and Extrema in Calculus

Objective: Calculus: applications of differentiation (gradients, maxima and minima)

In calculus, differentiation helps us find gradients, maxima, and minima of functions. The gradient of a function at a point gives the slope of the tangent line at that point. To find the gradient, we differentiate the function.

Maxima and Minima are points where a function reaches its highest or lowest values, respectively. To find these points:

  1. Differentiate the function to obtain f'(x).
  2. Set f'(x) = 0 and solve for x to find critical points.
  3. Use the second derivative test: if f''(x) > 0, it's a local minimum; if f''(x) < 0, it's a local maximum.

For example, consider f(x) = x² - 4x + 4.

  • First, find the derivative: f'(x) = 2x - 4.
  • Set it to zero: 2x - 4 = 0, giving x = 2.
  • Now find f''(x) = 2, which is greater than 0. Thus, x = 2 is a local minimum.
  • Differentiation finds gradients of functions at specific points.
  • Maxima occur where the first derivative equals zero.
  • Minima occur where the second derivative is positive.
  • Use critical points to determine local extrema.
  • The second derivative test confirms maxima or minima.

Find the maximum or minimum of f(x) = -x² + 4x.

  • f'(x) = -2x + 4; set to zero: -2x + 4 = 0, x = 2.
  • f''(x) = -2, which is less than 0, indicating a maximum at x = 2.

Sample Questions

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

1
easySHORT ANSWER3 marks

State the method to find the point where the curve y = x^3 - 6x^2 + 9x has a local maximum. (3 marks)

Answer & marking scheme

Part (a) — 3 marks
Differentiate the function to find y' = 3x^2 - 12x + 9 (1 mk)
Set y' = 0 to find critical points (1 mk)
Use the second derivative test to confirm local maximum (1 mk)
2
easySHORT ANSWER4 marks

Define the steps to evaluate the definite integral of f(x) = 3x^3 - 2 from x = 0 to x = 2. (4 marks)

Answer & marking scheme

Part (a) — 4 marks
Integrate f(x) to find F(x) = (3/4)x^4 - 2x + C (1 mk)
Substitute the upper limit x = 2 into F(x) (1 mk)
Substitute the lower limit x = 0 into F(x) (1 mk)
Calculate the definite integral as F(2) - F(0) (1 mk)
3
easySHORT ANSWER4 marks

Explain how to find the minimum value of the function f(x) = x^2 - 4x + 5. (4 marks)

Answer & marking scheme

Part (a) — 4 marks
Differentiate f(x) to find f'(x) = 2x - 4 (1 mk)
Set f'(x) = 0 and solve for x (1 mk)
Determine the second derivative f''(x) = 2 (1 mk)
Conclude minimum value occurs at that x (1 mk)
4

State how to determine the maximum area of a rectangle inscribed under the curve y = 12 - x^2. (3 marks)

+107 More Questions

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

Frequently asked questions

What does the KCSE Mathematics topic "Calculus: applications of differentiation (gradients, maxima and minima)" cover?

Calculus: applications of differentiation (gradients, maxima and minima) covers Find stationary points of a polynomial function by solving f'(x) = 0; classify them as maxima or minima using the second derivative test; Apply differentiation to solve optimisation problems (maximum area, minimum cost) in practical contexts; Apply integration to find the area under a curve between two limits; evaluate definite integrals of simple polynomials, and more, all aligned to the official KNEC KCSE Mathematics syllabus.

How many practice questions are available for Calculus: applications of differentiation (gradients, maxima and minima)?

HighMarks has 110 Calculus: applications of differentiation (gradients, maxima and minima) 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 Calculus: applications of differentiation (gradients, maxima and minima) 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 Calculus: applications of differentiation (gradients, maxima and minima)?

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 Calculus: applications of differentiation (gradients, maxima and minima) for KCSE

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