What is the Proportion of Symmetric Matrices that have Positive Determinant?

Click For Summary

Homework Help Overview

The discussion revolves around determining the proportion of 2x2 symmetric matrices with entries in the range [0, 1] that have a positive determinant. The original poster attempts to connect their Monte Carlo simulation results with a theoretical fraction provided in a textbook.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the relationship between the entries of the matrix and the condition for a positive determinant, questioning the validity of different cases for the variables involved. There are attempts to visualize the problem using geometric interpretations and integrals to find the volume of the region satisfying the determinant condition.

Discussion Status

Participants are actively engaging with various mathematical approaches, including simulations and integrals. Some guidance has been offered regarding setting up integrals, but there is still uncertainty about how to handle specific cases and limits in the calculations.

Contextual Notes

There are discussions about the constraints of the problem, particularly the range of the matrix entries and the implications of different relationships between the variables a, b, and d. Some participants express confusion over the integration limits and the handling of negative volumes in their calculations.

Fibo's Rabbit
Messages
8
Reaction score
0

Homework Statement


What proportion of 2x2 symmetric matrices with entries belonging to [0, 1] have a positive determinant?


Homework Equations


[itex]A^{T} = A[/itex]
If A = [[a, b], [c, d]] Then det(A) = ad - bc. But A is symmetric, so c = b. So det(A) = ad - b^2

So, in order for A to have a positive determinant, ad > b^2

The Attempt at a Solution


I have no idea where to start to get the exact solution. I already did a Monte Carlo simulation which gave the answer .444694. The back of the book gives the solution 4/9, which confirms my monte carlo simulation. How do I get about coming to that fraction for the exact solution?
 
Physics news on Phys.org
Consider (a, b, d) to be a point in the cube [0,1]x[0,1]x[0,1]. What fraction of the cube satisfies your condition for a positive determinant?
 
There are 9 distinct possibilities for relations between a, b, and d.
a > d > b
a > d < b
a > d = b
a < d > b
a < d < b
a < d = b
a = d > b
a = d < b
a = d = b

If a > d > b then ad > (b^2)
If a > d = b then ad > (b^2)
If a < d > b then ad > (b^2)
If a = d > b then ad > (b^2)

The condition fails for the other relations between a, b, and d. Therefore the proportion of 2x2 symmetric matrices with a positive determinant (with real entries) is 4/9.
 
You said "if a < d > b then ad > (b^2)" but what if a=0, d=1, and b=1/2? In any case, this isn't the right approach anyway.

I suggest doing an integral to calculate the volume of the region satisfying ad>b2.
 
say we have (x, y, z), then xz > y^2. Then xz - y^2 > 0.
So we want the area under the function f(x, y, z) = xz -y^2, but only when f is positive (right?)

[itex]\iiint\limits_D xz - y^2 dzdydx = \frac{-1}{12} \hspace{1cm} D = [0,1]\times[0,1]\times[0,1][/itex]

Okay...that gives me the signed volume, but I only wanted the positive volume. I need to somehow get rid of the negative parts of this volume calculation. I'm not sure how to proceed.
 
Just integrate 1 and use the limits to satisfy the condition.
 
[itex]\int\limits_0^1\int\limits_0^1\int\limits_0^{y^2/z}dxdydz[/itex]

doesn't give a meaningful answer, because the last antidifferentiation makes you take ln(0).

I know 0 < y2 < x*z < 1, how do I represent that as the limits in my triple integral?
 
You have xz > y2, so ##y < \sqrt{xz}##, so for a given x and z, y has to be between 0 and ##\sqrt{xz}##.
 
Thank you so much for your help. I really appreciate it. I understood how to get to the solution before your final post, but for some reason I posted something that didn't make any sense...perhaps it was too late. You've helped me so that I can solve similar types of problems when I encounter them in the future.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
5K
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
9K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
2
Views
5K