Three equations of planes, dimension should be 1?

  • Context: Undergrad 
  • Thread starter Thread starter JonnyG
  • Start date Start date
  • Tags Tags
    Dimension Planes
Click For Summary

Discussion Overview

The discussion revolves around the dimensionality of intersections formed by multiple planes in three-dimensional space, specifically addressing the implications of independent equations on the dimensionality of their intersection. Participants explore theoretical aspects, mathematical reasoning, and examples related to the intersection of planes.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants propose that each independent equation reduces the dimension of the intersection by 1, suggesting that two independent planes should intersect in a line (1-dimensional) and three independent planes should intersect at a point (0-dimensional).
  • Others argue that it is possible for three independent planes to intersect in a line, which contradicts the initial reasoning about dimensionality.
  • A participant questions the definition of "independent" planes, suggesting that independence should be defined in terms of non-coincidence.
  • Some participants clarify that linear independence of equations is determined by the determinant of the coefficient matrix, and if the equations are linearly dependent, the dimensionality of the solution set may not be reduced as expected.
  • A specific example is provided where three equations are claimed to be linearly independent, yet their intersection is a line, prompting further discussion on the nature of linear independence.
  • Another participant points out that the equations in the example are not linearly independent, demonstrating that only two equations are independent, which leads to a line as the solution set.
  • One participant acknowledges a misunderstanding regarding the assessment of linear independence, realizing that pairwise comparisons do not suffice for determining the independence of the entire set of equations.

Areas of Agreement / Disagreement

Participants express differing views on the implications of independent equations on the dimensionality of intersections. There is no consensus on the correct interpretation of dimensionality reduction in the context of independent planes, and the discussion remains unresolved regarding the conditions under which intersections yield different dimensions.

Contextual Notes

Limitations include potential misunderstandings of linear independence, the dependence on definitions of independence, and the complexity of dimensionality reduction in the context of multiple equations.

JonnyG
Messages
233
Reaction score
45
I always thought that one independent equation cuts down the dimension by 1, so if we had two planes, say x - y - z = 1 and x + y + z = 1, then because these are two independent equations, the dimension of the intersection should be 1 because each plane is cutting down the dimension by 1.

Using this same logic, the intersection of three planes should be 0 dimensional, i.e. a point, but it is possible to have three independent planes whose intersection is a line, which is 1-dimensional. What's wrong with my reasoning?
 
Physics news on Phys.org
The x-y plane and the x-z plane intersect in the x-axis. There are other planes that contain the x-axis.
 
My question is, in the case of three independent planes intersecting at a line, why isn't the dimension of the intersection cut down by 3, because we have 3 independent equations?
 
JonnyG said:
My question is, in the case of three independent planes intersecting at a line, why isn't the dimension of the intersection cut down by 3, because we have 3 independent equations?
What do you mean by "independent" planes?
 
PeroK said:
What do you mean by "independent" planes?

Let's say that any two intersecting planes are independent if they are non-coincident.

For example, two lines in R^2 are linearly independent if they are not parallel. The solution set for their intersection is cut down by 1 dimension for each equation, so the solution set is 0-dimensinonal, i.e. a point.

Similarly, two intersecting planes in R^3 are either the same, or they're independent, in which case the solution set for the intersection is 1-dimensional (a line), because each plane equation cuts down the dimension of the solution set by `1 each. I hope I am being clear.
 
JonnyG said:
Let's say that any two intersecting planes are independent if they are non-coincident.

For example, two lines in R^2 are linearly independent if they are not parallel. The solution set for their intersection is cut down by 1 dimension for each equation, so the solution set is 0-dimensinonal, i.e. a point.

Similarly, two intersecting planes in R^3 are either the same, or they're independent, in which case the solution set for the intersection is 1-dimensional (a line), because each plane equation cuts down the dimension of the solution set by `1 each. I hope I am being clear.
Yes, but clearly there are infinitely many planes containing a line. Not just two.
 
If your three equations ##a_i x + b_i y + c_i z = d_i##, where ##i = 1,2,3##, are linearly independent, then you will get a unique solution for the intersection (i.e. a point). You can check if they're linearly independent by taking the determinant of the matrix of the coefficients.

If the equations are linearly dependent, then you can no longer obtain a unique solution. You can't say that an equation that is not linearly independent of one you already have will reduce the dimensionality of the solution set.
 
etotheipi said:
If your three equations ##a_i x + b_i y + c_i z = d_i##, where ##i = 1,2,3##, are linearly independent, then you will get a unique solution for the intersection (i.e. a point). You can check if they're linearly independent by taking the determinant of the matrix of the coefficients.

If the equations are linearly dependent, then you can no longer obtain a unique solution. You can't say that an equation that is not linearly independent of one you already have will reduce the dimensionality of the solution set.

What about the three equations:

$$2x - y + z = 1 $$
$$3x - 5y + 4z = 3$$
$$3x + 2y - z = 0$$

They intersect in the line $$\{ (-t/7 + 2/7, 5t/7 - 3/7, t) \}$$.

The equations are linearly independent, so each equation should cut down the dimension of the solution set by 1, yet the solution set is 1-dimensional.
 
They're not linearly independent, since $$
\begin{vmatrix}
2 & -1 & 1\\
3 & -5 & 4\\
3 & 2 & -1
\end{vmatrix} = 0$$Specifically, multiply the first equation by ##3##, and the second by ##-1##, then$$2x - y + z = 1 \implies 6x - 3y + 3z = 3$$and$$3x - 5y + 4z =3 \implies -3x +5y -4z = -3$$Add these equations,$$3x + 2y - z = 0$$which is the third equation. Thus, since you only have two linearly independent equations, you only reduce the dimensionality of the solution set by one, i.e. your solution set is a line.
 
  • Like
Likes   Reactions: JonnyG and PeroK
  • #10
Oh man, I was comparing two equations at a time to check for linearly independence. My mistake. Thank you for the help.
 
  • #11
That would be called "pairwise independence". Linear independence of the whole set is a stronger condition.
 
  • Like
Likes   Reactions: etotheipi

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K