Understanding Logic Behind x=0: Explained

  • Thread starter Thread starter emergentecon
  • Start date Start date
  • Tags Tags
    Logic
AI Thread Summary
The discussion revolves around solving the equation x(x-1)=0, leading to the solutions x=0 and x=1. Participants clarify that if the product of two factors equals zero, at least one of the factors must also be zero, which is known as the zero factor property. The conversation emphasizes that there is no need for division or additional manipulation once the equation is factored. It is noted that while x=0 and x=1 are valid solutions, they may not be the only solutions in different mathematical contexts, such as integers modulo 6. The explanation ultimately helps clarify the logic behind why x=0 is a solution.
emergentecon
Messages
57
Reaction score
0

Homework Statement



Solve for x

x(x-1)=0

Homework Equations





The Attempt at a Solution



x = 0 and x = 1

what I am trying to understand is the logic behind the x=0?
could someone please explain that to me?
 
Physics news on Phys.org
How much is zero times ANYTHING ?
 
  • Like
Likes 1 person
phinds said:
How much is zero times ANYTHING ?

Zero
 
Are you dividing by x and x-1 to get the answer?
 
emergentecon said:

Homework Statement



Solve for x

x(x-1)=0

[offtopic]
This is ##x^2-x=0##
hmm? :confused:
So ##x^2=x##
How is this possible?
[/offtopic]
 
adjacent said:
[offtopic]
This is ##x^2-x=0##
hmm? :confused:
So ##x^2=x##
How is this possible?
[/offtopic]

Well if x = 0 and x = 1 then it holds?
 
emergentecon said:

Are you dividing by x and x-1 to get the answer?


##(x)(x-1)=0##
As you do with Quadratic equations,
##x=0##
##x-1=0##
so ##x=1##.That's it.Right?phinds
 
Last edited:
  • Like
Likes 1 person
you have a number on the left, and a number on the right...
x(x-1) is a number, so is 0... and you want them to be equal...
when can x(x-1) be equal to 0?
you have two possibilities...
either x=0, so you will have 0*(0-1)=0*(-1)=0
or x=1, so you will have 1*(1-1)=1*0=0
so in both these cases you achieved what the equation asked for you x(x-1)=0
you didn't divide,multiply or anything...
 
  • Like
Likes 1 person
ChrisVer said:
you have a number on the left, and a number on the right...
x(x-1) is a number, so is 0... and you want them to be equal...
when can x(x-1) be equal to 0?
you have two possibilities...
either x=0, so you will have 0*(0-1)=0*(-1)=0
or x=1, so you will have 1*(1-1)=1*0=0
so in both these cases you achieved what the equation asked for you x(x-1)=0
you didn't divide,multiply or anything...

You don't have to guess things.That's done in the way I mentioned above.
 
  • #10
it's not guessing... it's in fact what happens with factorizing anything (eg a polynomial equation)
 
  • #11
The obvious fact that if x= 0 then x(x- 1)= 0 and that if x= 1 then x-1= 0 so x(x- 1)= 0 shows that x= 0 and x= 1 are solutions but does NOT show that they are the only solutions. For example in the "integers modulo 6" it is true that 0 times anything is 0 so that x= 0 is a solution to 3x= 0 but so is x= 2.

For that you need the "zero factor property" some times phrased as "the set of real numbers (or complex numbers) does not have "zero divisors":

If ab= 0 then either a= 0 or b= 0 Which is not true for the "integers modulo 6".
 
  • #12
adjacent said:
This is ##x^2-x=0##
hmm? :confused:
So ##x^2=x##
How is this possible?
It seems like you're going backwards here, going from x2 - x = 0 to x2 = x.
The OP already had the left side of the equation in factored form (i.e., x(x - 1) = 0). Expanding the left side and adding x to both sides doesn't buy you anything. The important principle here is that if the product of two numbers is zero, then one or the other of the numbers has to be zero.
 
  • Like
Likes 1 person
  • #13
Mark44 said:
It seems like you're going backwards here, going from x2 - x = 0 to x2 = x.
The OP already had the left side of the equation in factored form (i.e., x(x - 1) = 0). Expanding the left side and adding x to both sides doesn't buy you anything. The important principle here is that if the product of two numbers is zero, then one or the other of the numbers has to be zero.

ah,Ok I've got it.Thank you. :smile:
 

Similar threads

Back
Top