Teaching Method in Futher Mathematics

Asei Lesson Plan on Further Maths - Matrices

Subject: Futher Mathematics

Theme: Matrices

Topic: Matrices

Sub Topic: Basic Concepts of Matrices

Date: dd/mm/yyyy

Class: SSS 3

Duration: 35 Minutes

No of Learners: 30

Learning Objectives:

By the end of the lesson learners should be able to:
  1. Defined Matrices

  2. A Matrix is a rectangular array of numbers or elements that are enclosed within brackets. E.g.

  3. Describe the elements, row, column and order of matrices.

  4. E.g.

    NOTE: In describing the matrix, the number of rows is started first and the number of columns second. In general, a matrix with m-rows and n-columns is said to have an order of mxn.
    A matrix with only one row of elements is called a row or line matrix. E.g. ( 4   8   -2   0   5 ), while a matrix with only one column of elements is called a column matrix.

  5. Identify and describe the notation of a matrix. e.g

  6. Solve questions on Equality of Matrices.


  7. Two matrices are said to be equal if corresponding elements throughout are equal. The two matrices must also be of the same order. E.g.

Rationale:

In computer-based applications, matrices play a vital role in the projection of three-dimensional images into a two-dimensional screen, creating realistic seeming motions. Digital Images have spaced collections of pixels or image elements arranged in 2d space and in computers they are represented as Matrices. These matrices contain different values of integers which represent the level of brightness or intensity or similar properties. It is therefore important for students to be taught Matrices.

Prerequisite/ Previous knowledge:

Learners have learnt the Binary format for communication by the computer.


Learning Materials:

Pictures of encryption of message codes, binary format for communication, colour pixel used by the computer.


Reference Materials:

  1. Further Mathematics Project 3 by Tuttuh-Adegun, M.R. Sivasubramaniam, S. Adegoke, R
  2. Engineering Mathematics by K. A. Stroud


Lesson Development:

STAGE
TEACHER'S ACTIVITY
LEARNER'S ACTIVITY
LEARNING POINTS
INTRODUCTION
full class session (5mins)
The teacher asks learners to identify the following picture on the board.
Through question and answer teacher guides the learners to solve the following binary matrix format for communication by the computer to Decimal Equivalent in Human understanding.
  1. 0001
  2. 0010
  3. 0011
  4. 0100
  5. 0101
  6. 0110
  7. 0111
  8. 1000
  9. 1001
  10. 110101
Learners expected to respond;

The diagram on the board is a Binary Matrix.

  1. 0001 = (0*2^3) + (0*2^2) + ( 0*2^1) + ( 1*2^0) = 1
  2. 0010 = (0*2^3) + (0*2^2) + ( 1*2^1) + ( 0*2^0) = 2
  3. 0011 = (0*2^3) + (0*2^2) + ( 1*2^1) + ( 1*2^0) = 3
  4. 0100 = (0*2^3) + (1*2^2) + ( 0*2^1) + ( 0*2^0) = 4
  5. 0101 = (0*2^3) + (1*2^2) + ( 0*2^1) + ( 1*2^0) = 5
  6. 0110 = (0*2^3) + (1*2^2) + ( 1*2^1) + ( 0*2^0) = 6
  7. 0111 = (0*2^3) + (1*2^2) + ( 1*2^1) + ( 1*2^0) = 7
  8. 1000 = (1*2^3) + (0*2^2) + ( 0*2^1) + ( 0*2^0) = 8
  9. 1001 = (0*2^3) + (1*2^2) + ( 1*2^1) + ( 0*2^0) = 9
  10. 110101 = (1*2^5) + (1*2^4) + ( 0*2^3) + ( 1*2^2) + ( 0*2^1) + ( 1*2^0) = 53
Learner’s entry points.

NOTE:
* means Times (x)
^ means to rise to power.

DEVELOPMENT Step 1. Group Work (2 mins) The teacher guides the learners to form four groups and ask them to choose their leaders and secretaries. Learners choose their group leaders and secretaries. Inculcating leadership skills, competitive spirit, cooperation, teamwork and a sense of responsibility among learners.
Step 2 Full class session (7mins) The teacher should explain the importance & application of matrices as used by the computer to process data and give out information e.g in graphics presentation, communication etc, this will enable learners to develop interest & appreciate the concepts of the topic.


Guide learners in activities that lead them to the definition of a matrix, element of matrix, row, column and order of the matrix. The teacher gives the four groups a printout of RGB (Red Green Blue) colour code.
and ask them to explain or describe the figure placed before them.
Teacher to encourage vibrant brainstorm of ideas and facilitate students’ participation and clarify or render help if necessary in the activity.
Learners expected response;
  1. An array of numbers.
  2. A set of real or complex numbers ( or elements) arranged in rows and columns.
Developing the definition of a matrix from the activity.
The teacher then tell learners that the figure with the brackets are matrices and ask learners to define matrix in their own words. Learners expected to respond.
  1. A matrix is a set of real or complex numbers ( or elements) arranged in rows and columns within brackets to form a rectangular array.
  2. A matrix is a rectangular array of numbers that are enclosed within brackets.
Definition of Matrix.
The teacher then asks learners to identify the elements, numbers of rows, numbers of columns and order in each matrix in the figures above.

The teacher should inform learners that in describing the matrix, the number of rows is started first and the number of columns second. In general, a matrix with m-rows and n-columns is said to have an order of mxn.

Also, A matrix with only one row of elements is called a row or line matrix. E.g. figure 1.3 is a line or row matrix.

A matrix with only one column of elements is called a column matrix. E.g. figure 1.2 is a column matrix.

