Exercise 2.6 — Question 1
This question involves solving a system of three linear equations in three unknowns using Cramer's Rule.
For a system AX=B where A is a 3×3 coefficient matrix and ∣A∣=0, the unique solution is:
x=∣A∣∣Ax∣,y=∣A∣∣Ay∣,z=∣A∣∣Az∣
where:
- ∣A∣ = determinant of the coefficient matrix
- ∣Ax∣ = determinant obtained by replacing the 1st column of A with B
- ∣Ay∣ = determinant obtained by replacing the 2nd column of A with B
- ∣Az∣ = determinant obtained by replacing the 3rd column of A with B
For matrix A=a1a2a3b1b2b3c1c2c3, expanding along Row 1:
∣A∣=a1b2b3c2c3−b1a2a3c2c3+c1a2a3b2b3
Solve the system using Cramer's Rule:
x+2y+3z=6
2x−y+z=1
x+y−z=−1
Step 1: Write the coefficient matrix and constant vector
A=1212−1131−1,B=61−1
Step 2: Evaluate ∣A∣ (cofactor expansion along Row 1)
∣A∣=1−111−1−2211−1+321−11
=1(1−1)−2(−2−1)+3(2+1)=0+6+9=15
Since ∣A∣=15=0, a unique solution exists.
Step 3: Evaluate ∣Ax∣ (replace column 1 with B)
Ax=61−12−1131−1
∣Ax∣=6(1−1)−2(−1+1)+3(1−1)=0−0+0=15
Step 4: Evaluate ∣Ay∣ (replace column 2 with B)
Ay=12161−131−1
∣Ay∣=1(−1+1)−6(−2−1)+3(−2−1)=0+18−9=9
Step 5: Evaluate ∣Az∣ (replace column 3 with B)
Az=1212−1161−1
∣Az∣=1(1−1)−2(−2−1)+6(2+1)=0+6+18=24
Step 6: Apply Cramer's Rule
x=∣A∣∣Ax∣=1515=1,y=∣A∣∣Ay∣=159=53,z=∣A∣∣Az∣=1524=58
| Condition | Interpretation |
|---|
| $ | A |
| $ | A |