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

2 visualizzazioni (ultimi 30 giorni)
Ines Ines
Ines Ines il 21 Set 2019
Modificato: James Tursa il 23 Set 2019

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

  2 Commenti
madhan ravi
madhan ravi il 21 Set 2019

What is your question?

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

Accedi per commentare.

Risposte (2)

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

James Tursa
James Tursa il 23 Set 2019
Modificato: James Tursa il 23 Set 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)

Categorie

Scopri di più su Mathematics and Optimization in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by