Matrix Determinants Homework: Finding the Answer

In summary, the person's mistake was using a simplified algorithm to factor a quadratic and then trying to convert the factors to the solution provided.
  • #1
DiamondV
103
0

Homework Statement


abe7cd6b9a.png


Homework Equations

The Attempt at a Solution


6407b645fb.jpg


The answer in the solutions is given as : (2x+1)(x-1)(1-x), they did their matrix differently so that's how they got that answer. I used wolfram alpha to factorise my quadratic on the last line and it gave me alternative forms which had 2 factors from the solutions provided to me, so my answer is correct. My issue is, how do I sort of convert my answer that I got into the ones that the solutions had as a lot of our exams are MCQ and I probably wouldn't have realized that they were the same answers.
 
Physics news on Phys.org
  • #2
Your mistake was using Wolfram for such a simple problem. You have ##(-2x^2+x+1)## that you want to factor. Standard would be to factor out the leading minus sign giving ##-(2x^2-x-1)## which you should easily be able to factor yourself into ##-(2x+1)(x-1)##.
 
  • #3
LCKurtz said:
Your mistake was using Wolfram for such a simple problem. You have ##(-2x^2+x+1)## that you want to factor. Standard would be to factor out the leading minus sign giving ##-(2x^2-x-1)## which you should easily be able to factor yourself into ##-(2x+1)(x-1)##.

I never used wolfram while i was doing it. I used the x = -b formula to get the roots which gave me x=-1/2 and x=1
 
  • #4
I'm not familiar with the "x=-b" formula for getting the roots. But after you said that I noticed that your two answers are in fact not the same. You don't want the roots, you want the factors, and they aren't the same. If you multiply out the last three factors in your image, you don't get the expression you have.
 
  • #5
LCKurtz said:
I'm not familiar with the "x=-b" formula for getting the roots.

I think the OP is referring to the Quadratic formula here.

##x_{1,2} = \frac{-b±\sqrt{b^2-4ac}}{2a}##
 
  • #6
I used that formula above, to get the roots and then i used the factor theorem to get the facctors.
 
  • #7
But your last expression is not the correct factorization of your original polynomial. It is off by a factor of 2. The problem is$$
-2x^2+x+1 = -(2x^2-x-1) = -(2x+1)(x-1)\ne (x-1)(x+\frac 1 2)$$You have to use the factor theorem correctly. Note that both ##2x+1## and ##x+\frac 1 2## have a root of ##-\frac 1 2##. All this confusion would have been avoided if you had just factored the expression in the first place instead of looking for roots.
 
  • #8
The roots are correct, but if you just look at the roots you miss the prefactor of 2.

2x and x both have 0 as root, but they are not the same. Similar with (x+1/2) and (2x+1).
Just multiply your factors together again and see if you get the right result.
 
  • #9
Yeah. I've gotten the right answer now, I made it complicated for no reason.
 

1. What is a matrix determinant?

A matrix determinant is a numerical value that represents the scaling factor of a matrix. It is commonly denoted as det(A) or |A|, where A is the matrix.

2. How do I find the determinant of a matrix?

The determinant of a matrix can be found by following a specific formula based on the size of the matrix. For a 2x2 matrix, the determinant is calculated by multiplying the top left value by the bottom right value and subtracting the product of the top right and bottom left values. For larger matrices, the determinant can be found using a method called expansion by minors.

3. What is the significance of a matrix determinant?

The determinant of a matrix has several important uses in mathematics, including determining whether a matrix has an inverse, finding solutions to systems of linear equations, and calculating the area or volume of geometric shapes. It also helps in determining whether a transformation preserves orientation or reflects it.

4. Can all matrices have a determinant?

No, only square matrices (with the same number of rows and columns) have a determinant. Non-square matrices do not have a determinant.

5. How can I use determinants to solve systems of linear equations?

To solve a system of linear equations using determinants, you can set up the coefficients of the variables in a matrix and the constant terms in another matrix. By finding the determinants of these matrices, you can determine the values of the variables and solve the system of equations.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
96
  • Calculus and Beyond Homework Help
Replies
3
Views
888
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
396
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
306
  • Calculus and Beyond Homework Help
Replies
4
Views
120
  • Calculus and Beyond Homework Help
Replies
25
Views
355
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top