Solve 3x3 Matrix Determinant: a-1(-a-1-2a^2)+2a^3-10

In summary, the question is asking for the determinant of a 3x3 matrix. The calculations show that a-1(-a-1-2a^2) + (2a^3 -10) is equal to 0, so the determinant of the matrix is zero. However, errors in the det expansion cause the result to be incorrect.
  • #1
Cmunro
34
0
The question is as follows:

Solve for a: |(a-1) ( 1) (0) |
....|(-10) (a+1) (a^2) | =0
....|(2a) ( 2) (-1) |

(Sorry that is my attempt at the determinant of a 3x3 matrix - the brackets are there to show which bit goes with which as they seem to group together)

My calculations: a-1(-a-1-2a^2) + (2a^3 -10)
-2a^2-2a-a^2-a-a-1-2a^3-10=0
2a^3-3a^2-4a-11=0

Since we have not covered binomial expansion yet..I can only assume that I have made a mistake in the calculations here. Any suggestions?

Thank you!
 
Last edited:
Physics news on Phys.org
  • #2
you should get
a^2 -9 =0

error in det expansion.
 
  • #3
You're right.. I lost a ^2 in my calculations. I tried to work that out.. but I got this:


a-1(-a-1-2a^2) +(2a^3 -10)
(-a(a-1) -1(a-1)-2a^2(a-1) +(2a^3 -10)
-a^2+a-a+1-2a^3+2a+2a^3-10
-a^2+2a-9=0

Is this right or did I go wrong again?
 
  • #4
Cmunro said:
You're right.. I lost a ^2 in my calculations. I tried to work that out.. but I got this:


a-1(-a-1-2a^2) +(2a^3 -10)
(-a(a-1) -1(a-1)-2a^2(a-1) +(2a^3 -10)
-a^2+a-a+1-2a^3+2a+2a^3-10
-a^2+2a-9=0

Is this right or did I go wrong again?
Expanding by the first row,
(a-1)((a+1)(-1)- (2)(a^2))- (1)((-10)(-1)- (2a)(a^2))
(a-1)(-a-1) + (2a^3- 10)
I don't see where you got the "(-a-1-2a^2)" in the first term.
 
  • #5
[tex]\begin{array}{|l cr| }a - 1&1&0\\-10&a + 1&a^2\\2a&2&-1\end{array}[/tex]

First row expansion:

[tex](a - 1)[(a + 1)(-1) - 2a^2] + [(-10)(-1) - 2a^3] - 0[(-10)(2) - 2a(a + 1)] = 0[/tex]

[tex](a - 1)[-a - 1) - 2a^2] + [10 - 2a^3] = 0[/tex]

[tex]a^2 - a + a + 1 - 2a^3 + 2a^2 + 10 - 2a^3 = 0[/tex]

[tex]-4a^3 + 3a^2 + 11 = 0[/tex]

This is what I get, you should be able to solve it now.
 
  • #6
EugP said:
[tex]\begin{array}{|l cr| }a - 1&1&0\\-10&a + 1&a^2\\2a&2&-1\end{array}[/tex]

First row expansion:

[tex](a - 1)[(a + 1)(-1) - 2a^2] + [(-10)(-1) - 2a^3] - 0[(-10)(2) - 2a(a + 1)] = 0[/tex]

[tex](a - 1)[-a - 1) - 2a^2] + [10 - 2a^3] = 0[/tex]

[tex]a^2 - a + a + 1 - 2a^3 + 2a^2 + 10 - 2a^3 = 0[/tex]

[tex]-4a^3 + 3a^2 + 11 = 0[/tex]

This is what I get, you should be able to solve it now.

Hmmm. Another wrong solution. You messed up the alternating signs as you expanded across the row. mjsd's solution in the first response is correct.
 
  • #7
Dick said:
Hmmm. Another wrong solution. You messed up the alternating signs as you expanded across the row. mjsd's solution in the first response is correct.

Oh, heh sorry and thanks for pointing it out. What is the proper method? It is:[tex]\Delta_1 + \Delta_2 - \Delta__3[/tex], right?
 
  • #8
EugP said:
Oh, heh sorry and thanks for pointing it out. What is the proper method? It is:[tex]\Delta_1 + \Delta_2 - \Delta__3[/tex], right?

[tex]\Delta_1 - \Delta_2 + \Delta__3[/tex]. The sign on each is (-1)^(i+j) where i is the row number and j is the column number.
 
  • #9
For the determinant of a 3x3 matrix, it's just what Dick wrote; some find it helpful to use this scheme:

+ - +
- + -
+ - +
 
  • #10
Dick said:
[tex]\Delta_1 - \Delta_2 + \Delta__3[/tex]. The sign on each is (-1)^(i+j) where i is the row number and j is the column number.

Ooo, thanks so much. I've been doing this wrong by hand the whole time! Good thing I use my calculator for quick results. :rolleyes:
 
  • #11
Sorry I have been away and did not have internet access.

Thank you all so much! (I'm sorry for the delay in thanking you)

It all gets very complicated with the pluses and minuses everywhere, and I find myself losing numbers here and there which is hardly useful. Anyway, thank you, now I see how to get the a^2 -9, so a =3.

Oh and Hallsofivy : no idea where I got "(-a-1-2a^2)" from!
 

Related to Solve 3x3 Matrix Determinant: a-1(-a-1-2a^2)+2a^3-10

1. What is a 3x3 matrix determinant?

A 3x3 matrix determinant is a mathematical concept used to represent the unique solution of a system of linear equations. It is a number that can be calculated using the elements of a 3x3 matrix and follows specific rules and methods.

2. How do you solve a 3x3 matrix determinant?

To solve a 3x3 matrix determinant, you can use the "Sarrus rule" or the "cofactor expansion" method. Both methods involve calculating the products of elements in the matrix and using them to find the final determinant value.

3. What is the formula for finding the determinant of a 3x3 matrix?

The formula for finding the determinant of a 3x3 matrix is:
det(A) = a11a22a33 + a12a23a31 + a13a21a32 - a13a22a31 - a11a23a32 - a12a21a33

4. How do you solve the given matrix determinant: a-1(-a-1-2a^2)+2a^3-10 ?

To solve this given matrix determinant, you can use the "cofactor expansion" method. First, expand the matrix using the formula above and then substitute the given values for each element. Next, simplify the equation and solve for the determinant value.

5. What are the common uses of 3x3 matrix determinants in science?

3x3 matrix determinants have various uses in science, including solving systems of linear equations, calculating the inverse of a matrix, and solving problems in physics, chemistry, and engineering. They are also used in computer graphics and image processing algorithms.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
639
  • Linear and Abstract Algebra
Replies
6
Views
733
  • Precalculus Mathematics Homework Help
2
Replies
39
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
473
  • Precalculus Mathematics Homework Help
Replies
1
Views
617
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
Back
Top