Matrix - solving linear system

Amy-Lee
Messages
27
Reaction score
0
linear system:
x + y +z = 2
2x + 3y+ 2z = 3
2x + 3y+ (a2 - 2)z = a+1


when reducing it to row echelon form, the last step looks like the following (if my calculations are right)

1 1 1 2
0 0 1 1
0, 1, a2-5, a-4


the question is to determine all values of a for which he system has
(a)no solution, (b) infinitely many solutions, (c) only one solution

for (a) to happen a2-5 = 0 and a-4 not=0

but I can't seem to factorize a2-5=0 or are my calculations just wrong?


thanks Amy-Lee
 
Physics news on Phys.org
Welcome to PF!

Hi Amy-Lee! Welcome to PF! :smile:
Amy-Lee said:
… for (a) to happen a2-5 = 0 and a-4 not=0

but I can't seem to factorize a2-5=0 or are my calculations just wrong?

I haven't checked how you got there, but a2 - 5 = 0 is just (a + √5)(a - √5) = 0, or a = ±√5 :wink:
 
Thank you Tiny Tim!:approve:
 
Did it occur to you that a^2- 5= 0 is the same as a^2= 5 and so a= \pm\sqrt{5}?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top