Learners expected to respond.
  • Figure 1.2:
    the elements are 58, 180 and 157.
    it has three rows and one column.
    has an order of 3x1 read "three by one".
  • Figure 1.3:
    the elements are 3, 13 and 3.
    it has one row and three columns.
    has an order of 1x3 read "one by three".
  • Figure 1.4:
    the elements are 1, 2, 4, 3, 7, 3, 0, 1, and 5
    it has three rows and three columns.
    has an order of 3x3 read "three by three".
  • Figure 1.5:
    the elements are 5, 0, 1, 9, -3 and 8.
    it has two rows and three columns.
    has an order of 2x3 read "two by three".
Identifying the elements, rows, columns and order of matrices.
Stage 3
Full class discussion (10 mins)
The teacher guides learners to identify the notation of each element in the matrix below.
The teacher explains to learners that the matrix.
is denoted by bold faces capital letters, while the elements of the matrix are denoted by small letters with a suffix that uniquely defined the exact positions of each element in the array.
Learners follow the teacher's procedures to identify and list the notation of each element in the matrix.
  1. A is the matrix.
  2. a11 is the element of A in the first row and first column.
  3. a12 is the element of A in the first row and second column.
  4. a21 is the element of A in the second row and first column.
  5. a22 is the element of A in the second row and second column.
Identifying and describing the notation of an element of a matrix.
The teacher guides learners to solve the following question.

The teacher explains to learners that two matrices are said to be equal if corresponding elements throughout are equal. hence, the two matrices must also be of the same order.
learners expected to respond; SolutionSince the two matrices are equal, their corresponding elements are equal.
  1. a = 5
  2. b = 7
  3. c = 1
  4. d = -3
Equality of matrices.
Evaluation. Full class session (10 mins) Ask the following questions to evaluate the achievement of the set objectives.
  1. What is a matrix?
  2. List the elements of (iii) and determine the order of (i), (ii), (iii), (iv) in the following matrices.
  3. Given that,
  4. Find;
    1. a11
    2. a32
    3. b21
    4. c23
    If C = A and not equal to B what is the value of,
    1. p
    2. z
    3. x
    4. r
    5. s
    6. i
    If B = C and not equal to A what is the value of,
    1. p
    2. z
    3. x
    4. r
    5. s
    6. i
Learners expected response:
  1. A Matrix is a rectangular array of numbers or elements that are enclosed within brackets.

  2. The elements of (iii) are;
    4, -2, -6, and 1.
Order of;
  • (i) 3x2
  • (ii) 1x4
  • (iii) 4x1
  • (iv) 3x3
  1. a11 = 0
  2. a32 = 1
  3. b21 = 7
  4. c23 = 1
    If C = A
  1. p = 0
  2. z = 3
  3. x = -9
  4. r = 0
  5. s = 7
  6. i = -4
    If B = C
  1. p = 4
  2. z = 0
  3. x = 7
  4. r = -1
  5. s = 3
  6. i = -2
Confirming the achievement of the set objectives.
Conclusion, full class session (3 mins) Ask learners,
Learners expected response.

Matrices that have the same order are said to be equal if their corresponding elements are equal.
x = 8 and y = 1

Acquiring/ improving understanding of the Basic Concepts Matrices.
ASSIGNMENT The teacher gives learners a take home.
  1. What is the order of the matrices (i) and (ii) above?
  2. Locate the following in matrix (i) above; (a) 3, (b) -1, (c) 9
  3. Find the values of a, y and k in figure (iii) above.
Learners answer other questions. Improving their level of understanding of Matrices.

Free Will Donation

We know times are tough right now, but if you could donate and support us, be rest assured that your great contributions are immensely appreciated and will be for the progress of our work to help us pay for the server cost, domain renewal, and other maintenance costs of the site. Nothing is too small; nothing is too little.

Account Details

BANK: UNITED BANK FOR AFRICA PLC

ACCOUNT NAME: OFAGBE GODSPOWER GEORGE

ACCOUNT NUMBER: 2250582550

SWIFT CODE: UNAFNGLA

ACCOUNT TYPE: SAVINGS

CURRENCY: DOLLAR (USD) ACCOUNT

ADDRESS: 1. M. Aruna Close, Ughelli, Delta State, Nigeria

PHONE: +234805 5084784, +234803 5586470



BANK: UNITED BANK FOR AFRICA Plc (UBA)

ACCOUNT NAME: OFAGBE GODSPOWER GEORGE

ACCOUNT NUMBER: 2042116266

SORT CODE: 033243371

ACCOUNT TYPE: SAVINGS

CURRENCY: NAIRA ACCOUNT

ADDRESS: 1. M. Aruna Close, Ughelli, Delta State, Nigeria

PHONE: +234805 5084784, +234803 5586470



Your active support gives strength to our Team and inspires to work. Each donated dollar is not only money for us, but it is also the confidence that you really need our project!
AseiClass is a non-profit project that exists at its founders' expense, it will be difficult to achieve our goals without your help.
Please consider making a donation.
Thank you.


AseiClass Team

Facts about Teachers

● ● ● Teachers Are Great No Controversy.

● ● ● Teachers are like candles, they burn themselves to light others.

● ● ● Teachers don't teach for the money.

● ● ● Every great mind was once taught by some brilliant teachers.

● ● ● Teachers are the second parents we have.

● ● ● If you can write your name, thank your teacher.

Teaching slogans

● ● ● Until the learner learns the teacher has not taught.

● ● ● I hear and forget, I see and remember, I do and know.

● ● ● The good teacher explains. The superior teacher demonstrates. The great teacher inspires.

We provide educational resources/materials, curriculum guide, syllabus, scheme of work, lesson note & plan, waec, jamb, O-level & advance level GCE lessons/tutorial classes, on various topics, subjects, career, disciplines & department etc. for all the Class of Learners