Solving for X inside of a 3X3Matrix

  • Thread starter Thread starter smashbrohamme
  • Start date Start date
AI Thread Summary
The discussion focuses on solving a system of equations using Cramer's rule within a 3x3 matrix framework. The initial setup leads to the equation x(2x-3)-1(2)+2(1)=-4x, which simplifies to 2x^2+x=0. A mistake is identified in the division step, where the incorrect result of 2x^2+1x=0 is derived. The correct solutions found are x=0 and x=-1, but the user expresses frustration over the error in their calculations. Ultimately, the thread highlights the importance of careful manipulation of equations in matrix algebra.
smashbrohamme
Messages
97
Reaction score
1
Using cramers rule.

the equation is.

x,1,2
1,x,3 all set to equal -4x
0,1,2


I made my 2x2 matrix like this

x|x,3| -1|1,3| +2|1,x|
|1,2| |0,2| |0,1|

eventually I ended up with x(2x-3)-1(2)+2(1)=-4x

condensed it down to 2x^2-3x=-4x

2x^2+1x=0
x(x+1)=0

x=0, or x=-1.

I go back to plug it in...and its wrong! :(
 
Physics news on Phys.org
When you had your initial equation, 2x^2+x=0 and you divided by 2, you got an incorrect result.
 
smashbrohamme said:
2x^2+1x=0
x(x+1)=0

Little mistake in this step...
 
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