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

2 vues (au cours des 30 derniers jours)
Ines Ines
Ines Ines le 21 Sep 2019
Modifié(e) : James Tursa le 23 Sep 2019

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

  2 commentaires
madhan ravi
madhan ravi le 21 Sep 2019

What is your question?

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

Connectez-vous pour commenter.

Réponses (2)

Matt J
Matt J le 21 Sep 2019
Modifié(e) : Matt J le 23 Sep 2019
Because, for example, x=-1 satisfies x<1/2 but does not satisfy 1/x>2.

James Tursa
James Tursa le 23 Sep 2019
Modifié(e) : James Tursa le 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)

Catégories

En savoir plus sur Mathematics and Optimization dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by