Linear Algebra solution to a system of equations

AI Thread Summary
The system of equations has been reduced to RREF, revealing two independent equations and two redundant ones. The solution indicates that there is one free variable, leading to the expressions x = 4t, y = -5t, and z = t. The rank of the matrix is 2, while the number of variables is 3, confirming that the dimension of the nullspace is 1. A basis for the nullspace is the vector (4, -5, 1), validating the solution. Thus, the approach and results are correct.
csgirl504
Messages
18
Reaction score
0

Homework Statement



x + y+ z = 0
3x + 2y -2z = 0
4x + 3y -z = 0
6x + 5y + z = 0

Homework Equations





The Attempt at a Solution



I put the equations into a matrix and reduced to RREF. This is what I end up with:

x - 4z = 0
y + 5z = 0

The other two rows in the matrix are all zeroes.

I've never solved a system that had more equations than unknowns, so I'm confused on how many free variables I will need. Right now I have this as my solution:

x = 4t
y = -5t
z = t
 
Physics news on Phys.org
csgirl504 said:

Homework Statement



x + y+ z = 0
3x + 2y -2z = 0
4x + 3y -z = 0
6x + 5y + z = 0

Homework Equations


The Attempt at a Solution



I put the equations into a matrix and reduced to RREF. This is what I end up with:

x - 4z = 0
y + 5z = 0

The other two rows in the matrix are all zeroes.

I've never solved a system that had more equations than unknowns, so I'm confused on how many free variables I will need. Right now I have this as my solution:

x = 4t
y = -5t
z = t

Homework Statement


Homework Equations


The Attempt at a Solution


And that is just fine as a solution. There are really only two independent equations in there. The third one is the sum of the first two equations. The fourth is three times the first equation added to the second. They are redundant, as your RREF showed you.
 
Last edited:
If you write the system of the equations in matrix form and you perform elementary row operations and put the matrix into row reduced echelon form then what is the rank of the matrix ? (Hint...which columns are independent and which are dependent ?) If the rank is r and the number of columns is n then n-r = the dimension of the nullspace for the coeficient matrix = the number of free variables. In this case the dimension for the nullspace is 1 since n - r = 3 - 2 = 1 and a basis for the nullspace is the vector c(4, -5, 1). So if c = 1 then x = 4, y = -5, z=1 is a solution. In other words you are correct.
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top