Solving a system on linear equations

AI Thread Summary
The discussion revolves around solving a system of linear equations with more variables than equations, leading to either no solutions or infinitely many solutions. The user attempts various row operations to simplify the equations but ends up with complex fractions in the solution set. Another participant points out that since there are more variables (x1-x6) than equations, the problem likely has infinitely many solutions. They suggest moving x5 and x6 to the right side to focus on a 4x4 system, acknowledging the arbitrary nature of x5 and x6. This approach emphasizes the need to recognize the implications of having more variables than equations in linear systems.
noamo48
Messages
2
Reaction score
0

Homework Statement


Row A) x1 + 2x2 - x3 + x4 + 2x5 = 1
Row B) 2x1 + x2 + x3 - x4 + 2x6 = -1
Row C) x1 + 4x2 - 2x3 + x4 - x5 = 0
Row D) x1 + x2 + 3x3 + x4 + x6 = 2


Homework Equations


Ri <--> Rj
Ri --> cRj, c not equal to 0
Ri --> Ri + cRj, c \neq 0, i \neq j


The Attempt at a Solution


1) Swap rows B and C

2a) Add (-1) x Row A to Row B
2b) Add (-2) x Row A to Row C
2c) Add (-1) x Row A to Row D

3a) Multiply Row B by (1/2)
3b) Add (-2) x Row B to Row A
3c) Add (3) x Row B to Row C
3d) Add Row B to Row D

4a) Multiply Row C by (2/3)
4b) Add (1/2) x Row C to Row B
4c) Add (-7/2) x Row C to Row D

5a) Multiply Row D by (1/7)
5b) Add (-1) x Row D to Row A
5c) Add Row D to Row B
5d) Add (2) x Row D to Row C

I wind up with a very funky solution set full of large fractions as coefficients...can someone let me know what they get please so I can compare...thanks!
 
Physics news on Phys.org
The first thing you need to recognize is that there are more variables (x1-x6) than there are equations. This means there are either no solutions or an infinite number of solutions. Are you sure the problem statement is correct?
 
I am positive that is the problem in my book...
 
I don't know how your instructor would want you to approach this problem but I'd solve it by moving x5 and x6 to the right hand side and solve the resulting 4 x 4 problem recognizing that x5 and x6 can take on arbitrary values (meaning there are infinitely many solutions).
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top