3

Let's consider a simple equation:

$$3x^2-2x+x=x^2-1$$

or inequality

$$3x^2-2x+x < x^2-1$$

or

$$3x^2-2x+x > x^2-1$$

How to properly divide by $x^2-1$. In many examples I've seen it is stated that division can be done properly only if $x^2-1$ is squared so it is always greater than zero, but no deeper explanation is given. Could somebody give wide explanation of this?

Thanks in advance

Misery
  • 571
  • 2
  • 8
  • 23
  • Well, you can't divide by zero, so you need $x^2 \neq 1$. If your divide the inequalities, you need to take account of the sign of $x^2-1$ (if negative, it 'flips' the inequality). – copper.hat Sep 25 '13 at 06:09

2 Answers2

4

If the expression by which you are dividing is smaller than zero, then the inequality reverses.

Example : $-3<2$, dividing both sides by $-1$, we have the inequality reversed or $3>-2$.

Therefore you should check cases for if $x^2-1<0$ then after dividing reverse the inequality or if it is greater than zero then inequality does not get reversed.

Shobhit
  • 6,902
2

There in no need to deal with cases. Assume, $f$ and $g$ are continous function, defined on some interval. To solve $f(x)<g(x)$, solve $f(x)-g(x)=0$. Between consecutive zeros the sign of $f-g$ is constant.

Michael

Michael Hoppe
  • 18,103
  • 3
  • 32
  • 49