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}?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top