Linear Algebra - Find an equatio relating a,b,c

jinksys
Messages
122
Reaction score
0

Homework Statement



http://i.imgur.com/FuMGN

Homework Equations


The Attempt at a Solution



I know that for a linear system to be consistent it must have one or more answers.

After some row operations I get this matrix: http://i.imgur.com/KTEkF

I know that if I have a row of zeros that I have a trivial solution, so do I need to equate b-a-c to zero?

B - A - C = 0?
 
Last edited by a moderator:
Physics news on Phys.org
Think about what the augmented matrix represents: Ax = c, where A is your 3 x 3 matrix, x is the vector <x, y, z>, and c is the vector of constants, <a, b, c>.

The bottom row means 0x + 0y + 0z = b - a - c. Regardless of the values of x, y, and z, what is the only value that the right side could have to make an equation that had a solution?
 
Mark44 said:
Think about what the augmented matrix represents: Ax = c, where A is your 3 x 3 matrix, x is the vector <x, y, z>, and c is the vector of constants, <a, b, c>.

The bottom row means 0x + 0y + 0z = b - a - c. Regardless of the values of x, y, and z, what is the only value that the right side could have to make an equation that had a solution?

Zero. So the relationship between a,b, and c is b-c-a=0, correct?
 
Right. So the system of equations is consistent provided that b - c - a = 0. If two variables are specified, the third can be found. That means that there are two free variables, and therefore, the set of points in R3 for which the system of equations is consistent is a plane in space.
 
Mark44 said:
Right. So the system of equations is consistent provided that b - c - a = 0. If two variables are specified, the third can be found. That means that there are two free variables, and therefore, the set of points in R3 for which the system of equations is consistent is a plane in space.

Thank you for the help.
 
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