After matrix subtraction, we get equations (one per each element):
1)x12+x2x3−2x1=−1
2)x1x2+x2x4−2x2=0
3)x1x3+x3x4−2x3=6
4)x2x3+x42−2x4=3
Let's group the second and the third equations:
2)x2(x1+x4−2)=0
3)x3(x1+x4−2)=6
From the second equation we understand that x2 = 0 or x1 + x4 - 2 = 0. The second assumption is false because if it were true, then the third equation would be:
3)x3∗0=6
which is impossible. Thus, x2=0 .
Let's group the first and the fourth equations:
1)x2x3=−1+2x1−x12
4)x2x3=3+2x4−x42
As x2 = 0, then x2x3 = 0. That means:
1)x12−2x1+1=0
4)x42−2x4−3=0
Let's solve the first equation:
x12−2x1+1=0
D=b2−4∗a∗c=4−4=0.
That means there is only one solution for this equation:
x1=2∗a−b=22=1
Thus, x1=1.
Let's solve the fourth equation:
x42−2x4−3=0
D=b2−4∗a∗c=4+12=16;D=4;
x4;1=2∗a−b−D=22−4=−1
x4;2=2∗a−b+D=22+4=3
So, x4 has two solutions.
Let's get back to the third equation again:
x3(x1+x4−2)=6
x3=x1+x4−26=x4−16
If x4 = -1, then:
x3=−26=−3
If x4 = 3, then:
x3=26=3
Thus, (x3;x4) is (-3;-1) or (3;3).
So, there are two solutions, the matrices are as follows:
Comments