Solving x = x(8-2x): My vs. Provided Solution

  • Thread starter Thread starter emergentecon
  • Start date Start date
AI Thread Summary
The discussion centers on solving the equation x = x(8-2x) and comparing two approaches. One solution yields x = 7/2, while the provided solution correctly identifies both x = 0 and x = 7/2 as valid answers. A key point raised is the importance of not dividing by a variable that could be zero, as this limits potential solutions. The provided solution method involves expanding and factoring the equation, which allows for the identification of all possible solutions. Ultimately, x = 0 is a legitimate solution that should not be overlooked.
emergentecon
Messages
57
Reaction score
0

Homework Statement



x = x(8-2x)

Homework Equations



x = x(8-2x)

The Attempt at a Solution



My Solution

x = x(8-2x)
1 = 8 - 2x
2x = 7
x = 7/2

Provided Solution

x = x(8-2x)
x = 8x - 2x^2
2x^2 -7x = 0
x(2x - 7) =
x = 0 / x = 7/2

Is my approach wrong?
Is x=0 always a possible answer, in addition to the found solution, so, should I have simply included x=0 in my solution?

Thanks!
 
Physics news on Phys.org
Yes you would need to include x=0.

As your solution divided throughout by x, in doing so you limited your final answer as x could not be equal to zero (you can't divide by zero so x could be anything but zero).
 
  • Like
Likes 1 person
emergentecon said:

Homework Statement



x = x(8-2x)

Homework Equations



x = x(8-2x)

The Attempt at a Solution



My Solution

x = x(8-2x)
1 = 8 - 2x
2x = 7
x = 7/2

Provided Solution

x = x(8-2x)
x = 8x - 2x^2
2x^2 -7x = 0
x(2x - 7) =
x = 0 / x = 7/2

Is my approach wrong?
Is x=0 always a possible answer, in addition to the found solution, so, should I have simply included x=0 in my solution?

Thanks!

The red flag that should be a warning to you is that you are dividing both sides of an equation by a common unknown---x in this case. You should always check that you are not dividing by zero, as that is never, ever allowed. So, when you look at your original equation and before you start dividing, ask yourself: could I ever be dividing by 0? If the answer is yes, you can't do it. But, 0 is a perfectly legitimate solution: when x = 0 are the two sides of the equation equal to each other? The answer is yes.

After a while, this kind of checking will (or should) become second nature to you.
 
Notice that in the provided solution, they expanded the right side, and then brought all terms to the other side. After factoring the left side, they were able to find both solutions.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top