Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.4 Q-17

Question Statement

We are given two matrix equations and are asked to find the system of linear equations corresponding to each. Additionally, we must check if the lines represented by the systems are concurrent.


Background and Explanation

A system of linear equations can be represented in matrix form. The matrix multiplication gives the equations of the system. For the given matrix equations, we will extract the corresponding linear equations and determine whether the system has any solutions where the lines intersect (concurrent).


Solution

Part (a)

The matrix equation is:

[10βˆ’12010βˆ’12][xyz]=[000]\left[\begin{array}{ccc}1 & 0 & -1 2 & 0 & 1 0 & -1 & 2\end{array}\right] \left[\begin{array}{l}x y z\end{array}\right] = \left[\begin{array}{l}0 0 0\end{array}\right]

Multiplying the matrices on the left-hand side, we get the following system of equations:

[x+0yβˆ’z2x+0y+z0xβˆ’y+2z]=[000]\left[\begin{array}{ccc} x & + 0y & -z 2x & + 0y & +z 0x & -y & +2z \end{array}\right] = \left[\begin{array}{l} 0 0 0 \end{array}\right]

This leads to the system:

xβˆ’z=0(1)x - z = 0 \quad (1) 2x+z=0(2)2x + z = 0 \quad (2) βˆ’y+2z=0(3)-y + 2z = 0 \quad (3)

Now, solving these equations:

  1. From equation (1), we have x=zx = z.
  2. Substitute x=zx = z into equation (2):
2z+z=0β‡’3z=0β‡’z=0. 2z + z = 0 \quad \Rightarrow \quad 3z = 0 \quad \Rightarrow \quad z = 0.
  1. Substituting z=0z = 0 into x=zx = z, we find x=0x = 0.
  2. From equation (3), substitute z=0z = 0:
βˆ’y+2(0)=0β‡’y=0. -y + 2(0) = 0 \quad \Rightarrow \quad y = 0.

Thus, the solution to this system is x=0,y=0,z=0x = 0, y = 0, z = 0.

Now, let’s check if the lines are concurrent. To check for concurrency, we compute the determinant of the coefficient matrix:

A=[10βˆ’12010βˆ’12]A = \left[\begin{array}{ccc}1 & 0 & -1 2 & 0 & 1 0 & -1 & 2\end{array}\right]

The determinant of AA is:

∣A∣=∣10βˆ’12010βˆ’12∣=∣1βˆ’121∣=(1)(1)βˆ’(2)(βˆ’1)=1+2=3β‰ 0.|A| = \left|\begin{array}{ccc}1 & 0 & -1 2 & 0 & 1 0 & -1 & 2\end{array}\right| = \left|\begin{array}{cc}1 & -1 2 & 1\end{array}\right| = (1)(1) - (2)(-1) = 1 + 2 = 3 \neq 0.

Since the determinant is not zero, the system of equations does not represent concurrent lines.

Part (b)

The second matrix equation is:

[11224βˆ’336βˆ’5][xy1]=[000]\left[\begin{array}{ccc}1 & 1 & 2 2 & 4 & -3 3 & 6 & -5\end{array}\right] \left[\begin{array}{l}x y 1\end{array}\right] = \left[\begin{array}{l}0 0 0\end{array}\right]

Multiplying the matrices on the left-hand side, we get the following system of equations:

x+y+2=0(1)2x+4yβˆ’3=0(2)3x+6yβˆ’5=0(3)\begin{aligned} x + y + 2 &= 0 \quad (1) 2x + 4y - 3 &= 0 \quad (2) 3x + 6y - 5 &= 0 \quad (3) \end{aligned}

Thus, the system of equations is:

x+y+2=0x + y + 2 = 0 2x+4yβˆ’3=02x + 4y - 3 = 0 3x+6yβˆ’5=03x + 6y - 5 = 0

Next, we compute the determinant of the coefficient matrix:

A=[11224βˆ’336βˆ’5]A = \left[\begin{array}{ccc}1 & 1 & 2 2 & 4 & -3 3 & 6 & -5\end{array}\right]

The determinant of AA is:

∣A∣=∣11224βˆ’336βˆ’5∣=1∣4βˆ’36βˆ’5βˆ£βˆ’1∣2βˆ’33βˆ’5∣+2∣2436∣|A| = \left|\begin{array}{ccc}1 & 1 & 2 2 & 4 & -3 3 & 6 & -5\end{array}\right| = 1\left|\begin{array}{cc}4 & -3 6 & -5\end{array}\right| - 1\left|\begin{array}{cc}2 & -3 3 & -5\end{array}\right| + 2\left|\begin{array}{cc}2 & 4 3 & 6\end{array}\right|

Calculating the 2x2 determinants:

=1[(4)(βˆ’5)βˆ’(6)(βˆ’3)]βˆ’1[(2)(βˆ’5)βˆ’(3)(βˆ’3)]+2[(2)(6)βˆ’(3)(4)]= 1\left[(4)(-5) - (6)(-3)\right] - 1\left[(2)(-5) - (3)(-3)\right] + 2\left[(2)(6) - (3)(4)\right] =1[βˆ’20+18]βˆ’1[βˆ’10+9]+2[12βˆ’12]= 1\left[-20 + 18\right] - 1\left[-10 + 9\right] + 2\left[12 - 12\right] =(βˆ’2)βˆ’1(βˆ’1)+2(0)= (-2) - 1(-1) + 2(0) =βˆ’2+1=βˆ’1β‰ 0.= -2 + 1 = -1 \neq 0.

Since the determinant is not zero, the matrix is non-singular, and thus the system of equations does not represent concurrent lines.


Key Formulas or Methods Used

  • Matrix Multiplication: Used to convert the matrix equation into a system of linear equations.
  • Determinant of a Matrix: Used to check if the lines represented by the system are concurrent (if the determinant is zero, the system has no unique solution, suggesting concurrency).

Summary of Steps

  1. Part (a):
    • Multiply the matrices to form the system of equations.
    • Solve for xx, yy, and zz.
    • Compute the determinant of the coefficient matrix.
    • Since the determinant is non-zero, the lines are not concurrent.
  2. Part (b):
    • Multiply the matrices to form the system of equations.
    • Compute the determinant of the coefficient matrix.
    • Since the determinant is non-zero, the lines are not concurrent.