Can matrices be used to solve systems with different degree variables?

In summary, the conversation discusses the possibility of using a matrix to solve a system of equations where one variable has different degrees. The individual asking the question is aware of other methods but is curious if a matrix can be used for this specific situation. The conversation also touches on the limitations of using a matrix for solving equations and suggests considering how linear algebra can be applied in this scenario.
  • #1
woodne
5
0
Hello! First post here.

My question is, is it possible to use a matrix to solve a system where you have the same variable, but a different degree. i.e.

[tex]2x^2 + 2x + y = 2[/tex]
[tex]-3x^2 - 6x + 2y = 4[/tex]
[tex] 4x^2 + 6x - 3y = 6[/tex]

Now, I know this is possible other ways, but seeing as each of those would have multiple solutions, is it possible to solve using a matrix?
 
Mathematics news on Phys.org
  • #2
woodne said:
Hello! First post here.

My question is, is it possible to use a matrix to solve a system where you have the same variable, but a different degree. i.e.

[tex]2x^2 + 2x + y = 2[/tex]
[tex]-3x^2 - 6x + 2y = 4[/tex]
[tex] 4x^2 + 6x - 3y = 6[/tex]

Now, I know this is possible other ways, but seeing as each of those would have multiple solutions, is it possible to solve using a matrix?
There are lots of ways you can use a matrix... I imagine, though you meant solving the matrix equation

[tex]
\left(
\begin{array}{ccc}
2 & 2 & 1 \\
-3 & -6 & 2 \\
4 & 6 & -3
\end{array}
\right)
\left(
\begin{array}{c}
x^2 \\ x \\ y
\end{array}
\right)
=
\left(
\begin{array}{c}
2 \\ 4 \\ 6
\end{array}
\right)
[/tex]

Well, this is a matrix equation, so you can apply matrix algebra to do whatever you wanted to it. Just make sure you understand what your results mean.
 
  • #3
too much information …

Hi woodne! Welcome to PF! :smile:

You have three equations, but only two variables. :frown:

So there won't normally be a solution (unless one of the equations is redundant).

If you ignored one equation, you'd only have a 2x3 matrix …
 
  • #4
That's what i was thinking, that it shouldn't be possible to solve that by a matrix, but my physics teacher swears there's a way to use a matrix for everything.
 
  • #5
tiny-tim said:
So there won't normally be a solution (unless one of the equations is redundant).

If you ignored one equation, you'd only have a 2x3 matrix …
Er, if there is no solution then there is no solution. All ignoring a constraint achieves is vastly increasing the likelyhood you will mistakenly interpret a 'false solution' as being an actual solution.



P.S. have either of you seriously consider how one might apply linear algebra to this problem? Or did you just think "oh, it can't work" and stop thinking?
 
Last edited:
  • #6
woodne said:
That's what i was thinking, that it shouldn't be possible to solve that by a matrix, but my physics teacher swears there's a way to use a matrix for everything.

Ask your teacher whether he/she means a square matrix - if so, ask how that can work if there aren't enough independent variables! :smile:

Oh, and be tactful … :rolleyes:
 
  • #7
Isn't the team "square matrix" used when the dimensions are equal? (let y equal a dimension, such as y x y)
 
  • #8
razored said:
Isn't the team "square matrix" used when the dimensions are equal? (let y equal a dimension, such as y x y)

Yes, that's right - so a square matrix could only be useful for solving independent variables.

If there are three variables, of which only two are independent (such as x^2 x and y), there won't normally be a solution for more than two equations involving them - which would only give enough numbers for a 3 x 2 matrix! :smile:
 

FAQ: Can matrices be used to solve systems with different degree variables?

What is a matrix?

A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. It is commonly used in mathematics, physics, and engineering to represent and manipulate data in a structured way.

How are matrices and polynomials related?

Matrices can be used to represent and solve systems of polynomial equations. The coefficients of the polynomials are organized in a matrix and the solutions are found by manipulating the matrix using mathematical operations.

What are the basic operations that can be performed on matrices?

The basic operations that can be performed on matrices include addition, subtraction, scalar multiplication, matrix multiplication, and matrix inversion. These operations are used to manipulate the elements of a matrix and solve equations.

How are matrices and polynomials used in real-world applications?

Matrices and polynomials are used in a variety of real-world applications such as image and signal processing, computer graphics, and data analysis. They are also used in physics and engineering to model and solve complex systems and equations.

What is the degree of a polynomial?

The degree of a polynomial is the highest exponent of the variable in the polynomial expression. For example, in the polynomial 3x^2 + 2x + 1, the degree is 2. The degree of a polynomial is important in determining its behavior and solving equations involving polynomials.

Similar threads

Back
Top