How can I write $\frac{1}{x+2} - \frac{4}{x} - 1 = 0$ as $x^{2} + 5x + 8 = 0$?

108 Views Asked by At

When I was reading on the topic of equations that can be written as quadratic equations I encountered this example (without showing the steps leading to the quadratic equation).

$$\frac{1}{x+2} - \frac{4}{x} - 1 = 0$$

My first attempts at trying to recreate the process did not work. The only time it worked was when I took the $x$ in $\frac{-4}{x}$ as $(-x)$ and multiplied the equation with $-x$ (to get rid of the denominator). Then I managed to have the quadratic equation $$x^{2} + 5x + 8 = 0.$$

The problem is in this example I knew what to expect, thus I also knew that my previous solutions were wrong. So I fixed it accordingly until I got the expected result (as stated in the book). Yet in a previous example in the book the solution was given and the $x$ part of a fraction having a negative sign before it was evaluated as having a positive value (unlike this example the numerator part had the minus sign accordingly after the multiplication - which I would also automatically assume). I am still not sure about the way I solved it: so I would appreciate a demonstration.

In case what I did was right: How can one decide when to take the denominator $x$ as positive or negative when they don't have the result at hand? How is it possible for me to see that the negative sign before the fraction applies to the numerator or denominator when multiplying with a denominator to get a quadratic equation?

Frankly speaking, this kind of manipulations which seem to be haphazard when given without any explanations as if it is the duty of anyone to automatically decide which manipulation to conduct are among my biggest problems in math. Is there a general rule?

1

There are 1 best solutions below

0
On

It so happens that $$-\frac{x}{4} = \frac{-x}{4} = \frac{x}{-4}$$ It may be helpful to think of a negative fraction as $$(-1)\frac{x}{4}$$ and notice that the negative one can be multiplied into the fraction: $$\frac{(-1)x}{4}$$ additionally, any fraction can be multiplied by $\frac{a}{a}, a\not=0$ without changing the value of the fraction. Try multiplying $\frac{-x}{4}$by $\frac{-1}{-1}$ $$=\frac{(-1)(-1)x}{(-1)4}=\frac{x}{(-1)4}$$