When Should I Beware of Factoring Out?

  • Context: Undergrad 
  • Thread starter Thread starter DocZaius
  • Start date Start date
  • Tags Tags
    Factoring
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
DocZaius
Messages
365
Reaction score
11
Consider this equation:

[tex]7x*tan(4x)=5x[/tex]

Initially, one might think to simply factor the x out of each side of the equation and be left with this:

[tex]tan(4x)=\frac{5}{7}[/tex]

Well that's wrong! That is only one solution! The other solution is:

[tex]x=0[/tex]

You should instead have done the following:

[tex]7x*tan(4x)=5x[/tex]
[tex]7x*tan(4x)-5x=0[/tex]
[tex]x(7tan(4x)-5)=0[/tex]

[tex]x=0\ OR\ tan(4x)=\frac{5}{7}[/tex]

Now my question is: What properties of the initial equation should give me pause and should cause me to supress my reflex to factor the x out of the equation? Although in hindsight it is obvious that plugging in "0" for x would be a solution, that doesn't explain why doing a seemingly allowed operation (dividing each side by 7x) would withhold a solution from you.
 
Last edited:
Physics news on Phys.org
Actually, it's not the "factoring out" that creates the problem. It is the fact that you divided both sides of the equation by x. Factoring, as you have demonstrated, is the correct way to do the problem. When you divide both sides by x, you are implicitly assuming that x is not zero. That is what causes you to miss part of the solution. So my advice would be either always work such problems by factoring or, if you must divide by some factor, remember to check that factor for other solutions.
 
The problem can be avoided by always first isolating the variable to one side of the equation.
 
Yes you are right LCKurtz, I did not use the term "factoring out" correctly there.

But wow, thanks! Would you say that the following sentence is correct then?

"Cancelling a variable out of an equation implicitly assumes it is not zero"

If that is true, then I have gone through many years of math making erroneous assumptions!

Edit: I tried to think of the simplest equation possible to illustrate this issue and this is the best I could come up with. Is this correct math?

[tex]x*f(x)=x[/tex]
[tex]x(f(x)-1)=0[/tex]
[tex]x=0\ OR\ f(x)=1[/tex]
 
Last edited: