Skip to content
HeadTeacher.ng
Lesson Notes

Partial Fractions, Meaning and Basic Forms for SS 3

Partial Fractions, Meaning and Basic Forms for SS 3. This SS 3 lesson covers basic definition; proper rational function with denominators as linear factors; (distinct and repeated) and others.

Royal AlikorByRoyal AlikorPublishedSep 15, 2026Reading8 minComments0

Note for teachers using this lesson plan

This lesson introduces students to the concept of partial fractions, focusing on proper rational functions with linear factors in the denominator. Ensure students have a solid understanding of algebraic fractions and factorization before beginning. Guide them through the step-by-step process of resolving rational functions into their partial fraction forms, emphasizing the different cases for distinct and repeated linear factors. By the end of the lesson, students should be able to confidently apply the methods to solve related problems.

Class: SSS 3
Term: First Term
Week: 1
Age: 16 years
Duration: 45 minutes
Subject: Further Mathematics
Previous Lesson:
Topic: PARTIAL FRACTIONS
Subject Matter: Basic definition; Proper rational function with denominators as linear factors; (distinct and repeated) and others

Specific Objectives

By the end of the lesson, pupils/students should be able to:

Cognitive Domain

  • Define partial fractions.
  • Identify proper rational functions.
  • State the general form of partial fractions for distinct linear factors.
  • State the general form of partial fractions for repeated linear factors.

Affective Domain

  • Appreciate the importance of partial fractions in solving complex mathematical problems.
  • Develop a systematic approach to problem-solving in algebra.

Psychomotor Domain

  • Resolve proper rational functions with distinct linear factors into partial fractions.
  • Resolve proper rational functions with repeated linear factors into partial fractions.

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 of problems involving partial fractions
  • Whiteboard and markers
  • Textbooks

Rationale for the Lesson

This lesson is important as it introduces a fundamental technique used in calculus, particularly in integration. Understanding partial fractions allows students to simplify complex rational expressions into simpler forms, making them easier to manipulate and solve in higher mathematics and engineering applications.

Prerequisite/Previous Knowledge

Students should have prior knowledge of algebraic fractions, factorization of polynomials, and solving simultaneous equations.

Lesson Content/Board Summary

PARTIAL FRACTIONS

Meaning of Partial Fractions

Partial fractions are simpler fractions whose sum is equal to a given complex algebraic fraction. The process of breaking down a complex rational expression into simpler fractions is called partial fraction decomposition.

Rational Functions

A rational function is a function that can be written as the ratio of two polynomials, (P(x)) and (Q(x)), where (Q(x) neq 0). It is expressed as (frac{P(x)}{Q(x)}).

  1. Proper Rational Function: A rational function (frac{P(x)}{Q(x)}) is proper if the degree of the numerator polynomial (P(x)) is less than the degree of the denominator polynomial (Q(x)).
  2. Improper Rational Function: A rational function (frac{P(x)}{Q(x)}) is improper if the degree of (P(x)) is greater than or equal to the degree of (Q(x)). Improper rational functions must first be converted to proper rational functions through polynomial long division before partial fraction decomposition.

Decomposition of Proper Rational Functions with Linear Factors

Case 1: Denominator with Distinct Linear Factors

If the denominator (Q(x)) can be factored into distinct linear factors, e.g., ((ax+b)(cx+d)), then the rational function can be expressed as a sum of partial fractions in the form:

(frac{P(x)}{(ax+b)(cx+d)} = frac{A}{ax+b} + frac{B}{cx+d})

Where (A) and (B) are constants to be determined.

Example 1

Question: Resolve (frac{x+1}{(x-2)(x+3)}) into partial fractions.

Solution:

Step 1: Set up the partial fraction form.

(frac{x+1}{(x-2)(x+3)} = frac{A}{x-2} + frac{B}{x+3})

Step 2: Clear the denominators by multiplying both sides by ((x-2)(x+3)).

(x+1 = A(x+3) + B(x-2))

Step 3: Solve for A and B by substituting values of (x) that make the factors zero.

Let (x=2):
(2+1 = A(2+3) + B(2-2))
(3 = 5A + 0)
(A = frac{3}{5})

Let (x=-3):
(-3+1 = A(-3+3) + B(-3-2))
(-2 = 0 – 5B)
(B = frac{-2}{-5} = frac{2}{5})

Step 4: Substitute the values of A and B back into the partial fraction form.

Answer: (frac{x+1}{(x-2)(x+3)} = frac{3}{5(x-2)} + frac{2}{5(x+3)})

Case 2: Denominator with Repeated Linear Factors

If the denominator (Q(x)) contains a repeated linear factor, e.g., ((ax+b)^2), then the rational function can be expressed as a sum of partial fractions in the form:

(frac{P(x)}{(ax+b)^2} = frac{A}{ax+b} + frac{B}{(ax+b)^2})

For a factor like ((ax+b)^3), the form would be (frac{A}{ax+b} + frac{B}{(ax+b)^2} + frac{C}{(ax+b)^3}).

Example 2

Question: Resolve (frac{3x+1}{(x+1)^2}) into partial fractions.

Solution:

Step 1: Set up the partial fraction form.

(frac{3x+1}{(x+1)^2} = frac{A}{x+1} + frac{B}{(x+1)^2})

Step 2: Clear the denominators by multiplying both sides by ((x+1)^2).

(3x+1 = A(x+1) + B)

Step 3: Solve for A and B.

Let (x=-1):
(3(-1)+1 = A(-1+1) + B)
(-3+1 = 0 + B)
(B = -2)

To find A, we can substitute another value for (x), say (x=0):
(3(0)+1 = A(0+1) + B)
(1 = A + B)
Since (B=-2):
(1 = A – 2)
(A = 1 + 2 = 3)

Alternatively, compare coefficients of (x):
(3x+1 = Ax+A+B)
Comparing coefficients of (x): (3 = A)
Comparing constant terms: (1 = A+B)
Substitute (A=3) into (1 = A+B): (1 = 3+B implies B = 1-3 = -2)

Step 4: Substitute the values of A and B back into the partial fraction form.

Answer: (frac{3x+1}{(x+1)^2} = frac{3}{x+1} – frac{2}{(x+1)^2})

Teaching Methods/Instructional Techniques

Explanation, Demonstration, Guided Practice, Question and Answer, Problem Solving

Instructional Procedures

Step 1: Introduction

Time: 5 minutes

Teaching Skill: Recalling/Engaging

Teacher’s Activity: The teacher greets the students and reviews their knowledge of algebraic fractions, asking them to simplify a simple algebraic fraction. The teacher then introduces the topic of partial fractions as the reverse process of combining fractions.

Pupils’ Activity: Students respond to questions about algebraic fractions and listen attentively to the introduction of partial fractions.

Learning Point: Algebraic fractions recall

Step 2: Definition of Partial Fractions

Time: 7 minutes

Teaching Skill: Explaining/Defining

Teacher’s Activity: The teacher explains what partial fractions are and defines proper and improper rational functions, focusing on proper rational functions for this lesson. The teacher uses examples to illustrate the concept.

Pupils’ Activity: Students listen, ask questions for clarity, and identify proper rational functions from examples.

Learning Point: Partial fraction definition

Step 3: Distinct Linear Factors

Time: 10 minutes

Teaching Skill: Demonstrating/Explaining

Teacher’s Activity: The teacher explains how to resolve proper rational functions with distinct linear factors in the denominator. The teacher writes the general form on the board and demonstrates Example 1 step-by-step.

Pupils’ Activity: Students observe the general form and follow the steps of the worked example, asking questions where necessary.

Learning Point: Distinct linear factors

Step 4: Guided Practice (Distinct Linear Factors)

Time: 7 minutes

Teaching Skill: Guiding/Facilitating

Teacher’s Activity: The teacher writes another problem involving distinct linear factors on the board and guides students to solve it, providing assistance as needed.

Pupils’ Activity: Students attempt to solve the problem individually or in pairs, applying the steps learned.

Learning Point: Problem-solving practice

Step 5: Repeated Linear Factors

Time: 8 minutes

Teaching Skill: Explaining/Demonstrating

Teacher’s Activity: The teacher introduces the concept of repeated linear factors in the denominator. The teacher writes the general form for repeated linear factors and demonstrates Example 2 step-by-step.

Pupils’ Activity: Students pay attention to the new form and the method for solving, comparing it with distinct linear factors.

Learning Point: Repeated linear factors

Step 6: Guided Practice (Repeated Linear Factors)

Time: 4 minutes

Teaching Skill: Guiding/Supporting

Teacher’s Activity: The teacher provides a similar problem for students to try, offering support and correcting misconceptions.

Pupils’ Activity: Students work on the problem and seek clarification from the teacher.

Learning Point: Application of method

Step 7: Evaluation/Review

Time: 5 minutes

Teaching Skill: Questioning/Assessment

Teacher’s Activity: The teacher evaluates the learning by asking the following questions:

  1. What are partial fractions?
  2. When is a rational function considered proper?
  3. State the partial fraction form for (frac{P(x)}{(x-a)(x-b)}).
  4. State the partial fraction form for (frac{P(x)}{(x-a)^2}).

Pupils’ Activity: Pupils answer orally and in writing.

Learning Point: Understanding of concepts

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, including definitions and examples, into their notebooks.

Pupils’ Activity: Pupils/students copy the notes carefully into their notebooks.

Learning Point: Recording lesson content

Step 9: Conclusion

Time: 2 minutes

Teaching Skill: Summarizing/Reinforcing

Teacher’s Activity: The teacher briefly summarizes the key concepts of partial fractions, emphasizing the difference between distinct and repeated linear factors, and encourages students to practice more problems.

Pupils’ Activity: Students listen to the summary and prepare for the next lesson.

Learning Point: Lesson reinforcement

Continuous Assessment/Further Study

Type: Homework

Instruction: Resolve the following rational functions into their partial fractions:

  1. (frac{x+5}{(x+1)(x-3)})
  2. (frac{2x-1}{(x-2)^2})
  3. (frac{4x}{(x+2)(x-1)})

Lesson Keywords

  • Partial Fractions – Simpler fractions that sum up to a complex algebraic fraction.
  • Rational Function – A function expressed as a ratio of two polynomials.
  • Proper Rational Function – A rational function where the degree of the numerator is less than the degree of the denominator.
  • Distinct Linear Factors – Linear factors in the denominator that are all different.
  • Repeated Linear Factors – Linear factors in the denominator that appear more than once.

Differentiation

For struggling learners, provide extra guided practice with simpler numerical examples and focus on one type of factor at a time. For advanced learners, introduce problems with three distinct linear factors or a combination of distinct and repeated factors to challenge them further.

Suggested Lesson Videos

For further understanding, search YouTube for “Partial Fractions distinct and repeated linear factors SS3” or “Partial Fraction Decomposition Further Maths”.

Teacher Guide for Using This Lesson Plan

Before the lesson, ensure you have charts or examples of partial fraction problems ready. Begin by reviewing algebraic fractions to activate prior knowledge. Clearly explain the definition of partial fractions and the distinction between proper and improper rational functions. When demonstrating the resolution of partial fractions, take a step-by-step approach, showing how to set up the form and how to solve for the unknown constants. Encourage students to participate actively during guided practice sessions. Pay close attention to common errors, such as incorrect algebraic manipulation or mistakes in solving for the constants. Allow students to copy the Board Summary notes after the main concepts and examples have been thoroughly explained and practised. Conclude by reinforcing the main ideas and assigning homework for further practice.

Export this post
Partial Fractions, Meaning and Basic Forms for SS 3
Community Join the conversation Open discussion +