(1/x)>2 . why x<(1/2) is Not the answer

2 Ansichten (letzte 30 Tage)
Ines Ines
Ines Ines am 21 Sep. 2019
Bearbeitet: James Tursa am 23 Sep. 2019

(1/x)>2 . why x<(1/2) is Not the answer Please help me

  2 Kommentare
madhan ravi
madhan ravi am 21 Sep. 2019

What is your question?

Ines Ines
Ines Ines am 21 Sep. 2019
My question is : why x<(1/2) is not the solution of (1/x)>2

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Matt J
Matt J am 21 Sep. 2019
Bearbeitet: Matt J am 23 Sep. 2019
Because, for example, x=-1 satisfies x<1/2 but does not satisfy 1/x>2.

James Tursa
James Tursa am 23 Sep. 2019
Bearbeitet: James Tursa am 23 Sep. 2019
When you multiply (or divide) an inequality by a value, the direction of the inequality changes if the value is negative. So when you use a variable as the value you are multiplying by, you will need to split the inequality into two cases and work each case separately. E.g., start with this:
(1/x) > 2
Since x is in the denominator, you know right away that x can't be 0. So now multiply both sides by x. However, you don't yet know the sign of x, so you need to split this into two cases and work each one separately:
Case 1) If x > 0, then x*(1/x) > 2x => 1 > 2x => 1/2 > x
Case 2) If x < 0, then x*(1/x) < 2x => 1 < 2x => 1/2 < x
Case 1 yields 0 < x < 1/2
Case 2 turns out to be infeasible (x<0 and x>1/2 simultaneously can't happen)

Kategorien

Mehr zu Mathematics and Optimization finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by