Solving a Matrix with variables

  • Thread starter Thread starter brownman
  • Start date Start date
  • Tags Tags
    Matrix Variables
AI Thread Summary
The discussion revolves around solving the equation involving a matrix product set to zero, specifically focusing on finding values of k. The user initially struggles with whether the matrix is homogeneous and the implications for the solutions of k. After multiplying the matrices, they derive a quadratic equation, but encounter issues with their calculations and results. Clarifications are provided regarding notation and the correct formulation of the equation, leading to the conclusion that the problem has been resolved with assistance from the instructor regarding the homework system. The user expresses gratitude for the help received.
brownman
Messages
13
Reaction score
0

Homework Statement



Find all values of k, if any, that satisfy the equation.

[2 2 k]*[1 3 0; 3 0 5; 0 5 -1][2 ; 2 ; k]=0

Homework Equations


The Attempt at a Solution



Multiplying the two matrices on the right

[2 2 k] * [8 ; 6 +5k ; 10-k]=0

Multiply again

[ 16 + 10+12k + 10k-k^2]=0

I'm stuck here, because I'm really confused about whether this is a homogeneous matrix or not, or if there are infinite solutions to k because the variable just needs to be zero.

Thanks for any help :)
 
Physics news on Phys.org
brownman said:

Homework Statement



Find all values of k, if any, that satisfy the equation.

[2 2 k]*[1 3 0; 3 0 5; 0 5 -1][2 ; 2 ; k]=0


Homework Equations





The Attempt at a Solution



Multiplying the two matrices on the right

[2 2 k] * [8 ; 6 +5k ; 10-k]=0

Multiply again

[ 16 + 10+12k + 10k-k^2]=0

I'm stuck here, because I'm really confused about whether this is a homogeneous matrix or not, or if there are infinite solutions to k because the variable just needs to be zero.

Thanks for any help :)

I'm not sure I understand your notation, but it looks for the matrix product to be zero, you need 16 + 10+12k + 10k-k^2 = 0. That's a quadratic equation, so should be easy to solve for k.
 
I've left it in MATLAB notation, so the semi colons indicate a new row and spaces mean the next entry is in the next column.

Thanks for helping me clear that up, I used the quadratic equation to solve for k but I got the roots 10±8\sqrt{2} which are apparently incorrect. Perhaps it's at this point an error with my online homework system. Oh well.
 
brownman said:
[ 16 + 10+12k + 10k-k^2]=0
You transposed a couple of numbers. It should be 16 + 12 + 10k + 10k - k^2 = 0
brownman said:
I'm stuck here, because I'm really confused about whether this is a homogeneous matrix or not, or if there are infinite solutions to k because the variable just needs to be zero.
This part is irrelevant - the exercise is to find values of k for which the matrix product is 0.
 
I believe I made a typo here in entering, as I still return 10\pm8\sqrt{2} as the roots. The problem has been solved though, my instructor sent an email regarding the error with the homework system.

Again, thank you for your help!
 
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...
Back
Top