Note for teachers using this lesson plan
This lesson introduces students to integration as the inverse operation of differentiation. Ensure you have charts showing examples of differentiation and their corresponding integrals. Emphasize the importance of the constant of integration, ‘C’, and guide students through step-by-step solutions for algebraic polynomials and functions that yield logarithmic results. By the end of the lesson, students should be able to confidently perform basic indefinite integrations.
Class: SS 3
Term: First Term
Week: 2
Age: 16-17 years
Duration: 45 minutes
Subject: Further Mathematics
Topic: INTEGRATION
Subject Matter: Understand integration as reverse process of differentiation; Integration of algebraic polynomial; Integration of logarithmic functions
Previous Lesson: Partial Fractions, Meaning and Basic
Specific Objectives
By the end of the lesson, pupils/students should be able to:
Cognitive Domain
- Define integration as the reverse process of differentiation.
- State the general rule for integrating algebraic polynomials.
- State the rule for integrating functions that yield logarithmic results.
- Calculate indefinite integrals of algebraic polynomial functions.
- Calculate indefinite integrals of functions leading to logarithmic forms.
Affective Domain
- Appreciate the importance of the constant of integration.
- Show carefulness and accuracy when solving integration problems.
Psychomotor Domain
- Solve integration problems involving algebraic polynomials.
- Solve integration problems involving functions yielding logarithmic results.
- Apply the rules of integration correctly to different functions.
Reference Materials
The following resources were used in planning this lesson:
- 2025 Revised 9 Years Basic Education Curriculum
- Relevant State Unified Scheme of Work
- Further Mathematics for Senior Secondary Schools textbook
- The HeadTeacher Scheme of work
Instructional Materials
The teacher will teach this lesson with the aid of:
- Charts showing integration as the reverse process of differentiation
- Whiteboard/Blackboard
- Markers/Chalk
- Textbooks
Rationale for the Lesson
This lesson is fundamental to understanding calculus, providing the inverse operation to differentiation. It equips students with essential skills for solving real-world problems in physics, engineering, economics, and other fields. Mastering integration lays a strong foundation for more advanced mathematical concepts.
Prerequisite/Previous Knowledge
Students should have a good understanding of differentiation of various functions, including algebraic polynomials and logarithmic functions.
Lesson Content/Board Summary
INTEGRATION
Understanding Integration as the Reverse of Differentiation
Integration is the inverse operation of differentiation. If we differentiate a function (F(x)) to get (f(x)), then integrating (f(x)) will give us (F(x)) plus a constant, (C).
The integral symbol is (int). When we integrate, we find the antiderivative of a function.
For example, if (y = x^3), then (frac{dy}{dx} = 3x^2). Therefore, (int 3x^2 ,dx = x^3 + C).
The constant (C) is called the constant of integration. It arises because the derivative of any constant is zero. So, when reversing the differentiation process, we must account for any constant that might have been present in the original function.
Integration of Algebraic Polynomials
The general rule for integrating a power of (x) is:
(int x^n ,dx = frac{x^{n+1}}{n+1} + C), where (n neq -1).
Other rules for integration of algebraic functions include:
- Integration of a constant: (int k ,dx = kx + C), where (k) is a constant.
- Integration of a sum or difference: (int (f(x) pm g(x)) ,dx = int f(x) ,dx pm int g(x) ,dx).
Example 1
Question: Integrate (3x^2 + 2x – 5) with respect to (x).
Solution:
Step 1: Apply the sum/difference rule and power rule.
(int (3x^2 + 2x – 5) ,dx = int 3x^2 ,dx + int 2x ,dx – int 5 ,dx)
Step 2: Integrate each term.
(= 3 frac{x^{2+1}}{2+1} + 2 frac{x^{1+1}}{1+1} – 5x + C)
(= 3 frac{x^3}{3} + 2 frac{x^2}{2} – 5x + C)
Step 3: Simplify and write the answer.
(= x^3 + x^2 – 5x + C)
Answer: (x^3 + x^2 – 5x + C)
Example 2
Question: Find (int (4x^3 – frac{1}{2}x + 7) ,dx).
Solution:
Step 1: Apply the integration rules.
(int (4x^3 – frac{1}{2}x + 7) ,dx = int 4x^3 ,dx – int frac{1}{2}x ,dx + int 7 ,dx)
Step 2: Integrate each term.
(= 4 frac{x^{3+1}}{3+1} – frac{1}{2} frac{x^{1+1}}{1+1} + 7x + C)
(= 4 frac{x^4}{4} – frac{1}{2} frac{x^2}{2} + 7x + C)
Step 3: Simplify and write the answer.
(= x^4 – frac{1}{4}x^2 + 7x + C)
Answer: (x^4 – frac{1}{4}x^2 + 7x + C)
Integration of Functions Yielding Logarithmic Results
When the power rule for integration ((int x^n ,dx = frac{x^{n+1}}{n+1} + C)) cannot be applied because (n = -1), i.e., for (int x^{-1} ,dx) or (int frac{1}{x} ,dx), the integral results in a logarithmic function.
The rule is:
(int frac{1}{x} ,dx = ln|x| + C)
Where (ln|x|) is the natural logarithm of the absolute value of (x).
Example 1
Question: Integrate (frac{5}{x}) with respect to (x).
Solution:
Step 1: Rewrite the function and apply the constant rule.
(int frac{5}{x} ,dx = 5 int frac{1}{x} ,dx)
Step 2: Apply the logarithmic integration rule.
(= 5 ln|x| + C)
Answer: (5 ln|x| + C)
Example 2
Question: Find (int (frac{3}{x} + 2x^3 – 1) ,dx).
Solution:
Step 1: Apply the sum/difference rule.
(int (frac{3}{x} + 2x^3 – 1) ,dx = int frac{3}{x} ,dx + int 2x^3 ,dx – int 1 ,dx)
Step 2: Integrate each term using the appropriate rules.
(= 3 ln|x| + 2 frac{x^{3+1}}{3+1} – 1x + C)
(= 3 ln|x| + 2 frac{x^4}{4} – x + C)
Step 3: Simplify and write the answer.
(= 3 ln|x| + frac{1}{2}x^4 – x + C)
Answer: (3 ln|x| + frac{1}{2}x^4 – x + C)
Teaching Methods/Instructional Techniques
Explanation, Discussion, Guided Practice, Problem Solving, Question and Answer
Instructional Procedures
Step 1: Introduction
Time: 5 minutes
Teaching Skill: Recalling previous knowledge
Teacher’s Activity: The teacher reviews differentiation by asking students to differentiate simple functions like (y = x^3) and (y = ln x). The teacher then introduces integration as the reverse process.
Pupils’ Activity: Students recall and differentiate the given functions, then listen to the introduction of integration.
Learning Point: Differentiation concept review
Step 2: Understanding Integration as Reverse of Differentiation
Time: 8 minutes
Teaching Skill: Explanation/Demonstration
Teacher’s Activity: The teacher uses charts to explain how integration reverses differentiation, emphasizing the constant of integration, (C). The teacher provides simple examples to illustrate this relationship.
Pupils’ Activity: Students observe the charts, identify integration as the reverse process of differentiation, and ask questions for clarification.
Learning Point: Integration as reverse process
Step 3: Integration of Algebraic Polynomials (Part 1)
Time: 7 minutes
Teaching Skill: Rule formulation
Teacher’s Activity: The teacher introduces the power rule for integration (int x^n ,dx = frac{x^{n+1}}{n+1} + C) (for (n neq -1)) and the rule for integrating a constant. The teacher explains how to apply these rules to simple polynomial terms.
Pupils’ Activity: Students listen, take notes, and state the rules for integrating algebraic polynomials.
Learning Point: Power rule for integration
Step 4: Integration of Algebraic Polynomials (Part 2)
Time: 7 minutes
Teaching Skill: Guided practice
Teacher’s Activity: The teacher guides students through solving Example 1 and Example 2 from the Board Summary, ensuring they understand each step and the inclusion of the constant (C).
Pupils’ Activity: Students participate in solving the examples, applying the rules, and asking questions.
Learning Point: Algebraic polynomial integration
Step 5: Integration of Functions Yielding Logarithmic Results (Part 1)
Time: 6 minutes
Teaching Skill: Concept introduction
Teacher’s Activity: The teacher introduces the special case for (n = -1) and explains that (int frac{1}{x} ,dx = ln|x| + C). The teacher highlights why the absolute value is necessary.
Pupils’ Activity: Students listen, understand the special rule for (frac{1}{x}), and note the logarithmic integration rule.
Learning Point: Logarithmic integration rule
Step 6: Integration of Functions Yielding Logarithmic Results (Part 2)
Time: 5 minutes
Teaching Skill: Problem-solving
Teacher’s Activity: The teacher guides students through solving Example 1 and Example 2 from the Board Summary involving logarithmic functions, combining them with polynomial terms where applicable.
Pupils’ Activity: Students actively solve the problems, applying both polynomial and logarithmic integration rules.
Learning Point: Solving logarithmic integrals
Step 7: Evaluation/Review
Time: 5 minutes
Teaching Skill: Questioning/Assessment
Teacher’s Activity: The teacher evaluates the learning by asking the following questions:
- What is integration?
- State the power rule for integrating (x^n).
- Integrate (4x^3 – 2x + 1).
- Find (int (frac{6}{x} + x^2) ,dx).
Pupils’ Activity: Pupils answer orally and in writing.
Learning Point: Integration concept assessment
Step 8: Note-Taking
Time: 4 minutes
Teaching Skill: Guided Writing
Teacher’s Activity: The teacher guides pupils/students to copy the essential Board Summary notes into their notebooks, paying attention to the formulas and examples.
Pupils’ Activity: Pupils/students copy the notes carefully into their notebooks.
Learning Point: Recording lesson notes
Step 9: Conclusion
Time: 3 minutes
Teaching Skill: Summarization
Teacher’s Activity: The teacher briefly summarizes the key concepts of integration as the reverse of differentiation, the rules for algebraic polynomials, and functions yielding logarithmic results, reinforcing the importance of the constant (C).
Pupils’ Activity: Students listen to the summary and clarify any remaining doubts.
Learning Point: Lesson concept consolidation
Continuous Assessment/Further Study
Type: Homework
Instruction: Solve the following integration problems:
- Find (int (5x^4 – 3x^2 + 8) ,dx).
- Integrate (int (frac{2}{x} + 6x) ,dx).
- Determine (int (x^5 – frac{4}{x} + 10) ,dx).
- If (frac{dy}{dx} = 3x^2 + frac{1}{x}), find (y).
- Explain why the constant of integration (C) is included in indefinite integrals.
Lesson Keywords
- Integration – The process of finding the antiderivative of a function.
- Differentiation – The process of finding the derivative of a function.
- Constant of Integration – The arbitrary constant (C) added to an indefinite integral.
- Polynomial – An expression consisting of variables and coefficients, involving only the operations of addition, subtraction, multiplication, and non-negative integer exponents of variables.
- Logarithmic Function – A function whose integral is typically (ln|x|) when the original function is (frac{1}{x}).
- Integral – The result of integration.
Differentiation
For weaker learners, provide simpler polynomial functions with fewer terms and guide them through each step individually. For faster learners, introduce slightly more complex polynomial terms (e.g., fractional or negative exponents in the denominator that need to be rewritten) or briefly discuss definite integrals as an extension.
Suggested Lesson Videos
Search YouTube for “SS3 Further Math Integration reverse differentiation”
Teacher Guide for Using This Lesson Plan
Before the lesson, ensure you have clear charts illustrating the relationship between differentiation and integration. During the introduction, actively engage students by reviewing differentiation to establish a strong link to the new topic. When explaining the rules, break them down into manageable parts and provide ample guided practice. Pay close attention to common errors, such as forgetting the constant of integration or incorrectly applying the power rule. Students should copy the Board Summary notes during Step 8. Regularly check for understanding through questions and quick exercises. Provide additional support for students struggling with algebraic manipulation and offer challenging problems to extend faster learners.

Community Join the conversation Open discussion +