Inequality rational polymonial

AI Thread Summary
The discussion centers on solving the inequality (3x+1)/(x+4) ≥ 1. The initial approach incorrectly assumed x+4 was always positive, leading to the conclusion x ≥ 3/2. A more accurate method involves breaking the problem into cases based on the sign of x+4, resulting in two solution sets: x < -4 and x ≥ 3/2. An alternative solution method suggested multiplying by (x+4)² to avoid changing the inequality sign, ultimately leading to the same conclusion. The key takeaway is the importance of considering the sign of expressions in rational inequalities.
xzi86
Messages
7
Reaction score
0

Homework Statement


(3x+1)/(x+4)>=1


Homework Equations





The Attempt at a Solution



(3x+1)>=(x+4)
2x>=3
x>=3/2

But this is wrong?? Why?
 
Physics news on Phys.org
If you multiply both sides of an inequality by a negative number, you reverse the direction of the inequality. But you don't know whether x+ 4 is positive or negative.

Instead break it into two parts. x+ 4 is positive, that is x+ 4> 0 for x> -4. If that is the case, then 3x+1> x+ 4 so that 2x> 3, x> 3/2. Because any value of x that is larger than 3/2 certainly is larger than -4, x>= 3/2 is part of the solution.

But if x< -4, then x+ 4 is negative. And then 3x+1< x+ 4 so that 2x< 3 so that x< 3/2. Now we argue the other way: any number that is less than -4 certainly is less than 3/2 so x< -4 is the other part of the solution. (x= -4 is not because the fraction is not defined if x= -4.)
You can check: if x= -5, then 3x+1= -15+1= -14, x+ 4= -1 so that (3x+1)/(x+4)= -14/-1= 14 which is certainly greater than 1.

That is, the solution set is all values of x less than -4 and all values of x greater than 3/2.
 
so my method was good except i forgot to consider x is negative
 
xzi86 said:
so my method was good except i forgot to consider x is negative

Not x is negative, but x+4 is negative, or x+4<0, x<-4.

Another way to solve this problem without considering cases is to multiply by (x+4)2 because any number squared is always positive, so there is no need to switch the inequality sign. You have to solve a quadratic and you'll get the same answer.
 
Back
Top