Finding the value of a variable in a matrix

incxx
Messages
2
Reaction score
0

Homework Statement


Given :

 x+y+5z = 2

 x+2y+7z = 1

 2x−y+4z = a
.
a) Determine the value of a which will make the given system have many solutions. Explain your answer.
b) Choose a value of a which will make the given system have NO solutions. Explain your answer.
c) Is it possible to choose a value of a, which will make the given system have exactly one solutions? Explain
your answer.

Homework Equations

The Attempt at a Solution


I found the reduced matrix of the system of equations and got,
1 0 3
0 1 2
0 0 0
, but am not sure on what to do next.
 
Physics news on Phys.org
incxx said:

Homework Statement


Given :

 x+y+5z = 2

 x+2y+7z = 1

 2x−y+4z = a
.
a) Determine the value of a which will make the given system have many solutions. Explain your answer.
b) Choose a value of a which will make the given system have NO solutions. Explain your answer.
c) Is it possible to choose a value of a, which will make the given system have exactly one solutions? Explain
your answer.

Homework Equations

The Attempt at a Solution


I found the reduced matrix of the system of equations and got,
1 0 3
0 1 2
0 0 0
, but am not sure on what to do next.
You need to set up an augmented matrix whose fourth column contains the constants on the right sides of your equations.
 
Equivalently, don't use matrices at all!
You have:
x+y+5z = 2
 x+2y+7z = 1
 2x−y+4z = a

Subtract the first equation from the second to get y+ 2z= -1.
Subtract the third equation from twice the first equation to get 3y+ 6z= 4- a

Subtract three times the first of those equations from the second to get 0= 7- a.

For what value of a is that true? So for what value of a does the original set of equations have an infinite number or solutions? For what values of a does it have no solution?
 
thank you I understand how to do it now!
 
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