MHB Solve the inequality and graph the solution a real number line

AI Thread Summary
To solve the inequality 5/(x-1) - (2x)/(x+1) - 1 < 0, the expression can be manipulated by multiplying through by (x-1)²(x+1)² to maintain positivity. This leads to the simplified form -3x² + 7x + 6 < 0, which can be factored and analyzed using sign diagrams. The critical points from the factorization are x = -1, x = -2/3, and x = 3. The solution intervals are identified as x < -1, -2/3 < x < 1, and x > 3, providing a complete understanding of the inequality's solution on the real number line.
megacat8921
Messages
8
Reaction score
0
5/(x-1) - (2x)/(x+1) - 1 < 0

How does one solve this inequality?
 
Mathematics news on Phys.org
megacat8921 said:
5/(x-1) - (2x)/(x+1) - 1 < 0

How does one solve this inequality?

you can multiply by $(x-1)^2(x+1)^2$ (kindly note squared to have it positive and get

$5(x-1)(x+1)^2 - 2x(x-1)^2(x+1) - (x-1)^2(x+1)^2 \lt 0$
expand and factor LHS to get the result
 
Getting a common denominator and simplifying gives $$\dfrac{-3x^2+7x+6}{(x-1)(x+1)}<0$$.

Now construct sign diagrams for $$-3x^2+7x+6$$ and $$x^2-1$$.

You should arrive at $$x<-1,-\dfrac23<x<1$$ and $$x>3$$.
 
kaliprasad said:
you can multiply by $(x-1)^2(x+1)^2$ (kindly note squared to have it positive and get

$5(x-1)(x+1)^2 - 2x(x-1)^2(x+1) - (x-1)^2(x+1)^2 \lt 0$
expand and factor LHS to get the result

Why expand and factor? You can already pick out common factors...

$\displaystyle \begin{align*} 5 \left( x - 1 \right) \left( x + 1 \right) ^2 - 2x \left( x - 1 \right) ^2 \left( x + 1 \right) - \left( x - 1 \right) ^2 \left( x + 1 \right) ^2 &= \left( x - 1 \right) \left( x + 1 \right) \left[ 5 \left( x + 1 \right) - 2x \left( x - 1 \right) - \left( x - 1 \right) \left( x + 1 \right) \right] \\ &= \left( x- 1 \right) \left( x + 1 \right) \left( 5x + 5 - 2x^2 + 2x - x^2 + 1 \right) \\ &= \left( x - 1 \right) \left( x + 1 \right) \left( - 3x^2 + 7x + 6 \right) \\ &= \left( x - 1 \right) \left( x + 1 \right) \left( -3x^2 + 9x - 2x + 6 \right) \\ &= \left( x - 1 \right) \left( x + 1 \right) \left[ -3x \left( x - 3 \right) - 2 \left( x - 3 \right) \right] \\ &= - \left( x - 1 \right) \left( x + 1 \right) \left( x - 3 \right) \left( 3x + 2 \right) \end{align*}$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top