Home / Edexcel A Level / Study notes

Edexcel IAL - Further Pure Mathematics 1- 5.2 Scalar Multiplication of Matrices- Study notes  - New syllabus

Edexcel IAL – Further Pure Mathematics 1- 5.2 Scalar Multiplication of Matrices -Study notes- New syllabus

Edexcel IAL – Further Pure Mathematics 1- 5.2 Scalar Multiplication of Matrices -Study notes -Edexcel A level Maths- per latest Syllabus.

Key Concepts:

  • 5.2 Scalar Multiplication of Matrices

Edexcel IAL Maths-Study Notes- All Topics

Multiplication of a Matrix by a Scalar

A scalar is a single number. Multiplying a matrix by a scalar means multiplying every entry of the matrix by that number.

Definition

Let \( k \) be a scalar and let

\( A = \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix} \)

Then:

\( kA = \begin{pmatrix} ka_{11} & ka_{12} \\ ka_{21} & ka_{22} \end{pmatrix} \)

So every element of the matrix is multiplied by \( k \).

Geometric Interpretation

Scalar multiplication changes the size of a matrix but not its structure.

  • If \( k > 1 \), the matrix is enlarged.
  • If \( 0 < k < 1 \), the matrix is shrunk.
  • If \( k < 0 \), the matrix is also reflected in sign.

Properties

  • \( k(A + B) = kA + kB \)
  • \( (k + m)A = kA + mA \)
  • \( k(mA) = (km)A \)
  • \( 1A = A \)

Example 

\( A = \begin{pmatrix} 2 & -1 \\ 4 & 3 \end{pmatrix} \). Find \( 3A \).

▶️ Answer / Explanation

\( 3A = \begin{pmatrix} 3(2) & 3(-1) \\ 3(4) & 3(3) \end{pmatrix} = \begin{pmatrix} 6 & -3 \\ 12 & 9 \end{pmatrix} \)

Example 

\( B = \begin{pmatrix} 1 & 4 \\ -2 & 5 \end{pmatrix} \). Find \( -2B \).

▶️ Answer / Explanation

\( -2B = \begin{pmatrix} -2 & -8 \\ 4 & -10 \end{pmatrix} \)

Example 

If \( k \begin{pmatrix} 3 & 1 \\ -2 & 4 \end{pmatrix} = \begin{pmatrix} 9 & 3 \\ -6 & 12 \end{pmatrix} \), find \( k \).

▶️ Answer / Explanation

Compare corresponding entries:

\( 3k = 9 \Rightarrow k = 3 \)

All other entries confirm this value.

Scroll to Top