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

조회 수: 2 (최근 30일)
Ines Ines
Ines Ines 2019년 9월 21일
편집: James Tursa 2019년 9월 23일

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

  댓글 수: 2
madhan ravi
madhan ravi 2019년 9월 21일

What is your question?

Ines Ines
Ines Ines 2019년 9월 21일
My question is : why x<(1/2) is not the solution of (1/x)>2

댓글을 달려면 로그인하십시오.

답변 (2개)

Matt J
Matt J 2019년 9월 21일
편집: Matt J 2019년 9월 23일
Because, for example, x=-1 satisfies x<1/2 but does not satisfy 1/x>2.

James Tursa
James Tursa 2019년 9월 23일
편집: James Tursa 2019년 9월 23일
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)

카테고리

Help CenterFile Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by