What is the name of this principle?

  • Context: Undergrad 
  • Thread starter Thread starter natski
  • Start date Start date
  • Tags Tags
    Principle
Click For Summary

Discussion Overview

The discussion revolves around the identification of a principle related to solving systems of equations with multiple unknown parameters. Participants explore the conditions under which solutions can be found, particularly focusing on linear versus non-linear equations and the implications of having more variables than equations.

Discussion Character

  • Debate/contested
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant, Natski, inquires about the principle that dictates the number of equations needed to solve for n unknown parameters.
  • Another participant challenges the initial claim, stating that one equation can yield a unique solution in certain cases, such as x² + y² + z² = 0.
  • Some participants suggest that the discussion should focus on non-linear equations to better understand the principle in question.
  • There is mention of the rank-nullity theorem as a related concept, though it may not directly answer the original question.
  • Several participants argue about the nature of solutions, with some asserting that solutions can exist in complex numbers, while others emphasize real solutions.
  • One participant states that the original principle does not exist as it was presented, suggesting it is a misunderstanding of the conditions required for solutions.
  • Another participant notes that if the number of variables exceeds the number of equations, there can be free variables leading to infinite solutions, but this is contested by others who provide counterexamples.
  • The discussion includes a back-and-forth on the implications of inconsistent equations and the assumptions that underlie various claims made by participants.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the existence or naming of the principle in question. There are multiple competing views regarding the conditions under which solutions can be found, particularly between linear and non-linear systems, and the nature of those solutions.

Contextual Notes

Participants express differing assumptions about the types of equations being discussed (linear vs. non-linear) and the nature of the solutions (real vs. complex). There is also ambiguity regarding the implications of having more variables than equations, with some arguing for the existence of free variables while others provide counterexamples.

natski
Messages
262
Reaction score
2
Hi all,

When solving a set of equations with n unknown parameters, you need at least n equations to do this, but perhaps more. What is the name of this principle?

Cheers,
Natski
 
Mathematics news on Phys.org
The "principle" you state is not true. For example, the equation x2+ y2+ z2= 0, although only one equation in 3 unknown parameters has the unique solution x= y= z= 0 in the real numbers. If that is not what you meant, please explain more.
 
Ok, but you can't get all of the solutions with just that one equation. Perhaps a better problem would be to consider n non-linear equations.
 
They are sometimes known as simultaneous equations.
 
Yup, I know that. I want to know the name of principle which dictates how many equations you need in order to find the solutions to n parameters.
 
HallsofIvy said:
The "principle" you state is not true. For example, the equation x2+ y2+ z2= 0, although only one equation in 3 unknown parameters has the unique solution x= y= z= 0 in the real numbers. If that is not what you meant, please explain more.

Who said the solutions must be real?
1,1 and i*sqr(2) is also a solutions. And many other sets. :wink:
 
Last edited:
natski said:
Ok, but you can't get all of the solutions with just that one equation. Perhaps a better problem would be to consider n non-linear equations.

The "principle" refers usually to linear equations. And n equations must be linear independent, if you want to get n unknowns.
I don't think I ever seen this called a principle and even less given some specific name.
 
According to http://planetmath.org/encyclopedia/RankNullityTheorem.html, the rank-nullity theorem says that "the number of variables minus the number of independent linear constraints equals the number of linearly independent solutions."

I don't think this is exactly what you're asking for, but it's as close as I could get.
 
nasu said:
Who said the solutions must be real?
1,1 and i*sqr(2) is also a solutions. And many other sets. :wink:

Well hell, who says the solutions must be complex? (1,1,1) is a solution in Z3
 
  • #10
nasu said:
Who said the solutions must be real?
1,1 and i*sqr(2) is also a solutions. And many other sets. :wink:

I did. And since the original question just referred to 'a system of equations' without any restrictions, I am free to state a problem dealing with any system of equations in whatever number system I choose as a counter-example.
 
Last edited by a moderator:
  • #11
natski said:
Ok, but you can't get all of the solutions with just that one equation. Perhaps a better problem would be to consider n non-linear equations.
Are you suggesting that there are solutions to x2+ y2+ z2= 0 other than x= y= z= 0? If so, tell me what they are! If not, I just gave you an example of 1 non-linear equation which, by itself, determines 3 solutions.

In fact, in the real number system, given any positive integer n, the system
[tex]x_1^2+ x_2^2+ \cdot\cdot\cdot+ x_n^2= 0[/tex]
completely determines all n solutions. What you are attempting to assert is true of linear systems of equations, not systems of equations in general.
 
Last edited by a moderator:
  • #12
HallsofIvy said:
What you are attempting to assert is true of linear systems of equations, not systems of equations in general.

Halls, what (if anything!) can be said about other systems of equations (perhaps polynomials of degree < d)?
 
  • #13
HallsofIvy said:
Are you suggesting that there are solutions to x2+ y2+ z2= 1 other than x= y= z= 0? If so, tell me what they are!

I'm tempted to type an uncountable list of solutions here, but I probably would be at it all night
 
  • #14
Office_Shredder said:
I'm tempted to type an uncountable list of solutions here, but I probably would be at it all night
And I am tempted to call myself an uncountable list of names! Of course, I meant x2+ y2+ z2= 0, as I had initially.

The point is still that the "principle" enuciated in the original post simply does not exist!
 
Last edited by a moderator:
  • #15
Office_Shredder said:
I'm tempted to type an uncountable list of solutions here, but I probably would be at it all night

If you are thinking of complex x,y,z, then the example can be easily extended to

[tex]x \bar{x} + y \bar{y} + z \bar{z} = 0[/tex]

so that there is only 1 solution.
 
  • #16
No, he was thinking of my unfortunate typo where I wrote "= 1" rather than "= 0" but thank you for extending my point to the complex numbers.

There is no "name" for the principle initially enunciated because we are not in the practice of giving names to incorrect statements!
 
  • #17
I think the OP is referring to systems of linear equations. In that case, it's not a principle but simply a trivial fact easily seen when studying systems of a linear equations in their matrix representations: if the number of variables exceeds the number of equations, there must be free variables and hence an infinite number of solutions. In general, there exists no more than 1 solution when there are n linearly independent equations in F^n, where F is the field from which the entries of the matrix (coefficients of the equations) are coming.
 
  • #18
if the number of variables exceeds the number of equations, there must be free variables and hence an infinite number of solutions.

Totally incorrect.

For example, the equation:

x+y+z=x+y+z+1 has NO solutions, not infinitely many.
 
  • #19
The original poster said specifically, in post 3, "Perhaps a better problem would be to consider n non-linear equations. "
 
  • #20
arildno said:
Totally incorrect.

For example, the equation:

x+y+z=x+y+z+1 has NO solutions, not infinitely many.

Why do you have to be so obnoxious? Obviously I did not mean this applied to systems with inconsistent equations. There are more civil ways to correct someone.

HallsofIvy said:
The original poster said specifically, in post 3, "Perhaps a better problem would be to consider n non-linear equations. "

Sorry about that.
 
  • #21
Werg22 said:
Why do you have to be so obnoxious? Obviously I did not mean this applied to systems with inconsistent equations. There are more civil ways to correct someone.
Wherein lies my "obnoxity"? What you actually wrote WAS "totally incorrect".


As for the obviosity of that crucial condition you NOW say you place upon what you wrote, you cannot expect that I, or anybody else, can look inside your head to find all your implicit assumptions, however obvious they might be to you.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K