5

For the equation: $-x^2 = -2x(3x+1)$ I can either multiply it out on the right side and get a $-6x^2-2x$ or just divide both sides by $-2x$. However, when divide out both sides, I just get one answer: $-2/5$. When I multiply it out, I get two answers: $-2/5$ and $0$.

What is wrong with dividing both sides by $-2x$??

Hamou
  • 6,745
Joe
  • 141
  • 9
  • 12
    There is one situation where division is forbidden. This is why you lose a solution. – Taladris Oct 12 '14 at 01:34
  • Is there a specific rule that forbids me from making these types of error that I can adhere to? – Joe Oct 12 '14 at 01:46
  • 5
    A rule, I don't know. A high sense of auto-criticism may help: before making any operation, ask yourself "Can I do this?". Auto-criticism can be substituted by a friend that reads and checks your work. I had a classmate at university that never missed a flaw or a missing gap in my writing, and was not reluctant to tell me about these. She was a real daemon, but she was really helpful – Taladris Oct 12 '14 at 01:52
  • I believe that the rule is "you cant divide by zero" – John Joy Oct 12 '14 at 15:05

1 Answers1

7

When you divide by $-2x$ you are implicitly assuming $x\neq0$ which you don't know for sure and thus remove that solution.


Note that when you divide by a non-zero value the equation still holds on each side whereas division by zero will create undefined expressions. For example, $\frac{1}{0}$ doesn't compute to any known value where there are Math SE questions on this topic if you need a reference.

Consider if the equation was $2x=x$ where if I divide by $x$, I then get $1=2$ which is a problem as that isn't true and the reason why that division isn't allowed is because the only solution is $x=0$.

JB King
  • 3,644
  • Then why are we allowed to divide anything by x and still get the right answer? – Joe Oct 12 '14 at 01:39
  • @Joe the point is that you aren't. You could get the wrong answer as evidenced in your post. – Cameron Williams Oct 12 '14 at 01:52
  • 2
    It’s not exactly that we’re “allowed” to do or not to do this or that in mathematics. Rather, it’s that some operations are valid, and some aren’t. Dividing by a quantity that may be zero is not valid. – Lubin Oct 12 '14 at 02:08
  • Couldn't all x's technically be zero, unless otherwise defined? Yet when we solve equations, why is it commonly taught to divide both sides by x? – Joe Oct 12 '14 at 02:23
  • @Joe, whenever one is going to divide an expression to solve an equation, there is a check to make sure that the division isn't by zero. Generally this is a rather straightforward check. – JB King Oct 12 '14 at 02:25
  • 1
    @Joe: In defence to teachers who may divide by $x$, in a basic elementary level algebra class, children are unaware of even working with equations. Certain rules are bent to make it seem easier. Kids, as you know, don't like things with too many rules. But rules do exist and for good reason. So, it's always good practice to verify $x \neq 0$ before dividing with it. – Nick Oct 12 '14 at 03:32
  • @Joe, I think it may be worth revisiting the concepts of domains and ranges and how they affect which operations you can perform. I remember learning about them in high school answered many questions like this. – tangrs Oct 12 '14 at 04:59
  • Ok! Thank you guys so much for the help =D – Joe Oct 12 '14 at 21:58