What Value of k Ensures Consistency in These Simultaneous Equations?

  • Thread starter Thread starter Gregg
  • Start date Start date
AI Thread Summary
The discussion centers on determining the value of k that ensures consistency in a set of simultaneous equations. The equations are shown to be independent, indicated by a determinant of -9, suggesting they cannot be expressed as multiples of one another. The approach involves setting up an augmented matrix and using row operations to achieve row reduced echelon form. Through this method, it is concluded that the equations are consistent only when k equals 1. The solution emphasizes the importance of matrix manipulation in solving systems of equations.
Gregg
Messages
452
Reaction score
0

Homework Statement



Show that the simultanbeous equations

6x-7y+2z=4

6x-y-z=7

2x-3y+z=k

where k is a constant, are consisten only when k=1.


The Attempt at a Solution



Don't know how to start, the determinent of the co-efficient matrix is -9. This means they are independant, which means I can't express multiples of (1) and (2) for (3) right? I tried to get x and y in terms of z, then substitute for (3)... Doesn't work. I need the method.
 
Physics news on Phys.org
Set up the augmented matrix of your system of equations (since the order in which the equations are given is unimportant, you can set things up this way)

<br /> \begin{pmatrix}<br /> 2 &amp; -3 &amp; \hphantom{-}1 &amp; k \\<br /> 6 &amp; -7 &amp; \hphantom{-}2 &amp; 4\\<br /> 6 &amp; -1 &amp; -1 &amp; 7<br /> \end{pmatrix}<br />


Use row operations to reduce this to row reduced echelon form. You'll see why when you reach that form.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
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